/AWS1/CL_GLUITERABLEFORMLSTITM¶
A summary of an item in an iterable form.
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.
iv_description TYPE /AWS1/GLUITEMDESCRIPTION /AWS1/GLUITEMDESCRIPTION¶
The description of the item.
it_glossaryterms TYPE /AWS1/CL_GLUGLOSSARYTRMIDLST_W=>TT_GLOSSARYTERMIDLIST TT_GLOSSARYTERMIDLIST¶
The identifiers of the glossary terms associated with the item.
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 |
Description¶
The description of the item.
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 |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ITERABLEFORMLISTITEMLIST¶
TYPES TT_ITERABLEFORMLISTITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUITERABLEFORMLSTITM WITH DEFAULT KEY
.