/AWS1/CL_QQABATCHCRECATINPCAT¶
The category object to be created.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_title TYPE /AWS1/QQASTRING /AWS1/QQASTRING¶
The name of the category.
Optional arguments:¶
iv_id TYPE /AWS1/QQAUUID /AWS1/QQAUUID¶
The unique identifier to be associated with a category. If you don't include a value, the category is automatically assigned a unique identifier.
iv_color TYPE /AWS1/QQASTRING /AWS1/QQASTRING¶
The color to be associated with a category. The color must be a hexadecimal value of either 3 or 6 digits.
Queryable Attributes¶
id¶
The unique identifier to be associated with a category. If you don't include a value, the category is automatically assigned a unique identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
title¶
The name of the category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
color¶
The color to be associated with a category. The color must be a hexadecimal value of either 3 or 6 digits.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLOR() |
Getter for COLOR, with configurable default |
ASK_COLOR() |
Getter for COLOR w/ exceptions if field has no value |
HAS_COLOR() |
Determine if COLOR 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_BATCHCREATECATINPUTCATLIST¶
TYPES TT_BATCHCREATECATINPUTCATLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQABATCHCRECATINPCAT WITH DEFAULT KEY
.