‎2008 Jul 30 5:41 AM
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.
‎2008 Jul 30 5:50 AM
Hello Nishant,
you can use "BAPI_VENDOR_CREATE" for vendor creation.
Thanks
Anirudh
‎2008 Jul 30 5:50 AM
Hello Nishant,
you can use "BAPI_VENDOR_CREATE" for vendor creation.
Thanks
Anirudh
‎2008 Jul 30 5:51 AM
‎2008 Jul 30 6:02 AM
can i use this bapi in an ABAP program and call the bapi BAPI_VENDOR_CREATE.
‎2008 Jul 30 6:05 AM
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.
‎2008 Jul 30 6:13 AM
hi pritam ,
this site is blocked do you have an alternative.
thanks
‎2008 Jul 30 1:23 PM
After using the BAPI_VENDOR_CREATE better use
BAPI_TRANSACTION_COMMIT.As the bapi has got no internal commit.
‎2008 Jul 30 6:51 AM
Hi ,
you can use "BAPI_VENDOR_CREATE" for vendor creation.
Regards,
Jayan....