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

Vendor creation

Former Member
0 Likes
752

Hi,

For creating the new vendor many people suggested that use the LSMW program

RFBIKR00 could you please suggest me how to use this program for creating the new vendor.

Hi,

For creating the new vendor many people suggested that use the LSMW program

RFBIKR00 could you please suggest me how to use this program for creating the new vendor.

4 REPLIES 4
Read only

bpawanchand
Active Contributor
0 Likes
707

Hi

Its better to use

BAPI_VENDOR_CREATE   " Create Vendor Master Online

This BAPI will create One vendor

or check these links

http://help.sap.com/saphelp_40b/helpdata/es/86/799c1e544411d1895e0000e8323c4f/content.htm

http://help.sap.com/saphelp_45b/helpdata/en/ae/8a7415dc4ad111950d0060b03c6b76/content.htm

Regards

Pavan

Read only

Former Member
0 Likes
707

This depends on your needs.

Mass creation or single creation.

The BAPI provided above is usually useless because it is a direct call to transaction XK01.

You may think about :

  • single but automated creation : transaction XK99

  • batchinput creation : RFBIKR00 is a good option. using LSMW with it is also a good option too. This will let you process your master data input CSV files easily. You will define yourself the mapping.

  • LSMW with virtual CREMAS idoc: I would prefer this case. The mapping is a bit harder BUT quite a lot of advantages. Despite batchinput, CREMAS idoc processing takes care of the transaction XK01 field settings. In other words, you will have less errors during the mass processing.

[LSMW in help.sap.com|http://help.sap.com/saphelp_nw04/helpdata/en/87/f3ae63e68111d1b3ff006094b944c8/frameset.htm]

[Note 384462|https://service.sap.com/sap/support/notes/384462]

Read only

0 Likes
707

Oups I forgot, there is NO BAPI to create/maintain vendor master data.

There exists some few eSOA services and a class since ECC2004 VMD_EI_API

Read only

Former Member
0 Likes
707

sadfsdf