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
Final class
Why do we use Abstract classes give an example from your project?
How to split one Invoice into Multiple ( Step by Step)?
What is native sql?
What are the events in abap/4 language? : abap hr
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
What are the steps in a bdc session? : abap bdc
What are the dynapro keywords?
why particularly lock object name starts with EZ OR EY?
What are aggregated objects
Why lsmw does not support call transaction method? : abap bdc
Explain the advantages and disadvantages of abap query tool?
How to transfer data into line items using batch input session method? : abap bdc
What is a fall back class?