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: 

IDoc - Segment details for Confirmation Code in ME22N

Former Member
0 Kudos

Hi Friends,

I am doing Purchase Order Acknowledgement(855) - Inbound Scenario. I need the ConfirmationCode and Confirmation ControlKey fields in the segement of basic type ORDERS05. We couldnt find these two fields in the segments, can any one help me to find out the solution.

Regards.

Selva

4 REPLIES 4

Former Member
0 Kudos

hi selva,

i think orders05 doesn't have a segment for confirmation control key . probably you need to write user-exit for inbound to accept this extended segment (confirmation control key is consider to be an extension ) and process them . Enhancement for ordersp (Purchase Order Acknowledgement) is MM06E001.

Former Member
0 Kudos

Hi

I am facing the same problem, could any one let me know the user exit and how it is been coded for confirmation key.

Thanks in advance

Former Member
0 Kudos

Hi Selva,

add these 2 fields and create a segment in WE31. Add this segment to extension idoc in WE30.

Link the Ext.idoc to msgtype in WE82.

Try to fill the data at userexit level for added fields.

Thanks

Eswar

hymavathi_oruganti
Active Contributor
0 Kudos

u need to add these two fields and create a new segment in we31. and in we30 assign that segment as extension

and proceed