12-18-2009 4:48 AM
I want to create a BAPI for Vendor Master Creation to upload client's data. Awaiting appropriate suggestions.
Regards,
Apurva Kr. Singh
12-18-2009 5:08 AM
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
12-18-2009 5:08 AM
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
12-18-2009 8:10 AM
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
12-18-2009 5:19 AM
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
12-18-2009 7:36 AM
HI
Record the Tcode and use the below BAPI for address details update it will work .
BAPI_ADDPERSDATA_CHANGE.
~linganna
12-19-2009 9:03 AM
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
12-19-2009 1:34 PM
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