/AWS1/CL_BDCAFFECTEDSESSION¶
A session affected by a detected failure pattern, including root cause details.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sessionid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The unique identifier of the affected session.
iv_explanation TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
An explanation of how the failure manifested in this session.
iv_fixtype TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The type of fix recommended for this failure.
iv_recommendation TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The specific fix recommendation for this session.
it_failurespans TYPE /AWS1/CL_BDCFAILURESPANDETAIL=>TT_FAILURESPANDETAILLIST TT_FAILURESPANDETAILLIST¶
The list of spans where failures were detected in this session.
Queryable Attributes¶
sessionId¶
The unique identifier of the affected session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
explanation¶
An explanation of how the failure manifested in this session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPLANATION() |
Getter for EXPLANATION, with configurable default |
ASK_EXPLANATION() |
Getter for EXPLANATION w/ exceptions if field has no value |
HAS_EXPLANATION() |
Determine if EXPLANATION has a value |
fixType¶
The type of fix recommended for this failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIXTYPE() |
Getter for FIXTYPE, with configurable default |
ASK_FIXTYPE() |
Getter for FIXTYPE w/ exceptions if field has no value |
HAS_FIXTYPE() |
Determine if FIXTYPE has a value |
recommendation¶
The specific fix recommendation for this session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATION() |
Getter for RECOMMENDATION, with configurable default |
ASK_RECOMMENDATION() |
Getter for RECOMMENDATION w/ exceptions if field has no valu |
HAS_RECOMMENDATION() |
Determine if RECOMMENDATION has a value |
failureSpans¶
The list of spans where failures were detected in this session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURESPANS() |
Getter for FAILURESPANS, with configurable default |
ASK_FAILURESPANS() |
Getter for FAILURESPANS w/ exceptions if field has no value |
HAS_FAILURESPANS() |
Determine if FAILURESPANS 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_AFFECTEDSESSIONLIST¶
TYPES TT_AFFECTEDSESSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCAFFECTEDSESSION WITH DEFAULT KEY
.