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

Method for Vendor Master data

Former Member
0 Likes
966

Hi.

Is it there any method for vendor master data upload? Please give me the method name.

Thanks & Regards

Santhosh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
905

why don;t u use the BDC for the tcode and do the recodring according to r desiered fields.

revert back if u wanna know more.

6 REPLIES 6
Read only

Former Member
0 Likes
906

why don;t u use the BDC for the tcode and do the recodring according to r desiered fields.

revert back if u wanna know more.

Read only

0 Likes
905

Actually my requirement was vendor master data upload in backend. But BDC is not allowed. I was searching for BAPI for backend upload, but I could not get it.

Now I have two option

1. Any idoc Functional module use to upload vendor master data

2. using method to upload vendor master data.

Please help me on thisu2026

Read only

0 Likes
905

Hi,

Use BAPI_VENDOR_CREATE

Read only

0 Likes
905

hi,

You can go for a BAPI method in LSMW. u can run the LSMW in backgrnd.

go for below BAPI:

Business Object LFA1 Vendor

Method SAVECHARVALUEREPLICAS SaveCharValueReplicas

Message Type VCHARVAL Maintain vendor character

Basic Type VCHARVAL01 maintain vendor character

BAPI object name is LFA1.

ags.

Read only

0 Likes
905

hi,

u can use this FM:-

BAPI_VENDOR_CREATE or SAP program RCCLBI03 or RFBIKR00 or BAPI_VENDOR_GETDETAIL or

BAPI_VENDOR_DISPLAY.

rivert back if u want more help.

.

Edited by: ricx .s on May 4, 2009 1:05 PM

Read only

agnihotro_sinha2
Active Contributor
0 Likes
905

hi,

Use the transaction LSMW to upload records.

Use Batch Input method as follows:

Object 0040 Vendor master

Method 0001 Standard

Program Name RFBIKR00

Program Type B Batch Input

Enter above values. Object=0040.

Save and u have to map the fields accordingly.

ags.