cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Master Migration (RFBIDE00) with mutliple Company codes using LSMW?

former_member298052
Participant
0 Kudos

Hello Experts,

I am currently trying to migrate customer master with multiple company codes via LSMW using RFBIDE00.

First I tried to migrate with one BI session using 2 files (one for KNA1 and one for KNB1) both linked thru the first field KUNNR.

The first record enters successfully but in the second it fails in the batch Input session providing KNA1 data for the dynpro while the BI skipped directly to KNB1 dynpro.

Then I tried to migrate the data in 2 separate BI sessions (with each RFBIDE00):

In the first BI I create the KNA1 entries just with one file. Perfect.

Then in the second BI I try to create the company code data for the existing KNA1-customers. In the step MAINTAIN STRUCTURE RELATIONS" I must map BKNA1 - otherwise I cannot map BKNB1 ("You must assign a source structure to target structure BKNA1.").

In the CREATE BI SESSION step I get the information "XD01: Acct already exists; general area not being processed" and then "... Data in table BKNA1 cannot be processed" and then "... Last header record ..." and nothing goes ahead.


Can someone tell me how to create customer master with several (more than 1) company code with the standard batch Input (not with recording)?

Im looking forward to any suggestions.

Andrzej

Accepted Solutions (0)

Answers (1)

Answers (1)

aweb79
Member
0 Kudos

Dear Andrzej,

you need to update the "__BEGIN_OF_RECORD__" coding in the BKNA1.

If you replace the term "BKNA1 = INIT_BKNA1." with term "SKIP_RECORD." there it should run.

best regards

Andreas