- 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 - Which of the following T-code can be used to open Web Dynpro run time workbench?
Answer : A
Explanation
To access Web Dynpro runtime environment and graphical tools in ABAP workbench, you can use Transaction code: SE80
Q 2 - In Web Dynpro application, to enable communication between different controllers which of the following can be used?
Answer : A
Explanation
You can create events to enable communication between controllers. You can allow one controller to trigger events in different controller. All events that you create in component controller they are available in component.
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 ALV, what is the maximum number of rows can be visible at one time?
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 standard WD component is used to build ALV in Web Dynpro?
Answer : A
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 - In Web Dynpro environment, you can manage older objects using which of the following feature?
Answer : A
Explanation
You can use version management to manage older version of an object, compare versions or you can also reset them.
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 - While performing tracing in Web Dynpro application, what is the default tracing level?
Answer : A
Explanation
Trace level default level is 1.
Q 10 - Which of the following method can be used to create or delete a filter condition in ALV reports in Web Dynpro?