Certification Test 2 Flashcards
Which tools are used to identify unused code?
ABAP Usage Data (SUSG)
ABAP Call Monitor (SCMON)
What are floorplans currently available with SAP Fiori Elements?
Object page
Overview page
Which data transfer formats are available in SAP Gateway?
JSON (JavaScript Object Navigation)
XML (Extensible Markup Language)
Your SAP ERP system contains an ABAP Program which calls an SAP function module. This functional module is a blacklist item in SAP S/4HANA. What happens after you migrated the system to SAP S/4HANA?
When a user runs the program, execution terminates with a runtime error
You want to adjust validations of a RAP Business Object. You open the related Behavior Pool. On which tab do you find the method implementations?
Local Types
You define a business role for SAP Fiori. Which can you assign?
Catalogs
Groups
You are writing an ABAP Managed Database Procedure that contains a SELECT statement. How does client handling work?
Use session_context( ICLIENTI )
Where do you define a set of Code Inspector checks that you want to perform?
In a Code Inspector object check variant
What is the result of calling the static class method CL_ABAP_CONTEXT_INFO=>get_user_Alias()?
Name of the current session user
You want to analyze SQL performance. You use the SQL Monitor in the production system (PRD) to collect the data. How can you create a snapshot in the development system (DEV)?
Use transaction SQLM in PRD to export a file and transaction SWLT in DEV to import this file
Use transaction SWLT in DEV to retrieve a snapshot from PRD by RFC
Which tools are available in the ABAP Development Tools to analyze CDS Views?
Dependency Analyzer
Data Preview
Active Annotations
Which tool can you use to deploy a SAPUI5 application to an ABAP server?
SAP Business Application Studio
What CDS annotation do you use to add a section to an Object Page?
@UI.facet
What additional annotation needs to be defined on root view level to enable draft capabilities?
@ObjectModel.draftEnabled:true
In a central hub deployment, which protocol is used to communicate between front-end and back-end server?
OData
What annotation is required on the root entity to define the root of the compositional hierarchy for the business object to be created?
@ObjectModel.compositionRoot: true
Which extensibility apps from the Extensibility Business Catalog?
Configure Software Package
Custom Fields and Logic
Custom CDS Views
Which potential functional issues when migrating ABAP code to SAP HANA?
Use of native SQL or DB Hints
Coding that assumes that a SELECT result is always sorted