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: 

User Exit For Production Order Confirmation Using CO15 or COGI

Former Member
0 Kudos

Hi all,

I need user exit for the production order confirmation so that i can set

AFPO-ELIKZ and AUFM-ELIKZ (delivery completedu2019 status flag) to Blank......

Thanks

1 ACCEPTED SOLUTION

GauthamV
Active Contributor

hi,

check these exits.

CONFPP01 PP order conf.: Determine customer specific default values

CONFPP02 PP order conf.: Customer specific input checks 1

CONFPP03 PP order conf.: Cust. specific check after op. selection

CONFPP04 PP order conf.: Customer specific input checks 2

CONFPP05 PP order conf.: Customer specific enhancements when saving

CONFPP06 PP Order Confirmations: Actual Data Transfer

CONFPP07 Single Screen Entry: Inclusion of User-Defined Subscreens

CONFPS01 PS confirmation: Determine customer specific default values

CONFPS02 PS confirmation: Customer specific input checks 1

CONFPS03 PS confirmation: Customer specific check after op. selection

CONFPS04 PS confirmation: Customer specific input checks 2

CONFPS05 PS confirmation: Customer specific enhancements when saving

CONF0001 Enhancements in order confirmation

CONFPI01 Process order conf.: Calculate cust.specific default values

CONFPI02 Process order confirmation: Customer spec. input checks 1

CONFPI03 Process order conf.: Cust. spec. check after op. selection

CONFPI04 Process order conf.: Customer specific input checks 2

CONFPI05 Process order conf.: Cust. spec. enhancements when saving

CONFPI06 Process order confirmation: Actual data transfer

CONFPM01 PM/SM order conf.: Determine cust. specific default values

CONFPM02 PM/SM order confirmation: Customer specific input checks 1

CONFPM03 PM/SM order conf.: Cust. spec. check after op. selection

CONFPM04 PM/SM order conf.: Customer specific input check 2

CONFPM05 PM/SM order conf.: Cust. specific enhancements when saving

use the exit which contains both structures AFPO,AUFM.

4 REPLIES 4

GauthamV
Active Contributor

hi,

check these exits.

CONFPP01 PP order conf.: Determine customer specific default values

CONFPP02 PP order conf.: Customer specific input checks 1

CONFPP03 PP order conf.: Cust. specific check after op. selection

CONFPP04 PP order conf.: Customer specific input checks 2

CONFPP05 PP order conf.: Customer specific enhancements when saving

CONFPP06 PP Order Confirmations: Actual Data Transfer

CONFPP07 Single Screen Entry: Inclusion of User-Defined Subscreens

CONFPS01 PS confirmation: Determine customer specific default values

CONFPS02 PS confirmation: Customer specific input checks 1

CONFPS03 PS confirmation: Customer specific check after op. selection

CONFPS04 PS confirmation: Customer specific input checks 2

CONFPS05 PS confirmation: Customer specific enhancements when saving

CONF0001 Enhancements in order confirmation

CONFPI01 Process order conf.: Calculate cust.specific default values

CONFPI02 Process order confirmation: Customer spec. input checks 1

CONFPI03 Process order conf.: Cust. spec. check after op. selection

CONFPI04 Process order conf.: Customer specific input checks 2

CONFPI05 Process order conf.: Cust. spec. enhancements when saving

CONFPI06 Process order confirmation: Actual data transfer

CONFPM01 PM/SM order conf.: Determine cust. specific default values

CONFPM02 PM/SM order confirmation: Customer specific input checks 1

CONFPM03 PM/SM order conf.: Cust. spec. check after op. selection

CONFPM04 PM/SM order conf.: Customer specific input check 2

CONFPM05 PM/SM order conf.: Cust. specific enhancements when saving

use the exit which contains both structures AFPO,AUFM.

Former Member
0 Kudos

check these User exits documentations

CONFPP01 PP order conf.: Determine customer specific default val

CONFPP02 PP order conf.: Customer specific input checks 1

CONFPP03 PP order conf.: Cust. specific check after op. selectio

CONFPP04 PP order conf.: Customer specific input checks 2

CONFPP05 PP order conf.: Customer specific enhancements when sav

CONFPP06 PP Order Confirmations: Actual Data Transfer

CONFPP07 Single Screen Entry: Inclusion of User-Defined Subscree

regards

Prabhu

former_member262988
Active Contributor
0 Kudos

hi,

use CONFPP04( EXIT_SAPLCORF_104)

and CONFPP05 (EXIT_SAPLCORF_105)

amogn these two you try...

Former Member
0 Kudos

Hi Experts,

Please tell among these user exits which was useful for acheiving the above requirement. even I am trying to implement the same functionality but in vein.

Kindly let me know which of the above user exit you enhanced for the same requirement.

Thanks,

Rohan