/AWS1/CL_CNKFIELDGROUP¶
Object for a group of fields and associated properties.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_fields TYPE /AWS1/CL_CNKFIELDITEM=>TT_FIELDLIST TT_FIELDLIST¶
Represents an ordered list containing field related information.
Optional arguments:¶
iv_name TYPE /AWS1/CNKSTRING /AWS1/CNKSTRING¶
Name of the field group.
Queryable Attributes¶
name¶
Name of the field group.
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 |
fields¶
Represents an ordered list containing field related information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDS() |
Getter for FIELDS, with configurable default |
ASK_FIELDS() |
Getter for FIELDS w/ exceptions if field has no value |
HAS_FIELDS() |
Determine if FIELDS has a value |