/AWS1/CL_IN2GETFNDGSRPTSTATRSP¶
GetFindingsReportStatusResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_reportid
TYPE /AWS1/IN2REPORTID
/AWS1/IN2REPORTID
¶
The ID of the report.
iv_status
TYPE /AWS1/IN2EXTERNALREPORTSTATUS
/AWS1/IN2EXTERNALREPORTSTATUS
¶
The status of the report.
iv_errorcode
TYPE /AWS1/IN2REPORTINGERRORCODE
/AWS1/IN2REPORTINGERRORCODE
¶
The error code of the report.
iv_errormessage
TYPE /AWS1/IN2ERRORMESSAGE
/AWS1/IN2ERRORMESSAGE
¶
The error message of the report.
io_destination
TYPE REF TO /AWS1/CL_IN2DESTINATION
/AWS1/CL_IN2DESTINATION
¶
The destination of the report.
io_filtercriteria
TYPE REF TO /AWS1/CL_IN2FILTERCRITERIA
/AWS1/CL_IN2FILTERCRITERIA
¶
The filter criteria associated with the report.
Queryable Attributes¶
reportId¶
The ID of the report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPORTID() |
Getter for REPORTID, with configurable default |
ASK_REPORTID() |
Getter for REPORTID w/ exceptions if field has no value |
HAS_REPORTID() |
Determine if REPORTID has a value |
status¶
The status of the report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
errorCode¶
The error code of the report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORCODE() |
Getter for ERRORCODE, with configurable default |
ASK_ERRORCODE() |
Getter for ERRORCODE w/ exceptions if field has no value |
HAS_ERRORCODE() |
Determine if ERRORCODE has a value |
errorMessage¶
The error message of the report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
destination¶
The destination of the report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESTINATION() |
Getter for DESTINATION |
filterCriteria¶
The filter criteria associated with the report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FILTERCRITERIA() |
Getter for FILTERCRITERIA |