/AWS1/CL_LM2SLOTDEFAULTVALUE¶
Specifies the default value to use when a user doesn't provide a value for a slot.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_defaultvalue TYPE /AWS1/LM2SLOTDEFVALUESTRING /AWS1/LM2SLOTDEFVALUESTRING¶
The default value to use when a user doesn't provide a value for a slot.
Queryable Attributes¶
defaultValue¶
The default value to use when a user doesn't provide a value for a slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTVALUE() |
Getter for DEFAULTVALUE, with configurable default |
ASK_DEFAULTVALUE() |
Getter for DEFAULTVALUE w/ exceptions if field has no value |
HAS_DEFAULTVALUE() |
Determine if DEFAULTVALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SLOTDEFAULTVALUELIST¶
TYPES TT_SLOTDEFAULTVALUELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2SLOTDEFAULTVALUE WITH DEFAULT KEY
.