/AWS1/CL_QSTDEFAULTFORMATTING¶
A structure that represents a default formatting definition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_displayformat TYPE /AWS1/QSTDISPLAYFORMAT /AWS1/QSTDISPLAYFORMAT¶
The display format. Valid values for this structure are
AUTO,PERCENT,CURRENCY,NUMBER,DATE, andSTRING.
io_displayformatoptions TYPE REF TO /AWS1/CL_QSTDISPLAYFORMATOPTS /AWS1/CL_QSTDISPLAYFORMATOPTS¶
The additional options for display formatting.
Queryable Attributes¶
DisplayFormat¶
The display format. Valid values for this structure are
AUTO,PERCENT,CURRENCY,NUMBER,DATE, andSTRING.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYFORMAT() |
Getter for DISPLAYFORMAT, with configurable default |
ASK_DISPLAYFORMAT() |
Getter for DISPLAYFORMAT w/ exceptions if field has no value |
HAS_DISPLAYFORMAT() |
Determine if DISPLAYFORMAT has a value |
DisplayFormatOptions¶
The additional options for display formatting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYFORMATOPTIONS() |
Getter for DISPLAYFORMATOPTIONS |