cancel
Showing results for 
Search instead for 
Did you mean: 

To Raise an Exception: which method is more appropriate

former_member205363
Contributor
0 Kudos

Hi Friends,

I am using method report_error_message to raise exception but it is not stopping the execution sequence of the application.

I need to show the exception for mandatory check for the UI field when we click on any action buttons in the screen.

Please suggest me which method is suitable and explain the parameters in that method.

Regards,

Lakshmi Prasad.

Accepted Solutions (1)

Accepted Solutions (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Lakshmi,

you can use REPORT_FATAL_ERROR_MESSAGE method to stop the further processing.

BR, Saravanan

Answers (1)

Answers (1)

Former Member
0 Kudos

You could use any of the REPORT_ methods followed by an EXIT statement.