cancel
Showing results for 
Search instead for 
Did you mean: 

How to get error messages stay within FPM dialog box

palani_aravazhi
Participant
0 Kudos

Dear All,

I am trying to have a FPM dialog box from a OIF application. The FPM dialog boxes includes few field validations but the error messages are not staying in the Box and being shown in the main application.

How do I keep the error messages stay within the dialog boxes before the FPM dialog boxes closes.

Thanks for your time and help.

Regards,

PK

Accepted Solutions (1)

Accepted Solutions (1)

Aliaksandr
Active Participant
0 Kudos

Hi PK,

Set ev_result = if_fpm_constants=>gc_event_result-failed in PROCESS_EVENT method of feeder class for dialog box (for 'FPM_CLOSE_DIALOG' event) when you want to show error message in your dialog box.

Kind regards, Aliaksandr.

Answers (0)