‎2010 May 25 6:05 PM
Hi ABAPers,
I have a standard inbound orders of type ORDERS05. There is a segment E1EDKA3 in ORDERS05 but I see that this segment is not handled in standard IDOC_INPUT_ORDERS. How do we handle this segment ? I need to fill data from the ORDERS05 inbound. This segment is child of E1EDKA1. Has any body faced such a requirement before.
Thanks
Abhi
‎2010 May 26 3:22 AM
Hi,
I think E1EDKA3 is related to partner,so you may need to specify it in the control record.
‎2010 May 26 4:11 AM
if you Want to modify the data in the in the perticular segment you have EXIT_SAPLVEDA_002 check for the exit
the data will be in in IDOC_DATA table of the inbound function module ....and the inbound function module is using a call transaction method if you want to modify modify it in the exit above is exit given there are may where you can perform your operation OR as soon as you enter the inbound function module have a Enhancement Point.