Binding ABAP ADT and SAP GUI with GIT (GitHub)
In order to bind my dev IDE (ADT in Eclipse and SAP GUI) with GitHub I have used ZABAPGIT Project. All the installation instructions may be found here https://docs.abapgit.org/
Note tat you need also configure SSL for working wit Git, installing Git certificates as described here https://docs.abapgit.org/guide-ssl-setup.html
Not everything has worked fine from the first start.
I have registred the repository on GitHub: https://github.com/msminakov/OOpenFriends
After that I have created the ZOO_ACCOUNTS table with one Id Field and corresponding domain and dataelement.
There were some troubles by authentication which must be done with security token since Aug 2021, so I had generated security token and used it for commit. Also the profile parameters must be updated to enable HTTPS on the SAP side. I have used transaction RZ10 to find out where the default.pl profile is stored on my NPL VM and after that have added following lines to the end:
ssl/client_ciphersuites = 150:PFS:HIGH::EC_P256:EC_HIGH ssl/ciphersuites = 135:PFS:HIGH::EC_P256:EC_HIGH icm/HTTPS/client_sni_enabled = TRUE
So as of now the setup of local Dev environment is completed and ABAP Repository and sources binded to GitHub so I finally may continue working on the project code.
Comments
Post a Comment