Skip to content

/AWS1/CL_SUZSUPPORTPERMITSUMM

A summary of a support permit.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/SUZNAME /AWS1/SUZNAME

The name of the support permit.

iv_arn TYPE /AWS1/SUZARN /AWS1/SUZARN

The ARN of the support permit.

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

The permit definition.

iv_status TYPE /AWS1/SUZSUPPORTPERMITSTATUS /AWS1/SUZSUPPORTPERMITSTATUS

The current status of the support permit.

io_signingkeyinfo TYPE REF TO /AWS1/CL_SUZSIGNINGKEYINFO /AWS1/CL_SUZSIGNINGKEYINFO

The signing key information for the permit.

iv_createdat TYPE /AWS1/SUZTIMESTAMP /AWS1/SUZTIMESTAMP

The timestamp when the permit was created.

Optional arguments:

iv_supportcasedisplayid TYPE /AWS1/SUZSUPPORTCASEDISPLAYID /AWS1/SUZSUPPORTCASEDISPLAYID

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


Queryable Attributes

name

The name of the support permit.

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

arn

The ARN of the support permit.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

permit

The permit definition.

Accessible with the following methods

Method Description
GET_PERMIT() Getter for PERMIT

status

The current status of the support permit.

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

signingKeyInfo

The signing key information for the permit.

Accessible with the following methods

Method Description
GET_SIGNINGKEYINFO() Getter for SIGNINGKEYINFO

createdAt

The timestamp when the permit 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

supportCaseDisplayId

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

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SUPPORTPERMITSUMMARIES

TYPES TT_SUPPORTPERMITSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SUZSUPPORTPERMITSUMM WITH DEFAULT KEY
.