/AWS1/CL_REVSTRINGCHANGE¶
Describes a change from one string value to another.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_oldvalue TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The old value.
iv_newvalue TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The new value.
Queryable Attributes¶
oldValue¶
The old value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OLDVALUE() |
Getter for OLDVALUE, with configurable default |
ASK_OLDVALUE() |
Getter for OLDVALUE w/ exceptions if field has no value |
HAS_OLDVALUE() |
Determine if OLDVALUE has a value |
newValue¶
The new value.
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 |