/AWS1/CL_SHBRESULT¶
Details about the account that was not processed.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountid TYPE /AWS1/SHBACCOUNTID /AWS1/SHBACCOUNTID¶
An Amazon Web Services account ID of the account that was not processed.
iv_processingresult TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The reason that the account was not processed.
Queryable Attributes¶
AccountId¶
An Amazon Web Services account ID of the account that was not processed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
ProcessingResult¶
The reason that the account was not processed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROCESSINGRESULT() |
Getter for PROCESSINGRESULT, with configurable default |
ASK_PROCESSINGRESULT() |
Getter for PROCESSINGRESULT w/ exceptions if field has no va |
HAS_PROCESSINGRESULT() |
Determine if PROCESSINGRESULT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESULTLIST¶
TYPES TT_RESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBRESULT WITH DEFAULT KEY
.