Application Development 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: 

BAPIs for Vendor Master Creation

Former Member
0 Kudos

I want to create a BAPI for Vendor Master Creation to upload client's data. Awaiting appropriate suggestions.

Regards,

Apurva Kr. Singh

1 ACCEPTED SOLUTION

former_member588853
Active Contributor
0 Kudos

Hi,

Use BAPI_VENDOR_CREATE to create vendor.

go to Txn BAPI and see the FM BAPI_VENDOR_CREATE description and how to use,

regards,

Nazeer

6 REPLIES 6

former_member588853
Active Contributor
0 Kudos

Hi,

Use BAPI_VENDOR_CREATE to create vendor.

go to Txn BAPI and see the FM BAPI_VENDOR_CREATE description and how to use,

regards,

Nazeer

0 Kudos

Hi Nazeer,

Thanks, but theres no input parameter in the BAPI BAPI_VENDOR_CREATE. So, could u please let me know how to use this module.

Regards,

Apurva Kr. Singh

kesavadas_thekkillath
Active Contributor
0 Kudos

Do a BDC recording.

The Bapi provided will execute only in dialog mode.

In se24 check the interface VMD_EI_API - methods MAINTAIN , INITIALIZE

check this blog link:[David Klein's Corner |http://ddkonline.blogspot.com/2009/10/sap-creating-and-updating-vendor-master.html]

Edited by: ksd on Dec 18, 2009 10:56 AM

Former Member
0 Kudos

HI

Record the Tcode and use the below BAPI for address details update it will work .

BAPI_ADDPERSDATA_CHANGE.

~linganna

Former Member
0 Kudos

Hi apurva,

I would suggest lsmw if your data size is not too big. It is very easy.

you can use batch input recording or std object (0040)there.

if you need any help , plz revert.

rgrds,

yashwin

Former Member
0 Kudos

hi,

Look at the documentation in the report RFBIKR00. It's the standard report for loading vendors. In the documentation it explains how to use. It's simple and works very well

regards,

Manesh.R