Skip to main content

Sample Universal Connector for SAP Job Definition File

The following figure illustrates a sample job definition file that defines a job with 1 ABAP step running ABAP report BTCSPOOL.

/* Job Header statement */
JOBNAME = "SAMPLE_1"
JOB_CLASS = "B"
;

/* ABAP_STEP Step statement */
ABAP_STEP = "1"
ABAP_PROGRAM_NAME = "BTCSPOOL"
PRTXT = "Sample 1"
PRNEW = "X"
;