We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5208229 commit d12a40cCopy full SHA for d12a40c
changelog.txt
@@ -12,6 +12,7 @@ v1.?.?, ?
12
-------------------
13
+ Add unit tests for empty string/object (#212, @christianguenter2)
14
+ Array (and object) iterator (#210)
15
++ Docusaurus docs (#203)
16
17
v1.1.13, 2025-09-19
18
docsite/docs/40-reading.md
@@ -102,4 +102,8 @@ payload->to_abap(
102
payload->to_abap_corresponding_only( )->to_abap( importing ev_container = ls_payload ).
103
```
104
105
-`to_abap` supports creating data references. **TBD**
+## Support for data references
106
+
107
+`to_abap` supports creating data references.
108
109
+*TBD*
0 commit comments