Skip to content

/AWS1/CL_SUZSUPPORTPERMITREQ

A permit request from an AWS support operator.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_requestarn TYPE /AWS1/SUZREQUESTARN /AWS1/SUZREQUESTARN

The ARN of the permit request.

io_permit TYPE REF TO /AWS1/CL_SUZPERMIT /AWS1/CL_SUZPERMIT

The permit definition requested by the operator.

iv_supportcasedisplayid TYPE /AWS1/SUZSUPPORTCASEDISPLAYID /AWS1/SUZSUPPORTCASEDISPLAYID

The display identifier of the support case associated with the request.

iv_status TYPE /AWS1/SUZSUPPPERMITREQSTATUS /AWS1/SUZSUPPPERMITREQSTATUS

The current status of the permit request.

iv_createdat TYPE /AWS1/SUZTIMESTAMP /AWS1/SUZTIMESTAMP

The timestamp when the request was created.

iv_updatedat TYPE /AWS1/SUZTIMESTAMP /AWS1/SUZTIMESTAMP

The timestamp when the request was last updated.


Queryable Attributes

requestArn

The ARN of the permit request.

Accessible with the following methods

Method Description
GET_REQUESTARN() Getter for REQUESTARN, with configurable default
ASK_REQUESTARN() Getter for REQUESTARN w/ exceptions if field has no value
HAS_REQUESTARN() Determine if REQUESTARN has a value

permit

The permit definition requested by the operator.

Accessible with the following methods

Method Description
GET_PERMIT() Getter for PERMIT

supportCaseDisplayId

The display identifier of the support case associated with the request.

Accessible with the following methods

Method Description
GET_SUPPORTCASEDISPLAYID() Getter for SUPPORTCASEDISPLAYID, with configurable default
ASK_SUPPORTCASEDISPLAYID() Getter for SUPPORTCASEDISPLAYID w/ exceptions if field has n
HAS_SUPPORTCASEDISPLAYID() Determine if SUPPORTCASEDISPLAYID has a value

status

The current status of the permit request.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

createdAt

The timestamp when the request was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The timestamp when the request was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT 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_SUPPORTPERMITREQUESTS

TYPES TT_SUPPORTPERMITREQUESTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SUZSUPPORTPERMITREQ WITH DEFAULT KEY
.