Get Example source ABAP code based on a different SAP table
• WHERE ABAP_CDS_SELECT_V1
ABAP_CDS_DDL - DDIC-Based View, SELECT>, WHERE>
ABAP_SYNTAX ... WHERE cds_cond> ...>
What does it do? Defines a WHERE> condition for the result set of a ABAP_CDS_V1_VIEW >. When the CDS view is accessed, the result set contains only the data from the data source data_source>> that meets the condition cds_cond>> specified after WHERE>. The fields evaluated in the condition do not need to be defined as elements of the CDS view in the SELECT > list>. For the operands, general > and special rules> apply when specifying the condition.