/AWS1/CL_QSTTHOUSANDSEPARATO00¶
The options that determine the thousands separator configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_symbol TYPE /AWS1/QSTNUMERICSEPARATORSYM00 /AWS1/QSTNUMERICSEPARATORSYM00¶
Determines the thousands separator symbol.
iv_visibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
Determines the visibility of the thousands separator.
iv_groupingstyle TYPE /AWS1/QSTDIGITGROUPINGSTYLE /AWS1/QSTDIGITGROUPINGSTYLE¶
Determines the way numbers are styled to accommodate different readability standards. The
DEFAULTvalue uses the standard international grouping system and groups numbers by the thousands. TheLAKHSvalue uses the Indian numbering system and groups numbers by lakhs and crores.
Queryable Attributes¶
Symbol¶
Determines the thousands separator symbol.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYMBOL() |
Getter for SYMBOL, with configurable default |
ASK_SYMBOL() |
Getter for SYMBOL w/ exceptions if field has no value |
HAS_SYMBOL() |
Determine if SYMBOL has a value |
Visibility¶
Determines the visibility of the thousands separator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VISIBILITY() |
Getter for VISIBILITY, with configurable default |
ASK_VISIBILITY() |
Getter for VISIBILITY w/ exceptions if field has no value |
HAS_VISIBILITY() |
Determine if VISIBILITY has a value |
GroupingStyle¶
Determines the way numbers are styled to accommodate different readability standards. The
DEFAULTvalue uses the standard international grouping system and groups numbers by the thousands. TheLAKHSvalue uses the Indian numbering system and groups numbers by lakhs and crores.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPINGSTYLE() |
Getter for GROUPINGSTYLE, with configurable default |
ASK_GROUPINGSTYLE() |
Getter for GROUPINGSTYLE w/ exceptions if field has no value |
HAS_GROUPINGSTYLE() |
Determine if GROUPINGSTYLE has a value |