SAP CDS SIMPLE TYPE
Get Example source ABAP code based on a different SAP table
ABAP_CDS_DDL - CDS Simple Type,
ABAP_SYNTAX
What does it do?
A
When stacking CDS simple types, the maximum nesting depth is five. This means that a stack of simple types can have a maximum of five layers, from base to top-most.
ABAP_EXAMPLE_VX5
The following CDS simple type is created with reference to another CDS simple type. It inherits all the properties and annotations of the referenced simple type.
DRTY DEMO_SIMPLE_TYPE_2
ABAP_EXAMPLE_END