/AWS1/CL_QSTDATETIMEVALWHENU00¶
The configuration that defines the default value of a DateTime parameter when a value has not been set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_valuewhenunsetoption TYPE /AWS1/QSTVALUEWHENUNSETOPTION /AWS1/QSTVALUEWHENUNSETOPTION¶
The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: TheNULLvalue.
iv_customvalue TYPE /AWS1/QSTSENSITIVETIMESTAMP /AWS1/QSTSENSITIVETIMESTAMP¶
A custom value that's used when the value of a parameter isn't set.
Queryable Attributes¶
ValueWhenUnsetOption¶
The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: TheNULLvalue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUEWHENUNSETOPTION() |
Getter for VALUEWHENUNSETOPTION, with configurable default |
ASK_VALUEWHENUNSETOPTION() |
Getter for VALUEWHENUNSETOPTION w/ exceptions if field has n |
HAS_VALUEWHENUNSETOPTION() |
Determine if VALUEWHENUNSETOPTION has a value |
CustomValue¶
A custom value that's used when the value of a parameter isn't set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMVALUE() |
Getter for CUSTOMVALUE, with configurable default |
ASK_CUSTOMVALUE() |
Getter for CUSTOMVALUE w/ exceptions if field has no value |
HAS_CUSTOMVALUE() |
Determine if CUSTOMVALUE has a value |