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: 

BAPI for creating Vendor Master record

Former Member
0 Kudos

Hi,

Is there a BAPI available to create a vendor in background? I was looking at list of BAPIs in BOR and found a BAPI that creates a vendor online. I am looking for a BAPI that does not call the online transaction.

If there is no BAPI available to do this, is there a Function Module that I could use to create a Vendor?

4 REPLIES 4

Former Member
0 Kudos

Hi vishnu,

Still looking...

Cheers,

Brad

Message was edited by: Brad Williams

0 Kudos

Hi Vishnu,

The idoc message type: CREMAS allows you to create vendors. You can create an idoc of type CREMAS04 (or CREMAS03, etc. depending upon your release) which will be processed by function module IDOC_INPUT_CREDITOR.

This is an option if you want to use a standard interface for creating vendors.

Hope that helps.

Brad

0 Kudos

Hi Brad,

Is using IDocs my only option?

0 Kudos

Hi Vishnu,

I had a good look around. I didn't see much that looked interesting.

So unless you wanted to create a BDC, or use the data transfer program RFBIKR00 (which does a BDC after reading your data from a file), I think Idocs are your best option.

Cheers,

Brad