Executing Jobs in ABAP Stack (CCMS)

AE and its functions can be used in various ways in order to support processing in SAP. JobVerarbeitung auf einem Zielsystem. Auch ein eigener Objekttyp in der Automation Engine. objects are the basis for defining statements which should be processed in the SAP system.

The Form tab is the graphical interface that is connected to the SAP system and facilitates the definition of processing statements through the direct selection of data (e.g. variants).

AE facilitates the execution of:

The Activity Window in the UserInterfaceVeralteter Begriff. Ersetzt durch: Automic Web Interface shows task states. Tasks can be restarted or canceled if requested. ChildUntergeordnete Aufgabe (z.B.: zum Beispiel: Aufgabe, die in einem Workflow läuft). processes are also displayed. When a task has ended in AE, you can access its report which also includes SAP system messages.

It is not only the Job object which facilitates processing in the SAP system. The object type "RemoteTaskManagerÜberwacht und steuert externe Jobs, die nicht von der Automation Engine (AE) gestartet worden sind. Auch ein eigener Objekttyp in der AE. [Früher "QueueManager" genannt.]" can also be used to monitor and start jobs in SAP. It is especially useful for intercepted jobs.

AE JCL for SAP

ScriptEigener Objekttyp in der Automation Engine Element

Description

R3_ACTIVATE_EXT_COMMAND

Executes an external command

R3_ACTIVATE_EXT_PROGRAM

Executes an external program

R3_ACTIVATE_INTERCEPTED_JOBS

Executes intercepted jobs under AE control

R3_ACTIVATE_JOBS

Executes SAP-scheduled jobs under AE control

R3_ACTIVATE_REPORT

Executes the specified report

R3_GET_JOBS

Selects SAP jobs and lists the result in the activation report or a file

R3_MODIFY_JOB

Modifies an ABAP step

R3_SCHEDULE_JOB_CANCEL

Resets a released SAP job to the status "Planned"

See also:

Child Processes
Intercepted Jobs

RemoteTaskManager