Signature
CLASS-METHODS class_constructor.
| Library | Role | Version | License |
|---|---|---|---|
| Astro | Site framework | 6.3.1 | MIT |
| Astro React | React integration | 5.0.4 | MIT |
| Astro Sitemap | Sitemap generation | 3.7.2 | MIT |
| UI5 Web Components | UI primitives | 2.22.0 | Apache-2.0 |
| UI5 Web Components Fiori | Fiori shell components | 2.22.0 | Apache-2.0 |
| UI5 Web Components Icons | Icon set | 2.22.0 | Apache-2.0 |
| UI5 Web Components React | React wrappers | 2.22.0 | Apache-2.0 |
| React | UI runtime | 19.2.6 | MIT |
| React DOM | DOM renderer | 19.2.6 | MIT |
| Shiki | Syntax highlighting | 4.0.2 | MIT |
CLASS-METHODS class_constructor.CLASS-METHODS s_get_struct
IMPORTING format_provider TYPE REF TO /ork/if_format_provider
RETURNING VALUE(result) TYPE REF TO /ork/if_format_info_structure
RAISING /ork/cx_exception.CLASS-METHODS s_get_table
IMPORTING format_provider TYPE REF TO /ork/if_format_provider
RETURNING VALUE(result) TYPE REF TO /ork/if_format_info_table
RAISING /ork/cx_exception.BEGIN OF ty_cm,
current TYPE REF TO /ork/cl_format_info_complex,
invariant TYPE REF TO /ork/cl_format_info_complex,
END OF ty_cm.CLASS-DATA cm TYPE ty_cm READ-ONLY.