Pass4success Flashcards
(111 cards)
What are valid control level changes within a loop over an internal table?
LAST and END of
Which controller types can exist within a Web Dynpro component?
Window controller
View controller
Component controller
What additional properties can be assigned to a domain?
Fixed values
Value tables
Parameter IDs
What do you need to have in your program to respond to the DOUBLE_CLICK event raised by an instance of the CL_GUI_ALV_GRID class?
A SET HANDLER statement to register the handler to the event A handler class A handler method for the event
How do you define an internal table in a private method of a class?
DATA It_itabTYPE
DATA It_itab TYPE TABLE OF
DATA It_itab TYPE TABLE OF < Dictionary Table >
Which of the following data types are predefined ABAP data types?
DECFLOAT34
STRING
XSTRING
You need to perform a downcast. What should you do?
Catch the exception CX_SY_MOVE_CAST_ERROR
Use the operator “=“
Which of the following conditions must be fulfilled when using a GROUP BY clause in a SELECT statement?
All fields in the SELECT clause that are not part of an aggregate function must be listed after GROUP BY
The table in the FROM clause must be a transparent table.
Which of the following repository objects can you maintain in the ABAP Workbench?
Function modules
Transparent tables
Module pools
What are characteristics of a hashed internal table?
It can be accessed using the key.
It must have a unique key.
Which of the following rules must you follow when creating subscreens?
Subscreens CANNOT have a field of type OK
Subscreens CANNOT have an AT EXIT-COMMAND module.
Your colleague has asked you to analyze an ABAP program that does not behave correctly when a button is pressed on the initial screen. You want to start the Debugger when the button is pressed so that you can perform your analysis. What system command do you type in the command field?
/h
Which of the following functions does the ABAP Dispatcher perform?
It distributes user requests among available work processes.
It communicates with other instances in the system.
What are some valid options in Open SQL?
LEFT OUTER JOIN
INNER JOIN
FULL JOIN
What are controller types that can exist only once in a Web Dynpro component?
Component controller
Configuration controller
One of your SAP systems needs to be migrated from its current database to an SAP HANA database. You want to avoid any functional issues after the migration.
What should you search for and if necessary replace in the existing custom ABAP code?
Direct access to a cluster on the database
Native SQL statements
Code that relies on implicit database sorting
What folder is essential to relate to Smart Data Access and also combines data from remote sources?
Provisioning folder
What tool is introduced as a holistic quality assurance tool?
ABAP Test Cockpit (ATC)
How to create a core data services view?
Use DDL statements DEFINE VIEW and SQL-like syntax to define the view
Use additional annotations - marked with the @ sign
Use the ABAP Development Tools for SAP NetWeaver.
How to call the stored procedures in ABAP code?
Native SQL
What are functions of the ABAP Managed Database Procedure (AMDP) framework?
It creates the database procedure when the AMDP is first called.
It deletes obsolete versions of the database procedure asynchronously
What are the main points of SAP HANA High Availability Per Datacenter that are available even in the event of a disaster?
High availability configuration
Services-Name and index server on all nodes
The new bottlenecks avoided by addressing two challenges, what are they?
Avoid CPU cache misses
Avoid idling CPU cores
What is not a Golden Rule for Open SQL?
Keep the result set large