Posts

Showing posts from January, 2022

Move project to SAP ABAP Platform 1909 in Docker

     It all has been started from the error I've got in my Visual Studio Code environment. I have installed some obsolete packages over npm and Fiori App Generator will not start anymore. This routes me to idea to place the IDE into a docker container. I started looking if such container already exist and found the following: SAP ABAP Platform 1909, Developer Edition         Official docker developer environment with HANA 2.0, ABAP 1909 full support of OData v4 and RESTFull API! This is where I want to move my project to and this will be the next task. Used articles: Docker Desktop Installation      https://docs.docker.com/desktop/windows/install/ WLS manual Installation      https://docs.microsoft.com/de-de/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package 1909 Dev Edition Docker image      SAP ABAP Platform 1909, Developer Edition 1909 Dev Edition Post in official blog ...