SAP Web Dynpro Online Quiz


Following quiz provides Multiple Choice Questions (MCQs) related to SAP Web Dynpro. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Q 1 - In a Web Dynpro application, it should contain atleast how many views?

A - 0

B - 1

C - 2

D - 3

Answer : B

Explanation

Each Web Dynpro application contains at least one view and it is used to define layout of a user interface. Each view consists of multiple user element and a controller and context.

Q 2 - A Web Dynpro has the following components except the following item?

A - Window

B - Views

C - Controller

D - UI element

Answer : D

Q 3 - In Web Dynpro application, you can bind ID property on any UI element?

A - True

B - False

Answer : B

Explanation

In Web Dynpro application, you can’t bind ID property on any UI element.

Q 4 - In Web Dynpro ALV, what is the maximum number of rows can be visible at one time?

A - 500

B - 1000

C - 1500

D - 2000

Answer : B

Explanation

Web Dynpro ALV can handle large number of records but it can display maximum of 1000 rows in a screen.

Q 5 - Which of the following is not a valid Web Dynpro UI element?

A - Page Header

B - Message Area

C - Transparent View

D - Button

Answer : C

Q 6 - To run an application in debugging mode, you need to set an external breakpoint in one of methods in Dynpro component. It is suggested to set the breakpoint in which of the following method?

A - WDDOMODIFYVIEW

B - WDDOINIT

C - WDDOEXIT

D - WDDOAFTERACTION

Answer : A

Explanation

If you want to run an application in debugging mode, you need to set an external breakpoint in one of methods in Dynpro component.

It is suggested to set the breakpoint in method WDDOMODIFYVIEW under METHODS tab of Dynpro view.

Q 7 - In Web Dynpro, is it possible to store a version of an object without releasing it?

A - True

B - False

Answer : A

Explanation

You can also store a version of an object without releasing it. To perform this, select the object in editor area and go to Utilities tab →; Versions →; Generate Version

Q 8 - To integrate message into message log, which of the following can be used?

A - Service Call

B - Inbound plug

C - Message Manager

D - Message Component

Answer : C

Explanation

You can use message manager to integrate message into message log. You can open message manager using Web Dynpro code wizard.

Q 9 - To analyze the problem, you can also trace the data stream in SAP Web Application server. You can also increase trace level from default level 1?

A - True

B - False

Answer : A

Q 10 - Which of the following is/are scenarios in Web Dynpro to create interactive forms?

A - Interactive Scenario

B - Print Scenario

C - Offline Scenario

D - Using digital signature

E - All of the above

Answer : E

Explanation

You can create forms based on Adobe software and can use in context for Web Dynpro user interfaces. You can integrate Adobe lifecycle development tool with ABAP editor to ease the development of user interface. Interactive forms using Adobe software allows you to create efficiently and easy development of UI elements.

Following scenario can be used for creating interactive forms −

  • Interactive Scenario
  • Print Scenario
  • Offline Scenario
  • Using digital signature
sap_web_dynpro_questions_answers.htm
Advertisements