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

to create a vendor using BAPI

Former Member
0 Likes
1,002

HI GUYS,

i want to create a vendor using BAPI how should i go about doing it.which bapi i have to use ,does anyone have a sample code.

thanks.

1 ACCEPTED SOLUTION
Read only

former_member745780
Active Participant
0 Likes
788

Hello Nishant,

you can use "BAPI_VENDOR_CREATE" for vendor creation.

Thanks

Anirudh

7 REPLIES 7
Read only

former_member745780
Active Participant
0 Likes
789

Hello Nishant,

you can use "BAPI_VENDOR_CREATE" for vendor creation.

Thanks

Anirudh

Read only

Former Member
0 Likes
788

Nishant,

FM BAPI_VENDOR_CREATE

remember it will create one at a time.

so i would suggest you to use LSMW for same.

Read only

0 Likes
788

can i use this bapi in an ABAP program and call the bapi BAPI_VENDOR_CREATE.

Read only

Former Member
0 Likes
788

Hi,

as also told by others name of the BAPI is:

BAPI_VENDOR_CREATE

Create Vendor Master Online

also refer to the link below:

http://abap.wikiprog.com/wiki/BAPI_VENDOR_CREATE

WIth luck,

Pritam.

Read only

0 Likes
788

hi pritam ,

this site is blocked do you have an alternative.

thanks

Read only

0 Likes
788

After using the BAPI_VENDOR_CREATE better use

BAPI_TRANSACTION_COMMIT.As the bapi has got no internal commit.

Read only

Former Member
0 Likes
788

Hi ,

you can use "BAPI_VENDOR_CREATE" for vendor creation.

Regards,

Jayan....