Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Message capturing while submitting a report in background

Former Member
0 Kudos
81

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

2 REPLIES 2

deepak_dhamat
Active Contributor
0 Kudos
53

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

Former Member
0 Kudos
53

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