Skip to content

/AWS1/CL_SUZACTIONSET

The set of actions authorized by a permit. Specify either all actions or a list of specific actions.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_allactions TYPE REF TO /AWS1/CL_SUZUNIT /AWS1/CL_SUZUNIT

Authorizes all available support actions.

it_actions TYPE /AWS1/CL_SUZACTIONS_W=>TT_ACTIONS TT_ACTIONS

A list of specific support actions to authorize. Maximum of 10 actions.


Queryable Attributes

allActions

Authorizes all available support actions.

Accessible with the following methods

Method Description
GET_ALLACTIONS() Getter for ALLACTIONS

actions

A list of specific support actions to authorize. Maximum of 10 actions.

Accessible with the following methods

Method Description
GET_ACTIONS() Getter for ACTIONS, with configurable default
ASK_ACTIONS() Getter for ACTIONS w/ exceptions if field has no value
HAS_ACTIONS() Determine if ACTIONS has a value