‎2006 Sep 11 12:00 PM
hi ppl
i want to know that which function module gets call when we create a vendor from trans. code XK01, i.e. the standard function module SAP uses.
Regards,
‎2006 Sep 11 12:04 PM
BAPI_VENDOR_CREATE creates the vendors, but it calls the transaction xk01 in turn.
YOu better go for batch input programs like:RFBIKR00
or RFBIKRK0
Regards,
Ravi
‎2006 Sep 11 12:04 PM
BAPI_VENDOR_CREATE creates the vendors, but it calls the transaction xk01 in turn.
YOu better go for batch input programs like:RFBIKR00
or RFBIKRK0
Regards,
Ravi
‎2006 Sep 11 12:23 PM
Hi Ravi,
Thax.
My problem is , i want to use a function module which wil accept the relevant data from webdynpro screen and then creates the vendor accordingly.
So far i was trying with VENDOR_INSERT, bt all the try were abortive.
Could u plz enlighten more upon this.
Regards,
‎2006 Sep 11 12:26 PM
Ravi,
What you can do is that you can debug the normal working of the standard webdynpo. This will be helpful in solving the problem.
Incase you need further clarifications, please let me know.
Thanks
Atul
‎2006 Sep 11 12:07 PM
Hi,
use FM BAPI_VENDOR_CREATE
or use recording SHDB for tranaction XK01.
You can view vendor details in table LFA1.
Regards
amole