You are on page 1of 2

SURE SHOT QUESTIONS

Question:
1.In which of the following source code blocks can you define local data objects?

 Static method
 Subroutine
 Function module

2.Which of the following ABAP standard types are incomplete?

Answer – C , N ,P ,X

3. To which ABAP Dictionary definition can you assign fixed values?

 DOMAIN

4. When would you call the RFC function module synchronously?

 During queue processing


 During two-way communication

5.What are characteristics of a hashed internal table?

 It can be accessed using the key.


 It must have a unique key.

6.You implemented a subclass that inherits the instance constructor from it


superclass What can you do with the inherited constructor?

 Change the signature


 Redefine the implementation

7.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.

For which of the following requirements can you implement a functional method?

 A factory method that returns an object reference


 A private static helper method that returns a single value as the result of an
algorithm
can you search for suitable classic Business AddIns (BAdIs)?

 Search in an application program for the method GET_INSTANCE of class


CL_EXITHANDLER
Search for suitable entries in the relevant component in the Implementation Guide
 (IMG)

What is data binding?

 Connecting the values of user interface elements to the context attributes of the
corresponding controller

What are some of the advantages of using OPEN SQL?

 Syntax is checked at design time


 All standard SQL commands can be used

Which of the following program types can contain screens?


OR
In which program types can you create dialog screens?

 Module pool
 Function group
 Executable programs

You might also like