...
The following figure illustrates the syntax of a USAP job intercept table definition.
Panel |
---|
Html bobswift |
---|
<pre>
Job_Intercept_Table_Header_Statement [Job_Intercept_Table_Row_Statements]
</pre>
|
|
Job Intercept Table Definition File Keywords
...
The file will append four rows to the SAP job intercept criteria table.
Panel |
---|
Html bobswift |
---|
<pre>
/* Job Intercept Table Header statement */
INTERCEPT_TABLE = "TABLE_1"
APPEND = "X"
;
/* Job Intercept Row statement */
INTERCEPT_ROW = "1"
CLIENT = "850"
JOB_NAME = "TEST*"
JOB_CREATOR = "stonebranch"
;
/* Job Intercept Row statement */
INTERCEPT_ROW = "2"
CLIENT = "850"
JOB_NAME = "TST*"
JOB_CREATOR = "stonebranch"
;
/* Job Intercept Row statement */
INTERCEPT_ROW = "3"
CLIENT = "850"
JOB_NAME = "DEV*"
JOB_CREATOR = "stonebranch"
;
/* Job Intercept Row statement */
INTERCEPT_ROW = "4"
CLIENT = "*"
JOB_NAME = "*"
JOB_CREATOR = "BOB"
;
</pre>
|
|