/AWS1/CL_BDZAGTCRTVMEMMETVALUE¶
A metadata value that a filter expression compares against. Set exactly one member.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_stringvalue TYPE /AWS1/BDZAGTCRTVMEMMETSTRVALUE /AWS1/BDZAGTCRTVMEMMETSTRVALUE¶
A string value.
iv_numbervalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
A numeric value.
it_stringlistvalue TYPE /AWS1/CL_BDZAGRTVMEMMETSTRLS00=>TT_AGNTCRETRVMEMMETSTRINGLIST TT_AGNTCRETRVMEMMETSTRINGLIST¶
A list of string values.
iv_datetimevalue TYPE /AWS1/BDZTIMESTAMP /AWS1/BDZTIMESTAMP¶
A timestamp value in ISO 8601 UTC format.
Queryable Attributes¶
stringValue¶
A string value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRINGVALUE() |
Getter for STRINGVALUE, with configurable default |
ASK_STRINGVALUE() |
Getter for STRINGVALUE w/ exceptions if field has no value |
HAS_STRINGVALUE() |
Determine if STRINGVALUE has a value |
numberValue¶
A numeric value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBERVALUE() |
Getter for NUMBERVALUE, with configurable default |
ASK_NUMBERVALUE() |
Getter for NUMBERVALUE w/ exceptions if field has no value |
STR_NUMBERVALUE() |
String format for NUMBERVALUE, with configurable default |
HAS_NUMBERVALUE() |
Determine if NUMBERVALUE has a value |
stringListValue¶
A list of string values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRINGLISTVALUE() |
Getter for STRINGLISTVALUE, with configurable default |
ASK_STRINGLISTVALUE() |
Getter for STRINGLISTVALUE w/ exceptions if field has no val |
HAS_STRINGLISTVALUE() |
Determine if STRINGLISTVALUE has a value |
dateTimeValue¶
A timestamp value in ISO 8601 UTC format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATETIMEVALUE() |
Getter for DATETIMEVALUE, with configurable default |
ASK_DATETIMEVALUE() |
Getter for DATETIMEVALUE w/ exceptions if field has no value |
HAS_DATETIMEVALUE() |
Determine if DATETIMEVALUE has a value |