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.
2222```
2323
2424Why 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
2727- Fully abapGit-ready
2828
2929This simplicity also inspired the entry point for abap2UI5 apps:
@@ -55,9 +55,9 @@ REPORT zre_app_input.
5555START-OF-SELECTION.
5656 MESSAGE |Input: { pa_arbgb }| type 'I'.
5757```
58- Why it matters :
58+ Why this is great for developers :
5959- Rapid prototyping with minimal code
60- - Built-in input validation and events
60+ - Built-in input functionaity and events
6161- Fullstack behavior with no setup
6262
6363abap2UI5 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