2012 Oct 16 9:01 AM
Hi All,
I am new to BAPI. I have to create Material Master using BAPI.
can you give some ideas about it.
Thanks in advance.
Moderator message : Search for available information, discussion locked.
Message was edited by: Vinod Kumar
2012 Oct 16 9:49 AM
You can make use of BAPI_MATERIAL_SAVEDATA for material creation. IF you are trying to create material from ABAP code , you call this bapi as a function module and pass the necessary parameters. You will have to call BAPI_TRANSACTION_COMMIT after calling the main BAPI.
2012 Oct 16 10:09 AM
Hi Ukkir ,
or