Create New Custom Migration Object Using LTMOM 1689948040
Create New Custom Migration Object Using LTMOM 1689948040
com/in/mickaelquesnot/
INTRODUCTION
As we know, SAP has pre-delivered objects in LTMC, but there is master data or transactional data that does
not yet have LTMC objects, such as service master. In this post, we will create a custom LTMC object for
uploading the CROSS SELLING (VB41) using LTMOM with A BAPI.
SAP_BR_CONFIG_EXPERT_DATA_MIG
With this app, you can migrate business data to SAP S/4HANA. You can migrate data directly
from certain SAP source systems, or you can use staging tables to migrate data.
Key Features
Read more in
App Documentation
PREREQUISITES
Since S/4HANA 2020, SAP has deprecated LTMC using the web Dynpro version and moved to the Fiori
app Migrate Your Data (F3473).
1. Go to T-Code LTMOM
2. Choose the project that you want to create a new custom object.
4. Enter the object ID and description and choose Function Module as the Target Structure, then click Next
After successfully creating the new custom object, now we create a source structure.
6. Double click on the source structure at the left sidebar, right click on the source structure on the right
sidebar, then choose Append Structure to Lower Level.
8. Click add field to enter the fields of the source structure, then click the save
9. You can also make certain fields to become mandatory by right click the structure and then choosing
change view
After creating the source structure, we map our source to the target structure.
And the last step is field mapping our source structure to the target structure.
14. Drag the source field to the target field just like we did in the previous step
15. Right click Single-Character Flag Number Range Check, then choose assign rule
16. Choose rule Move and enter parameter ‘X’ to assign a constant value to the field
3. Our new custom migration object is automatically added to the project. Download the template
CONCLUSION
If pre-delivered LTMC objects don’t yet support your migration data requirements, you can create custom
objects using LTMOM with a standard or custom Function Module.