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

Standard Function module for Creating Vendor?

abhijeet_mukkawar
Active Contributor
0 Likes
824

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,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
711

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

4 REPLIES 4
Read only

Former Member
0 Likes
712

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

Read only

0 Likes
711

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,

Read only

0 Likes
711

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

Read only

Former Member
0 Likes
711

Hi,

use FM BAPI_VENDOR_CREATE

or use recording SHDB for tranaction XK01.

You can view vendor details in table LFA1.

Regards

amole