/AWS1/CL_SHBBATCHIMPFNDGSRSP¶
BatchImportFindingsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_failedcount TYPE /AWS1/SHBINTEGER /AWS1/SHBINTEGER¶
The number of findings that failed to import.
iv_successcount TYPE /AWS1/SHBINTEGER /AWS1/SHBINTEGER¶
The number of findings that were successfully imported.
Optional arguments:¶
it_failedfindings TYPE /AWS1/CL_SHBIMPORTFNDGSERROR=>TT_IMPORTFINDINGSERRORLIST TT_IMPORTFINDINGSERRORLIST¶
The list of findings that failed to import.
Queryable Attributes¶
FailedCount¶
The number of findings that failed to import.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDCOUNT() |
Getter for FAILEDCOUNT, with configurable default |
ASK_FAILEDCOUNT() |
Getter for FAILEDCOUNT w/ exceptions if field has no value |
HAS_FAILEDCOUNT() |
Determine if FAILEDCOUNT has a value |
SuccessCount¶
The number of findings that were successfully imported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSCOUNT() |
Getter for SUCCESSCOUNT, with configurable default |
ASK_SUCCESSCOUNT() |
Getter for SUCCESSCOUNT w/ exceptions if field has no value |
HAS_SUCCESSCOUNT() |
Determine if SUCCESSCOUNT has a value |
FailedFindings¶
The list of findings that failed to import.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDFINDINGS() |
Getter for FAILEDFINDINGS, with configurable default |
ASK_FAILEDFINDINGS() |
Getter for FAILEDFINDINGS w/ exceptions if field has no valu |
HAS_FAILEDFINDINGS() |
Determine if FAILEDFINDINGS has a value |