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

E1EDKT1 - ORDERS05

Former Member
0 Likes
1,016

Hi,

I need to populate tdline from e1edkt2. For this i am fetching value by passing the required parameters and getting the value.

But when i debugged, the case is not going on e1edkt2. Is this because e1edkt1 which is the parent of e1edkt2 is not being created. If i need to create then is it enough if i pass only text-id.

Hi,

I need to populate tdline from e1edkt2. For this i am fetching value by passing the required parameters and getting the value.

But when i debugged, the case is not going on e1edkt2. Is this because e1edkt1 which is the parent of e1edkt2 is not being created. If i need to create then is it enough if i pass only text-id.

3 REPLIES 3
Read only

Former Member
0 Likes
818

hi,

you need to pass

e1edkt1-tdid 
                  and e1edkt2-tdline.

regards

vijay

Read only

Former Member
0 Likes
818

Create E1EDKT1 and then Create E1EDKT2.

Read only

Former Member
0 Likes
818

hi,

My idoc creates starting from 01 to 18 segments. I need to create e1edkt1 in order to populate standard text.

But i couldn't create it using user exit, can anyone give me the code regarding this . Please review the code written by me.

WHEN 'E1EDKT1'.

x_E1EDKT1-TDID = 'Z003'.

MOVE 'E1EDKT1' TO INT_EDIDD-SEGNAM.

MOVE x_E1EDKT1 TO INT_EDIDD-SDATA.

APPEND INT_EDIDD.