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:
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 https://blogs.sap.com/2021/02/15/sap-abap-platform-1909-developer-edition-available-soon/
SAP HANA Studio Installation https://blogs.sap.com/2019/08/01/download-and-installation-of-sap-hana-studio-2.0-sp3-with-abap-bw-perspectives/
Comments
Post a Comment