Answer Posted / vickrant thakur
Transaction code SM37 is to monitor the background, batch jobs running in the system. From the initial screen, you can search by the job name, user name or program name accordingly with the time condition.
Note
• Planned - Job already been defined, but the start condition has not yet been defined.
• Released - The job has been fully defined, including a start condition.
• Ready - The start condition of a released job has been met. A job scheduler has put the job in line to wait for an available background work process.
• Active - The job is currently running. Active jobs can no longer be modified or deleted.
• Finished - All steps that make up this job have completed successfully.
• Canceled - The job has terminated. This can happen in two ways:
- An administrator intentionally terminates the job
- A job step contains a program that produces an error, such as:
* an E or A error message in an ABAP program
* a failure return code from an external SAPXPG program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sequence number
How do you Export a session ?
Can we reuse a userexit?
What is a match code? : abap data dictionary
How to define selection screen?
Explain the Inportance of pa30? : abap hr
What kind of financial periods exist in SAP? What is the relevant table for that?
Does the call transaction method allow multiple transactions to be processed by sap?
What are the parameter types for a method?
What is view? Different types of view. Explain?
How to handle error in session method? : abap bdc
What is alv programming in abap? When is this grid used in abap? : abap hr
State the system field for the current date?
What is smart forms? : abap hr
How we format the data before writing a statement in the report?