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

Need to develop a BAPI for vendor creation

Former Member
0 Likes
786

hi,

I need to create a Bapi for vendor creation. I found some bapi "BAPI_VENDOR_CREATE"' but its is directly calling the TCODE XK01.This was a screen level creation. requirement is i will give the  required inputs to the bapi and as an output I want the newly created vendor.

Is there any useful bapi for creation of vendor.Please help me in this.

1 ACCEPTED SOLUTION
Read only

former_member196331
Active Contributor
0 Likes
744

HI,

Actually i need to update the vendor i tried below methods, Address i can able to update it,

But communication i was struck . I used bdc. You may try by using below sample codes.

http://scn.sap.com/docs/DOC-42312

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

hi,

I need to create a Bapi for vendor creation. I found some bapi "BAPI_VENDOR_CREATE"' but its is directly calling the TCODE XK01.This was a screen level creation. requirement is i will give the  required inputs to the bapi and as an output I want the newly created vendor.

Is there any useful bapi for creation of vendor.Please help me in this.

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
744

There is no actual BAPI for this requirement, but there is an API class VMD_EI_API with a method MAINTAIN_BAPI avalable. (There are already some threads on it)


I need to create a Bapi for vendor creation.

Yes, you can build a customer ZBAPI that uses this class, if this is your actual requirement.

Regards,

Raymond

Read only

former_member196331
Active Contributor
0 Likes
745

HI,

Actually i need to update the vendor i tried below methods, Address i can able to update it,

But communication i was struck . I used bdc. You may try by using below sample codes.

http://scn.sap.com/docs/DOC-42312

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

Read only

0 Likes
744

thank you soo much

its working perfectly