/AWS1/CL_SCGSHAREERROR¶
Errors that occurred during the portfolio share operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_accounts
TYPE /AWS1/CL_SCGNAMESPACES_W=>TT_NAMESPACES
TT_NAMESPACES
¶
List of accounts impacted by the error.
iv_message
TYPE /AWS1/SCGMESSAGE
/AWS1/SCGMESSAGE
¶
Information about the error.
iv_error
TYPE /AWS1/SCGERROR
/AWS1/SCGERROR
¶
Error type that happened when processing the operation.
Queryable Attributes¶
Accounts¶
List of accounts impacted by the error.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTS() |
Getter for ACCOUNTS, with configurable default |
ASK_ACCOUNTS() |
Getter for ACCOUNTS w/ exceptions if field has no value |
HAS_ACCOUNTS() |
Determine if ACCOUNTS has a value |
Message¶
Information about the error.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
Error¶
Error type that happened when processing the operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERROR() |
Getter for ERROR, with configurable default |
ASK_ERROR() |
Getter for ERROR w/ exceptions if field has no value |
HAS_ERROR() |
Determine if ERROR 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_SHAREERRORS
¶
TYPES TT_SHAREERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SCGSHAREERROR WITH DEFAULT KEY
.