‎2009 Feb 05 9:41 AM
Hi All,
I need to create a new material master record using a reference Mterial number. Please let me know, if there is any BAPI to achieve this.
‎2009 Feb 05 10:25 AM
‎2009 Feb 05 10:27 AM
Hi,
This BAPI is used to change the data for the given material. But, I need to create a new material with an existing reference material. please let me know if you know any BAPI to achieve this
‎2009 Feb 05 10:50 AM
Hi,
Check this...
BAPI_MATERIAL_MAINTAINDATA_RT
It is used for both Create and edit the material data.
Regards,
Rohan.
‎2009 Feb 05 10:58 AM
Hi Priyanka,
Kindly go through this link below:
http://www.saptechies.com/mm01-upload-using-bapi/
Hope it helps you
Regrds
Mansi
‎2009 Feb 05 11:00 AM
Hi,
try these
BAPI_MATERIAL_DELETE Flag Material for Deletion
BAPI_MATERIAL_DISPLAY Display Material
BAPI_MATERIAL_EDIT Change Material
BAPI_RETAILMATERIAL_CREATE Create Material
BAPI_RETAILMATERIAL_DELETE Discontinue Material
BAPI_STANDARDMATERIAL_CREATE Create/Extend Material
‎2009 Feb 05 11:03 AM
hi,
BAPI_MATERIAL_SAVEDATA this bapi can used for material master create as well as change
Thanks and regards
Durga.K
‎2009 Feb 05 11:04 AM
Hi...
First use the FM BAPI_MATERIAL_GETALL to get material information from the reference Mterial number.
Then use the FM BAPI_MATERIAL_SAVEDATA' to create new material.
Thanks
Subhankar
‎2009 Feb 05 11:06 AM
‎2009 Feb 05 11:06 AM