cancel
Showing results for 
Search instead for 
Did you mean: 

Stop event processing in NEEDS_CONFIRMATION

Former Member
0 Kudos

Hi,

I have a little issue. I have a FPM OVP application that includes several UIBBs. In every UIBB's component controller, in method NEEDS_CONFIRMATION, I perform a check on mandatory fields from that UIBB and in case of an error, I raise an error message and I need the event processing to be stopped/aborted/suspended. The problem is: the events are still processed after raising the errors.

Thanks,

Hadassah.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member219762
Contributor
0 Kudos

Hi,

Use DISPLAY_ERROR_PAGE of cl_fpm to display error message.

Regards,

Sreenivas.

former_member184578
Active Contributor
0 Kudos

Hi,

Instead of reporting error message using REPORT_MESSAGE, raise an exception to stop the processing using RAISE_EXCEPTION or RAISE_T100_EXCEPTION methods of FPM message manager.

Hope this helps u,

Regards,

Kiran