cancel
Showing results for 
Search instead for 
Did you mean: 

MDM catalog - Good- service not unique - Item not transferred

Former Member
0 Kudos

hi all,

I'm trying to configure the MDM catalog to be used in SRM (6.0). When i add a product to the shopping cart i get the error

Good/Service not unique - Item not transferred

This happens probably because we have 2 R/3 backends with matching product names (but different IDs in SRM).

I read the information here but the problem is that i'm getting the product from the MDM catalog and the catalog doesn't use the product id, it uses the product number and it's the same in both R3 backends.

Any suggestions?

Thank you in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

ivy_li
Active Contributor
0 Kudos

Hi,

I suggest you set external breakpoint at program LBBP_WS_APIF11.
This program is to fill product detail.
In fact, from catalog, we can't retrieve product guid, but only product id.
But within this program, it will help to determine the logical system for product source system, and correspondly read out the product from comm_product table as long as you maintain this product.

However if you would like to automatically determine the source system, I am afraid that you have to use bbp_transfer_catalog or bbp_doc_change_badi to realize this.

BR,
Ivy