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: 

Create Vendor Master Data

Former Member
0 Kudos

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

ferry_lianto
Active Contributor
0 Kudos

Hi Gokhan,

Have you looked at this FM?

<b>VENDOR_INSERT

VENDOR_UPDATE</b>

Hope this will help.

Regards,

Ferry Lianto

5 REPLIES 5

Former Member
0 Kudos

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

0 Kudos

Hi Abhijit

I even haven't heard about that program.

ferry_lianto
Active Contributor
0 Kudos

Hi Gokhan,

Have you looked at this FM?

<b>VENDOR_INSERT

VENDOR_UPDATE</b>

Hope this will help.

Regards,

Ferry Lianto

0 Kudos

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.

0 Kudos

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