cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Catalog Price not Transferred to SHC

Former Member
0 Kudos

Hello SRM Experts,

We are currently encountering a problem when transferring catalog items to shopping cart. When we search through the MDM Catalog, the price are showing. When we add the items to the shopping cart, the shopping cart price at the top of the catalog gets updated. But when we check out to process the shopping cart, the price is gone. What could be the reason for this and how to solve it?

Btw, this happened after SRM 5.0 Support Package 13 installation. Prior to installation the price is showing in the shopping cart. Could this be a program bug? Is there any SAP note to resolve this?

Thanks in advance!

Regards,

ASP

Accepted Solutions (0)

Answers (1)

Answers (1)

jason_boggans
Active Contributor
0 Kudos

Hi ASP

Best to first verify if the parameter is passed in the first place from the MDM CAT. You can either check this using a sniffer tool like HTTP Watch where you can review the hidden data and see if NEW_ITEM-PRICE is actually populated during transfer, alternatively you can add the sample coding from note 487917 to the BBP_CATALOG_TRANSFER Badi and check the passed values in SLG1 under log file object BCT1.

Regards,

Jason

Former Member
0 Kudos

Hi Jason,

We implemented the troubleshooting BADI as instructed in SAP Note 487917 and got the log below during our test:

Note: I pasted this the way it was shown in the log

NEW_ITEM-LINE = 00001

NEW_ITEM-DESCRIPTION = BEARING; BALL, MRC 5409, PN 4085611

NEW_ITEM-QUANTITY = 1

NEW_ITEM-UNIT = ST

NEW_ITEM-PRICE = 12841.8300

NEW_ITEM-PRICEUNIT = 1

NEW_ITEM-CURRENCY = PHP

NEW_ITEM-MATNR = 310749

NEW_ITEM-VENDORMAT = -

NEW_ITEM-MATGROUP = 3117

NEW_ITEM-EXT_PRODUCT_ID = GUID333

NEW_ITEM-PRICE field contains a value but this value is not reflected in the shopping cart. Any idea on this?

Thanks,

ASP

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Please check the Product Master 310749 in SRM. Transaction COMMPR01.

Is there any price information in Product Master? Please also check UOM.

Regards,

Masa

Former Member
0 Kudos

Hi Masa,

Yes there is a price information in SRM. The material price is 12,841.83. The UOM is also correct. ST is the ISO code that they maintained for PC(piece). Besides this is happening to all items regardless of the unit of measure. Could this be a program bug? This only happened after we implemented SRM 5.0 Support Package 13. Before it was working fine.

Thanks,

ASP

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

What happen if you transfer text item without Product Master number from Catalog?

What happen if you add item from internal goods/service without Catalog?

Regards,

Masa

Former Member
0 Kudos

Hi Masa,

I tried adding items from Internal Goods/Services and via Describe Requirement (text without product number). The price field was blank and I was able to input the price of the items for both case. The shopping cart was processed. For items from MDM catalog, the price field is 0.00 and is not editable.

Thanks,

ASP

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

When you add item from Internal Goods/Services, price should be copied.

I think the product master is the problem.

Regards,

Masa