You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/addons/layout.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ outline: [2, 6]
5
5
6
6
<iclass="fa-brands fa-github"></i> [Layout-Variant Addon on GitHub](https://github.com/abap2UI5-addons/layout-variant-management)<br>
7
7
8
-
In classical SAP GUI development, one of the most commonly used features was the variant management for selection screens and the layout management of ALVs. Persisting input values and user-specific settings for table output were important features. This addons tries to bring back the most common functionalities:
8
+
In classic SAP GUI development, one of the most frequently used features was variant management for selection screens and layout management for ALVs. Storing input values and user-specific table output settings greatly enhances the user experience. This add-on brings back these essential functionalities:
Copy file name to clipboardExpand all lines: docs/addons/srtti.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
<iclass="fa-brands fa-github"></i> [S-RTTI Project on GitHub](https://github.com/sandraros/S-RTTI)
4
4
5
-
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>
5
+
In abap2UI5, you don’t necessarily need to type your data model at design time, just work with generic data references and apply typing at runtime based on your program logic. This is for example useful for tables where, depending on user input, you may want to display different columns.<br>
6
6
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.
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 fantastic project [S-RTTI](https://github.com/sandraros/S-RTTI)filling this gap.
8
8
9
-
#### Normal
9
+
#### Basic
10
10
Fully typed at design time, it works out of the box:
0 commit comments