- 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 - Mapping done between multiple components using interface controller is known as?
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 navigate from one view to other view in Web Dynpro?
Answer : B
Explanation
You can navigate between different views using inbound and outbound plugs. The inbound and outbound plugs are part of view controller and inbound plug defines the starting point of view and outbound plug tells the subsequent view to be called.
Q 3 - In a Web Dynpro application which of the following is a temporary place to store data in the form of nodes and attributes?
Answer : B
Explanation
Context is a temporary place which stores data in the form of nodes and attributes.
Q 4 - In Web Dynpro, which of the following controller allows to access the data declared by all the views and windows in that component?
Answer : A
Explanation
Component controller is a global controller, the data declared in this can be accessed by all views and window in that component.
View controller is a local controller for that view and cant be accessed by other controllers.
Q 5 - In Web Dynpro, you can associate a view to which of the following in SAP GUI?
Answer : C
Q 6 - Faceless components are specifically used for receiving and structuring the data. Faceless components cant be embedded to other components?
Answer : B
Explanation
Faceless components are specifically used for receiving and structuring the data. Faceless components can be embedded to other components using component usage and you can supply the required data to these components.
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?
Answer : A
Q 8 - To integrate message into message log, which of the following can be used?
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 - Which of the following can be used for checking the errors and problems in Dynpro application can be activate Web Dynpro trace tool for a specific user?
Answer : A
Explanation
Web Dynpro trace tool can be used for checking the errors and problems in Dynpro application. You can activate Web Dynpro trace tool for a specific user.
Q 10 - Which of the following method can be used to create or delete a filter condition in ALV reports in Web Dynpro?