Application Development and Automation 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: 
Read only

Background Job Run - Error Msg

VikasB
Active Participant
0 Likes
471

Hi all,

When i run my report as background job it is failing.

In report i have checked one condition n if that do not satisfy it will give error. but in any situation the background job fails though condition satifies but the spool is getin created.

when i debug the report it gives no error in that report but after it gives System message '' Job cancelled after system exception ERROR_MESSAGE''.

any guidelines will be appreciated...

regards,

vikas.

3 REPLIES 3
Read only

VikasB
Active Participant
0 Likes
442

???..

Read only

Former Member
0 Likes
442

Hi,

Please see the ABAP dump st22 the reason for dump.

And also please see whether in your report do you have any information displayed as pop up window? If you any such please take out any see.'

Thanks,

Sri.

Read only

VikasB
Active Participant
0 Likes
442

thankx for your reply..

it is not giving me any dump or something neither my report contains any popup window.

thing is that i am checking one error value at the event END-OF-SELECTION and giving some error mesg depending upon that.

when i check this in debug mode in background mode itself (thr' JDBG or SM50) the value of error mesg is empty...so idealy the report is executed fine but when after words i go for F8 it gives me that error message.

regards,

vikas