Hi Guys,
I have the ff scenario:
1. I have a web dynpro with a tabstrip.
2. I have a save button.
My problems are:
1. When I raise error message via lo_message_manager->report_attribute_error_message, the error message is raised and the field in error is highlighted but when I navigate to another tab, the error message disappears.
I want the error to show even when I navigate to another tab.
2. When I click the 'save' button, i tried to read the error message via lo_message_manager->get_messages( ), but there's no data returned. There's an error and yet it executes the save button.
I want the error to show until all the issues were solved before it can actually proceed with the saving.
How can I achieve this?