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

Vendor BAPI's

Former Member
0 Likes
660

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
583

Hi Martin,

Try in se37 with " BAPIVENDOR ", it'll give you the list.

i've found 'BAPI_VENDOR_CREATE'

hope this helps,

Erwan.

5 REPLIES 5
Read only

Former Member
0 Likes
584

Hi Martin,

Try in se37 with " BAPIVENDOR ", it'll give you the list.

i've found 'BAPI_VENDOR_CREATE'

hope this helps,

Erwan.

Read only

Former Member
0 Likes
583

Hello,

Check this out:

BAPI_VENDOR_CREATE

Also check FuGR: LC01

Regards, Murugesh AS

Read only

Former Member
0 Likes
583

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.

Read only

0 Likes
583

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

Read only

0 Likes
583

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