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

Searching for a Bapi or Function to create Creditor / Vendor

Former Member
0 Likes
589

Hi all,

i'm searching for a Bapi or Function to create a Creditor/Vendor. I found BAPI_VENDOR_CREATE but it's using a Dialog for this.

I need a Bapi or function that i can call and pass my parameters like name, street etc.etc. and get back the Creditor number if the creation was successfull.

After that i have to add some additional information in some Z*Tables which are in relation to this creditor/vendor.

I'm using 4.6c.

Any idea ??

Greetings

Henning

Hi all,

i'm searching for a Bapi or Function to create a Creditor/Vendor. I found BAPI_VENDOR_CREATE but it's using a Dialog for this.

I need a Bapi or function that i can call and pass my parameters like name, street etc.etc. and get back the Creditor number if the creation was successfull.

After that i have to add some additional information in some Z*Tables which are in relation to this creditor/vendor.

I'm using 4.6c.

Any idea ??

Greetings

Henning

2 REPLIES 2
Read only

Former Member
0 Likes
512

Hello Bach,

Sorry NO BAPI's for your req.

Try LSMW.

Rgds,

Manohar

Read only

0 Likes
512

I dont know if it works, but maybe you can use FM VENDOR_INSERT which you can implement in an own BAPI.

Just an idea