/AWS1/CL_CWFTARGETIDENTIFIER¶
A target identifier is a pair of identifying information for a scope that is included in a target. A target identifier is made up of a target ID and a target type. Currently the target ID is always an account ID and the target type is always ACCOUNT.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_targetid
TYPE REF TO /AWS1/CL_CWFTARGETID
/AWS1/CL_CWFTARGETID
¶
The identifier for a target, which is currently always an account ID .
iv_targettype
TYPE /AWS1/CWFTARGETTYPE
/AWS1/CWFTARGETTYPE
¶
The type of a target. A target type is currently always
ACCOUNT
.
Queryable Attributes¶
targetId¶
The identifier for a target, which is currently always an account ID .
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETID() |
Getter for TARGETID |
targetType¶
The type of a target. A target type is currently always
ACCOUNT
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETTYPE() |
Getter for TARGETTYPE, with configurable default |
ASK_TARGETTYPE() |
Getter for TARGETTYPE w/ exceptions if field has no value |
HAS_TARGETTYPE() |
Determine if TARGETTYPE has a value |