/AWS1/CL_FNTCOOKIENAMES¶
Contains a list of cookie names.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_QUANTITY
TYPE /AWS1/FNTINTEGER
/AWS1/FNTINTEGER
¶
The number of cookie names in the
Items
list.
Optional arguments:¶
IT_ITEMS
TYPE /AWS1/CL_FNTCOOKIENAMELIST_W=>TT_COOKIENAMELIST
TT_COOKIENAMELIST
¶
A list of cookie names.
Queryable Attributes¶
Quantity¶
The number of cookie names in the
Items
list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUANTITY() |
Getter for QUANTITY, with configurable default |
ASK_QUANTITY() |
Getter for QUANTITY w/ exceptions if field has no value |
HAS_QUANTITY() |
Determine if QUANTITY has a value |
Items¶
A list of cookie names.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |