cancel
Showing results for 
Search instead for 
Did you mean: 

Change PRODUCT ID in SRM

Former Member
0 Kudos

Hi Expert,

We have a requirement where when a product is loaded from R/3 to SRM (either initial load or delta), we have to check if the material in R/3 has a manufacturer part number and if it has then the product in SRM should be created with the manufacturer part number as the product id.

I have make implementation in this method :

IF_EX_PRODUCT_CUSTOMER2~MAP_R3_TO_CRM_MATERIAL..

and i have success changed PRODUCT_ID with Manufacturer part number from R3. For Example the material ID is "SPM-A02S-BADI6"

The issue is, when i created SC using that product ID, system always give an error message :

" Product SPM-A02S-BADI6 does not exist in plant HODI or it has been flagged for deletion"

Could someone please suggest something on this?

Warm Regards,

Rhesa Syahrial

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Check below links it might help you

Thanks,

Neelima

Former Member
0 Kudos

Rhesa,

SRM while checking shopping cart for errors, uses the PRODUCTID as material number and checks if it is a valid material in ECC. You may want to put a trace on and find the RFC it is using to do the check and look for enhancement points to fit your needs.

SG