cancel
Showing results for 
Search instead for 
Did you mean: 

Data migration in LSMW with CRM_XIF_PARTNER_SAVE

Former Member
0 Kudos

Hi,

for a data migration of business partners from a legacy system into a CRM 5.0 system I want to use the CRM_XIF_PARTNER_SAVE or CRM_XIF_PARTNER_SAVE_M IDoc. Everything works fine when I migrate a business partner with only one address and only one bank account, but what settings I have to make that I'm able to migrate a business partner with multiple addresses and bank accounts?

I hope you can help me. Thanks in advance,

Timo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello ,

I used BUPA_C_ADDADDRESS to add addittional adresses to BP ,

Additinally you can select which address will be standatd via structure :E1BPBUS1006_ADDRESSUSAGE

Hope it help ,

Rika

Former Member
0 Kudos

Hi Timo,

you need to repeat the corresponding IDoc segements for "Bank Details",

eg for IDoc CRMXIF_PARTNER_SAVE01 (display via WE30 or navigate via BDFG).

here the example for phone data: (I didn't expand all nodes)

CRMXIF_PARTNER_SAVE01 IDoc Structure for Data Type

CRMXIF_PARTNER_SAVE01 IDoc Structure for Data Type CRMXIF_PARTNER_COMPLEX

5 E1010821140028 Complex structure for business partners CRMXIF_PARTNER_COMPLEX

4 E1010821140029 Header structure for business partners CRMXIF_PARTNER_HEADER

5 E1010328105722 External Interface: Central Data BUS_EI_CENTRAL_DATA

4 E1010328105723 External Interface: Central Business Partner Data BUS_EI_BUPA_CENTRAL

4 E1010328105735 External Interface: Roles BUS_EI_ROLES

4 E1010328105737 External Interface: Bank Details BUS_EI_BANKDETAIL

4 E1010328105741 External Interface: Credit Card Details BUS_EI_CREDITCARD

4 E1010328105745 External Interface: Industries BUS_EI_INDUSTRYSECTOR

4 E1010328105750 External Interface: Identification Numbers BUS_EI_IDENTIFICATION

4 E1010328105755 External Interface: Tax Numbers BUS_EI_TAXNUMBER

5 E1010328105801 External Interface: Communication Types BUS_EI_COMMUNICATION

5 E1010328105802 External Interface: Communication Data Telephone BUS_EI_TEL_DATA

5 E1010328105803 External Interface: Data for Telephone BUS_EI_BUPA_TELEPHONE

4 E1010328105804 External Interface: Data for Creating a Telephone Number BUS_EI_BUPA_TELEPHONE_CON

4 E1010328105807 External Interface: Communications Notes BUS_EI_COMREM

****start to repeat here your IDoc data, that means insert these segements for each new phone number

5 E1010328105803 External Interface: Data for Telephone BUS_EI_BUPA_TELEPHONE

4 E1010328105804 External Interface: Data for Creating a Telephone Number BUS_EI_BUPA_TELEPHONE_CON

4 E1010328105807 External Interface: Communications Notes BUS_EI_COMREM

****end insertion

4 E1010328105811 External Interface: Communication Data Fax BUS_EI_FAX_DATA

You can try the same for address data. Note: you don't need to renumebr the repeated segments in the IDoc, the "system" is doing it ...

Be sure that the sequence of the other segements after the duplication is still the same, or you get an error.

Go to transaction WE19. There you key in an existing and successfully posted IDoc. Then you can edit this Idoc, insert the new segements for additional phone numbers for testing.

Rgds

JP

Message was edited by:

Jörn Peter