‎2008 Jul 04 8:08 AM
Can any one help me in getting BAPI or FM for creating the Vendor.....
It is urgent.... I have founded BAPI_VENDOR_CREATE but it is not having import paramters and it is using call transaction inside.
Can any one send me the code for creating the vendor.... urgen....
‎2008 Jul 04 8:24 AM
Hi,
You can do test run using BAPI itself.
Run 'BAPI_VENDOR_CREATE' function module.
Enter RFC target sys: your target system.
Bapi will call transaction XK01.Which is transaction for create vendor.
Enter all mandatory filed. you will get output of BAPI saying
eg.
VENDORNO 1000010
VENDOR Kumar
RETURN IF2 Kumar 0010000100 was created
Hope this helps you.
Reward points if helpfull.
Thanks & Regards,
Y.R.Prem Kumar
‎2008 Jul 04 8:24 AM
Hi,
You can do test run using BAPI itself.
Run 'BAPI_VENDOR_CREATE' function module.
Enter RFC target sys: your target system.
Bapi will call transaction XK01.Which is transaction for create vendor.
Enter all mandatory filed. you will get output of BAPI saying
eg.
VENDORNO 1000010
VENDOR Kumar
RETURN IF2 Kumar 0010000100 was created
Hope this helps you.
Reward points if helpfull.
Thanks & Regards,
Y.R.Prem Kumar