cancel
Showing results for 
Search instead for 
Did you mean: 

Material Master Replication from Non-SAP System to SRM

Former Member
0 Kudos

Dear All,

Could you please help me in solving the below problem.

Requirement: Material Master needs to be transfer from NON-SAP system to SRM system without using MDM.

Please suggest me how to achieve this requirement.

Its very critical and ugent I will appriciate your early response.

Thanks & Best Regards,

Sachin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Champs,

Please respond to my query. Its very critical and urgent...Please.......

Regards,

Sachin

Former Member
0 Kudos

Hi,

You could probably use PI or create your own custom ABAP program to upload the material master from non-SAP system to SRM.

Regards,

Prasanna

Former Member
0 Kudos

Thanks Prasanna! for your reply. But I want to know if there is any standard proxy or FM available in SRM or what are the tables in which the data goes in SRM?

Regards,

Sachin

Former Member
0 Kudos

Hi Sachin,

Yes there is a XI inbound message ProductSetIn (name space http://sap.com/xi/ABA). XI inbound message ProductSetIn (name space http://sap.com/xi/ABA). This message was created for MDM 2.0 solution, based on Product data model (SAP note 626253).

The method SAVE_PRODUCT in the class CL_CRM_PRDXI_UTIL serves as a good example for this.

The logic would be:

o Create a GUID using GUID_CREATE if a new product is being created.

o COM_PRODUCT_FREE_API to refresh memory

o COM_PRODUCT_MAINTAIN_MULT_API to update the buffer with all data

o COM_PRODUCT_SAVE_API to save the data

o COMMIT to commit to the database.

Regards,

Prasanna