The project will be paused because I have reached the main goal of it - find a job as SAP developer. I am employed since 1 March. It may be continued later with more expirience or may not.
Actually the installation already happens in the past, but I just want to post some notes regarding this installation here in case that somebody will looking for it. First of all here are three guides: Installation Guide https://www.sap.com/documents/2019/09/c86f9218-687d-0010-87a3-c30de2ffd8ff.html Getting Started https://www.sap.com/documents/2016/07/468b612a-807c-0010-82c7-eda71af511fa.html Configuration Guide for Back-End Tools https://help.sap.com/doc/2e65ad9a26c84878b1413009f8ac07c3/201909.000/en-US/config_guide_system_backend_abap_development_tools.pdf and some post- installation steps (registration in atlassian is free): https://minakovwiki.atlassian.net/wiki/spaces/SAP/pages/229378/Installing+SAP+AS+ABAP+7.52+SP04on+Oracle+Virtual+Box+Developer+Edition After upgrade of VMWare Player my guest VM was unable ...
I continue developing the OOpenFriend project and the next step should be the first fiori elements list page for accounts as proof of concept. But does my local developer environment support fiori at all? Lets clarify this. From the OpenSAP course we can get following architectural overview Fiori elements app need OData services to work, s o we need to implement OData services first. And also I need SAP Gateway, where these OData services may be placed and run. OData services may be developed in Cloud using CAP and on-premise using RAP - ABAP RESTful Application Programming Model. Lets take a look on requirements of RAP and here is the first problem: We need Application Server ABAP 7.55 SP03, but I have only ABAP 7.52 SP04 on my developer edition VM. And there is no later versions of ABAP Server VM on SAP Trials and Downloads since 2018, so I suppose later versions will be avaiable in Cloud only. Okey, lets use, what we have. There must be a...
I would recommend to start reading this topic with my previous article Getting started with ODATA In the previous part I have created a CDS view and exposed it as OData service. Now I want to build frontend as Fiori elements list report object page on this OData service. Using the standard tutorials for setup Visual Stusio Code and setup the prerequisites for SAP Gateway, the first fiori app was generated. But it was too early to be glad, because the preview of the application in the browser did not show any data. Good, F12 says for the error request that we have to look into /IWFND/ERROR_LOG (do not forget to put /n before the transaction name, othervise it says "no such transaction"). Error log contains the error: No service found for namespace '', name 'ESH_SEARCH_SRV', version '0001'. After some googling I found and implemented the following solution from the help article: Activate OData ser...
Comments
Post a Comment