CDS View
CDS VIEW – Core Data Services CDS is an extension of the ABAP Dictionary that allows you to define semantically rich data models in the database and to use these data models in your ABAP programs. CDS is a central part of enabling code push-down in ABAP applications. CDS views are the new programming design concepts which can achieve Code-to-Data paradigm which actually means Code push down into the database for processing. Types of CDS View Define View > Define View with Join > Define View with Association > Define View with Parameters. 2. Extend View 3. Define Table Function with parameters Step to Create CDS View > Create an ABAP project within Eclipse by logging in to S4 HANA system > Right Click on Your username under Local Objects and choose New->Other ABAP Repository Objects. Core Data Services->Data Definition Simple View wil...