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: 

Where we need to write the code if we want to change "confirmation category" in confirmation tab using IDOC_INPUT_ORDRSP function module

0 Kudos

Hi all,

Greetings !

I need to change the confirmation category as "AB" in the confirmations tab in ITEAM level using

IDOC_INPUT_ORDRSP function module...

I checked each and every segment in the INBOUND IDOC ..There confirmation tab details are not present in any segment..

Please let me know what to do...

I find out the EXIT "CALL CUSTOMER "008"

But I don't think so it is right one?

Please help me out..

Regards,

Swamy...

2 REPLIES 2

karthikeyan_p3
Contributor
0 Kudos

Hi Boggarapu,

Generally ORDRSP message type updates the confirmation key as AB based on the confirmation control configuration.

Also in IDOC_INPUT_ORDRSP, the internal table to update the EKES table is filled in

include : LEINMF2O

PERFORM : xuekes_fuellen

There is a customer exit EXIT_SAPLEINM_009 immediately above this perform.

Check if you can make use of that.

Thanks,

Karthikeyan

0 Kudos

TQ!