Skip to content

/AWS1/CL_GLUITERABLEFORMITEM

A full iterable form item with its forms.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_itemid TYPE /AWS1/GLUITEMID /AWS1/GLUITEMID

The unique identifier of the item.

iv_itemname TYPE /AWS1/GLUITEMNAME /AWS1/GLUITEMNAME

The name of the item.

it_glossaryterms TYPE /AWS1/CL_GLUGLOSSARYTRMIDLST_W=>TT_GLOSSARYTERMIDLIST TT_GLOSSARYTERMIDLIST

The identifiers of the glossary terms associated with the item.

it_forms TYPE /AWS1/CL_GLUASSETFORMENTRY=>TT_ASSETFORMMAP TT_ASSETFORMMAP

The forms on the item, keyed by form name.

it_attachments TYPE /AWS1/CL_GLUASSETFORMENTRY=>TT_ASSETFORMMAP TT_ASSETFORMMAP

Additional attachments on the item for more context, keyed by attachment name.


Queryable Attributes

ItemId

The unique identifier of the item.

Accessible with the following methods

Method Description
GET_ITEMID() Getter for ITEMID, with configurable default
ASK_ITEMID() Getter for ITEMID w/ exceptions if field has no value
HAS_ITEMID() Determine if ITEMID has a value

ItemName

The name of the item.

Accessible with the following methods

Method Description
GET_ITEMNAME() Getter for ITEMNAME, with configurable default
ASK_ITEMNAME() Getter for ITEMNAME w/ exceptions if field has no value
HAS_ITEMNAME() Determine if ITEMNAME has a value

GlossaryTerms

The identifiers of the glossary terms associated with the item.

Accessible with the following methods

Method Description
GET_GLOSSARYTERMS() Getter for GLOSSARYTERMS, with configurable default
ASK_GLOSSARYTERMS() Getter for GLOSSARYTERMS w/ exceptions if field has no value
HAS_GLOSSARYTERMS() Determine if GLOSSARYTERMS has a value

Forms

The forms on the item, 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

Attachments

Additional attachments on the item for more context, keyed by attachment name.

Accessible with the following methods

Method Description
GET_ATTACHMENTS() Getter for ATTACHMENTS, with configurable default
ASK_ATTACHMENTS() Getter for ATTACHMENTS w/ exceptions if field has no value
HAS_ATTACHMENTS() Determine if ATTACHMENTS 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_ITERABLEFORMITEMLIST

TYPES TT_ITERABLEFORMITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUITERABLEFORMITEM WITH DEFAULT KEY
.