Hi Gurus,
In my application ..if some condition fails , i m raising an error message as follows:
CALL METHOD lo_message_manager->report_error_message
EXPORTING
message_text = 'Please fill Sold To Customer field'
VIEW = 'ISSUEORD_VIEW'.
But the program processing is being continued for eg.. a table is getting updated and both the message
i.e earlier error message and the table updation message are both appearing on the screen together..
How can i interrpt program processing after the error message and display that on the screen.
Best Regards,
Navin Fernandes.