top of page

Search


ABAP tricks #9/100: 🤔 Is it possible to use Select-Options with CDS View?
SELECT-OPTIONS is not an SQL feature, it's an ABAP ( or OPEN SQL ) feature that the SQLScript does not understand. So, thinking of...
Smart Logic Academy
Aug 12, 20241 min read
78 views
0 comments


ABAP tricks #8/100: 🤔 What are the best practices for CDS development?
Understand the best practices to be followed when developing CDS. #ABAP #CDSViews #SAPDevelopment #CDSViewsEntity #ABAPonHANA
Smart Logic Academy
Aug 8, 20241 min read
67 views
0 comments


ABAP tricks #7/100: 😀 Simplify CDS view development using new operator INTERSECT and EXCEPT in CDS view Entities.
The EXCEPT and INTERSECT set operators became available starting from ABAP release 7.85. CDS DDIC-based views are limited to the UNION...
Smart Logic Academy
Aug 7, 20241 min read
86 views
0 comments


ABAP tricks #6/100: 😀 ABAP CDS built-in special functions cheat sheet.
#ABAP #CDSViews #SAPDevelopment #CDSViewsEntity #ABAPonHANA Please share with your ABAP friends and follow us. If you want to dive...
Smart Logic Academy
Aug 6, 20241 min read
87 views
0 comments


ABAP tricks #5/100: 🤔 What is SAP's recommended way to use System Fields in CDS views?
The ABAP runtime maintains various system fields that hold information of general interest, the system date and time, the logon client...
Smart Logic Academy
Aug 5, 20241 min read
99 views
0 comments


ABAP tricks #4/100: 🤔 How to find SAP-delivered whitelisted standard CDS views?
Here is a way to find SAP-delivered CDS views for different scenarios like creating Fiori Apps or analytics. #ABAP #CDSViews #SAPDevelopm...
Smart Logic Academy
Aug 2, 20241 min read
81 views
0 comments


ABAP tricks #3/100: 🤔 Is it possible to convert the existing classic CDS view / DDIC-based view to a CDS view entity?
Yes, from the release of ABAP 7.56 / ABAP Platform 2021, a new migration tool is available that automates many migration steps from a CDS...
Smart Logic Academy
Aug 1, 20241 min read
143 views
0 comments


ABAP tricks #2/100: Are CDS views obsolete now?????? 😲
Yes, CDS View Entities are now the way forward in ABAP development! They replace the classic CDS DDIC-based views. They serve the same...
Smart Logic Academy
Aug 1, 20241 min read
197 views
0 comments
bottom of page