Question:
Quick IDOC Question..
Does the order in which the segments are populated matter in IDOC ?
For example...consider INVOIC02 idoc. if I am writing a user exit code to populate the IDOC segments, should int_edidd must have the int_edidd-segnam in order from top to bottom or it doesn't matter ?
Thanks!
Answer:
Yes, they need to be in int_EDIDD in the correct order. Some segments rely on other segments. For example, you couldn't have all your E1EDP01's together and then all the E1EDP19's at the bottom, because the system needs to know which E1EDP19's go with each E1EDP01.