/AWS1/CL_BDKAUTOMATEDRSNINGP14¶
Represents a modification to a value within an existing custom type.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_value TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD02 /AWS1/BDKAUTOMATEDRSNINGPLYD02¶
The current identifier or name of the type value to update.
Optional arguments:¶
iv_newvalue TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD02 /AWS1/BDKAUTOMATEDRSNINGPLYD02¶
The new identifier or name for the type value, if you want to rename it.
iv_description TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD03 /AWS1/BDKAUTOMATEDRSNINGPLYD03¶
The new description for the type value, replacing the previous description.
Queryable Attributes¶
value¶
The current identifier or name of the type value to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
newValue¶
The new identifier or name for the type value, if you want to rename it.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEWVALUE() |
Getter for NEWVALUE, with configurable default |
ASK_NEWVALUE() |
Getter for NEWVALUE w/ exceptions if field has no value |
HAS_NEWVALUE() |
Determine if NEWVALUE has a value |
description¶
The new description for the type value, replacing the previous description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |