2005 May 27 2:16 PM
Hi Forum,
I need to copy a material from the plant(werks) 2000 to the plant 2300, but i need to use the same material number, wich BAPI can copy this material?
Thanks in advance,
John P.
2005 May 27 2:30 PM
Hi John,
Use the BAPI BAPI_MATERIAL_SAVEDATA, but pass the material number in the HEADDATA as well as providing the new PLANTDATA.
If you supply the material number, it will extend the material, rather than creating a new one.
Cheers,
Brad
2005 Jul 07 4:38 PM
Iam trying to copy a material from one sales area to other sales area and iam passing new sales area data to bapi_material_savedata iam getting following error.
Material already exists please propose new material code can u just help me out in this and also just tell me what r all the mandatory fields that i have pass
2005 Jul 07 5:47 PM
You should use the function module MATERIAL_MAINTAIN_DARK instead of the BAPI it is well documented (in direct system documentation) and can do everything MM01/MM02 can.
2005 Aug 15 3:16 PM
Hi Sergei,
where can we find documentation about the
'MATERIAL_MAINTAIN_DARK' function?
/Thanks
Theo
2005 Aug 15 3:21 PM
Hi ,
fm is documented :
-> SE37 -> Ctrl+F4 (function module documentation)
Andreas
2005 Aug 15 3:27 PM