SAP Fiori CDS Annotations (IV): How to Add Information To Object Page Header With Annotations – Part 2

We are back at it, after some downtime, with a new chapter in the SAP CDS Annotations series. In the last article,We start with our annotations on the detail page of our Fiori List Report. Specifically, we explain how to represent relevant information on our application detail page. If we refresh our memory, SAP Fiori List Report type applications are divided into two sections: the main list that shows the results of our search filters and the detail page where we view the detailed information of the object we are consulting. In…

Continue Reading SAP Fiori CDS Annotations (IV): How to Add Information To Object Page Header With Annotations – Part 2

SAP Fiori CDS Annotations (III): How to Add Information To Object Page Header With Annotations – Part 1

The Fiori List Report type applications are made up of two main sections: the initial list page where we can filter by the different selection fields that we have defined in our CDS and the detail page, where we observe the information associated with the list object about the one we clicked on. All the CDS annotations seen so far referred to the listing and filtering window of the Fiori List Report application. In these first chapters, the objective is to learn the basic annotations to build an application with full functionality…

Continue Reading SAP Fiori CDS Annotations (III): How to Add Information To Object Page Header With Annotations – Part 1

How to Configure a Destination in SAP Cloud Platform Trial (Cloud Foundry)

Continuing with the articles on how to prepare our own SAP development environment, today it was the turn of the process of configuring a “Destination” in the Subaccount of a SAP Cloud Platform Trial account. One time configured the On-Premise server in the SAP Cloud Connector To be able to access it from the Cloud development tools, such as SAP Business Application Studio, it is necessary to configure a “Destination” in the SAP Cloud Platform. I assume that before starting this process, you have registered an account Trial on SAP Cloud Platform…

Continue Reading How to Configure a Destination in SAP Cloud Platform Trial (Cloud Foundry)

How to Install SAP Cloud Connector on your SAP ABAP server “Developer Edition”

As I commented in the article How to Start Developing on Your Own SAP ABAP server “Developer Edition” if you have in mind to use the server installed in the articles "How to prepare your development environment" (Part 1 & part 2); You will need to install SAP Cloud Connector (SCC) on it. The SCC will allow you to access the On-Premise server from the Cloud development environment (SAP Business Application Studio or SAP WebIDE). In order to install SAP Cloud Connector you will need to have previously installed the JAVA virtual…

Continue Reading How to Install SAP Cloud Connector on your SAP ABAP server “Developer Edition”

How to Start Developing on Your Own SAP ABAP server “Developer Edition”

In this article I will comment the tools with which we can work the ABAP server "Developer Edition" that I have installed in the posts: How to Install SAP Development Environment for Free [Updated 2021] – Part 1 & How to Install SAP Development Environment for Free [Updated 2021] – Part 2 This server, which you can download from the SAP demos page, includes among other things, a Gateway server so that we can create and publish OData services, a Front-end server with pre-installed sample applications and access to the different development…

Continue Reading How to Start Developing on Your Own SAP ABAP server “Developer Edition”

How to Install SAP Development Environment for Free [Updated 2021] – Part 2

Installing the SAP server This post is a continuation of the How to Install SAP Development Environment for Free – Part 1 where I have outlined the process to install and configure a Linux virtual machine hosting the SAP server. In this new publication I will explain, also in a summarized way, how to install the ABAP system that will help us to have our own SAP development environment. 1. Assign privileges on the installation folder. In the terminal write the following instruction (enter the password of the root user if required):…

Continue Reading How to Install SAP Development Environment for Free [Updated 2021] – Part 2