R3_MODIFY_JOB
Modifies an ABAP step
Transaction: SM36
Interface: Standard
Syntax
R3_MODIFY_JOB
NAME=...
,JOBCOUNT=...
,STEP=...
,REPORT=...
[,VAR[IANT]=...]
[,ARCHIVE_O[BJECT]= ...]
[,ARCHIVE_S[APOBJECT]=...]
[,ARCHIVE_I[NFO]=...]
[,DEST[INATION]=...]
[,IMM[EDIATELY]=...]
[,REL[EASE]=...]
[,COPIES=...]
[,ARCIVE_M[ODE]=...]
[,AUTHORITY=...]
[,SAP_COVER[_PAGE]=...]
[,COVER[PAGE]=...]
[,EXPIR[ATION]=...]
[,RECEIVER=...]
[,LINE_COUNT=...]
[,LINE_SIZE=...]
Syntax |
Description/Format |
---|---|
NAME= |
Name of the SAP job In connection with its job number, an individual SAP job can be clearly identified. |
JOBCOUNT= |
Number of the SAP job In connection with the name, an individual SAP job can be clearly identified. |
STEP= |
Number of the ABAP Step to be modified |
RE[PORT]= |
Name of the report |
Parameter |
|
VAR[IANT]= |
Name of the variant |
ARCHIVE_O[BJECT]= |
Archive Parameter: Object |
ARCHIVE_S[APOBJECT]= |
Archive parameter: SAP object |
ARCHIVE_I[NFO]= |
Archive Parameter: Info |
DEST[INATION]= |
Printer |
IMM[EDIATELY]= |
Print immediately Allowed values: "YES" and "NO" (default value) |
REL[EASE]= |
Delete after printing Allowed values: "YES" and "NO" (default value) |
COPIES= |
Number of copies Default value: "0" |
ARCHIVE_M[ODE]= |
Archive mode Allowed values: "1" (default value), "2" or "3" "1" - Print only |
AUTHORITY= |
Authority |
SAP_COVER[_PAGE]= |
SAP title page Allowed values: "" (default value), "X" and "D" "" - No title page |
COVER[PAGE]= |
Cover Page Allowed Values: "YES" and "NO" (default value) "YES" - Print selections title page |
EXPIR[ATION]= |
Expiration Default value: "0" |
RECEIVER= |
Receiver |
LINE_COUNT= |
Line counter Default value: "0" |
LINE_SIZE= |
Line width Default value: "0" |
This script element can be used to modify ABAP steps. When the SAP job has been selected, you can reset the name of the report, variant and various archiving and print parameters of the ABAP step.
The parameters correspond to the fields of the SAP Dictionary Structure PRI_PARAMS and ARC_PARAMS. Please use the dictionary or the BAPI Browser to get detailed information about the individual fields.
Example
In the example show below, the SAP job with name "MYJOB" and the number "13541601" is modified. As Step "2", "RSM04000" is specified as the executing ABAP program.
R3_MODIFY_JOB NAME="MYJOB",JOBCOUNT=13541601,STEP=2,REPORT=RSM04000
See also:
seealso