/AWS1/CL_FISACTIONTARGET¶
Describes a target for an action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcetype TYPE /AWS1/FISTARGETRESOURCETYPEID /AWS1/FISTARGETRESOURCETYPEID¶
The resource type of the target.
Queryable Attributes¶
resourceType¶
The resource type of the target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE 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_ACTIONTARGETMAP¶
TYPES TT_ACTIONTARGETMAP TYPE HASHED TABLE OF /AWS1/CL_FISACTIONTARGET=>TS_ACTIONTARGETMAP_MAPROW WITH UNIQUE KEY key
.
TS_ACTIONTARGETMAP_MAPROW¶
TYPES: BEGIN OF TS_ACTIONTARGETMAP_MAPROW,
key TYPE /AWS1/FISACTIONTARGETNAME,
value TYPE REF TO /AWS1/CL_FISACTIONTARGET,
END OF TS_ACTIONTARGETMAP_MAPROW.