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

Re : Vendor master upload

Former Member
0 Likes
1,332

Hi ,

I have arequirement to upload the vendor contact persons address,business address and private address.

Can any one help.

points will be rewarded to all contributors

thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,195

U can do so using XK01/XK02....If already exists use XK02 to update the fields...

Hi ,

I have arequirement to upload the vendor contact persons address,business address and private address.

Can any one help.

points will be rewarded to all contributors

thanks.

9 REPLIES 9
Read only

Former Member
0 Likes
1,196

U can do so using XK01/XK02....If already exists use XK02 to update the fields...

Read only

Former Member
0 Likes
1,195

Hullo,

for existing vendors you can either use the transactions XK02 or MAP1 to add contacts... You can creade a BDC on either of those transactions.

IIRC there's also a BAPI to create customer or vendor contacts... "BAPI_PARTNEREMPLOYEE_CREATE".

Hope this helps.

Read only

0 Likes
1,195

Hi Ebus,

Can u please let me know the flow to use the BAPI

BAPI_PARTNEREMPLOYEE_CREATE.

thanks in advance,

srivatsan

Read only

0 Likes
1,195

Sorry,

I don't have a SAP R/3 system available at the moment... but either it would be a workarea where you'd give the information, or you'll refer to a number of a contact (or employee) which has been previously created.

But also from the top of my head...

You're using RFBIKR00 with your LSMW right? Vendor master that would be object 0040 (or 0050? one of those is the customer master you'd know the correct one anyway)...

It should come with 2 methods... (0001 and 0002) in one of those there is a structure BKNVK in which you can populate contact information. I'm guessing you're using the method that doesn't contain that structure.

Test the other method and look for the structure BKNVK. It should help you with your problems without having to resort to FM's.

Hope this helps.

Read only

messier31
Active Contributor
0 Likes
1,195

Hi Venkat,

Simply create a BDC recording for transaction MK02

and execute this recording with the file that contain the data to be uploaded..

I dont see any prob..

Can you discuss this in little more detail.. if my understanding is wrong..

Read only

Former Member
0 Likes
1,195

pankaj,

i am uploading vendors through lsmw RFBIKR00 prg,

my problem is how to upload contact person data

Thanks

Read only

0 Likes
1,195

The structure to fill in the contact information using this program is BKNVK.

Read only

Former Member
0 Likes
1,195

Hi Venkat,

There are several means to load the Vendor master data.

1. Do a recording and Use LSMW. Create the input file and specify the file and follow the steps of LSMW.Once you create the session, you can process this session and once it is completed it will give you a detailed analysis of the created and error records.

2. Do a recording and use BDC. Create your own custom ABAP program and do all validation and display the error_audit report in the last.

3. Use Standard BAPI.

4. Use SAP Standard program.

Please check and use one of the above methods.

Thanks.

Suresh G

Read only

0 Likes
1,195

Hi Venkat,

for contact information you have to do one more LSMW, after the direct input program.

Use XK02 in recording(in the initial screen select the central address Management) and update the contact info with the same file which you used for direct input.

with the standard program don't map the all address info.

and in the second LSMW map only vendor number, acct.group... and only address screen.

hope this helps you.