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 - Mapping done between multiple components using interface controller is known as?

A - View Set

B - Internal mapping

C - External mapping

D - All of the above

Answer : C

Explanation

External mapping

It is defined as mapping done between multiple components using interface controller

Q 2 - Which of the following can be used to run a Web Dynpro application?

A - SAP GUI

B - JVM

C - Web Browser

D - All of the above

Answer : C

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 cant bind ID property on any UI element.

Q 4 - To create multiple layouts of one view, you can create multiple transparent containers and assign different layouts to them?

A - True

B - False

Answer : A

Q 5 - Which of the following standard WD component is used to build ALV in Web Dynpro?

A - SALV_WD_TABLE

B - AVL_TABLE

C - SALV_WD_TABLE_USAGE

D - None of the above

Answer : A

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 - To call one Web Dynpro application from another Web Dynpro application, which of the following method can be used to call the URL?

A - create_external_window

B - create_external_view

C - create_external_table

D - create_external_controller

Answer : A

Q 8 - In Web Dynpro, which of the following method can be used to query if there are any messages?

A - CLEAR_MESSAGES

B - REPORT_ATTRIBUTE_ERROR_MESSAGE

C - REPORT_ATTRIBUTE_EXCEPTION

D - IS_EMPTY

Answer : D

Explanation

IS_EMPTY

This is used to query if there are any messages

Q 9 - Which of the following T-code can be used to activate trace tool in SAP GUI?

A - WD_TRACE_TOOL

B - WD_TRACE_TOOL_GUI

C - WD_TRACE

D - WD_TRACE_GUI

Answer : A

Q 10 - While using SAP CCMS monitor set, which of the following is not displayed as result?

A - Application Count

B - Session Count

C - Round trips

D - CPU Time

E - Cache Memory

Answer : E

Explanation

Result will be displayed with the following information when a Web Dynpro application will be called −

  • Data
  • Application Count
  • Session Count
  • Round trips
  • CPU Time
sap_web_dynpro_questions_answers.htm
Advertisements