/AWS1/CL_REVASSOCIATEDSYSTEM¶
Represents a system associated with a service.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_systemarn TYPE /AWS1/REVARN /AWS1/REVARN¶
ARN identifier.
Optional arguments:¶
iv_systemname TYPE /AWS1/REVENTITYNAME /AWS1/REVENTITYNAME¶
Resource name (used in ARN — no spaces allowed).
it_userjourneyids TYPE /AWS1/CL_REVUSERJRNYIDLIST_W=>TT_USERJOURNEYIDLIST TT_USERJOURNEYIDLIST¶
The list of user journey identifiers that associate this system with the service.
Queryable Attributes¶
systemArn¶
ARN identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYSTEMARN() |
Getter for SYSTEMARN, with configurable default |
ASK_SYSTEMARN() |
Getter for SYSTEMARN w/ exceptions if field has no value |
HAS_SYSTEMARN() |
Determine if SYSTEMARN has a value |
systemName¶
Resource name (used in ARN — no spaces allowed).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYSTEMNAME() |
Getter for SYSTEMNAME, with configurable default |
ASK_SYSTEMNAME() |
Getter for SYSTEMNAME w/ exceptions if field has no value |
HAS_SYSTEMNAME() |
Determine if SYSTEMNAME has a value |
userJourneyIds¶
The list of user journey identifiers that associate this system with the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERJOURNEYIDS() |
Getter for USERJOURNEYIDS, with configurable default |
ASK_USERJOURNEYIDS() |
Getter for USERJOURNEYIDS w/ exceptions if field has no valu |
HAS_USERJOURNEYIDS() |
Determine if USERJOURNEYIDS 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_ASSOCIATEDSYSTEMLIST¶
TYPES TT_ASSOCIATEDSYSTEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVASSOCIATEDSYSTEM WITH DEFAULT KEY
.