Skip to content

Commit 23173c0

Browse files
authored
Update dx.md
1 parent 1dd1449 commit 23173c0

File tree

1 file changed

+5
-5
lines changed
  • docs/advanced/technical

1 file changed

+5
-5
lines changed

docs/advanced/technical/dx.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ abap2UI5 is a framework built by ABAP developers for ABAP developers. Written en
44

55
This page highlights the key ideas behind abap2UI5.
66

7-
### Output with if_oo_adt_classrun
7+
### Outputs like if_oo_adt_classrun
88

99
One of the most fundamental development tasks is outputting data. In ABAP, the cleanest way to do this is with the `if_oo_adt_classrun` interface. It offers a simple, class-based approach to immediately output data in ADT:
1010

@@ -45,7 +45,7 @@ Additional in abap2UI5:
4545
- End-user ready without extra deployment
4646
- Conform to SAP Fiori Design guidelines
4747

48-
### Inputs with Selection Screens
48+
### Inputs like Selection Screens
4949

5050
Classic ABAP supports user input through selection screens:
5151

@@ -89,7 +89,7 @@ Why this improves Developer Experience:
8989
- Easy to test: reload the page, enter input, press the button
9090
- Everything is still in a single class — no external UI tooling needed
9191

92-
### Tables with ABAP List Viewer
92+
### Tables like ABAP List Viewer
9393

9494
ALV tools such as `CL_SALV_TABLE` helped make tabular output effortless:
9595

@@ -151,7 +151,7 @@ ENDCLASS.
151151
Additional Benefits in abap2UI5:
152152
- Fully works in browser and on any device, no SAP GUI dependencies
153153

154-
### Event Handling with popup_to_confirm
154+
### Event Handling like popup_to_confirm
155155
Classic ABAP offered a straightforward way to ask user decisions:
156156

157157
```abap
@@ -229,7 +229,7 @@ Why this improves Developer Experience:
229229
- No need to clear browser or server caches
230230
- Fast development iteration — edit the code, refresh the browser, see results
231231

232-
### Tools
232+
### Tools Free Choice
233233

234234
Great Developer Experience means freedom of tooling. abap2UI5 apps are developed entirely in ABAP — whether in SE80, ADT, or your favorite ABAP IDE.
235235

0 commit comments

Comments
 (0)