Sap Abap 2
Sap Abap 2
Sap Abap 2
At what point does the system reserve memory for the data object gv_var1?
Response:
Question:
Response:
Question:
In addition to the primary key of an internal table, how many secondary indexes can you define for an internal table?
Please choose the correct answer.
Response:
10
15
Score 0 of 1
Question:
Response:
statements
Question:
Which of the following statements regarding the event AT SELECTIONSCREEN ON HELP-REQUEST FOR <FIELD> is correct?
Response:
None of the above.
This event will display (F1) help for the input field
on the selection screen.
Score 1 of 1
Question:
Response:
Reports
Inheritance
Events
Subroutines
Score 1 of 1
Question:
Each button on a Dynpro (screen) requires the assignment of a function code. This function code
Response:
Question:
What is the SAP recommended naming convention for append structures of standard SAPtables?
Please choose the correct answer.
Response:
Question:
Response:
Question:
Execute command /h
Question:
Which of the following includes are generated when you create a function group?
Please choose the correct answer.
Response:
LxxxxF01
LxxxxTOP
LxxxxO01
LxxxxUXX
Score 1 of 1
Question:
Response:
Domain
Data element
Component of a structure
Question:
Which of the following can you assign a search help to?
Response:
Domain
Structure component
Table type
Data element
Check table
Score 1 of 1
Question:
Response:
Question:
Response:
Form Builder
Class Builder
Function Builder
Score 1 of 1
Question:
Which of the following characters is the first of a menu exit function code?
Please choose the correct answer.
Response:
&
Score 0 of 1
(skipped)
Question:
Which objects are automatically created when you create a new function group?
Response:
Question:
Which of the following can you do with the SAP code inspector?
Please choose the correct answer.
Response:
Monitor runtime behavior
Question:
You have implemented a class CL_CUSTOMER in which you defined a private attribute. From where can you access this attribute
directly?
Response:
Question:
Which ABAP statement using the local type gty_1 correctly defines a data object?
There are 2 correct answers to this question.
Response:
How do you create lock objects and lock modules for use in ABAP programs that access the database?
Response:
Question:
Response:
Window controller
Custom controller
Consumer controller
View controller
Configuration controller
Component controller
Score 0 of 1
(skipped)
Question:
Which of the following customer modifications options are available in the table maintenance generator?
There are 2 correct answers to this question.
Response:
Search helps
Maintenance screens
Append searches
Events
Score 1 of 1
Question:
Response:
Question:
Response:
Question:
In the CALL CUSTOMER-FUNCTION 'nnn' statement, nnn is a three-digit number used in SAP programs for which of the following
types of enhancement?
Response:
User exits
Customer exits
Business add-ins
New BAdIs
Score 0 of 1
(skipped)
Question:
Response:
Question:
You perform an update task using update function modules and detect an error in the program that calls the update function
modules. Which statement can be used to discard all update requests for the current SAP LUW?
Response:
EXIT.
ROLLBACK WORK.
MESSAGE axxx(nnn).
MESSAGE exxx(nnn).
DELETE UPDATE.
Score 1 of 1
Question:
To which of the following you must assign newly created SAP repository objects?
Please choose the correct answer.
Response:
Function group
Transport request
Package
Transport task
Score 1 of 1
Question:
Response:
165535
100
10
Score 1 of 1
Question:
Response:
Inactive objects can be transported.
Question:
Response:
Database view
Maintenance view
Help view
Score 1 of 1
Question:
Response:
Information Integration
Application Platform
People Integration
Score 0 of 1
(skipped)
Question:
What is mandatory for automatic data transport between a variable and an input field on a classical screen (dynpro)?
Response:
Question:
Response:
Question:
You want to define two database tables with different structures. Both tables should contain the fields CHANGE_DATE and
CHANGE_TIME.
Response:
Question:
Response:
Question:
Response:
Component controller
Application controller
User controller
Window controller
View controller
Score 0 of 1
Question:
An executable ABAP program contains a standard selection screen and uses the event blocks AT SELECTION SCREEN, AT SELECTION-
SCREEN OUTPUT, INITIALIZATION, START-OFSELECTION.
Response:
1. INITIALIZATION
2. AT SELECTION-SCREEN
3. AT SELECTION-SCREEN OUTPUT
4. START-OF-SELECTION
1. INITIALIZATION
2. AT SELECTION-SCREEN OUTPUT
3. START-OF-SELECTION
4. AT SELECTION-SCREEN
1. AT SELECTION-SCREEN OUTPUT
2. INITIALIZATION
3. AT SELECTION-SCREEN
4. START-OF-SELECTION
1. INITIALIZATION
2. AT SELECTION-SCREEN OUTPUT
3. AT SELECTION-SCREEN
4. START-OF-SELECTION
Score 0 of 1
(skipped)
Question:
Response:
Use SET SUBSCREEN in a PBO module of the
main screen.
Question:
Using the screen system table, what can you modify through a LOOP AT SCREEN ENDLOOP construct?
Response:
Screen status
Question:
Which components of the class can be accessed in the implementation of a static method in that class?
Response:
Constants
All events
Instance attributes
Types
Score 0 of 1
(skipped)
Question:
Response:
1
Score 0 of 1
(skipped)
Question:
Response:
Question:
can you search for suitable classic Business Add-Ins(BAdIs)?
Response:
Question:
Response:
Question:
You are using the new debugger and you want to change the content of an internal table.
Which actions are allowed?
There are 3 correct answers to this question.
Response:
Question:
Which of the following tasks does the BADI implementing class perform?
Please choose the correct answer.
Response:
Deleting
Sequencing
Inserting
Filtering
Score 0 of 1
(skipped)
Question:
Response:
AT SELECTION-SCREEN OUTPUT
AT SELECTION-SCREEN
AT SELECTION-SCREEN ON <field_name>
Question:
Response:
Assign z1 to <fs>
Question:
Response:
Question:
Which types of programs or parts of programs can be tested directly from the ABAP Workbench or ABAP Editor?
Response:
REPORT
PROGRAM
FUNCTION-POOL
FUNCTION MODULE
CLASS-POOL
METHOD
INTERFACE-POOL
TYPE-POOL
INCLUDE
Score 0 of 1
(skipped)
Question:
Which data element property do you set so that the system logs changes to the content of fields with this data element?
Response:
PARAMETER ID
Documentation
Change document
Input history
Score 0 of 1
(skipped)
Question:
Which components of the class can you create directly from the program?
Response:
Only private components
All components
Score 0 of 1
(skipped)
Question:
Response:
Database view
Maintenance view
Help view
Question:
You define a generic variable that can hold the ABAP types C, D, N, STRING, and T. You want to restrict the use of other ABAP types.
Which generic data type must you use in the definition?
Please choose the correct answer.
Response:
CSEQUENCE
SIMPLE
CLIKE
DATA
Score 0 of 1
(skipped)
Question:
Question:
You have created a Web Dynpro view that shows data for airline connections between cities. You want to display flight data for a
specific date in a different view after the user select a date and presses a button. Which of the following actions you must perform?
There are 2 correct answers to this question.
Response:
Question:
You use Unified Modelling language (UML) to design your classes. You want to describe the message exchange between objects.
Which diagram can you use?
Response:
Object diagram
Sequence diagram
Component diagram
Class diagram
Score 0 of 1
(skipped)
Question:
Response:
Interface pools
Module pools
Executable programs
Function groups
Class pools
Score 0 of 1
(skipped)
Question:
Response:
Question:
Response:
Question:
Response:
Question:
Which of the following structures is created when you use a table type to define one of its components?
Response:
Append structure
Deep structure
Flat structure
Nested structure
Score 0 of 1
(skipped)
Question:
Response:
Question:
Response:
Question:
Which options do you have to read data from multiple tables while using a SELECT statement?
There are 3 correct answers to this question.
Response:
Database views
Join statements
Pooled tables
Score 0 of 1
(skipped)
Question:
Response:
Pass by reference
Pass by value
Pass by class
Pass by subclass
Score 1 of 1
Question:
What is the difference between the INITIALIZATION and AT SELECTION-SCREEN OUTPUT events?
Response:
Score 0 of 1
(skipped)
Question:
Response:
Question:
Question:
For a given date(variable lv_date), you want to find all the connections from Frankfurt to Sydney with exactly one stopover. You
want to fly from the stopover city to Sydney on the same day you arrive in the stopover city.
Table ZFLIGHTS hold the following information about flights.
-flightid: primary key
-cityfrom:departure city
-datefrom: departure date
-timefrom:departure time
-cityto:destination city
-dateto:destination date
-timeto:destination time
Which of the following Open SQL Queries can you use to find all the possible stopover cities?
Please choose the correct answer.
Response:
Question:
When does SAP recommend that you use a full buffering type for a database table?
Please choose the correct answer.
Response:
Question:
Which ABAP statement can make an element visible that you statically defined as invisible?
Please choose the correct answer.
Response:
SCREEN-INVISIBLE = 1
SCREEN-ACTIVE = 1
SCREEN-ACTIVE = 0
SCREEN-INVISIBLE = 0
Score 0 of 1
(skipped)
Question:
Response:
Interface view
Interface context
Interface controller
Data Container
Score 0 of 1
(skipped)
Question:
Response:
12
15
Score 0 of 1
(skipped)
Question:
Response:
Question:
DATA: intTYPEI.
int=5*(3/10).
Response:
1.5
Score 0 of 1
(skipped)
Question:
ASSIGN x TO <fs>
ASSIGN y TO <fs>
Response:
FIELD-SYMBOLS <fs>
FIELD-SYMBOLS <fs> TYPE REF TO ANY
Question:
Which of the following actions can be performed in the Process After Input (PAI) processing block?
Response: