/AWS1/CL_QSTDYNAMICDEFVALUE¶
Defines different defaults to the users or groups based on mapping.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_defaultvaluecolumn TYPE REF TO /AWS1/CL_QSTCOLUMNIDENTIFIER /AWS1/CL_QSTCOLUMNIDENTIFIER¶
The column that contains the default value of each user or group.
Optional arguments:¶
io_usernamecolumn TYPE REF TO /AWS1/CL_QSTCOLUMNIDENTIFIER /AWS1/CL_QSTCOLUMNIDENTIFIER¶
The column that contains the username.
io_groupnamecolumn TYPE REF TO /AWS1/CL_QSTCOLUMNIDENTIFIER /AWS1/CL_QSTCOLUMNIDENTIFIER¶
The column that contains the group name.
Queryable Attributes¶
UserNameColumn¶
The column that contains the username.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAMECOLUMN() |
Getter for USERNAMECOLUMN |
GroupNameColumn¶
The column that contains the group name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPNAMECOLUMN() |
Getter for GROUPNAMECOLUMN |
DefaultValueColumn¶
The column that contains the default value of each user or group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTVALUECOLUMN() |
Getter for DEFAULTVALUECOLUMN |