Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

idoc for material master

Former Member
0 Likes
542

i need to transfer material master data from say client 400 to client 100 which is my development client using an IDOC. how best can i do it. provide me with step by step procedure if possible.

regards

timmy

i need to transfer material master data from say client 400 to client 100 which is my development client using an IDOC. how best can i do it. provide me with step by step procedure if possible.

regards

timmy

2 REPLIES 2
Read only

Former Member
0 Likes
474

Use the follwoing steps:

Ask BASIS to create new logical system for the middleware.

- Maintain file port for inbound IDoc file (t/code WE21).

- Maintain inbound MATMAS prtner profile (t/code WE20) for above logical system. No need to maintain ALE distribution model (t/code BD64)

- You can use standard program RSEINB00 to upload the IDoc file. If you setup the partner profile to trigger by background job then you need to run standard program RBDAPP01 after program RSEINB00. If you setup to trigger immediately then you don't need to run RBDAPP01.

- For creation, changes or deletion material master, you can use the same IDoc. The only different is that you need to assign value (002 = Change, 005 = Create, etc) of field MSGFN for segment E1MARAM and E1MAKTM. Please keep other segment data and do not leave blank eventhough you do not change.

PLZ REWARD POINTS

Read only

Manohar2u
Active Contributor
0 Likes
474

Here is the example of creating/sending material master data

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf