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

Problem in uploading E-mail address using LSMW

Former Member
0 Likes
936

Hi,

I am uploading Customer master records using LSMW using Standard Batch/Direct Input method. In the BI Structures for consumers, I've mapped the e-mail address and the telephone extension with the source fields. I was able to see the converted data. But the e-mail address is not populating in the customer master.What is the best solution to this?

Raj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
701

Hi

Are you using RFBIDE00?

If it's so you should use BAPI_ADDRESSORG_SAVEREPLICA to update address

Max

4 REPLIES 4
Read only

Former Member
0 Likes
702

Hi

Are you using RFBIDE00?

If it's so you should use BAPI_ADDRESSORG_SAVEREPLICA to update address

Max

Read only

0 Likes
701

Hi MAX,

Thanks for the reply. But I need to include the fields like sales org, company code etc.

How can I do that if I include this Bapi. Please clarify.

Read only

0 Likes
701

Hi

This BAPI is only to update additional address data, you should use it before creating customer.

So before you should create the update additional address data, and after the customer.

If you use an internal number for customer, when you create address you have to know the number that'll be used to save the customer. You can do it by BAPI BAPI_CUSTOMER_GETINTNUMBER

Max

Read only

0 Likes
701

Hi ,

Please help me in the following.

As Vendor/Customer Master dont have all the address fields ( like Street4-5), we use FM BAPI_ADDRESSORG_SAVEREPLICA to overcome this problem.

In my case i have created one Custom load program to upload address data using

BAPI_ADDRESSORG_SAVEREPLICA and then LSMW project to upload rest of the data.

In this case when i upload rest of the data by LSMW using BI standard program ( having NODATA indicator "/" in my source file for the fields already uploaded using BAPI above) , address data which uploaded through FM should get populate automatically (by concept of Central Address management) but in my case for some of the Account Group it is not getting populated, please suggest.

regards

Sonal