GitHub
LibrariesOpen source libraries used to build this documentation site.
LibraryRoleVersionLicense
AstroastroSite framework6.3.1MIT
Astro React@astrojs/reactReact integration5.0.4MIT
Astro Sitemap@astrojs/sitemapSitemap generation3.7.2MIT
UI5 Web Components@ui5/webcomponentsUI primitives2.22.0Apache-2.0
UI5 Web Components Fiori@ui5/webcomponents-fioriFiori shell components2.22.0Apache-2.0
UI5 Web Components Icons@ui5/webcomponents-iconsIcon set2.22.0Apache-2.0
UI5 Web Components React@ui5/webcomponents-reactReact wrappers2.22.0Apache-2.0
ReactreactUI runtime19.2.6MIT
React DOMreact-domDOM renderer19.2.6MIT
ShikishikiSyntax highlighting4.0.2MIT
Docs/ORK/FORMATTING/ORK/IF_FORMAT_INFO_NUMBER
Interface/ORK/IF_FORMAT_INFO_NUMBER
FormatInfo: Number
InterfaceFormatInfo: Number
Package
/ORK/FORMATTING
Members
31
27 items
Methods
currency_decimal_digits
Method

Signature

METHODS currency_decimal_digits RETURNING VALUE(result) TYPE i.
currency_decimal_separator
Method

Signature

METHODS currency_decimal_separator RETURNING VALUE(result) TYPE string.
currency_group_separator
Method

Signature

METHODS currency_group_separator RETURNING VALUE(result) TYPE string.
currency_group_sizes
Method

Signature

METHODS currency_group_sizes RETURNING VALUE(result) TYPE ty_tt_int.
currency_negative_pattern
Method

Signature

METHODS currency_negative_pattern RETURNING VALUE(result) TYPE string.
currency_positive_pattern
Method

Signature

METHODS currency_positive_pattern RETURNING VALUE(result) TYPE string.
currency_symbol
Method

Signature

METHODS currency_symbol RETURNING VALUE(result) TYPE string.
nan_symbol
Method

Signature

METHODS nan_symbol RETURNING VALUE(result) TYPE string.
native_digits
Method

Signature

METHODS native_digits RETURNING VALUE(result) TYPE string_table.
negative_infinity_symbol
Method

Signature

METHODS negative_infinity_symbol RETURNING VALUE(result) TYPE string.
negative_sign
Method

Signature

METHODS negative_sign RETURNING VALUE(result) TYPE string.
number_decimal_digits
Method

Signature

METHODS number_decimal_digits RETURNING VALUE(result) TYPE i.
number_decimal_separator
Method

Signature

METHODS number_decimal_separator RETURNING VALUE(result) TYPE string.
number_group_separator
Method

Signature

METHODS number_group_separator RETURNING VALUE(result) TYPE string.
number_group_sizes
Method

Signature

METHODS number_group_sizes RETURNING VALUE(result) TYPE ty_tt_int.
number_negative_pattern
Method

Signature

METHODS number_negative_pattern RETURNING VALUE(result) TYPE string.
number_positive_pattern
Method

Signature

METHODS number_positive_pattern RETURNING VALUE(result) TYPE string.
percent_decimal_digits
Method

Signature

METHODS percent_decimal_digits RETURNING VALUE(result) TYPE i.
percent_decimal_separator
Method

Signature

METHODS percent_decimal_separator RETURNING VALUE(result) TYPE string.
percent_group_separator
Method

Signature

METHODS percent_group_separator RETURNING VALUE(result) TYPE string.
percent_group_sizes
Method

Signature

METHODS percent_group_sizes RETURNING VALUE(result) TYPE ty_tt_int.
percent_negative_pattern
Method

Signature

METHODS percent_negative_pattern RETURNING VALUE(result) TYPE string.
percent_positive_pattern
Method

Signature

METHODS percent_positive_pattern RETURNING VALUE(result) TYPE string.
percent_symbol
Method

Signature

METHODS percent_symbol RETURNING VALUE(result) TYPE string.
permille_symbol
Method

Signature

METHODS permille_symbol RETURNING VALUE(result) TYPE string.
positive_infinity_symbol
Method

Signature

METHODS positive_infinity_symbol RETURNING VALUE(result) TYPE string.
positive_sign
Method

Signature

METHODS positive_sign RETURNING VALUE(result) TYPE string.
2 items
Types
ty_tt_int
Type

Signature

TYPES ty_tt_int TYPE STANDARD TABLE OF i WITH EMPTY KEY.
ty_s_data
Type

Signature

TYPES: BEGIN OF ty_s_data,
           currency_decimal_digits TYPE REF TO i,
           currency_decimal_separator TYPE REF TO string,
           currency_group_separator TYPE REF TO string,
           currency_group_sizes TYPE REF TO ty_tt_int,
           currency_negative_pattern TYPE REF TO string,
           currency_positive_pattern TYPE REF TO string,
           currency_symbol TYPE REF TO string,
           nan_symbol TYPE REF TO string,
           native_digits TYPE REF TO string_table,
           negative_infinity_symbol TYPE REF TO string,
           negative_sign TYPE REF TO string,
           number_decimal_digits TYPE REF TO i,
           number_decimal_separator TYPE REF TO string,
           number_group_separator TYPE REF TO string,
           number_group_sizes TYPE REF TO ty_tt_int,
           number_negative_pattern TYPE REF TO string,
           number_positive_pattern TYPE REF TO string,
           percent_decimal_digits TYPE REF TO i,
           percent_decimal_separator TYPE REF TO string,
           percent_group_separator TYPE REF TO string,
           percent_group_sizes TYPE REF TO ty_tt_int,
           percent_negative_pattern TYPE REF TO string,
           percent_positive_pattern TYPE REF TO string,
           percent_symbol TYPE REF TO string,
...
2 items
Constants
cm_std_format
Constant

Signature

BEGIN OF cm_std_format,
      currency TYPE string VALUE `C`,
      decimal TYPE string VALUE `D`,
      exponential TYPE string VALUE `E`,
      exponential_lower TYPE string VALUE `e`,
      fixed_point TYPE string VALUE `F`,
      general TYPE string VALUE `G`,
      general_lower TYPE string VALUE `g`,
      numeric TYPE string VALUE `N`,
      percent TYPE string VALUE `P`,
      roundtrip TYPE string VALUE `R`,
      hexadecimal TYPE string VALUE `X`,
      hexadecimal_lower TYPE string VALUE `x`,
    END OF cm_std_format.
cm_pattern
Constant

Signature

BEGIN OF cm_pattern,
      currency_positive_0 TYPE string VALUE `$#`,
      currency_positive_1 TYPE string VALUE `#$`,
      currency_positive_2 TYPE string VALUE `$ #`,
      currency_positive_3 TYPE string VALUE `# $`,
      currency_negative_0 TYPE string VALUE `($#)`,
      currency_negative_1 TYPE string VALUE `-$#`,
      currency_negative_2 TYPE string VALUE `$-#`,
      currency_negative_3 TYPE string VALUE `$#-`,
      currency_negative_4 TYPE string VALUE `(#$)`,
      currency_negative_5 TYPE string VALUE `-#$`,
      currency_negative_6 TYPE string VALUE `#-$`,
      currency_negative_7 TYPE string VALUE `#$-`,
      currency_negative_8 TYPE string VALUE `-# $`,
      currency_negative_9 TYPE string VALUE `-$ #`,
      currency_negative_10 TYPE string VALUE `# $-`,
      currency_negative_11 TYPE string VALUE `$ #-`,
      currency_negative_12 TYPE string VALUE `$ -#`,
      currency_negative_13 TYPE string VALUE `#- $`,
      currency_negative_14 TYPE string VALUE `($ #)`,
      currency_negative_15 TYPE string VALUE `(# $)`,
      currency_negative_16 TYPE string VALUE `$- #`,
      percent_positive_0 TYPE string VALUE `# %`,
...
Repository11 packages · 112 objects
123 items