2005 Dec 13 6:32 AM
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.
2005 Dec 13 6:35 AM
hi,
you need to pass
e1edkt1-tdid
and e1edkt2-tdline.regards
vijay
2005 Dec 13 6:36 AM
2005 Dec 13 9:02 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |