/AWS1/CL_SHBACTIONTARGET¶
An ActionTarget object.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_actiontargetarn TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The ARN for the target action.
iv_name TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The name of the action target.
iv_description TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The description of the target action.
Queryable Attributes¶
ActionTargetArn¶
The ARN for the target action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONTARGETARN() |
Getter for ACTIONTARGETARN, with configurable default |
ASK_ACTIONTARGETARN() |
Getter for ACTIONTARGETARN w/ exceptions if field has no val |
HAS_ACTIONTARGETARN() |
Determine if ACTIONTARGETARN has a value |
Name¶
The name of the action target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Description¶
The description of the target action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION 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_ACTIONTARGETLIST¶
TYPES TT_ACTIONTARGETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBACTIONTARGET WITH DEFAULT KEY
.