/AWS1/CL_XRAERRORROOTCAUSEENT¶
A collection of segments and corresponding subsegments associated to a trace summary error.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/XRASTRING /AWS1/XRASTRING¶
The name of the entity.
it_exceptions TYPE /AWS1/CL_XRAROOTCAUSEEXCEPTION=>TT_ROOTCAUSEEXCEPTIONS TT_ROOTCAUSEEXCEPTIONS¶
The types and messages of the exceptions.
iv_remote TYPE /AWS1/XRANULLABLEBOOLEAN /AWS1/XRANULLABLEBOOLEAN¶
A flag that denotes a remote subsegment.
Queryable Attributes¶
Name¶
The name of the entity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Exceptions¶
The types and messages of the exceptions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCEPTIONS() |
Getter for EXCEPTIONS, with configurable default |
ASK_EXCEPTIONS() |
Getter for EXCEPTIONS w/ exceptions if field has no value |
HAS_EXCEPTIONS() |
Determine if EXCEPTIONS has a value |
Remote¶
A flag that denotes a remote subsegment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMOTE() |
Getter for REMOTE, with configurable default |
ASK_REMOTE() |
Getter for REMOTE w/ exceptions if field has no value |
HAS_REMOTE() |
Determine if REMOTE 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_ERRORROOTCAUSEENTITYPATH¶
TYPES TT_ERRORROOTCAUSEENTITYPATH TYPE STANDARD TABLE OF REF TO /AWS1/CL_XRAERRORROOTCAUSEENT WITH DEFAULT KEY
.