Want to pass your Certified Development Specialist - ABAP for SAP HANA 2.0 E_HANAAW_17 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
How can you check if Core Data Services (CDS) views with scalar input parameters can be used in Open SQL queries in your system?
A. Use the static method use_features of class cl_abap_dbfeatures.
B. Perform a static code check using the FUNCTIONAL_DB variant.
C. Check the Open SQL statement in the Explain SQL Statement transaction (SDBE).
D. Check the value of the ABAP system field sy-cdsfeatures.
You follow the Code-to-Data paradigm in your ABAP coding.
Which of the following scenarios conflicts with the SQL performance guideline "Keep unnecessary load away from the database"?
A. Perform business logic and aggregations on database table content, then transfer the results to the application layer.
B. Perform join operations on database tables, then transfer the results to the application layer.
C. Perform calculations on data transferred to the database layer, then transfer the results back to the application layer.
D. Perform text search operations on database table content, then transfer the results to the application layer.
Which of the following categories of parameters can you use in the definition of an ABAP manage database procedure (AMDP)?
There are 3 correct answers to this question.
A. Returning
B. Receiving
C. Exporting
D. Changing
E. Importing