SAP Output (Spool) Management
You can use your AE system to handle and process job outputs which are referred to as spool requests in SAP. For this purpose, you make your definitions in Job objects and through script elements. You can use the SAP page in SAP jobs to enter spool list recipients. All spool requests that are created by the job are sent to the recipients you specify on this page. To handle spool requests, you can use the R3_CREATE_OUTPUT_REQUEST, R3_GET_JOB_SPOOL, R3_GET_SPOOLREQUESTS, and R3_SEND_SPOOL_REQUEST script elements.
AE JCL for SAP
- R3_CREATE_OUTPUT_REQUEST
Creates a new output request for an existing spool request - R3_GET_JOB_SPOOL
Reads the spool list of a step of type ABAP program. You can define filters. - R3_GET_SPOOLREQUESTS
Selects spool requests with predefined filters - R3_SEND_SPOOL_REQUEST
Sends an existing spool request
See also: