2023 May 17 12:03 PM - edited 2023 Jun 07 2:11 PM
This discussion thread is to submit your solution for Week 2 of the May 2023 Developer Challenge - Open-Source ABAP .
Week 2 – ABAP2UI5 https://github.com/oblomov-dev/abap2UI5
ABAP2IU5 is a fairly new project which helps ABAP developers create SAPUI5 applications without ever having to code a line of JavaScript, expose an OData service, or work with Fiori Elements or the ABAP RESTful Application Programming model (RAP). This project allows you to create applications having a simple interface like a report selection screen, and display the output in a table, like an ALV Grid. All with just a few lines of code.
For this weeks’ challenge, install the ABAP2IU5 project in your system, and create a program using ABAP2UI5, which throws an input screen with two fields (User and Date), and a button. When the post button is clicked it should send the values to the server.
Resources:
❗You will get credit for this weeks’ challenge by providing a screenshot of the result with the server providing a message back as shown in the example screenshot below.
Have Fun 🤩
2023 May 21 11:37 AM
Here is the result
thanks for this challenge.
I appreciate it a lot!!!
I know this tool but I never used it
2023 May 21 1:18 PM
2023 May 21 4:16 PM
2023 May 21 5:55 PM
2023 May 21 6:29 PM
2023 May 21 9:27 PM
2023 May 22 7:20 AM
2023 May 22 7:37 AM
2023 May 22 9:16 AM
2023 May 22 1:24 PM
2023 May 22 1:46 PM
2023 May 22 1:52 PM
2023 May 22 3:17 PM
2023 May 22 9:49 PM - edited 2023 May 22 9:53 PM
@Mamikee quick note: the abap2ui5 repo now contains just the library, to install the demos one also needs the dedicated repo.
2023 May 22 10:47 PM
2023 May 23 1:59 AM
2023 May 23 7:30 AM
Hi Mamikee,
Here is my submission for week 2 challenge
https://github.com/SSingiredd/ABAP_REPOSITORY.git
2023 May 23 7:33 AM
2023 May 23 7:54 AM
2023 May 23 10:39 AM
2023 May 23 2:16 PM
2023 May 23 10:41 PM
2023 May 24 12:47 AM
2023 May 24 5:34 AM
2023 May 24 6:51 AM
2023 May 24 10:02 AM
2023 May 24 11:32 AM
2023 May 24 7:21 PM - edited 2023 May 24 9:11 PM
2023 May 25 8:24 AM
2023 May 25 12:04 PM - edited 2023 May 25 12:13 PM
2023 May 25 12:46 PM
2023 May 25 12:56 PM
2023 May 25 1:24 PM
2023 May 25 3:26 PM
2023 May 26 1:20 AM
2023 May 26 5:21 AM
2023 May 26 2:39 PM
Hello everyone!
I'm having a problem running the second challenge. I will give an overview of my situation so that it is easier to understand.
In my SAP environment it was not possible to perform the online pull or push request to the GitHub repository, so I had to do this installation process manually and I was able to install abap2ui5, I created the class responsible for the handle request, I also created the http service with the class responsible for the handle request, but when testing the service, the page informs me that it was not possible to find the IP address of the server.
My question is the following, would this be a configuration error that I made or would it be due to the fact that I did not have access, as was the case of not being able to make a pull or push request from the github repository?
2023 May 27 4:07 PM
As a developer you are (should at least be) aware how important it is to have a good "bug report". So, if we start with the github problem first - what is the error message you get? Have you checked that the two certificates for github.com and api.github.com are installed?
You also write that you get a message about not being able to find the IP address of the server.
Which server address are you trying to access? If you can launch the Fiori Launchpad on your system the server is known and that problem should not be related to the problem with github access.
2023 Jun 05 8:42 PM
2023 Jun 07 5:38 AM
Glad to hear you figured it out - and if you're head works like mine you learned a lot. I learn more when I have to figure out why something fails than I do when everything just works out of the box.