MarcelloUrbani
Active Contributor
Member since ‎03-09-2006

User Statistics

  • 217 Posts
  • 4 Solutions
  • 203 Kudos given
  • 437 Kudos received

User Activity

The latest version of ActiveControl's UI is distributed as a container. This allows us to run the same artifact in many containerised environment using a single, like docker, btp cloudfoundry, btp kyma and many others. When running in BTP we usuall...
Months ago visual studio code added a 3-way merge editor It worked from day one with abapGit, where you usually do merges using files in your laptop. It's by far the most convenient way to merge ABAP code For projects stuck in transports, I just ad...
A few days ago, tipped off on twitter by uxkjaer and vobu I created an extension to run WDIO tests (including WDI5) in vscode Still lacks a lot of features like support for cucumber and typescript configurations, but does work for basic cases See a...
The debugger in my visual studio code extension just had a rewrite On top of a bunch of bug fixes onsession and  breakpoint handling has 2 new features: multiple debugging "threads" - can debug multiple runs of the same process (or multiple disti...
I just finished the opensap course DevOps for ABAP with gCTS in SAP S/4HANA Lots of excellent content like advice on dockerization and hands-on experience with gCTS And some confusing advice on branch switching on shared dev systems (which I find a...