Question 1: What is SAP CDS view? Answer Question 2: Which three TADIR objects/artifacts are created on activation of a CDS? Answer Question 3: How many types of CDS views are there? Answer Question 4: What is Association and Path expression in CDS? Answer Question 5: Can CDS view have a tabular parameter(as of ABAP 7.52)? Answer: No, CDS view … Continue reading SAP ABAP HANA CDS Interview Questions
Tag: abap
SAP HANA ABAP 7.5X Interview Questions
ABAP Interview Questions
ABAP Templates
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
Shortcuts are the quickest way to get things done easily with Eclipse.
ABAP Doc @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 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.