IDoc Extensions
Amit Kumar Bishoyi
SAP SD Consultant !! SAP Global Certified !! SAP S4HANA Cloud !!
Introduction to IDoc Extensions
Understanding the Need for Extensions
Steps to Create IDoc Extensions
1. Creating a Custom Segment
2. Creating the Extension
3. Linking Basic Type and Extension
4. Assigning the Function Module
5. Creating the Partner Profile
?
Here the things are not finished here as a functional we need to send the Functional logic to the developer and developers should must ensure proper logic handling for seamless IDoc processing and the Custom logic must be implemented using customer exits to retrieve and process data correctly.
?Here the Developer will create the Program with Custom logic with customer exit.
As a functional if we want to know where the mapping in the code level is then with this process you can check.
1.????? Go to your T code, where you are sending the Data.
2.????? Go to System >> Status >> Double Click on Program. ?
3.????? Go to the Call function MASTERIDOC_CREATE_(Your message type) (Double Click )
4.????? Here we need to find call functions MASTERIDOC_CREATE (Double Click )
5.????? Here we need to check the CUSTOMER EXIT
6.????? In Customer Exit there will be CALL CUSTOMER FUNCTION as 0001 or 0002.
7.????? If you double click on that it will take you to function Exit.
8.????? In that function Exit there will be a Z Include Programmed
9.????? If you analyze that Include Program you will get the Mapping Code Details.
Thank You
Amit Kumar Bishoyi
?