Hello,
I have a Requirement to Extend the Existing IDoc Type INVOIC02 to ZINVOIC02 in which I am adding two Segments, 1 under the Header Segment E1EDK01 and the Other One under the Segment E1EDK05 which contains the Condition Information for the given Invoice. The One under E1EDK01 is getting Populated successfully and I am ensuring that it is populated as it is a Mandatory Segment. but the One under E1EDK05 is not a Mandatory Segment. Now, I've written the Code in the Exit by putting a Condition saying "CASE... WHEN 'E1EDK05'" so that I can populate the my segment after the E1EDK05.
However, I've not been to find the E1EDK05 Segment itself though in the given Invoice, I am seeing all the Conditions along with the Condition Values.
The IDoc is generated successfully with Status 03 but I couldn't see the Segment E1EDK05. Can some one let me know why it is not being Populated? I've checked the IDOC_OUTPUT_INVOIC Function Module in which there is a Perform to FILL_E1EDK05.
Thanks and Regards,
Venkata Phani Prasad K