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 Segment E1EDP01 Action Field

Former Member
0 Likes
9,274

Hi,

Can any one help me to find out the value of Action Code of following values.

E1EDP01-ACTION = 'NC'.

E1EDP01-ACTION = 'IA'.

E1EDP01-ACTION = 'IC'.

E1EDP01-ACTION = 'RS'.

E1EDP01-ACTION = 'RC'.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
3,210

hi,

i think u can see the domain for EDIF1229A..

Initial: This field is not used in the message

001 Item added

002 Item changed

003 Item cancelled

004 Item not changed

005 Item locked

091 Goods receipt

092 Goods receipt correction

093 Return

094 Consignment

095 Damage in transport

096 General correction

097 Debit Advice for the Vendor from ERS

098 Debit Advice for the Vendor from New Valuation

099 Credit Advice for the Vendor from New Valuation

reward if useful...

Read only

0 Likes
3,210

Hi Pawan..

Thanks 4 answer, but the issues is different.

I have one an idoc which is filled with the E1EDP01-ACTION field with following values.

'NC','IA','IC','RS','RC'

Now i have to find out the corresponding action values for these values.

Thanks

Read only

0 Likes
3,210

Hi Piyush,

Loop through the IDOC_DATA internal table.

If the value E1EDP01-ACTION = 'NC'

then get the action values from the corresponding table

Regards

Arun