-
Syntax errors in NW 752 SP04
![grafik](https://user-images.githubusercontent.com/17437789/231087658-4c7df259-d65f-493c-a525-d0386c680313.png)
-
Hello,
i duplicate the clas Z2UI5_CL_APP_DEMO_06 to my own clas and change the line 7 to
t_tab = REDUCE #( INIT ret = VALUE #( ) FOR n = 1 WHILE n < 1001 NEXT ret =
In the Debugger i see 1000…
-
Downport to ABAP syntax version v702, to make ABAP2UI5 compatible to a wide range of ABAP stacks.
**If there is someone with a v702 system who can test, after the downport, feel free to let me know…
-
Hey,
I have defined the UI Element List in such a way that I trigger the "DetailPress" event. How can I query on which line the event was triggered?
`
METHOD Z2UI5_IF_APP~MAIN.
IF chec…
-
Hello to all
I have followed the tutorial very conscientiously and implemented IF_HTTP_EXTENSION interface into class Z2UI5_CL_HTTP_HANDLER
![image](https://user-images.githubusercontent.com/12694…
-
There are minor diffs when pulling (main or _dev) into a on-prem system (7.54 ABAP Dev Edition):
![image](https://user-images.githubusercontent.com/59966492/228943355-f1bec8f4-a7e8-4b36-937d-6b1874…
-
Hello to all.
This is my first port so please be patient with me. I have been developing ABAP for more than 20 years but I must admit that I am still a very beginner when talking about classes, metho…
-
does not exist in 702
https://abapedia.org/steampunk-2302-api/cmis_string.dtel.html
just use the builtin type instead?
-
![grafik](https://user-images.githubusercontent.com/17437789/221112196-5211ae7f-33db-4fc0-b089-9c62da7af120.png)
-
how can we change ui locale from abap code ? or rather set it that way..
any thoughts on making it globaly changeable ?