2009 Nov 06 4:27 AM
Hi All,
I am submitting a report in background using job_open and job_close fucntion modules. I want to capture all messages coming while running the report. I am able to capture messages coming in the output but not able to capture the messages coming in the below status bar(error messages). If some error message comes in the selection screen of the submitted report.
Kindly let me know the way in which i can capture those status error messages.
Thanks in advance.
Regards.
SK
Edited by: shekhar kumar on Nov 6, 2009 7:07 AM
2009 Nov 06 6:35 AM
hi ,
write your code in try catch exception block
and you can store your exception in and ztable you want .
at end of report .
Regards
Deepak
2009 Nov 06 6:52 AM
Hi,
Refer to this [link|http://help.sap.com/saphelp_NW70EHP1/helpdata/en/fa/096dc2543b11d1898e0000e8322d00/frameset.htm].It shows you how to display the job log.
Br,
Advait