Skip to content

Commit 45eefaf

Browse files
authored
Update srtti.md
1 parent 770f63d commit 45eefaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/addons/srtti.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
In abap2UI5, you don’t necessarily need to type your data model at design time. You can just work with generic data references and apply typing at runtime based on your program logic. This is particularly useful for tables where, depending on user input, you may want to display different columns.<br>
66

7-
abap2UI5 serializes your app instances to ensure stateless behavior in client communication. Unfortunately, the SAP standard transformation features are limited; for example, they do not support local types created at runtime. If you encounter problems, the project S-RTTI fills this gap and can assist you.
7+
abap2UI5 serializes your app instances to ensure stateless behavior in client communication. Unfortunately, the SAP standard serialization features are limited; for example, they do not support local types created at runtime. If you encounter problems, just install the project [S-RTTI](https://github.com/sandraros/S-RTTI) which fills this gap.
88

99
#### Normal
1010
Fully typed at design time, it works out of the box:

0 commit comments

Comments
 (0)