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 Creation

Former Member
0 Likes
320

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....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
301

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

1 REPLY 1
Read only

Former Member
0 Likes
302

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