Skip to content

/AWS1/CL_GLUITERABLEFORMENTRY

An iterable form available on an asset, identified by its form type.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_formtypeid TYPE /AWS1/GLUFORMTYPEID /AWS1/GLUFORMTYPEID

The form type identifier of the iterable form (for example, columns), used to retrieve its items via ListIterableForms or BatchGetIterableForms.


Queryable Attributes

FormTypeId

The form type identifier of the iterable form (for example, columns), used to retrieve its items via ListIterableForms or BatchGetIterableForms.

Accessible with the following methods

Method Description
GET_FORMTYPEID() Getter for FORMTYPEID, with configurable default
ASK_FORMTYPEID() Getter for FORMTYPEID w/ exceptions if field has no value
HAS_FORMTYPEID() Determine if FORMTYPEID has a value

Public Local Types In This Class

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

TS_ITERABLEFORMMAP_MAPROW

TYPES: BEGIN OF TS_ITERABLEFORMMAP_MAPROW,
  key TYPE /AWS1/GLUITERABLEFORMKEY,
  value TYPE REF TO /AWS1/CL_GLUITERABLEFORMENTRY,
END OF TS_ITERABLEFORMMAP_MAPROW.

TT_ITERABLEFORMMAP

TYPES TT_ITERABLEFORMMAP TYPE HASHED TABLE OF /AWS1/CL_GLUITERABLEFORMENTRY=>TS_ITERABLEFORMMAP_MAPROW WITH UNIQUE KEY key
.