4 weeks ago
This discussion thread is to ask your questions and discuss issues, if participating in the May 2023 Developer Challenge - Open-Source ABAP .
Please use separate discussions created for the submission of your solutions. Keep this thread for your questions only.
3 weeks ago
Hello Mamikee, I am receiving this error when I try to open ABAPGit repositories from Eclipse.
Any idea?
Thank you.
Best regards,
Akash.
3 weeks ago
make sure to update to latest https://github.com/abapGit/ADT_Backend, had a syntax error fixed few weeks ago, https://github.com/abapGit/ADT_Backend/pull/76
a week ago
Hello,
No luck, I still get the same error.
I have attached the screenshot of the error log (part of it at least ).
Regards,
Akash.
3 weeks ago
How to code in Eclipse for ABAP. I was using Temporary Login Credentials in my training. As I used to code
there, I'm confused about how to do it over here, someone guide me.
Thanks,
Vinod. K
2 weeks ago
Please go through below link.
Install ABAP Development Tools (ADT) and abapGit Plugin | Tutorials for SAP Developers
2 weeks ago
Hi Mamikee,
I m getting below for pushing changes to Git repository.
I have even tried giving personal access token still same error.
Please help.
Thanks and Regards,
Gaurav Phadnis
2 weeks ago
Hi,
I was facing the same issue. I got it worked by generating Token.
2 weeks ago
Hi guys ,
I used the _bind method , but can't able to fetch the data from frontend to backend .Please anyone suggest the way to pick the data from frontend.
Please find the code
Thanks in advance.
2 weeks ago
2 weeks ago
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?