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.