cancel
Showing results for 
Search instead for 
Did you mean: 

UNSPSC codes

Former Member
0 Kudos

Hi guys.

SRM 4.0, server 5.0.

We are using extended classic scenario with an external catalog.

I just need to know how I can check which values are being transfered from the catalogue back to my SRM system? Probably an easy question for you to answer.

I am experiencing some difficulties with some products not being returned from the catalogue, so I need to be able to check what is being sent from the catalogue back to my SRM environment.

Thanks for info.

BR

Dennis M

Accepted Solutions (1)

Accepted Solutions (1)

laurent_touillaud
Contributor
0 Kudos

Hello Dennis,

The catalog items are transferred via OCI to the SRM application.

You can activate a badi to see which fileds are transferred and change them.

Use the following link to get documentation on it :

SPRO -> Supplier Relationship Management -> SRM Server -> Business Add-Ins for SRM Server (BAdIs) -> External Web Services (Catalogs, Vendor Lists etc.) -> Copy Shopping Cart from Catalog into Enterprise Buyer.

Look at the documentation and activate this badi. Then when getting back from catalogue add a breakpoint in this badi to look at the transferred parameters.

Hope this helps,

Laurent.

Answers (3)

Answers (3)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Dennis,

You can check SLG1 log - Note 487917 or http viewer tool like HttpWatch.

<a href="http://www.httpwatch.com/download/">http://www.httpwatch.com/download/</a>

Regards,

Masa

Former Member
0 Kudos

Hi all.

After reviewing the note 487917 I figured out, that we have actually out-commented the part of the BAdI that writes this information into the SLG1 log. I have now changed this, and gotten the information directly into SLG1 that I need.

Thanks for info - points will be awarded.

Former Member
0 Kudos

Dennis

You can sometimes get this information from SLG1.

Keith

Former Member
0 Kudos

Hey,

implement Note 487917 - BADI implementation f. BBP_CATALOG_CONTENT (Troubleshooting)

this is an example BADI from SAP that writes all OCI values to the log you can view with SLG1.