Skip to content

Commit 023dc5b

Browse files
authored
Update dx.md
1 parent 95e20eb commit 023dc5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/technical/dx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ABAP Thinking, UI5 Results
22

3-
_Working with abap2UI5 - A Developer-Centric Approach_
4-
5-
This article shows how abap2UI5 brings familiar ABAP patterns — Selection Screens, and ALV — into modern browser-based UIs using nothing but backend code. You'll see how abap2UI5 streamlines the developer experience by avoiding boilerplate, external tools, or JavaScript. This page is all about how abap2UI5 feels like classic ABAP development — just with UI5 results.
3+
_abap2UI5 - A Developer-Centric Approach_
64

5+
This framework was born from the everyday experience of ABAP developers. It tackles common challenges like deployment, caching, debugging, and tooling — while keeping the coding style close to familiar ABAP and SAP GUI patterns such as selection screens and ALV. The goal: to make working with abap2UI5 as simple and familiar as possible for ABAPers. This page takes a closer look at how it all comes together.
6+
´
77
### Simple Output with 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:

0 commit comments

Comments
 (0)