Sie sind auf Seite 1von 5

NO.1 When is the authorization of user checked for entering data.

A. When entered.
B. At selection screen
C. At selection screen Output
D. End of page.
Answer: B

NO.2 What are the components of ABAP Workbench.(3 answer)


A. Function builder.
B. Class Builder
C. Screen Painter
D. Two more options.
Answer: ABC

NO.3 Which of the following part of SAP business suite. (3 Answers)


A. SAP Design By one
B. SAP Design All
C. Product life cycle management
D. ERP
E. CRM
Answer: CDE

NO.4 Size of Integer.


A. 8 bytes
B. 6 bytes
C. 4 bytes
D. Assigns as you declare the value.
Answer: C

NO.5 There are two classes CL_SUPER and CL_SUB. Class CL_SUPER has method say
SUPER_METHOD and CL_SUB has a method SUB_METHOD.[This q gave me confidence and put me
into confusion!!....what is wrong (TRICKY thing is they dint mention CL_SUB is inherited from
CL_SUPER )].
DATA: GO_SUPER type ref to CL_SUPER,
GO_SUB type ref to CL_SUB.
A. GO_SUPER->SUPER_METHOD.
B. GO_SUPER->SUB_METHOD.(i CHOSE THIS BUT PLEASE READ THE QWELL)
C. GO_SUB->SUB_METHOD.
D. GO_SUB->SUPER_METHOD.
Answer: A
NO.6 What are the parameters of Functional method. (2 answer)
A. Importing
B. Exporting
C. Changing
D. Returning
E. Transporting
Answer: AD

NO.7 What is defined in ABAP Dictionary. (3 answer)


A. Type tools.
B. Transparent tables.
C. Domains.
D. Internal tables
E. Methods
Answer: ABC

NO.8 In a table, when buffering settings are switched on and buffering style is single,What would
be the option .
A. SELECT SINGLE.
B. SELECT SINGLE...... UPDATE
C. SELECT... LOOP
D. One more option
Answer: A

NO.9 When you press Double_Click, What will happen.


A. Handler class.
B. Handler method.
C. event handler class method triggers
D. 2 more options.
Answer: C

NO.10 What you can do in class builder.


A. Local class and Local interface from your local program.
B. Redefine classes and interfaces.
C. When you can define global class, you can use in F8 Function.
Answer: ABC
1. An executable ABAP program contains a standard selection screen and uses the event blocks
AT SELECTION-SCREEN, AT SELECTION-SCREEN OUTPUT, INITIALIZATION,
START-OFSELECTION.
In which sequence will ABAP runtime call these event blocks?

A. 1. AT SELECTION-SCREEN OUTPUT
NO.2 AT SELECTION-SCREEN
NO.3 START-OF-SELECTION
NO.4 INITIALIZATION

B. 1. INITIALIZATION
2. AT SELECTION-SCREEN
3. AT SELECTION-SCREEN OUTPUT
4. START-OF-SELECTION

C. 1. INITIALIZATION
2. AT SELECTION-SCREEN OUTPUT
3. AT SELECTION-SCREEN
4. START-OF-SELECTION

D. 1. INITIALIZATION
2. AT SELECTION-SCREEN OUTPUT
3. START-OF-SELECTION
4. AT SELECTION-SCREEN
Answer: C

2. Which of the following tasks does the BADI implementing class perform?
A. Filtering
B. Sequencing
C. Inserting
D. Deleting
Answer: A

3. Which boundary conditions lead to improved access time to an internal table? (Choose three)
A. Left justified part of key for sorted tables
B. Fully qualified key for sorted tables
C. Index access for hashed tables
D. Left justified part of key for hashed tables
E. Index access for standard tables
Answer: A,B,E

4. Which of the following predefined ABAP types is incomplete?


A. F
B. P
C. XSTRING
D. STRING
Answer: B

5. When should you use a hashed internal table? (Choose two)


A. When accessing mainly single records
B. When accessing by secondary key
C. When accessing using the left-justified part of the key
D. When accessing always by primary key
E. When accessing by index
Answer: A,D

6. In which modularization units can you use parameters? (Choose three)


A. Event blocks such as START-OF-SELECTION
B. Function modules
C. Subroutines
D. Dialog modules such as PBO modules
E. Methods
Answer: B,C,E

7. You have implemented a class CL_CUSTOMER in which you defined a private attribute.
From
where can you access this attribute directly? (Choose two)
A. From all methods of all subclasses of CL_CUSTOMER
B. From all methods of the class CL_CUSTOMER
C. From all methods of a class to which CL_CUSTOMER grants friendship
D. From any program using the class CL_CUSTOMER
Answer: B,C

8. 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? (Choose two)
A. EXIT.
B. ROLLBACK WORK.
C. MESSAGE axxx(nnn).
D. MESSAGE exxx(nnn).
E. DELETE UPDATE.
Answer: B,C
9. What happens when an authorization check fails?
A. The program is terminated.
B. The system field SY-SUBRC is set to a value other than zero.
C. A type E message is displayed.
D. A CX_AUTH_FAILED type exception is raised.
Answer: B

10. What is the purpose of implicit enhancement points?


A. To add fields to an SAP database table
B. To add code to a standard SAP program
C. To change code in a standard SAP program
D. To create a secondary index for an SAP database table
Answer: B

Das könnte Ihnen auch gefallen