This blog post contains all necessary steps to get started with gCTS in the SAP ABAP Platform 1909, Developer Edition. The abbreviation stands for Git-enabled Change and Transport System.
Continue reading “gCTS in SAP ABAP Platform 1909, Developer Edition”Helpful git commands
The version control system git is free, offers lots of possibilities, and is open source. Newbies need some time to understand git and to know the most important git commands for the daily work. Unfortunately, that is sometimes not enough, and that is why this blog post bundles helpful information around git.
Continue reading “Helpful git commands”SAP ABAP Platform 1909, Developer Edition, on Ubuntu VirtualBox Guest
SAP released the SAP ABAP Platform 1909 as Developer Edition in February 2021 and provides the ABAP Platform on SAP HANA 2.0 as a Docker image. This blog post explains how you install the SAP ABAP Platform 1909, Developer Edition, on a Ubuntu VirtualBox guest machine and access it from another one. The second Ubuntu VirtualBox guest machine contains Eclipse and the SAP GUI for Java.
Continue reading “SAP ABAP Platform 1909, Developer Edition, on Ubuntu VirtualBox Guest”abapGit: PREFIX Error on the SAP Cloud Platform ABAP Environment
“PREFIX: Unexpected package naming (…) you might switch to FULL folder logic”. This error occurred when I was trying to push a package with sub packages via abapGit from the SAP Cloud Platform ABAP Environment (SCP) to GitHub.
Continue reading “abapGit: PREFIX Error on the SAP Cloud Platform ABAP Environment”Set up a basic development system
As a career changer I had hardly any experience with setting up basic development systems, and that is the reason, why I understand the huge challenge which programming newbies often have. I want to explain which basic development system I use and why.