SAP ABAP Certification Questions and Answers

 

SAP ABAP Certification Questions and Answers

01. Which of the following conditions must be fulfilled when using a GROUP BY clause in a SELECT statement?

There are 2 correct answers to this question.

a) The SELECT statement must also have a WHERE clause.

b) All fields in the SELECT clause that are not part of an aggregate function must be listed after GROUP BY.

c) The table in the FROM clause must be a transparent table.

d) The fields after GROUP BY must have a character type.

Ans: b and c

02. Which of the following functions does the ABAP Dispatcher perform?

There are 2 correct answers to this question.

a) It directs HTTP requests from an SAP system to a web server.

b) It enables communication between SAP systems and external application systems.

c) It distributes user requests among available work processes.

d) It communicates with other instances in the system.

Ans: c and d

03.  Which of the following rules must you follow when creating subscreens?

There are 2 correct answers to this question.

a) Subscreens CANNOT have a field of type OK.

b) Subscreens can have a dialog module containing SET PF-STATUS.

c) Subscreens can call other subscreens.

d) Subscreens CANNOT have an AT EXIT-COMMAND module.

Ans: a and d 

04. Which of the following controller types can exist only once in a Web Dynpro component?

There are 2 correct answers to this question.

a) Window controller

b) Component controller

c) Configuration controller

d) View controller

Ans: b and c

05. What process is used to establish the automatic transport of data between the view controller's context-attributes and the UI element in its layout?

Please choose the correct answer.

a) Context mapping

b) Data migration

c) Data binding

d) View assembly

Ans: c

06. You need to perform a downcast. What should you do?

There are 2 correct answers to this question.

a) Catch the exception CX_SY_MOVE_CAST_ERROR.

b) Use the operator “=“.

c) Perform the downcast only if an upcast has already been done for the object reference.

d) Assign a subclass reference to a superclass reference.

 Ans: a and c

 07. You want to define data structures to hold two fields with data elements s_carr_id and s_carrname. Which of the following declarations can be used to define this data structure?

There are 2 correct answers to this question.

a) TYPES: BEGIN OF gty_flight,

b) DATA: BEGIN OF gs_flight,

c) DATA BEGIN OF gs_flight,

d) TYPES: BEGIN OF gs_flight,

Ans: a and b

08. Which of the following data types are predefined ABAP data types?

There are 3 correct answers to this question.

a) DECFLOAT34

b) STRING

c) XSTRING

d) FLOAT

e) DECIMALS

Ans: a, b and c 

 

09. What are characteristics of a hashed internal table?

There are 2 correct answers to this question.

a) It can be accessed using the key.

b) It must have a unique key.

c) It can have a non-unique key.

d) It can be accessed using the index.

Ans:  a and b

10. Which of the following repository objects can you maintain in the ABAP Workbench?

There are 3 correct answers to this question.

a) Function modules

b) Internal tables

c) Business functions

d) Transparent tables

e) Module pools

Ans: a, d and e


Post a Comment

Post a Comment (0)

Previous Post Next Post