/AWS1/CL_MGNDESCRJOBSREQFILTS¶
Request to describe Job log filters.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_jobids TYPE /AWS1/CL_MGNDSCJOBSREQFILTSJ00=>TT_DESCRJOBSREQFILTERSJOBIDS TT_DESCRJOBSREQFILTERSJOBIDS¶
Request to describe Job log filters by job ID.
iv_fromdate TYPE /AWS1/MGNISO8601DATETIMESTRING /AWS1/MGNISO8601DATETIMESTRING¶
Request to describe Job log filters by date.
iv_todate TYPE /AWS1/MGNISO8601DATETIMESTRING /AWS1/MGNISO8601DATETIMESTRING¶
Request to describe job log items by last date.
Queryable Attributes¶
jobIDs¶
Request to describe Job log filters by job ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBIDS() |
Getter for JOBIDS, with configurable default |
ASK_JOBIDS() |
Getter for JOBIDS w/ exceptions if field has no value |
HAS_JOBIDS() |
Determine if JOBIDS has a value |
fromDate¶
Request to describe Job log filters by date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FROMDATE() |
Getter for FROMDATE, with configurable default |
ASK_FROMDATE() |
Getter for FROMDATE w/ exceptions if field has no value |
HAS_FROMDATE() |
Determine if FROMDATE has a value |
toDate¶
Request to describe job log items by last date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TODATE() |
Getter for TODATE, with configurable default |
ASK_TODATE() |
Getter for TODATE w/ exceptions if field has no value |
HAS_TODATE() |
Determine if TODATE has a value |