SAP CDS PROJ VIEW ELEMENT LIST



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS_DDL - projection_list, Transactional Query

ABAP_SYNTAX
... element1, element2, ...

What does it do?
Defines the elements of a CDS projection view of type transactional query. The elements are specified in a comma-separated list in curly brackets { }.
The names of the elements of a projection view must be unique. These are either
the names of the elements taken from the data sources, or
alternative element names specified using AS.