cancel
Showing results for 
Search instead for 
Did you mean: 

FPM , how to block generating messages

Former Member
0 Kudos

hello all,

i have an application programmed with FPM, after the user generat the appliction in Portal, there is a save button will be shown over Subtables,, a message will be displayed each time clicking on the button... (the same success message)

my question is? how can I deactivate this message? i want display an other message in case if errors happed !

thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Agadir,

if you are failing the SAVE event, then the method AFTER_FAILED_EVENT of the component controller will be called. here you can get the IF_WD_MESSAGE_MANAGER and call the CLEAR_MESSAGES. I never tried this in FPM. Ideally this should work. Please try and if works then let us know.

BR, Saravanan

Former Member
0 Kudos

incase of FPM applications, try to use IF_FPM_MESSAGE_MANAGER~CLEAR_MESSAGES.