How to contribute ABAP projects on Github
Last time, when I published my bw_toolbox project on Github, there were a lot of questions from regular developers not so much familiar with git, how they can contribute. Because of that, I decided to write this quick-start tutorial. What do I need? β system requirements Connection with GitHub β your instance should be able to establish a connection with github.com, SSL Entires β you have to configure your SAP System by adding necessary certificates into STRUST transaction (details), Profile configuration β also changes on the profile level are required, so you have to manual edit entries or use transactions (details). ABAP implementation of git β ABAPGit β this program can be downloaded by copy-paste from its GitHub page. As you see this is a quite specific configuration, and usually this canβt be done on our client instances. Because of that, a good idea is to install your own SAP Instance. For details please check the article below or my youtube video. ...