‎2009 Oct 30 12:35 PM
Is there any standard SAP tool to extend an existing Material to multiple plants?
Thanks in anticipation for your help.
Regards,
Prasanna
‎2009 Oct 30 12:41 PM
‎2009 Oct 30 12:41 PM
‎2009 Oct 30 2:17 PM
There is no standard tool. You have to write your own code. May be BDC. or use BAPIs
You first need to get the material from available plant using BAPI: BAPI_MATERIAL_GETALL
To create it - use BAPI: BAPI_MATERIAL_SAVEDATA
You need to fill out all the data and do you validations. Read documentation for material savedata
‎2010 Apr 08 1:18 PM