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

Create Vendor Master Data

Former Member
0 Likes
712

hi

I know that there is a bapi BAPI_VENDOR_CREATE but as far as I know this always pops up an input screen.

Is there a bapi to create a vendor master data with input from outside without that screen??

Thanks

Go:khan

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
671

Hi Gokhan,

Have you looked at this FM?

<b>VENDOR_INSERT

VENDOR_UPDATE</b>

Hope this will help.

Regards,

Ferry Lianto

5 REPLIES 5
Read only

Former Member
0 Likes
671

Did u try program RFBIKR00 which is used for loading Vendor master direct input.

Read only

0 Likes
671

Hi Abhijit

I even haven't heard about that program.

Read only

ferry_lianto
Active Contributor
0 Likes
672

Hi Gokhan,

Have you looked at this FM?

<b>VENDOR_INSERT

VENDOR_UPDATE</b>

Hope this will help.

Regards,

Ferry Lianto

Read only

Homiar
Product and Topic Expert
Product and Topic Expert
0 Likes
671

GoKhan,

The BAPI: <b>BAPI_VENDOR_CREATE</b> is for Online purpose ONLY!! Do not use it if you want background processing.

As Ferry suggested, use <b>VENDOR_INSERT</b>.

Alternately you can use <b>LSMW</b> with standard program processing using <b>RFBIKR00</b> or IDoc <b>DEBMAS</b>.

Regards,

Homiar.

Read only

0 Likes
671

the IDOC is named CREMAS.

You can create Vendors by using this Idoc with one of the FMs IDOC_INBOUND* or by Batch Input.

I would avoid to use VENDOR_INSERT since it is not released.

Regrds

Olli