Erp Que2
Erp Que2
Erp Que2
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
/n
/h
Jdbg
2.You are asked to enhance the GUI status of an SAP standard application How do you
identify which menu exit function code you can use?
Note: Answers of this question are not verified by our experts, please study yourself and
select the appropriate answers.
Response:
Response:
Question:
4.Which screen in the ABAP Dictionary allows you to log data changes to the table?
Utilities Settings
Technical Settings
Attributes tab
Utilities Database Object Database Utility
Delivery and Maintenance tab
Score 0 of 1
Question:
5.You enhance an SAP standard global class by defining a post-method for an SAP
method. The original SAP method has an EXPORT parameter named PARM1.
Response:
Question:
Response:
Question:
7.You want to create a transparent table in the ABAP dictionary. When the table is
physically created in the database?
Please choose the correct answer.
Response:
8.Which of the following rules must you follow when you create a static constructor?
Response:
Response:
Question:
10.You have defined a classical screen (dynpro) with mandatory input fields. You want
to exit the screen using the Cancel button event if not all of the mandatory fields have
been filled. What is necessary to achieve this?
Response:
Set the function type assigned to the Cancel button to S and handle it in a
module with the addition AT EXIT-COMMAND.
Set the function code assigned to the Cancel button to CANCEL and handle it in
a module with the addition AT EXIT-COMMAND.
Assign function type E to the Cancel button and handle it in a module with the
addition AT EXIT-COMMAND.
Use the LOOP AT SCREEN. ... ENDLOOP statement to set the "required"
property of the input fields to zero.
Response:
Decfloat32
F
12.You are required to add customer source code in the SAP delivered object using the
new enhancement framework without modification. How can you find the available
enhancement?
Response:
Select from the list of freely selected BAdIs or enhancement spots in the
Repository Information System.
Perform a program-related global search for GET BADI.
Search for a Business Transaction Event in the Customizing tree (transaction
SPRO).
Perform a program-related global search for a customer exit.
Select from the list of application-related BAdIs or enhancement spots in the
SAP Application Hierarchy.
Response:
Response:
THIS
SENDER
SUPER
ME
Response:
Window controller
Custom controller
Configuration controller
View controller
Consumer controller
Component controller
Response:
17.To benefit from the hash algorithm when accessing a hashed internal table, how do
you specify the key?
Please choose the correct answer.
Response:
Under-qualified
Any key
Fully qualified
Left aligned, gap free
18.Which of the following types of SQL statements always bypass the SAP table
buffers?
There are 2 correct answers to this question.
Response:
19.For which of the following purposes can you use the ABAP dictionary?
There are 2 correct answers to this question.
Response:
Question:
Response:
Static methods can be defined in both the public and private visibility section of
the class.
Only public methods can be addressed outside the class.
Class methods assigned to the public visibility section can be accessed outside
the class using the static component selector and the class name.
You can call private methods within the public methods without reference to the
object or class.
None of the above
Score 1 of 1
Question:
21.When you add programming logic to your ABAP program that checks
authorizations,which of the following do you have to create?
Response:
An authorization profile
An authorization Access
An authorization role
An authorization object
22.Which of the following conditions must be fulfilled when using a GROUP BY clause
in a SELECT statement?
Response:
23.What must before you can create a new transportable function modules?
Response:
Function group
Package
Module pool
Transport request
Exception class
Score 0 of 1
Question:
24.Which events can exist in all types of programs that actually contain
executable statements?
Response:
AT LINE-SELECTION
AT PF##
AT USER-COMMAND
INITIALIZATION
START-OF-SELECTION
LOAD-OF-PROGRAM
Score 0 of 1
Question:
25.Which of the following tasks does the BADI implementing class perform?
Please choose the correct answer.
Response:
Filtering
Inserting
Sequencing
Deleting
Score 0 of 1
Question:
26.When included in a structure, which elementary field types allow the structure to be
considered a character-type data object?
Response:
D
F
N
C
STRING
I
T
XSTRING
X
Score 0 of 1
Question:
Response:
Data element
Table
Field
Structure
Domain
Score 0 of 1
Question:
28.To which ABAP Dictionary definition can you assign fixed values?
Please choose the correct answer.
Response:
Question:
29.Which of the following controller types can exist only once in a Web Dynpro
component?
Response:
Configuration controller
View controller
Component controller
Window controller
Score 0 of 1
Question:
Response:
XSTRING
STRING
F
P
Score 0 of 1
Question:
Response:
Search help
Technical information
Field labels
Documentation
Score 0 of 1
Question:
Response:
Check table
Domain
Table type
Structure component
Data element
Score 0 of 1
Question:
33.Which data element property do you set so that the system logs changes to the
content of fields with this data element?
Response:
Change document
Input history
PARAMETER ID
Documentation
Score 0 of 1
Question:
Response:
A handler class
A method to read the registration table
A CATCH statement to capture the event
A SET HANDLER statement to register the handler to the event
Score 1 of 1
Question:
Response:
Read the data, set the lock, change the data, release the lock
Set the lock, read the data, change the data, release the lock
Set the lock, read the data, release the lock, change the data
release the lock, Read the data, set the lock, change the data
Score 1 of 1
Question:
36.You want to translate dynamic text in a web dynpro. From which abstract class
should you inherit?
Response:
CL_WD_CONFIGURATION_MODEL
CL_WD_COMPONENT_ASSISTANCE
CL_WD_COMPONENT_SERVICES
CL_WD_CONTEXT_SERVICES
Score 1 of 1
Question:
Which ABAP statements can be used in the program to discard all update requests for
the current SAP logical unit of work(LUW)?
Response:
ROLLBACK WORK
MESSAGE TYPE A
MESSAGE TYPE E
MESSAGE TYPE X
MESSAGE TYPE W
Score 0 of 1
Question:
Nested structure
Flat structure
Link structure
Nested link structure
Score 0 of 1
Question:
Response:
Line type
Table size
Access type
Table key
Header line
Score 1 of 1
Question:
Response:
When a table is very large and you want to access the table by index only.
When a table must be accessible by both index and key
When a table must be sorted automatically by key in ascending order
When a table is very large and you want to access the table by key only
Score 0 of 1
Question:
What happens if the application senda a type E message during the check_CB module
processing?
Note: Answers of this question are not verified by our experts, please study yourself and
select the appropriate answers.
Response:
The screen is displayed again and the PBO flow logic is processed. Only fields
B and C are ready for input.
The screen is NOT displayed again. Processing terminates and the user must
restart the ABAP program
The screen is displayed again without processing the PBO flow logic. All fields
are ready for input.
The screen is displayed again without processing the PBO logic flow. Only
fields B and C are ready for input
Score 0 of 1
Question:
41.You write a program that updates a data record in the data base using the following
statement:
Response:
Question:
42.Which of the following generic types can you use to define a field symbol that will be
assigned to a character string?
Note: Answers of this question are not verified by our experts, please study yourself and
select the appropriate answers.
Response:
Type clike
Type xsequence
Type csequence
Type any
Score 1 of 1
Question:
Response:
Question:
44.You want to read data from two database tables A and B using a database join.
Database table B contains details for data records stored in database table A. Your
result should contain all combinations of matching rows from A and B plus all rows
from A that do not have matching rows in B. Which statement do you use?
Response:
Question:
Response:
Question:
Response:
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 apply Grid as a whole and inherit from a multiple class
A group of classes that describe the BDC Grid as a whole and 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:
Response:
Question:
Response:
Question:
Response:
Question:
51.Using the screen system table, what can you modify through a LOOP AT SCREEN
ENDLOOP construct?
Please choose the correct answer.
Response:
Question:
52.After which statement will the runtime system initialize the ABAP memory
Response:
LEAVE TO TRANSACTION
SUBMIT
CALL TRANSACTION
SUBMIT AND RETURN
Score 1 of 1
Question:
Response:
Question:
Response:
Static attributes can be declared only in the private visibility section of the class.
Static attributes cannot be changed by an object.
Static attributes are declared with the CLASS-DATA statement.
A static attribute is the same across all instances of the class. There is only one
static attribute across all instances of the class.
Score 0 of 1
Question:
Response:
Question:
Response:
SAP GUI
Database interface
Database server
ABAP dispatcher
Score 0 of 1
Question:
Response:
From the class itself
From any protected class
From a parent class
From a friend class
From a child class
Score 0 of 1
Question:
Response:
Transparency
Reusability
Performance
Score 0 of 1
Question:
Response:
Question:
Response:
A structure variable
An elementary field
A reference to an internal table
An internal table
Score 0 of 1
Question:
61.What do you have to take into account before you decide to buffer a table?
Response:
Question:
62.You want to move a transport request from the development system to the
subsequent system. Which of the following are prerequisites for this?
Response:
Question:
63.Which rules do you have to consider when working with pooled tables?
Question:
Response:
The ALV Object Model uses a reference to the data table for display.
The ALV Grid can define a sort criteria for initial display.
The ALV Grid requires a table refresh after programmatically changing the
ALV.
The ALV Object Model can define a sort criteria for initial display.
Score 0 of 1
Question:
65.Which of the following transactions are integrated in the ABAP workbench tools?
There are 2 correct answers to this question.
Response:
Question:
66.Which of the following actions can be performed in the Process After Input (PAI)
processing block?
Please choose the correct answer.
Response:
Question:
67.Which objects are automatically created when you create a new function group?
Response:
Question:
68.Which statement will interrupt the processing of the current screen and branch to
new screen?
Response:
Question:
69.You want to add a field type CURR to a transparent table. What else must you do?
Question:
70.Which of the following standard hook methods exist in all Web Dynpro controllers?
Response:
Wddoinit
Wddoafteractions
Wddoexit
Wddobeforenavigation
Score 0 of 1
Question:
Response:
Question:
72.You want to define two database tables with different structures. Both tables should
contain the fields CHANGE_DATE and CHANGE_TIME.
Define an append structure with these two fields and assign this append
structure to both database tables.
Define a structure with these two fields and include this structure in both
database tables.
Define the two fields in one database table and copy them to the other database
table.
Define the two fields in each database table separately.
Score 0 of 1
Question:
Response:
Execute command /h
Score 0 of 1
Question:
74.When do you need to use the GROUP BY clause in the SELECT statement?
Please choose the correct answer.
Response:
If you want to use aggregate functions and at least one component in the field
list is a column identifier
If you want to use aggregate functions and all components in the field list are
aggregate functions
If you want to use ORDER BY to specify a sub-order
If you want to redefine the sequence of the columns in the result set
Score 0 of 1
Question:
Response:
Is created in the order of the ABAP Dictionary.
Needs to match the ABAP Dictionary.
Is allowed to be different than the ABAP Dictionary.
Is created in the order of the Data Dictionary.
Score 1 of 1
Question:
76.When does the lifetime of a Web Dynpro component begin and end?
Please choose the correct answer.
Response:
It begins each time it is called, and it ends when the component completes.
It ends each time it is called, and it ends when the component completes.
It begins the first time it is called at runtime, and it ends with the Web Dynpro
application that called and instantiated the component ends.
It begins when instantiated and it ends when the program ends or the object is
freed.
Score 1 of 1
Question:
Response:
Question:
78.Which you should specify in a non-Unicode system when opening a file in TEXT
MODE?
Response:
The storage order
The code page
The ENCODING addition
The byte order
Score 0 of 1
Question:
79.When you define local classes in ABAP, which syntactical sequence must you follow?
Response:
Question:
80.You are establishing the business logic layer for a Web Dynpro Component. Which
service types are available in the Service Call wizard?
Response:
Class method