‎2013 Aug 24 7:40 AM
Dear Experts,
I have a requirement of creating vendor through fm or bapi and for the same purpose I have found a bapi named
BAPI_VENDOR_CREATE. But there isn't any import parameter or table parameter in the bapi. So I was wondering that
how can I pass the data to the bapi for creating the vendor through it.
Regards,
Paavan.
‎2013 Aug 24 12:41 PM
‎2013 Aug 24 6:11 PM
‎2013 Aug 26 5:44 AM
Hi Paavan,
If you are using lsmw for creating vendor, better you go with direct input method. The mandatory fields will be there and it is easy to follow, else you can use the vendoe IDoc, CREMAS idoc, which is used fo rcreating multiple vendors at a time. Other than using bapi, I suggest you to use these.
Regards,
Nivedita.
‎2013 Aug 26 6:41 AM
Hi Paaavan,
BAPI - BAPI_VEDNOR_CREATE FM, can be used to create vendor in the system in which you logged in. This BAPI calls transaction XK01 there you need to populate mandatory fields.
There are no good BAPI to create Vendor other than this. If you have only less amount of data, you can proceed with LSMW. Else go for BDC.
Hope this helps.
Thanks,
Shahanaz Hussain.
‎2013 Aug 26 6:51 AM