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 are the advantages/ dis-advantages of logical databases?
What are the function modules used in a sap script driver program?
What is sap script? Describe its components.
What actually happens in real-time recruitment? : sap abap hr
Can we include customizing include or an append structure with pooled or cluster tables?
What are internal tables? : abap hr
What is logical database? : abap hr
What is tmg?
How can cluster table be created?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What is the role of ‘refresh’ in internal table?
What are base tables of an aggregate object? : abap data dictionary
What does the extract statement do in extract datasets? : abap modularization
What are the differences between domain and data element?
In which time constraint does the infotype records depend on the subtype ? : abap hr