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 masterdata

Former Member
0 Likes
333

Hi all,

Please someone help me to find out Bapi for vendor master data posting

from excel file and sample code plzzzzzzzzzzz.

i found one BAPI_VENDOR_CREATE is for online only.

1 REPLY 1
Read only

Former Member
0 Likes
298

hi

hopen ths helps

BAPI_VENDOR_GETDETAIL

BAPI_VENDOR_DISPLAY

U can use LSMW

you can use standard batch/direct input with the following

object 0040

method 0001

program RFBIKR00

Password Changed by

You can use the table USH02.

The report RSUSR100 (Change documents for Users) can show you this function, when you tick the box "Changes to header data" and "Password changes".

<u><i><b>sample program</b></i></u>

RFBIKR00 this uses lsmw

u can also try the following

Use FM GUI_UPLOAD to read the data from the excel file to the internal table.

Then use BAPI_Vendor_Create to create the Vendors in the SAP R/3.

OR I would rather suggest you to use a BDC for creating the Vendors...

regards

navjot

reward points accordingly