2009 Apr 30 10:38 AM
Hello Experts,
I am using co11n transaction, While saving the transaction i need to display a
error message based on some conditions. I can display a error message but the screen got struck
and it is not returning to the PBO again. Can any one tell me the any Exits is available there in the transaction to display the error messages.
Thanks
2009 Apr 30 10:41 AM
Hi,
Please check the following user exits:
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
Thanks,
Sowmya
2009 Apr 30 10:41 AM
Hi,
Please check the following user exits:
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
Thanks,
Sowmya
2009 Apr 30 10:55 AM
Hi thanks for your reply, but the exits u hav mentioned, using that i can get the information
from the screen and process it but i can not display the error message. I am using the
statement E014(ZMM) to display the error message, but after displaying that error message the
control is not coming back to the screen
Thanks
2009 May 12 11:21 AM
Hi Vivek..
The same problem : after displaying that error message the
control is not coming back to the screen
Could you please tell me how u resolved it
2009 May 12 4:02 PM
Hai,
krupa, what u have to do is, u r using a screen exit right? Dont display the error message inside
the Function Exit. Instead, in the PAi module inside chain endchain of ur screen double click on your module and include the module in the TOPINCLUDE of the Main program( How to find this top include is goto se80-->
select function group XCOF--> EXPAND INCLUDE->LXCOFTOP -
>ZXCOFTOP----->DOUBLE CLICK and open it and put your module here and display ur error message. )
set the breakpoint here it will stop here
Regards,
Viverk
Edited by: vivek selvam on May 12, 2009 8:36 PM
2009 May 15 6:50 PM
Hi friends,
I have a requirement to stop "Final Confirmation " in CO11N for the condition of QAMR u2013 SATZSTATUS) <> 5
and display error message on the screen .
I am seeing user exit CONFPP05 getting triggered, but how do I stop the final confirmation through this?
Please help.
Thanks
Ramya
2009 May 12 11:49 AM