/AWS1/CL_XRAUNPROCEDTRACESEG00¶
Information about a segment that failed processing.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/XRASTRING /AWS1/XRASTRING¶
The segment's ID.
iv_errorcode TYPE /AWS1/XRASTRING /AWS1/XRASTRING¶
The error that caused processing to fail.
iv_message TYPE /AWS1/XRASTRING /AWS1/XRASTRING¶
The error message.
Queryable Attributes¶
Id¶
The segment's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
ErrorCode¶
The error that caused processing to fail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORCODE() |
Getter for ERRORCODE, with configurable default |
ASK_ERRORCODE() |
Getter for ERRORCODE w/ exceptions if field has no value |
HAS_ERRORCODE() |
Determine if ERRORCODE has a value |
Message¶
The error message.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_UNPROCESSEDTRACESEGMENTLIST¶
TYPES TT_UNPROCESSEDTRACESEGMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_XRAUNPROCEDTRACESEG00 WITH DEFAULT KEY
.