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 [β¦]
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 [β¦]
This post talks about some of the unexplored and newer features within Core Data Services β CDS Simple Types. This is available from ABAP version 7.58 CDS Simple Type CDS simple type is like a data element in the CDS world that refers to ABAP built-in types. Let us create one to understand more. Provide [β¦]