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
Author: coderobbot
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
Interface Method- Default Ignore/Fail
From design perspective , it is good to create interface with different methods and implement the interface in different classes and adopt the method implementation