File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ ENDCLASS.
22
22
```
23
23
24
24
Why this is great for developers:
25
- - Single-class design is easy to debug and version
26
- - Minimal boilerplate, cloud-compatible
25
+ - Single-class design is easy to debug and share
26
+ - Minimal boilerplate
27
27
- Fully abapGit-ready
28
28
29
29
This simplicity also inspired the entry point for abap2UI5 apps:
@@ -55,9 +55,9 @@ REPORT zre_app_input.
55
55
START-OF-SELECTION.
56
56
MESSAGE |Input: { pa_arbgb }| type 'I'.
57
57
```
58
- Why it matters :
58
+ Why this is great for developers :
59
59
- Rapid prototyping with minimal code
60
- - Built-in input validation and events
60
+ - Built-in input functionaity and events
61
61
- Fullstack behavior with no setup
62
62
63
63
abap2UI5 brings this idea into the browser using an XML view builder and data binding:
You can’t perform that action at this time.
0 commit comments