‎2007 Apr 02 12:16 PM
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.
‎2007 Apr 02 12:41 PM
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