Hello Sanjay
Use USMD_DATA_TRANSFER_BACKEND and load the data. Follow these steps -
- Create a Change request type in MDG for data upload. Do not select single object or collective processing option.
- In MDG – using Distribution monitor – File upload method create the structure for Account
- Create a layout for Account object and save the variant
- Take the SKA1 dump in your ECC system and create a layout similar to your MDG layout
- Take the data from ECC in excel
- Save the excel file in tab delimitated Txt format. Make sure to use Unicode if you have different language data
- Go back to MDG and create a change request for Account data upload so that we can start loading the data
- In 1 CR, we can accommodate maximum 5000 records. We can write a Z program to approve the CR from backend.
- Now execute the USMD_DATA_TRANSFER_BACKEND program
- Give the required details and the entity type to upload the data
- We can run this program in background or in foreground. For background processing we have to create a logical path, upload the file on AL11 and update the path name in variant created in NWBC
- If the file is in proper format and with proper records, data will get uploaded in the CR
- Approve the CR through NWBC
- Account data is loaded in MDG tables – Table name - /1MD/MD______001 and /1MD/MD______009
Kiran