Skip to content

/AWS1/CL_GLUPUTASSETRESPONSE

PutAssetResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/GLUASSETID /AWS1/GLUASSETID

The unique identifier of the asset.

iv_name TYPE /AWS1/GLUASSETNAME /AWS1/GLUASSETNAME

The name of the asset.

Optional arguments:

iv_description TYPE /AWS1/GLUASSETDESCRIPTION /AWS1/GLUASSETDESCRIPTION

The description of the asset.

iv_createdat TYPE /AWS1/GLUCREATEDAT /AWS1/GLUCREATEDAT

The timestamp at which the asset was created.

it_forms TYPE /AWS1/CL_GLUASSETFORMENTRY=>TT_ASSETFORMMAP TT_ASSETFORMMAP

The forms attached to the asset, keyed by form name.


Queryable Attributes

Id

The unique identifier of the asset.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Name

The name of the asset.

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

Description

The description of the asset.

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

CreatedAt

The timestamp at which the asset 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

Forms

The forms attached to the asset, keyed by form name.

Accessible with the following methods

Method Description
GET_FORMS() Getter for FORMS, with configurable default
ASK_FORMS() Getter for FORMS w/ exceptions if field has no value
HAS_FORMS() Determine if FORMS has a value