SAP CDS NAME LIST V1



Get Example source ABAP code based on a different SAP table
  


• ( ) ABAP_CDS_DEFINE_VIEW

ABAP_CDS_DDL - DDIC-Based View, name_list

ABAP_SYNTAX
... ( name1, name2, ... ) ...

What does it do?
Defines the element names of a ABAP_CDS_V1_VIEW in a name list. The specified names name1, name2, ... are assigned to the elements defined explicitly in the SELECT list of the SELECT statement in the order given. The names work like the alternative names defined in the SELECT list using AS and overwrite these names. If a name list is specified, it must contain a name for each element of the view.
The view field is created under the element name in the ABAP_CDS_MNG_VIEW . Accordingly, an element name must comply with the rules for names of view fields of DDIC database views, as well as the general naming rules for names: