Question #11: What are the best practices which developers should keep in mind while using ABAP Core Data Services (CDS)? Question #12: How CDS controls Access with DCL(Data Control Language)?
Tag: abap
SAP ABAP HANA CDS Interview Questions
SAP ABAP HANA CDS Interview Questions. Question 1: What is SAP CDS view? Question 2: Which three TADIR objects/artifacts are created on activation of a CDS?
SAP HANA ABAP Interview Questions
ABAP Interview Questions
ABAP Templates in Eclipse
ABAP Design templates help programmers to quickly create/modify standard as well as custom code/comment snippets
SQL Console with Eclipse ADT
SQL console with Eclipse ADT is one of the most powerful tools which is not present in classical GUI ABAP workbench. With SQL console, now a Developer can directly query on SAP Business Database schema and can check the result/output on the fly.
Eclipse Shortcuts for ADT
Shortcuts are the quickest way to get things done easily with Eclipse ABAP Development Tools.
ABAP Doc with Eclipse
ABAP Doc can be used to provide developer documentation for ABAP source code development objects (like classes, interfaces, function modules, programs) within the ABAP source code by using ABAP comments.
ABAP Code Profiling with Eclipse ADT
ABAP Profiling gives a holistic view of execution with the overview. It also provides Hit List, Call-sequence, Call-timelines, and DB accesses information. Analysing information provided by Profiling helps to understand Performance Bottlenecks. ABAP Profiling in Eclipse is equivalent to old SE30 or SAT transactions in SAP GUI. SAP dedicated a separate perspective for ABAP Profiling.
Best Practices with Code Push Down in S4 HANA
Code Push Down is a very effective mechanism to improve the performance of ABAP code, however, the usage should be properly analyzed and planned. A developer generally has multiple options to use when hitting the database
Using Classical GUI debugger from Eclipse
It is made possible to work with SAP Classical Debugger from within Eclipse. We don’t know whether this feature will sustain in long-term or not, however, it is present for now(for good).