/AWS1/CL_DETUNPROCESSEDGRAPH¶
Behavior graphs that could not be processed in the request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_grapharn TYPE /AWS1/DETGRAPHARN /AWS1/DETGRAPHARN¶
The ARN of the organization behavior graph.
iv_reason TYPE /AWS1/DETUNPROCESSEDREASON /AWS1/DETUNPROCESSEDREASON¶
The reason data source package information could not be processed for a behavior graph.
Queryable Attributes¶
GraphArn¶
The ARN of the organization behavior graph.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRAPHARN() |
Getter for GRAPHARN, with configurable default |
ASK_GRAPHARN() |
Getter for GRAPHARN w/ exceptions if field has no value |
HAS_GRAPHARN() |
Determine if GRAPHARN has a value |
Reason¶
The reason data source package information could not be processed for a behavior graph.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON 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_UNPROCESSEDGRAPHLIST¶
TYPES TT_UNPROCESSEDGRAPHLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DETUNPROCESSEDGRAPH WITH DEFAULT KEY
.