Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bapi_vendor_create

Former Member
0 Likes
3,308

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.

5 REPLIES 5
Read only

Former Member
0 Likes
2,040

Hi,

Can u check the below link.

https://scn.sap.com/thread/1561523.

Regards.

Read only

anilkumar_kalkivai
Active Participant
0 Likes
2,040

Hi,

Below link may help you.

http://scn.sap.com/thread/138495

Regards,

Anil.

Read only

Former Member
0 Likes
2,040

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.

Read only

Former Member
0 Likes
2,040

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.