2023-06-01 SAP Developer Code Challenge – Open-Source ABAP (Week 2, ABAP2UI5)
2023-06-02 SAP Developer Code Challenge – Open-Source ABAP (Week 4, AXAGE)
First of all, pull the abap2UI5 package to your ABAP environment.
If someone has done that, you don't have to do it again.
-
the abap code of the HTTP service handler class (also change your abap2UI5 applicaiton configurations here)
https://github.com/Nov05/sap-abap2ui5/blob/main/src/zcl_nov05_test_http.clas.abap -
the service object
- open the URL, it will look like this
-
the abap code of my class
https://github.com/Nov05/sap-abap2ui5/blob/main/src/znov05_cl_abap2ui5_01.clas.abap -
get the link to my application
- my application
- change the theme in the HTTP service handler class
-
the repo - https://github.com/Ennowulff/axage
-
the abap2UI5 version (Thomas Jung's code)
https://github.com/Nov05/sap-abap2ui5/blob/main/src/znov05_cl_abap2ui5_axage.clas.abap -
the output