‎2005 Jul 06 10:06 AM
Hi all,
Can anyone please let me know the list of Bapi's used for Uploading vendors using bapi's.
I need to develop a interface uploading data from MSaccess to SAP using BAPI's.
If anyone worked on the similar lines.
Please give me ur valuable inputs.
Thanks in Advance.
Martin.
‎2005 Jul 06 10:11 AM
Hi Martin,
Try in se37 with " BAPIVENDOR ", it'll give you the list.
i've found 'BAPI_VENDOR_CREATE'
hope this helps,
Erwan.
‎2005 Jul 06 10:11 AM
Hi Martin,
Try in se37 with " BAPIVENDOR ", it'll give you the list.
i've found 'BAPI_VENDOR_CREATE'
hope this helps,
Erwan.
‎2005 Jul 06 10:12 AM
Hello,
Check this out:
BAPI_VENDOR_CREATE
Also check FuGR: LC01
Regards, Murugesh AS
‎2005 Jul 06 10:36 AM
Hi Erwan and Murugesh,
I have cheched this.
Actually my question was wrong.
I found BAPI's . But there were BAPI for online for creating Vendor and Change Vendor
BAPI_VENDOR_CREATE Create Vendor Master Online
BAPI_VENDOR_DISPLAY Display Vendor Online
BAPI_VENDOR_EDIT Change Vendor Master Online
I believe we cannot use them for mass uploading of data,
which should be done in background.
Any Ideas from ur side.
Thanks in Advance
Martin.
‎2005 Jul 06 11:01 AM
Hi,
Looking at LSMW I could not find any suitable BAPIs for your case. However the program RFBIKR00 could be used to upload mass data, as required. Please look at its documentaion for details.
Hope that helps (please reward me if it does ,
Joerg
‎2005 Jul 06 11:11 AM
Hello,
Yes, these BAPIs are in 'Dialog' mode.
For mass updation I would prefer LSMW Object: 0040 / 0001 / RFBIKR00 / B .
Also you can use IDoc CREMAS01 / CREMAS02 / CREMAS03 in your LSMW.
I find other FMs like VENDOR_UPDATE in FUGR: F02K. But these are Update modules. I am not sure whether this can be used. Check out this link for 'Creating Update Function Modules' in Online documentation.
http://help.sap.com/saphelp_erp2004/helpdata/en/41/7af4daa79e11d1950f0000e82de14a/frameset.htm
Hope this helps you.
Best Regards, Murugesh AS