Posts

Showing posts from October, 2021

Binding ABAP ADT and SAP GUI with GIT (GitHub)

Image
      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 ...

OOpenFriends - first sprint planning

Image
      The first sprint is planned and as it usual for scrum projects some plans has been already changed. I think it would cost me lot of time to biuld up the HANA database in docker and to bind it as RFC other in other way to my local NetWeaver Developer Edition installation. So I decided to start creating tables in the local dev database (this is ASE in my case). And then, when the project will reach some valuable state, I will migrate it to HANA.     So lets start with the easy things, this are the tasks, planned for the first sprint: So each task has a prefix showing the thema. Prefix "KnowHow" means I need more knowleges about, before I can plan any todo tasks for that.      As I can see in  https://activate-hr.de/hcm-berechtigungen/fiori-architekturueberblick-onpremise-vs-cloud/  Fiori app can run on-premise in so called Embedded SAP Gateway System. Last KnowHow task is to get sure, it may run on my local dev VM with NetViewer...

Kickoff OOpenFriends project

Image
       I am starting new open source project based on SAP technologies. The idea is to implement a kind of social network with all the main functions a normal social network should have. Accounts, Relations, Newsfeed, Chat and so on.  The goals of the project are: 1. gather programming experience in SAP technologies 2. use this project as a portfolio for new job opportunities and projects 3. extending my own skills in different approaches, f.e. try myself in blogging      Now some words about what this project should be and which techniques I want to use to build this up. The frontend may be implemented on Fiori and SAPUI5. Backend will contain an API written in ABAP OO. Data will be stored in SAP HANA database. All the sources will be placed on GitHub. Documentation will be written in UML. Development will be performed on a local development environment (VM with SAP 7.52 and HANA DB running in Docker Container). If/when the project will golive, t...