/AWS1/CL_SUZPERMIT¶
The permit definition specifying the authorized actions, resources, and time-window conditions for a support operator.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_actions TYPE REF TO /AWS1/CL_SUZACTIONSET /AWS1/CL_SUZACTIONSET¶
The set of actions that the support operator is authorized to perform.
io_resources TYPE REF TO /AWS1/CL_SUZRESOURCESET /AWS1/CL_SUZRESOURCESET¶
The set of resources that the support operator is authorized to act upon.
Optional arguments:¶
it_conditions TYPE /AWS1/CL_SUZCONDITION=>TT_CONDITIONS TT_CONDITIONS¶
The time-window conditions that constrain when the permit is valid. Maximum of 2 conditions.
Queryable Attributes¶
actions¶
The set of actions that the support operator is authorized to perform.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONS() |
Getter for ACTIONS |
resources¶
The set of resources that the support operator is authorized to act upon.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCES() |
Getter for RESOURCES |
conditions¶
The time-window conditions that constrain when the permit is valid. Maximum of 2 conditions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITIONS() |
Getter for CONDITIONS, with configurable default |
ASK_CONDITIONS() |
Getter for CONDITIONS w/ exceptions if field has no value |
HAS_CONDITIONS() |
Determine if CONDITIONS has a value |