❌

Reading view

There are new articles available, click to refresh the page.
βœ‡SAP Analytics Cloud (SAC)

Data Visualization with FIORI and SAC – Part 1

Data Visualization with FIORI and SAC – Part 1 1. Introduction In the SAP landscape, there are very different platforms and ways to visualize data. In the first part of this series, we will create a Fiori Overview Page based on S/4 data from a virtual CDS data model. In the second one this analytical...

Continue Reading

The post Data Visualization with FIORI and SAC – Part 1 first appeared on ZPARTNER GmbH.

βœ‡Discovering ABAP

Exploring ABAP on HANA: CDS Table Entity

A CDS table entity defines a database table as an ABAP-managed database object. These are similar to DDIC based transparent tables. Table entities support relationship modeling with CDS associations, semantic metadata with CDS annotations, and typing with both CDS Simple Types and EnumeratedΒ Types. CDS Table Entity : Usage CDS Table Entity : Syntax // optional […]

βœ‡Discovering ABAP

Exploring ABAP on HANA: Enumerated Types

In the earlier post Exploring ABAP on HANA: CDS SimpleΒ Types, one of the unexplored and newer features within Core Data Services – CDS Simple Types was discussed. This post talks about a similar concept of defining a data type within CDS – Enumerated Types. CDS enumerated types are the successor ofΒ DDIC domainsΒ withΒ fixed values. Enumerated Types […]

❌