Data Migration Objects and Tables
By Imran, Mohammad January 26, 2021 under SAP ECC/S4HANA
During SAP data migration of an object, we try to get the list of the tables involved on that particular object. List of tables will be required to extract and buld the logic so that we can modify the structure according to our loading program. I have built a tool which will tell you the tables involved, just select the object name from the drop down and get the list tables at right window. Access the tool...
Parallel Processing of IDocs using RBDAPP01
By Imran, Mohammad January 31, 2021 under SAP ECC/S4HANA
Parallel processing becomes necessory when you are dealing with huge number records, parallel processing can improve your IDoc processing time. It can save 50% of time as comare to normal IDoc creation. In this post, we are going see one of approaces of parallel processing of IDocs. We will be using a special program called RBDAPP01. Continue Reading...
Working with T-Code BD87 to Process IDocs
By Imran, Mohammad March 01, 2023 under SAP ECC/S4HANA
Execute idoc using BD87 is helpfull when your IDoc's partner profile is set to backgound because you don't want to process your IDocs immediately. BD87 helps process your IDocs. It also categorise the IDoc based on Status of the IDocs. Continue Reading...
Download IDoc data from SAP Table
By Imran, Mohammad March 01, 2023 under SAP ECC/S4HANA
We oftenly need to check the an IDoc that what data we passed in it but we are not sure which IDoc it was. So checking one by one in WE02 will be a very difficult task if you have a lot IDocs posted on the day. You can do it by browsing some of IDoc related tables. Continue Reading...
Setup partner profile in SAP for an IDoc
By Imran, Mohammad January 31, 2021 under SAP ECC/S4HANA
Partner profile setup is very crucial when you are working with IDoc. If partner profile is not setup, you cannot execute the IDoc, it will throw an error that partner profile is missing. You will need to know Message type and Process code before you attempt to setup the partner profile. Lets see step by step how we do that in SAP. Continue Reading...
How to find table name of a structure field
By Imran, Mohammad January 25, 2021 under SAP ECC/S4HANA
During SAP data migration we come across some of the structure tables. Structure tables cannot be used to extract the data from. As its name suggests the structure table holds only structure of the table, data resides on any other table. In this post, I will try to explain how can we retrieve table name which holds data of the structure table by Data Element. Continue Reading...