‎2005 Oct 03 6:15 PM
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
‎2005 Oct 03 6:33 PM
Hi
Are you using RFBIDE00?
If it's so you should use BAPI_ADDRESSORG_SAVEREPLICA to update address
Max
‎2005 Oct 03 6:33 PM
Hi
Are you using RFBIDE00?
If it's so you should use BAPI_ADDRESSORG_SAVEREPLICA to update address
Max
‎2005 Oct 03 7:12 PM
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.
‎2005 Oct 03 9:32 PM
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
‎2006 Dec 16 11:18 AM
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