Hello,
I have a screen where I do the following:
CALL METHOD l_message_manager->report_success
EXPORTING
message_text = 'Changes were successfully saved!'.
when I navigate to another screen messsage area is still there but without the message.
How can I destroy message area without calling reset_view method?
Thank you.