The keyword WITH in ABAP SQL introduces a common table expressions (CTE) which bypasses table buffering. The common table expression defined in the WITH statement
Author: coderobbot
ABAP Function- CONCAT_LINES_OF( )
The in-built function CONCAT_LINES_OF( ) concatenates the table data into a string. The table must have field/fields of character type like C,D,N,T or STRING. The
Dynamic Select in AMDP
Many times Dynamic SQL makes developer life more easy but any way dynamic SQL comes with more security checks, etc. In ABAP openSQL, the query
CDS Composition
The relationship between two objects is termed as Association. In particular when one object owns another object, then that association is called as Composition, but
CDS Models
With evolution of ABAP Programming Model, now merely every application start with the CDS Modelling on the persistent layer. CDS(Core Data Services) model provides various
Class of an Object Instance
By applying the IS INSTANCE OF statement on an given object reference, it is possible to know the exact instance of a class or it’s