Application Development 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: 

E1EDK01-action is not getting exact action value, it was showing always 001

Former Member
0 Kudos

Hi,

We are working on creation/change of PO.

While creation or change we need to send the action of PO like 'PO was created Newly' Or ' PO was changed / Deleted' to Extenal system via XML.

Here our issue was that when we are changing/deleting the line item or PO the Action code was always remained same as 001 insetead of getting corresponding

action code.

Could any one please suggest us a solution regarding?

Thanks in advance.

Regards,

Gopinath Addepalli.

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Gopinath

Based on your description you create/change a purchase order within SAP, create an IDoc, convert the IDoc data to XML (via XI?) and send it to an external system.

If the action code is always '001' then this is apparently the default value for corresponding functions within the transaction. If you need to modify this action code then you should use an appropriate user-exit within IDoc creation/change.

Regards

Uwe

0 Kudos

Hi Uwe,

Thanks for your reply. I have done the setup of IDOC.

Could you please suggest me the user-exit where i can set this value?

Thanks and Regards,

Gopinath Addepalli.