Skip to content

/AWS1/CL_SUZGETACTIONOUTPUT

GetActionOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_action TYPE /AWS1/SUZACTION /AWS1/SUZACTION

The name of the support action.

iv_service TYPE /AWS1/SUZSERVICE /AWS1/SUZSERVICE

The AWS service associated with the support action.

iv_description TYPE /AWS1/SUZACTIONDESCRIPTION /AWS1/SUZACTIONDESCRIPTION

A description of what the support action does.


Queryable Attributes

action

The name of the support action.

Accessible with the following methods

Method Description
GET_ACTION() Getter for ACTION, with configurable default
ASK_ACTION() Getter for ACTION w/ exceptions if field has no value
HAS_ACTION() Determine if ACTION has a value

service

The AWS service associated with the support action.

Accessible with the following methods

Method Description
GET_SERVICE() Getter for SERVICE, with configurable default
ASK_SERVICE() Getter for SERVICE w/ exceptions if field has no value
HAS_SERVICE() Determine if SERVICE has a value

description

A description of what the support action does.

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