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: 

Display Error Message in Co11n Transaction

Former Member
0 Kudos
543

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
243

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

6 REPLIES 6

Former Member
0 Kudos
244

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

0 Kudos
243

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

0 Kudos
243

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

0 Kudos
243

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

0 Kudos
243

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

Former Member
0 Kudos
243

Hi,

Which exit or badi your using.

Regards

A