cancel
Showing results for 
Search instead for 
Did you mean: 

Message Handlers

Former Member
0 Kudos

Hi Experts,

The message_handler which we have access to in the generic service uses the interface IF_HRBAS_MESSAGE_HANDLER which have only ADD_MESSAGE method.

We have a situation where the messages from one form's errors are not being cleared when changing onto to different aspects of the form.

Just wondering if we have an alternative way like DELETE_MESSAGE inorder to avoide the duplicates and repeated messages.

Thanks In Advance,

Regards,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

ChrisSolomon
Active Contributor
0 Kudos

Not sure what you mean or what you are trying to do.

Generally in your generic service, you are using the message handler to add your messages onto the "message stack". In that way, when the user triggers to go through services (by user events or by a "check" event such as "check and send") your messages will appear in the returned "list" of messages that are displayed as the framework traverses through your configuration and executes each service. Why would you not want that?

Again....what is it you are trying to do? I am not following what you mean by

"messages from one form's errors are not being cleared when changing onto to different aspects of the form."

Answers (0)