/AWS1/CL_GDYUNPROCESSEDACCOUNT¶
Contains information about the accounts that weren't processed.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_accountid TYPE /AWS1/GDYACCOUNTID /AWS1/GDYACCOUNTID¶
The Amazon Web Services account ID.
iv_result TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
A reason why the account hasn't been processed.
Queryable Attributes¶
AccountId¶
The Amazon Web Services account ID.
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 |
Result¶
A reason why the account hasn't been processed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULT() |
Getter for RESULT, with configurable default |
ASK_RESULT() |
Getter for RESULT w/ exceptions if field has no value |
HAS_RESULT() |
Determine if RESULT 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_UNPROCESSEDACCOUNTS¶
TYPES TT_UNPROCESSEDACCOUNTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYUNPROCESSEDACCOUNT WITH DEFAULT KEY
.