/AWS1/CL_SSMRELATEDOPSITEM¶
An OpsItems that shares something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_opsitemid TYPE /AWS1/SSMSTRING /AWS1/SSMSTRING¶
The ID of an OpsItem related to the current OpsItem.
Queryable Attributes¶
OpsItemId¶
The ID of an OpsItem related to the current OpsItem.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPSITEMID() |
Getter for OPSITEMID, with configurable default |
ASK_OPSITEMID() |
Getter for OPSITEMID w/ exceptions if field has no value |
HAS_OPSITEMID() |
Determine if OPSITEMID 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_RELATEDOPSITEMS¶
TYPES TT_RELATEDOPSITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMRELATEDOPSITEM WITH DEFAULT KEY
.