/AWS1/CL_CUSBTCGETCALCULATED03¶
Error object describing why a specific profile and calculated attribute failed.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_code TYPE /AWS1/CUSSTRING1TO255 /AWS1/CUSSTRING1TO255¶
Status code for why a specific profile and calculated attribute failed.
iv_message TYPE /AWS1/CUSSTRING1TO1000 /AWS1/CUSSTRING1TO1000¶
Message describing why a specific profile and calculated attribute failed.
iv_profileid TYPE /AWS1/CUSUUID /AWS1/CUSUUID¶
The profile id that failed.
Queryable Attributes¶
Code¶
Status code for why a specific profile and calculated attribute failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
Message¶
Message describing why a specific profile and calculated attribute failed.
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 |
ProfileId¶
The profile id that failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID 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_BTCGETCALCULATEDATTRFORPF01¶
TYPES TT_BTCGETCALCULATEDATTRFORPF01 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSBTCGETCALCULATED03 WITH DEFAULT KEY
.