Sap Web Dynpro(Engineering > Computer Science And Engineering ) Questions and Answers

Question 1. Which standard WD component is used to build ALV in Webdynpro.
  1.    SALV_WD_TABLE
  2.    SALV_WD_TABLE_USAGE
  3.    AVL_TABLE
  4.    None of the above
Explanation:-
Answer: Option A. -> SALV_WD_TABLE





Question 2. Which of the following Transaction can be used to create T-code for a Web Dynpro application?
  1.    SE87
  2.    SE37
  3.    SE93
  4.    None of these
Explanation:-
Answer: Option C. -> SE93





Question 3. Where does the Business Logic exists in the Webdynpro Component
  1.    Methods of the view
  2.    Methods of the Controller
  3.    Assistance Class
  4.    None of the above
Explanation:-
Answer: Option C. -> Assistance Class





Question 4. Which data type do you use to declare a visibility attribute in web dynpro
  1.    WD_VISIBILITY
  2.    WDUI_VISIBILITY
  3.    ABAP_TRUE
  4.    Boolean
Explanation:-
Answer: Option B. -> WDUI_VISIBILITY





Question 5. The UI Element and the Context Attributes of Webdynpro are linked. The process of doing this is called
  1.    Binding
  2.    Linking
  3.    UI Linkage
  4.    UI Link
Explanation:-
Answer: Option A. -> Binding





Question 6. Where does the Business Logic exists in the Web dynpro Component
  1.    Methods of the view
  2.    Methods of the Controller
  3.    Assistance Class
  4.    None of the above
Explanation:-
Answer: Option C. -> Assistance Class





Question 7. The Webdynpro Programming model is based on
  1.    Classic Dynpro Programming
  2.    Business Server Pages(BSP)
  3.    Model View Controller(MVC)
  4.    Internet Transaction Server(ITS)
Explanation:-
Answer: Option C. -> Model View Controller(MVC)





Question 8. Identify a layout that is not part of the Web dynpro Layout types
  1.    Flow Layout
  2.    Row Layout
  3.    Grid Layout
  4.    Tree Layout
Explanation:-
Answer: Option D. -> Tree Layout





Question 9. Which of the Below is not a Valid Web dynpro UI element
  1.    Button
  2.    Page Header
  3.    Message Area
  4.    Transparent View
Explanation:-
Answer: Option D. -> Transparent View





Question 10. Can a view container have more than one view active at a time
  1.    Yes
  2.    No
  3.    Depends on the Binding
  4.    Depends on the Mapping
Explanation:-
Answer: Option B. -> No