Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Idoc_input_orders E1EDKA3

Former Member
0 Likes
1,163

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

2 REPLIES 2
Read only

xinjiang_li
Active Participant
0 Likes
772

Hi,

I think E1EDKA3 is related to partner,so you may need to specify it in the control record.

Read only

anup_deshmukh4
Active Contributor
0 Likes
772

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.