Executing Jobs in ABAP Stack (CCMS)

AE and its functions can be used in various ways in order to support processing in SAP. Job objects are the basis for defining statements which should be processed in the SAP system.

An SAP job's Forms on the Process page is the job's 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). The image below shows the form for an Automation Engine SAP job that runs two SAP jobs; Submit ABAP Program and Transfer Spool List. Submit ABAP Program is selected, so its form data is displayed in the center part of the page.

AE facilitates the execution of:

The Process Monitoring shows task states. Tasks can be restarted or canceled if requested. Child 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" can also be used to monitor and start jobs in SAP. It is especially useful for intercepted jobs.

AE JCL for SAP

Use the following JCL script elements for SAP:

See also: