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

User Exit Problem

Former Member
0 Likes
1,283

Hi,

I am new to the user exit and i want to create a User Exit which allows

to display a screen and then came back to its normal view. for example,i want to create a User Exit for Tcode CO11n and before entering the conformation no.. it should display the screen developed

and the user checks that screen and den do its entries.

I just want to know is there any example for it? bcoz i am not able to find gud example for it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,185

check this

XCOF Customer Exits Order Confirmation CORF

EXIT_SAPLCORU_S_100 Transfer Data from SAPLCORU_S to Customer-Defined Screen

EXIT_SAPLCORU_S_101 Return Data from Customer-Defined Screen to SAPLCORU_S

XQQM Customer Exits QM/PM Notifications

EXIT_SAPLCORU_S_001 QM: Create Notif. from Confirmation of Production Order

OR

enhancement

QQMA0028

6 REPLIES 6
Read only

Former Member
0 Likes
1,185
Read only

Former Member
0 Likes
1,185

hi,

Is there any User Exit Example which provide more example of it .

Edited by: ricx .s on Sep 10, 2008 6:19 AM

Read only

Former Member
0 Likes
1,185

Hi Ricx,

pls find the below info

Transaction Code - CO11N Single Screen Entry of Confirmations

Exit Name Description

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

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

Number of Exits: 24

choose the correct one for your application.

Regards,

BabuSrinath

Read only

0 Likes
1,185

Hi,

But i want to have an example and which enhancement is for the conformation number that allows me to make User Exit ?

Edited by: ricx .s on Sep 10, 2008 8:28 AM

Read only

0 Likes
1,185

mostly there are examples delivered with the user exits, sometimes you have to search in sdn if you think a certain user exit will suit you.

Read only

Former Member
0 Likes
1,186

check this

XCOF Customer Exits Order Confirmation CORF

EXIT_SAPLCORU_S_100 Transfer Data from SAPLCORU_S to Customer-Defined Screen

EXIT_SAPLCORU_S_101 Return Data from Customer-Defined Screen to SAPLCORU_S

XQQM Customer Exits QM/PM Notifications

EXIT_SAPLCORU_S_001 QM: Create Notif. from Confirmation of Production Order

OR

enhancement

QQMA0028