‎2010 Sep 02 11:16 AM
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
‎2010 Sep 02 11:37 AM
Hi,
Use FM RSPO_DISPLAY_SPOOLJOB to display the spool.
Regards,
Srinivas.
‎2010 Sep 02 11:37 AM
Hi,
Use FM RSPO_DISPLAY_SPOOLJOB to display the spool.
Regards,
Srinivas.
‎2010 Sep 02 12:05 PM
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......
‎2010 Sep 22 5:08 PM
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
‎2010 Sep 22 6:21 PM
remove the dialog screen or program around it (passing values, etc.), since you can't communicate with a GUI client from background.