‎2008 May 23 5:47 AM
Hello All,
I am using the function module MATERIAL_INIT.
I get sy-subrc = 1. In exception handling I am giving an error message with my message. But my message is not coming as an error message its coming as an exit message and I loose control over my transaction. Please suggest how can I handle this.
Thanks in advance.
Regards,
Anju
‎2008 May 23 5:49 AM
Hi,
Use the syntax
Message S.... display like 'E'.
return to exit or what ever code u wnat to execute.
If you raise a error message in the middle of the program, the program exits and displays a blank screen.
Shruthi
Edited by: Shruthi R on May 23, 2008 6:51 AM
‎2009 Jan 06 11:05 AM