- SAP Web Dynpro - Home
- SAP Web Dynpro - Overview
- Configuration & Integration
- Architecture
- Navigation
- Component
- Mapping & Data Binding
- Event & Actions
- Application
- URL of an Application
- Creating an Application
- Component Interfaces
- Faceless Components
- Assistance Class
- Service Call In an Application
- Using a Service Call
- Debugging an Application
- Version Management
- Messages
- Integration Messages
- Personalization & Configuration
- Portal Integration
- Integrate WDA in Portal
- Interactive Forms
- SAP List Viewer(ALV)
- Administration
- Monitoring an Application
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.
Q 1 - In Web Dynpro application based on MVC model, which of the following is used to ensure the representation of data in a web browser?
Answer : B
Explanation
Web Dynpro applications are based on MVC model, whereas −
Model
This allows the access to back end data in a Web Dynpro application.
View
This is used to ensure the representation of data in a web browser.
Controller
This is used to control communication between Model and view where it takes input from users and get the processes data from model and displays the data in browser.
Q 2 - Which of the following can be used to run a Web Dynpro application?
Answer : C
Q 3 - Which of the following can be used for a Web Dynpro application to connect to an interface view and further connect a Dynpro component to process the data?
Answer : A
Explanation
A Web Dynpro application can be accessed by user using a URL with a window in Dynpro component. A Web Dynpro application connects to an interface view using an inbound plug which is further connected to Dynpro component that contains Model View and Controller to process the data for Web Dynpro application.
Q 4 - Which of the following is used to link inbound and outbound plug and to determine target view of outbound plug?
Answer : C
Explanation
To link inbound and outbound plugs in Web Dynpro component, you use navigation chain.
Q 5 - Which of the following represents a right sequence of event trigger in Web Dynpro?
Component Controller
View
Windows
Answer : D
Q 6 - To create a service call, which of the following transaction code can be used to open wizard in Web Dynpro tools?
Answer : C
Explanation
You can call an existing functional module in a Web Dynpro component using a service call. To create a service call, you can use easy to use wizard in Web Dynpro tools.
You can launch the wizard in ABAP workbench to create a service call.
Run T-Code: SE80
Q 7 - In Web Dynpro, is it possible to store a version of an object without releasing it?
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 navigate between Web Dynpro application within portal or portal content. Which of the following is a navigation type?
Answer : E
Explanation
To navigate between Web Dynpro application within portal or portal content. Following navigation types are supported −
- Object Based navigation
- Absolute navigation
- Relative navigation
- Work protect mode
Q 9 - Which of the following provides a flexible environment to display lists and tabular structure and standard output consist of header, tool bar and an output table?
Answer : C
Explanation
SAP List viewer is used to add ALV component and provides a flexible environment to display lists and tabular structure. A standard output consist of header, tool bar and an output table and user can make the settings to add column display, aggregations, sorting options using additional dialog boxes.
Q 10 - While using SAP CCMS monitor set, which of the following is not displayed as result?
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