Certification Test 1 Flashcards
You are defining a variant in the ABAP Trace tool (SAT). Which trace restrictions can you set?
Restrict trace to specific program parts
Restrict trace to specific statements
For performance optimization, you want to combine the results of ABAP Test Cockpit ad the SQL Monitor runtime data. What tool do you use for this?
SQL Performance Tuning Worklist (SWLT)
You want to define an ABAP Managed Database Procedure (AMDP) . Which are requirements in the definition part of the class?
The class implements interface if_amdp_marker_hdb
All parameters of the AMDP method are passed by value
You want to search for custom code that needs to be adjusted. What tool can you use?
ABAP Call Monitor (SCMON)
You define an SAPUI5 application as the target in a target mapping. What is mandatory?
Application ID
Component ID
ICF Path
Where does the SAP system organize the SAP Gateway services?
Internet Communication Framework (ICF)
How could you replace the statement CONCATENATE ab INTO c?
c = |{a}{b}| c = a && b
What are the dimensions of the SAP Fiori definition?
Design
Technology
Concept
What can you use as a data source for an SAP Fiori App launched-Dynamic?
OData Service
Which are valid ways to insert a comment in a Data Definition (DDL source)?
/* comment */ // comment
You plan to migrate an SAP ERP system to SAP S/4HANA. Which tasks are recommended but NOT mandatory?
Custom code evaluation
Performance tuning
You use the Code Inspector to Search for Potential Functional Issue. Which checks are presets in FUNCTIONAL_DB variant of the Code Inspector?
Search DB Operations in Pool and Cluster tables
Search problematic statements for result of SELECT or OPEN CURSOR without ORDER BY
Which features are part of the new syntax for OpenSQL?
Comma-separated by column list
ABAP variables escaped with @
You maintain a transactional application for flight travels that was developed with the ABAP RESTful Application Model (RAP Model). You want to offer an additional button for cancelling a travel.
Data Model Projection
Behavior Projection
Behavior Definition
You create a project in the Custom Code Migration app to analyze the readiness of custom code for SAP S/4 HANA. How does the app supply the check results?
It executes a check run in a remote system
Which Open SQL statements are syntactically correct in release 7.50?
SELECT FROM sbook. FIELDS carrid,connid,loccuram,loccurkey. INTO TABLE @It_booking. WHERE customid=@lv_customer
SELECT carrid,connid,loccuram,loccurkey.FROM sbook. INTO TABLE @LT_BOOKING. WHERE customid=@lv_customer
SELECT FROM sbook. FIELDS carrid,connid,loccuram,loccurkey. WHERE customid=@lv_customer. INTO TABLE @It_booking.
There are many syntax differences between SAP HANA SQLScript and Open SQL. Which rules are common ground between the two languages?
Key words can be upper-case or lower-case
Comments can be marked by an asterisk(*) at position 1
Which expression can you use in Open SQL release 7.50?
CASE
Which are benefits of draft-enabling an application?
Support for device switching
Support for continuous work
Early feedback from validations
You use remote client proxy in ABAP. You create an Exception Class for errors related to proxy consumption. Which do you use as a superclass?
CX_RAP_QUERY_PROVIDER
Where do you distinguish between OData V2 or OData V4?
Service binding
What are CRUD operations?
Create, Read, Update and Delete
You implement the behavior of a CDS-based BOPF Business Object. For which tasks can you reuse the implementation from the BOPF public library?
Auto-fill semantic key fields
Which rules apply to the naming of CDS Views?
The CDS view and the SQL view must have different names
The data definition name can be up to 30 characters long