Skip to content

Commit 1f77b3b

Browse files
authored
Update dx.md
1 parent 66a55b8 commit 1f77b3b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

docs/advanced/technical/dx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ go_salv->display( ).
8181
```
8282
15 lines of code, a single file, and the snippet is ready to use to transport to production for the use of end users. this is strong! unfortunately it is not cloud ready and therefor not future. let mix this with the baap2ui5 approach from above. a abap2ui5 we can create somethig quite similar with the follwoing snippet:
8383
```abap
84-
CLASS z2ui5_cl_test_test DEFINITION PUBLIC.
84+
CLASS z2ui5_cl_app DEFINITION PUBLIC.
8585
PUBLIC SECTION.
8686
INTERFACES z2ui5_if_app.
8787
ENDCLASS.
8888
89-
CLASS z2ui5_cl_test_test IMPLEMENTATION.
89+
CLASS z2ui5_cl_app IMPLEMENTATION.
9090
METHOD z2ui5_if_app~main.
9191
9292
SELECT FROM t100

0 commit comments

Comments
 (0)