Show TOC

Procedure documentationAnalyzing the Job Status

Procedure

From the CCMS initial screen, choose Start of the navigation path Jobs Next navigation step Maintenance End of the navigation path.

All background processing jobs can be subjected to an analysis of job status. This analysis is concerned with the following criteria:

  • Existence

  • Attributes

    (requested/actual start time, steps, target server, job class and so on)

  • Status

    (scheduled, released, active, and so on)

  • Activity of a running job

Using different criteria you can restrict the number of jobs selected on the request screen:

It is important whether or not the user who makes the selection has an administrator authorization for background processing. If a user has administrator administration, then jobs will be selected across all clients. If not then jobs will only be selected in the client onto which the user has logged on.

The system displays a list of the jobs that were found: This overview displays information that is of particular importance for problem analysis, that is, job status. The list is usually sorted alphabetically, but you can sort it according to other criteria (by choosing Start of the navigation path Edit Next navigation step Sort End of the navigation path). You can sort it chronologically, for example, so that you can easily see the jobs that ran over a given time period.

The following functions are especially important for problem analysis:

  • Job Log

    This contains information about any problems which occurred in the job at runtime, such as whether an ABAP program was terminated or an external program could not be started.

    This also contains a list of all messages which were output either by ABAP programs with the MESSAGE statement or by external programs.

  • Start of the navigation path Job Next navigation step Job Details End of the navigation path

    Displays all data belonging to a given job, such as the start date, steps, spool lists generated by steps, and so on. The job detail information also shows on which host and in which work process the job was executed.

  • Start of the navigation path Job Next navigation step Change End of the navigation path

    To change job data such as target server, start date, steps, and so on.

  • Start of the navigation path GoTo Next navigation step Spool List End of the navigation path

    You can access the spool list of a job directly from here.

  • Start of the navigation path GoTo Next navigation step Step Overview End of the navigation path

    You can access the step data of a job directly from here.

  • Start of the navigation path Job Next navigation step Capture: Active Job End of the navigation path

    This can be used to pause and analyze an active job which is in the middle of executing an ABAP program. An ABAP debugger window is opened, showing the ABAP program code at the point at which it is being executed. The code can now be analyzed. You exit the debugger by choosing Start of the navigation path Debugging Next navigation step Continue End of the navigation path.

    The ABAP program (the job) then continues to execute from the point at which it was stopped. You cannot use this function on external programs.

  • Start of the navigation path Job Next navigation step Cancel Active Job End of the navigation path

    This immediately terminates an active job.

  • Start of the navigation path Job Next navigation step Check Status End of the navigation path

    This allows you to check whether the status of a job as shown in the list is the same as the real status of the job. There is a database table that contains the status information of the jobs.

    Situations sometimes occur (for example, a problem in the connection to the database) that prevent the background processing runtime system from entering the current status of a job in the appropriate database table. This will cause a discrepancy between the real status of a job and the status that was entered in the database.