‎2008 Apr 21 3:19 PM
hi
i need to transfer material master data from plant A to plant B,
how do i achieve this,
is ale idocs the only way,
i thought of doing this way,
select ...from mara where plant =a.
to an excel sheet,
the from excel sheet sap using some bapi.
but while using select to extract data, how do we take care of the views which exist while creating material matsre.
please help.
thanks.
‎2008 Apr 21 3:53 PM
‎2008 Apr 21 3:58 PM
Hi Sanjana,
U can use LSMW for this.
Go with Idoc method in that
Message Type: MATMAS_BAPI
Basic Type: MATMAS_BAPI01.
Go to lsmw and c the segments and all the stuff. If the material exists it will extend to other plant if it already exists at that plant then it will change the data.
Basically you can use the segments......
E1BPMATHEAD Header Segment with Control Information
E1BP_MARA Material Data at Client Level
E1BP_MARAX Checkbox Structure for BAPI_MARA
E1BP_MARC Material Data at Plant Level
If you need further details lemme know.
‎2008 Apr 21 5:19 PM
hi naveen,
i have never done this before,
but your solution looks great, and i will come back after trying.
thanks.