/AWS1/CL_BDKAUTOMATEDRSNINGP12¶
An annotation for managing values within custom types, including adding, updating, or removing specific type values.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_addtypevalue TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP13 /AWS1/CL_BDKAUTOMATEDRSNINGP13¶
An operation to add a new value to an existing custom type.
io_updatetypevalue TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP14 /AWS1/CL_BDKAUTOMATEDRSNINGP14¶
An operation to modify an existing value within a custom type.
io_deletetypevalue TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP15 /AWS1/CL_BDKAUTOMATEDRSNINGP15¶
An operation to remove a value from an existing custom type.
Queryable Attributes¶
addTypeValue¶
An operation to add a new value to an existing custom type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDTYPEVALUE() |
Getter for ADDTYPEVALUE |
updateTypeValue¶
An operation to modify an existing value within a custom type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETYPEVALUE() |
Getter for UPDATETYPEVALUE |
deleteTypeValue¶
An operation to remove a value from an existing custom type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETETYPEVALUE() |
Getter for DELETETYPEVALUE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUTOMATEDRSNINGPLYTYPEVAL00¶
TYPES TT_AUTOMATEDRSNINGPLYTYPEVAL00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP12 WITH DEFAULT KEY
.