Skip to content

Commit c7d9c55

Browse files
authored
Update srtti.md
1 parent f2a4fbe commit c7d9c55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/addons/srtti.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ In abap2UI5, you don’t necessarily need to type your data model at design time
77
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.
88

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

1112
```abap
1213
CLASS z2ui5_cl_app DEFINITION PUBLIC.
@@ -41,6 +42,7 @@ ENDCLASS.
4142
```
4243

4344
#### Generic Data Reference (local type)
45+
Typed at runtime with local types; this only works with S-RTTI:
4446
```abap
4547
CLASS z2ui5_cl_app DEFINITION PUBLIC.
4648

0 commit comments

Comments
 (0)