/AWS1/CL_QSTDISPLAYFORMATOPTS¶
A structure that represents additional options for display formatting.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_useblankcellformat TYPE /AWS1/QSTBOOLEAN /AWS1/QSTBOOLEAN¶
A Boolean value that indicates whether to use blank cell format.
iv_blankcellformat TYPE /AWS1/QSTLIMITEDSTRING /AWS1/QSTLIMITEDSTRING¶
Determines the blank cell format.
iv_dateformat TYPE /AWS1/QSTLIMITEDSTRING /AWS1/QSTLIMITEDSTRING¶
Determines the
DateTimeformat.
iv_decimalseparator TYPE /AWS1/QSTTPCNUMERICSEPARATOR00 /AWS1/QSTTPCNUMERICSEPARATOR00¶
Determines the decimal separator.
iv_groupingseparator TYPE /AWS1/QSTLIMITEDSTRING /AWS1/QSTLIMITEDSTRING¶
Determines the grouping separator.
iv_usegrouping TYPE /AWS1/QSTBOOLEAN /AWS1/QSTBOOLEAN¶
A Boolean value that indicates whether to use grouping.
iv_fractiondigits TYPE /AWS1/QSTINTEGER /AWS1/QSTINTEGER¶
Determines the number of fraction digits.
iv_prefix TYPE /AWS1/QSTLIMITEDSTRING /AWS1/QSTLIMITEDSTRING¶
The prefix value for a display format.
iv_suffix TYPE /AWS1/QSTLIMITEDSTRING /AWS1/QSTLIMITEDSTRING¶
The suffix value for a display format.
iv_unitscaler TYPE /AWS1/QSTNUMBERSCALE /AWS1/QSTNUMBERSCALE¶
The unit scaler. Valid values for this structure are:
NONE,AUTO,THOUSANDS,MILLIONS,BILLIONS, andTRILLIONS.
io_negativeformat TYPE REF TO /AWS1/CL_QSTNEGATIVEFORMAT /AWS1/CL_QSTNEGATIVEFORMAT¶
The negative format.
iv_currencysymbol TYPE /AWS1/QSTLIMITEDSTRING /AWS1/QSTLIMITEDSTRING¶
The currency symbol, such as
USD.
Queryable Attributes¶
UseBlankCellFormat¶
A Boolean value that indicates whether to use blank cell format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USEBLANKCELLFORMAT() |
Getter for USEBLANKCELLFORMAT |
BlankCellFormat¶
Determines the blank cell format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLANKCELLFORMAT() |
Getter for BLANKCELLFORMAT, with configurable default |
ASK_BLANKCELLFORMAT() |
Getter for BLANKCELLFORMAT w/ exceptions if field has no val |
HAS_BLANKCELLFORMAT() |
Determine if BLANKCELLFORMAT has a value |
DateFormat¶
Determines the
DateTimeformat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATEFORMAT() |
Getter for DATEFORMAT, with configurable default |
ASK_DATEFORMAT() |
Getter for DATEFORMAT w/ exceptions if field has no value |
HAS_DATEFORMAT() |
Determine if DATEFORMAT has a value |
DecimalSeparator¶
Determines the decimal separator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DECIMALSEPARATOR() |
Getter for DECIMALSEPARATOR, with configurable default |
ASK_DECIMALSEPARATOR() |
Getter for DECIMALSEPARATOR w/ exceptions if field has no va |
HAS_DECIMALSEPARATOR() |
Determine if DECIMALSEPARATOR has a value |
GroupingSeparator¶
Determines the grouping separator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPINGSEPARATOR() |
Getter for GROUPINGSEPARATOR, with configurable default |
ASK_GROUPINGSEPARATOR() |
Getter for GROUPINGSEPARATOR w/ exceptions if field has no v |
HAS_GROUPINGSEPARATOR() |
Determine if GROUPINGSEPARATOR has a value |
UseGrouping¶
A Boolean value that indicates whether to use grouping.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USEGROUPING() |
Getter for USEGROUPING |
FractionDigits¶
Determines the number of fraction digits.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRACTIONDIGITS() |
Getter for FRACTIONDIGITS |
Prefix¶
The prefix value for a display format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFIX() |
Getter for PREFIX, with configurable default |
ASK_PREFIX() |
Getter for PREFIX w/ exceptions if field has no value |
HAS_PREFIX() |
Determine if PREFIX has a value |
Suffix¶
The suffix value for a display format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUFFIX() |
Getter for SUFFIX, with configurable default |
ASK_SUFFIX() |
Getter for SUFFIX w/ exceptions if field has no value |
HAS_SUFFIX() |
Determine if SUFFIX has a value |
UnitScaler¶
The unit scaler. Valid values for this structure are:
NONE,AUTO,THOUSANDS,MILLIONS,BILLIONS, andTRILLIONS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNITSCALER() |
Getter for UNITSCALER, with configurable default |
ASK_UNITSCALER() |
Getter for UNITSCALER w/ exceptions if field has no value |
HAS_UNITSCALER() |
Determine if UNITSCALER has a value |
NegativeFormat¶
The negative format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEGATIVEFORMAT() |
Getter for NEGATIVEFORMAT |
CurrencySymbol¶
The currency symbol, such as
USD.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENCYSYMBOL() |
Getter for CURRENCYSYMBOL, with configurable default |
ASK_CURRENCYSYMBOL() |
Getter for CURRENCYSYMBOL w/ exceptions if field has no valu |
HAS_CURRENCYSYMBOL() |
Determine if CURRENCYSYMBOL has a value |