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

Job run error

Former Member
0 Likes
772

Dear Experts ,

I have a job in my system as RSTWB_BATCH_EXECUTE and this job has run into error and in canceled state .

The job log says The specified structure does not exist

Job cancelled after system exception ERROR_MESSAGE with some message numbers .

Do you know of any possibilities how to check this as i dont have authorization to spool list.

Is there any other way ?

Thanks and Regards

ss

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
673

Hi,

Use FM RSPO_DISPLAY_SPOOLJOB to display the spool.

Regards,

Srinivas.

4 REPLIES 4
Read only

Former Member
0 Likes
674

Hi,

Use FM RSPO_DISPLAY_SPOOLJOB to display the spool.

Regards,

Srinivas.

Read only

Former Member
0 Likes
673

Hi,

go to sm37 and select the job. After that run the command JDBG in command box to debug the job and find out where the program is getting failed........

Hope this will help you......

Read only

Former Member
0 Likes
673

Thanks for the replies.

Actually now we have found why the error is occuring . its because a dialog screen is called in between. It runs perfectly fine in foreground but in background it fails.

Can you suggest some methods how to run such cases in background ?

Regards

Swarna

Read only

0 Likes
673

remove the dialog screen or program around it (passing values, etc.), since you can't communicate with a GUI client from background.