Erp Que1
Erp Que1
Erp Que1
Score 0 of 1
(skipped)
Question:
Response:
Question:
You want to add a field ZZPRICE to the SAP standard transparent table EKKO.
Response:
Question:
At most, how many menu items (including functions, separators and sub- menus) can a
menu have on the screen?
Response:
15
None of the above
10
20
Score 0 of 1
Question:
Response:
Performance
Reusability
Maintainability
Profitability across DBMS
Transparency
Score 1 of 1
Question:
Response:
Consumer controller
View controller
Window controller
Component controller
Custom controller
Configuration controller
Score 0 of 1
(skipped)
Question:
You are using the new debugger and you want to change the content of an internal
table.
Which actions are allowed?
Response:
Question:
What does the enhancement category for a database table or structure do?
Response:
Question:
Response:
statements
Syntax check of Native SQL commands
Data consistency check using foreign key relationships
Database independence of application programs
Score 0 of 1
Question:
Response:
Question:
How do you create lock objects and lock modules for use in ABAP programs that access
the database?
Response:
Use the Function Builder to create the lock modules and the lock objects
Use the ABAP dictionary to create the lock objects. Use the function builder to
create the lock modules
Use the Function Builder to create the lock modules. The lock objects are
created in the program logic
Use the ABAP Dictionary to create the lock objects. The lock modules are
created automatically
Score 0 of 1
Question:
What must you do to define a database view using the ABAP Dictionary?
There are 3 correct answers to this question.
Response:
Question:
Response:
The interface for the search help is defined by the IMP (import) and EXP
(export) flag of the search help parameter.
The text table for the selection method is automatically populated if the text
table is attached to the database table being used as the selection method.
The LPos parameter defines the position of the search help parameter in the
search hit list.
The SPos parameter defines the position of the input field on the dialog screen.
Score 0 of 1
Question:
You r program performs a data base update by calling function modules in an update
task.
Which ABAP statements can be used in the program to discard all update requests for
the current SAP logical unit of work(LUW)?
Response:
MESSAGE TYPE E
MESSAGE TYPE X
MESSAGE TYPE W
ROLLBACK WORK
MESSAGE TYPE A
Score 1 of 1
Question:
Response:
Question:
Response:
Question:
What are the advantages of creating a database view to implement a join, instead of
formulating the join directly in an Open SQL SELECT statement?
Response:
Question:
In a subclass, you want to redefine a method of the super class. Which of the following
conditions must be fulfilled?
Response:
The subclass method has a lower visibility than the super class method
The subclass method has same visibility as the super class method
The super class method is abstract
Score 1 of 1
Question:
Response:
Question:
Response:
Module pools
Executable programs
Function groups
Interface pools
Class pools
Score 0 of 1
Question:
Which of the following pieces of code can you use to output the content of variable text?
Response:
WRITE data_ref->*.
text_ref ?= data_ref.
WRITE text_ref->*.
Score 0 of 1
Question:
Which types of programs or parts of programs can be tested directly from the ABAP
Workbench or ABAP Editor?
Response:
FUNCTION
MODULE
METHOD
REPORT
INCLUDE
FUNCTION-POOL
PROGRAM
INTERFACE-POOL
TYPE-POOL
CLASS-POOL
Score 0 of 1
Question:
Which statement ends a screen sequence and starts from initial screen?
Please choose the correct answer.
Response:
CALL SCREEN
LEAVE SCREEN
LEAVE TO SCREEN
SET SCREEN 0
Question:
r=a/b+c
Which of the following data declarations would cause the runtime environment to use
fixed-point arithmetic for the above expression?
Note: Answers of this question are not verified by our experts, please study yourself and
select the appropriate answers.
Response:
DATA: r TYPE p DECIMALS 2,
c TYPE
DATA: r TYPE p,
c type i.
c TYPE f.
DATA: r TYPE f,
c TYPE f.
Score 1 of 1
Question:
The USER has the following fields: ID, FIRST_NAME, LAST_NAME. FIRST_NAME,
LAST_NAME have the same basic type and length. You want to compare fields
FIRST_NAME, LAST_NAME to each other.
Which of the following SELECT statements can you use?
There are 2 correct answers to this question.
Response:
Question:
Which of the following ABAP data types are compatible with the generic character-type
CLIKE?
There are 3 correct answers to this question.
Response:
C
DECFLOAT
STRING
XSTRING
Score 0 of 1
Question:
Response:
Transparent tables
Type pools
Field symbols
Internal tables
Domains
Score 1 of 1
Question:
Question:
Response:
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:
A group of classes that describe the BDC Grid as a whole and inherit from a
single class
A group of classes that apply Grid as a whole and inherit from a multiple class
A group of hierarchal classes that describe the ALV Grid as a whole but do not
inherit from a single class
A group of classes that describe the ALV Grid as a whole and inherit from a
single class
Score 0 of 1
Question:
You always want to check the user authorization for data entered in an input field of a
selection screen.Where do you do this?
Response:
Question:
Your colleague has asked you to analyze and ABAP program that does not behave
correctly when a button is pressed on the initial screen. You want to start Debugger
when the button is pressed so that you can perform your analysis.
Response:
/hx
Jdbg
/n
/h
Score 0 of 1
Question:
DOG is a subclass of ANIMAL. You have created a variable of type ANIMAL that
references an instance of the DOG class. Which of the following statements can you use
to copy this reference to a new variable of type DOG?
Response:
MOVE?TO
WRITETO
MOVE. TO..
MOVE-CORRESPONDING TO
Score 1 of 1
Question:
When do you need to use the GROUP BY clause in the SELECT statement?
Please choose the correct answer.
Response:
If you want to redefine the sequence of the columns in the result set
If you want to use ORDER BY to specify a sub-order
If you want to use aggregate functions and all components in the field list are
aggregate functions
If you want to use aggregate functions and at least one component in the field
list is a column identifier
Score 0 of 1
Question:
Response:
Response:
Question:
Response:
Question:
Which of the following steps are required to set up a shared memory area?
There are 3 correct answers to this question.
Response:
Question:
Table A and table B are partially buffered.
Which of the following SELECT statements always access the database?
There are 2 correct answers to this question.
Response:
Question:
Response:
Question:
Response:
Question:
Question:
What must you specify in a Unicode system when opening a file in TEXT MODE?
Response:
Question:
Each ABAP program starts with an introductory statement. Which statements are
correct?
Response:
Question:
Which of the following Data Types are allowed in ABAP?
There are 2 correct answers to this question.
Response:
DECFLOAT64
DECFLOAT16
DECFLOAT32
DECFLOAT34
Score 0 of 1
Question:
You write a report that displays mass data in a table. You decide to use the ALV Grid
control (class CL_GUI_ALV_GRID) instead of a classical list display with WRITE
statements.
Which of the following functions can you offer to the user without doing any specific
programming
Response:
Question:
Which statement is used to generically define the data reference variable z1?
Please choose the correct answer.
Response:
You want to display a dialog box in your ABAP program. Which statement do you use?
Please choose the correct answer.
Response:
Question:
You define a formal parameter to a subroutine that accepts only internal table of type
standard and type sorted as actual parameters. Which of the following generic ABAP
data types must you use?
Please choose the correct answer.
Response:
Hashed table
Sorted table
Index table
Standard table
Score 0 of 1
Question:
Which of the four elements are data types and which are data objects?
Response:
Question:
Response:
Question:
What is the event block that all of your code changes belongs to if you do not explicitly
code any event blocks in an executable program?
Response:
START-OF-SELECTION
AT SELECTION-SCREEN OUTPUT
INITIALIZATION
LOAD-OF-PROGRAM
Score 0 of 1
Question:
You implemented a subclass that inherits the instance constructor from it
superclass What can you do with the inherited constructor?
Note: Answers of this question are not verified by our experts, please study yourself and
select the appropriate answers.
Response:
Question:
You want to develop a program that processes character type data. When you
implement the program, you can either use the classical string statements or the newer
strings expressions and functions
What are the main benefits of using string expressions and string functions?
Response:
Question:
Which of the following items are used in a Web Dynpro Application to transport
database data to the user interface?
Response:
Interface controller
Inbound plug
Supply function
Context node
Score 0 of 1
Question:
Which data type is allowed for the reference field of the Currency field?
Please choose the correct answer.
Response:
CURR
CUKY
UNIT
DEC
Score 0 of 1
Question:
What do you have to take into account before you decide to buffer a table?
Response:
Question:
Response:
Question:
Response:
This event will display (F1) help for the input field on the selection screen.
This event will display self-defined (F1) help for the input field programmed in
the event block and will override any help possibly defined in the ABAP
Dictionary for the field.
None of the above.
This event will display self-defined (F1) help for the output field programmed in
the event block and will override any help possibly defined in
the ABAP Dictionary for the field.
Score 0 of 1
Question:
Response:
Question:
Response:
Question:
Which of the following types of SQL statements always bypass the SAP table buffers?
There are 2 correct answers to this question.
Response:
SELECT UP TO 1 ROW
SELECT SINGLE
Question:
Which statements are considered obsolete and cannot be used in ABAP Objects?
Response:
LEAVE
INFOTYPES
SEARCH
TABLES
DATA ... TYPE ... OCCURS
ON CHANGE OF
RANGES
LOOP AT dbtab
Score 0 of 1
Question:
Response:
Question:
Response:
UPDATE
INSERT
SELECT
DELETE
MODIFY
Score 1 of 1
Question:
Question:
Response:
Allows the ABAP stack and the Java stack to exchange data.
Can not replaced SAP ITS.
Replaced SAP ITS.
Allows SAP NetWeaver Application Server to process HTTP requests.
Score 1 of 1
Question:
Response:
N
DECFLOAT34
XSTRING
X
Score 1 of 1
Question:
Response:
Execute command /h
Set a breakpoint in the ABAP debugger and press F8
Score 0 of 1
Question:
To which of the following you must assign newly created SAP repository objects?
Please choose the correct answer.
Response:
Transport request
Function group
Transport task
Package
Score 0 of 1
Question:
Response:
Question:
Which ABAP statement can make an element visible that you statically defined as
invisible?
Please choose the correct answer.
Response:
SCREEN-ACTIVE = 1
SCREEN-ACTIVE = 0
SCREEN-INVISIBLE = 0
SCREEN-INVISIBLE = 1
Score 0 of 1
Question:
How can you declare an internal table using the transparent table A as its line type?
Please choose the correct answer.
Response:
Question:
Response:
P
N
F
D
Score 1 of 1
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:
You can use the logical expression IS SUPPLIED for any formal parameter passed to
which modularization unit?
There are 3 correct answers to this question.
Response:
Function module
Instance method
Static method
Score 1 of 1
Question:
Response:
You search in the SAP reference Implementation Guide (IMG) for a suitable
user exit
You use the BAdI Builder (transaction SE19) to check for a suitable Business
Add-In(BAdI)
You search in the flow logic of the screen for CAL CUSTOMER-SUBSCREEN
statement
You search in the source code of the application for GET BADI statement
Score 1 of 1
Question:
Which of the following transactions are integrated in the ABAP workbench tools?
There are 2 correct answers to this question.
Response:
Question:
How do you define an internal table in a private method of a class?
There are 3 correct answers to this question.
Response:
Question:
What is mandatory for automatic data transport between a variable and an input field
on a classical screen (dynpro)?
Response:
The name of the variable and the name of the input field must be identical.