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 for vendor creation

Former Member
0 Likes
759

Hi,

   Please help me to find a BAPI For Vendor Creation, I have searched a lot I could find only BAPI_Vendor_Create but this does not work, If standard BAPI is not available , Please send me a Custom BAPI For Vendor Creation.

Regards.

Hi,

   Please help me to find a BAPI For Vendor Creation, I have searched a lot I could find only BAPI_Vendor_Create but this does not work, If standard BAPI is not available , Please send me a Custom BAPI For Vendor Creation.

Regards.

4 REPLIES 4
Read only

Former Member
0 Likes
715

Dear Shreejith,

You can use the FM VENDOR_INSERT/ VENDOR_UPDATE & are not robust; there is direct table update with no locking mechanism. Please let me know if there is any other solution for this.

Along with that you can go through the following link , it may help you.

http://help.sap.com/saphelp_47x200/helpdata/EN/01/a9b53e455711d182b40000e829fbfe/frameset.htm

With Regards,

Akshay

Read only

Abhijit74
Active Contributor
0 Likes
715

Hello,

As BAPI_VENDOR_CREATE has no import parameter so you can check the class VMD_EI_API, which has an "INITIALIZE" Method and a "MAINTENANCE" method which allows for the creation and the updatation of vendors. Otherwise you can go for batch input...

Thanks,

Abhijit

Read only

kumud
Active Contributor
0 Likes
715

Hi,

LSMW can be one of the options to create vendor in case you are getting data to be uploaded already in a file. How do you want to create vendor?

Regards,

Kumud

Read only

madhu_vadlamani
Active Contributor
0 Likes
715

hi Sreejith,

There is no standard bapi available for this.This is discussed a lot of times.There are some classes on this you can check with this.http://scn.sap.com/message/13274844#13274844