Skip to content

Commit

Permalink
Update srtti.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Nov 5, 2024
1 parent f2a4fbe commit c7d9c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/addons/srtti.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ In abap2UI5, you don’t necessarily need to type your data model at design time
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.

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

```abap
CLASS z2ui5_cl_app DEFINITION PUBLIC.
Expand Down Expand Up @@ -41,6 +42,7 @@ ENDCLASS.
```

#### Generic Data Reference (local type)
Typed at runtime with local types; this only works with S-RTTI:
```abap
CLASS z2ui5_cl_app DEFINITION PUBLIC.
Expand Down

0 comments on commit c7d9c55

Please sign in to comment.