‎2007 Aug 20 5:15 AM
Hi All,
I am using the FM - SXPG_COMMAND_EXECUTE , to execute an unix commands from my report program.
If there are any errors in the execution of the commds , i am capturing them and stopping the execution of program using STOP.
The report is being run as backgroung job.
Even though STOP is executed in the report, in SM37 the status of the job is shown as finished.
I want the status of the job to be cancelled when the program encounters STOP or when the execution of unix commands fails.
Can you please tell me how to make the job as cancelled when the execution of unix commands fails.
Regards,
Chandan
‎2007 Aug 20 5:25 AM
Hi,
Instead of using STOP in program use
Message e999(<your message class>) with 'Erorr during execution"
aRs
‎2007 Aug 20 5:29 AM
Hi ARS,
If i use the mesaege, will it
1) stop the further ececution of program?
2) Will the status fo the job be 'Cancelled' in SM37.
Please let me know
Chandan
‎2007 Aug 20 5:33 AM