Application Development 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: 

Vendor Master

Former Member
0 Kudos

Hi ,

Is there any standard BAPI to create vendor. I have a requirement in which i need to use create an RFC and inside the RFC i need to use some standard functionality to create venodr. The data flow is from the portal front-end.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Vighnesh,

You have to use BDC since there is no proper Function module .

try doing the recording to XK01 Transaction ( initially you can do for mandatory fields)

other FM's is :

BAPI_VENDOR_CREATE - Creation of vendor

but the most efficient way is BDC recording.

Thanks

3 REPLIES 3

Former Member
0 Kudos

Hi Vighnesh,

You have to use BDC since there is no proper Function module .

try doing the recording to XK01 Transaction ( initially you can do for mandatory fields)

other FM's is :

BAPI_VENDOR_CREATE - Creation of vendor

but the most efficient way is BDC recording.

Thanks

Former Member
0 Kudos

Hello,

BDC recording seems to be the best option available to create a vendor within a RFC as no standard offline BAPI is available for this.

Vikranthh

I355602
Advisor
Advisor
0 Kudos

Hi,

Best approach would be to use a BDC for transaction XK01.

Use CALL TRANSACTION with MODE E

Hope this helps you.

regards,

Tarun