larshp
Active Contributor
Member since ‎11-13-2012

User Statistics

  • 506 Posts
  • 25 Solutions
  • 566 Kudos given
  • 1,682 Kudos received

User Activity

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...