Skip to content

Commit 044123a

Browse files
committed
fix: replace "UI builds automatically" with "UI builds itself" in selection screens
https://claude.ai/code/session_01M6YRViV1SVqE9DoZwXMbbd
1 parent b513124 commit 044123a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/technical/dx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ What abap2UI5 adds: a way to run in the browser without ADT, with a UI5 frontend
4545

4646
### Classic Input Handling with Selection Screens
4747

48-
Input handling was never a challenge in classic ABAP — define a Report with `PARAMETERS` and `SELECT-OPTIONS`, and the UI builds automatically. The term didn't exist back then, but this gave you a "full-stack" app in just a few lines:
48+
Input handling was never a challenge in classic ABAP — define a Report with `PARAMETERS` and `SELECT-OPTIONS`, and the UI builds itself. The term didn't exist back then, but this gave you a "full-stack" app in just a few lines:
4949

5050
```abap
5151
REPORT zre_app_input.

0 commit comments

Comments
 (0)