Parameters
resultSignature
METHODS get RETURNING VALUE(result) TYPE abap_bool.
| 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 |
Represents a JSON boolean node (true / false). Provides access to the boolean value and supports cloning, formatting/serialization, equality, and freezing via the base node interface.
Immutability contract: Any modifying operation must raise an exception if the node is frozen.
resultMETHODS get RETURNING VALUE(result) TYPE abap_bool.Sets the boolean value of this JSON node. Must raise an exception if the node is frozen.
valueMETHODS set IMPORTING !value TYPE abap_bool.