Monday, 1 July 2024
SAP Datasphere: Replicating Custom CDS Views from S4 HANA to Azure Data Lake with CDC
Monday, 10 June 2024
CDS based Analytical oData for Fiori
Monday, 4 March 2024
CDS View: Time comparison
Friday, 2 February 2024
Tip: SAP GUI Scripting VBA Code Snippet to Detect all IDs of the UI Elements
Saturday, 5 November 2022
SAP Analytics Clouds Stories with S/4HANA Live CDS – Time Variance
Purpose
Baseline CDS View:
Monday, 22 August 2022
Extending SAP FIORI App : My Inbox – Approve Purchase Order (F0402A)
Overview
This blog shares on how SAP FIORI App – My Inbox can be enhanced. FIORI extension is done on My Inbox – Approve Purchase Order (F0402A) enhancing custom field in PO Line Item data. Custom screen enhancement is done on PO Line Item to add field ‘Last Price’. To display the field on FIORI screen, no enhancement is needed either in Odata, Workflow or UI. Appropriate CDS views related to My Inbox – Purchase Order app to be identified and enhanced to modify the UI output display.
Workflow Configuration
SAP Business Workflow configuration entries maintained for Workflow Task of Purchase Order
Transaction Code – SPRO
Friday, 29 October 2021
Code Pushdown – CDS date interval slicing
Interval slicing is a task that developers need to deal with when working with overlapping records with validity periods – such as conditions in SAP. At single point in time multiple records can be valid (perhaps with different condition type). This blog will show you how to achieve this in CDS views without writing single line of ABAP.
Monday, 18 October 2021
A new generation of CDS views: how to migrate your CDS views to CDS view entities
With ABAP release 7.55, a new type of CDS view has been released: the CDS view entity. CDS view entities are an improvement over the “classic” CDS DDIC-based views.
New migration tool available
Thursday, 1 February 2018
Smart charts in Object Pages using ABAP CDS Annotations
These templates are powered by Smart Controls, you can place them in your XML views to create mixed apps or just let the Fiori Elements execute all the job.
Saturday, 3 December 2016
ABAP on HANA – Steps to call a CDS view from another CDS View
CDS is an infrastructure layer for defining semantically rich data models, which are represented as CDS views.
A CDS view is used to define the structure of an SQL view and represents a projection onto one or several ABAP Dictionary tables or ABAP Dictionary views.
This blog shows how to call a CDS view from another CDS view.
Monday, 21 November 2016
Create Fiori app using CDS with BOPF- For beginners Part 2
In this part we shall create the BOPF action and display the sale order scenario in the Fiori App using Smart Template.
For the BOPF action, go to BOPF Business Object ZDEMO_I_SALESORDER from Tcode BOBX. Click on change mode. Under the Node Elements, traverse to node ZDEMO_I_SALESORDER and select Action element. Right Click on Action and Click “Create”.
Tuesday, 15 November 2016
Create Fiori app using CDS with BOPF- For beginners Part 1
1) Concepts of Core Data Services(CDS)
2) Basic Understanding of OData service
3) Concepts of BOPF
4) Conceptual knowledge of Fiori(Smart Template)
The Fiori/Ui5 is for the UI part, the CDS is for the data retrieval(code push down) while the BOPF is for handling DB activities.
Saturday, 5 November 2016
CDS ALV report with selection criteria
Create CDS view from ADT using folder Core Data Services, right-click to create New -> DDL Source
Thursday, 27 October 2016
ABAP CDS in SAP BW
ABAP Core Data Services (CDS) Views were introduced with SAP ABAP 7.40 SP05. CDS allows the creation of rather complex views that by far exceed the capabilities of database views created in SE11. Besides their role in the ABAP Programming Language, CDS Views are the technology behind the virtual data model on top of the SAP S/4HANA application tables which, e.g. is used in SAP S/4HANA Analytics.
This aspect – the role of CDS in SAP S/4HANA Analytics – frequently brings up the question whether or how CDS might be used in the context of SAP BW powered by SAP HANA or SAP BW/4HANA.
Thursday, 8 September 2016
A kill to an ABAP CDS View?
In today's blog we will consider the performance of the ABAP CDS view with an Oracle DB, if we are without the HANA DB in the back end; all from the perspective of a certain double-o secret agent. In Teched I posed the question to an SAP expert, (Who shall remain nameless, less Spectre (of course we all know that SAP==Spectre ABAP Programmers) learn of his details and track him down), here I was lead to believe that even on Oracle the use of the ABAP CDS views would give major performance benefits over the equivalent SQL statement. I have to say I had my suspicions that this may have been a double agent trying to lure me, and so without further ado on returning from TECHED set out to test the ABAP CDS view tech with the help of my very own 00-agent and the necessary 00 CDS-View.



