My development setup
I typically use vscode for writing ABAP code in a standalone setup, editing just local files and committing those to git, this works on low-end laptops and tablets just fine.
I guess its also possible to use the ABAP remote file...
What is abap2xlsx?
abap2xlsx is an open source library used to generate professional Excel spreadsheets from ABAP. Its free, has an Apache 2 license, and is perhaps one of the most commonly used ABAP open source libraries.
What's the problem?
ab...
Since launching ABAP on Exercism, 10000+ students have signed up for the ABAP track, and 215000+ exercises have been submitted.
Exercism is a free learning platform, helping you try different programming languages.
Its single click sign up and f...
I have many unit tests which takes JSON as input, however editing JSON embedded in a ABAP string is a mess. And no, ecatt test data containers is not an option, never use it for anything in unit tests, but its a different story.
One option is to use...
ABAP Cloud/Steampunk does not work with old SEGW based gateway projects, instead customers can re-implement logic using RAP.
Sometimes, it might not be feasible to rewrite everything, so why not just migrate the existing projects to run on ABAP Clou...
Note the CAP license terms, https://tools.hana.ondemand.com/developer-license-3.1.txt, it does not "permit mass data extraction from an SAP product to a non-SAP product, including use, modification, saving or other processing of such data in the non-...
True, but I choose to see it more as "lets gradually move towards using latest version, instead of big bang impact everything"If everything had automated tests, then of cause this would not be a problem
Yea, no problem, I did number "2" on the list which is incompleteJust wish there would be one solution providing a nice way to search/list/extend stuff, so we dont end up with 5 half solutions, instead just work together on one that can solve and/or ...