Technical Articles
ABAP RESTful Application Programming Model in visual studio code
I started following a new openSAP course on ABAP RESTful Application Programming Model, and of course I plan to do so using my code extension
For the first week I need:
Feature | status on Monday | status on Friday |
Connect with a cloud trial account | supported but clunky | supported but clunky |
create a package | not working (software component bug) | supported, need to type the application component |
create a console app class | ok | ok |
run it | not supported | ok |
create an abapgit repo and push the code | broken after recent backend updates | supported but not all functions work |
The plan was to get all working by the end of the week, and with today’s release it’s done:
Create a package:
Create a class:
Run a console application:
I’m sure more issues will show up the following weeks, will do my best to keep up with it, starting with making it practical to connect to a cloud trial instance (now works only manually copying a handful of codes from the service key)
Be the first to leave a comment
You must be Logged on to comment or reply to a post.