‎2010 Jan 13 4:33 AM
I am doing some validation in the view maintenance. I want to show all the errors occurred in the validation together in the same session. and after that i want to come back to the view maintenance screen again What should i do?
‎2010 Jan 13 4:35 AM
Is there any existing class or FM that can be called to show the error message in foreground?
‎2010 Jan 13 4:53 AM
Hi,
If you are maintaining the values in the view for the Z table then try to populate all the messages in the internal table and at the PAI event of the table maintenance display all this messages in the pop up display using FM COPO_POPUP_TO_DISPLAY_TEXTLIST.
‎2010 Jan 13 5:05 AM
FM WCB_DISPLAY_ERROR_POPUP is better option to show the error, but my problem is these FM will not restrict it to save the data, because it will always be called in a new session. I would like to know if it is possible to show the error in the same session and user has to press back button to come to maintenance screen.