cancel
Showing results for 
Search instead for 
Did you mean: 

MIgrate BP Data to S/4 HANA using Custom Migration Object LTMOM (CL_MD_BP_MAINTAIN)

0 Kudos

Hi all,

I have created a Custom Migration Object using LTMOM to migrate(extend Customer) BP Data.

Made use of the Class CL_MD_BP_MAINTAIN and wrapped it in a Function Module.

Iam facing couple of issue during data transfer.

1. Initially I uploaded 10 Customers in excel template using LTMC, data transfer is successful. After that I have uploaded new customers using same project but not able to update new records, still it is reading old 10 records which I have uploaded initially.

2. Not able to get return messages back in the project LTMC whether it is error or success. I have set the below options.

3. When there are errors during data transfer delta file is not being generated.

4. Not able to update successfully posted records even though Iam running programs

DMC_FM_RESTART_COPY_DELETE, DMC_FM_RESTART_HANDLE to remove Success Flag in Table DMC_FM_RESTART.

Thanks in advance for your support.

Accepted Solutions (0)

Answers (1)

Answers (1)

mgbernardo
Participant
0 Kudos

Hi Surya,

Which S4 version are you using? There's already a customer object. It uses the FM "RFC_CVI_EI_INBOUND_MAIN" which calls the same class CL_MD_BP_MAINTAIN.

Maybe you can use that object or at least that FM in your object

Regards




Hi Marcelo,

As per the SAP Note 2506041 RFC_CVI_EI_INBOUND_MAIN is not the recommended approach.

As per the SAP Note 2417298 You can use API CL_MD_BP_MAINTAIN. Pass the data in CVIS_EI_EXTERN structure format.

Thanks