Home / CSE MCQs / SAP Web Dynpro ::

CSE MCQs :: SAP Web Dynpro

  1. Which standard WD component is used to build ALV in Webdynpro.
  2. A.
    SALV_WD_TABLE
    B.
    SALV_WD_TABLE_USAGE
    C.
    AVL_TABLE
    D.
    None of the above

  3. Which of the following Transaction can be used to create T-code for a Web Dynpro application?
  4. A.
    SE87
    B.
    SE37
    C.
    SE93
    D.
    None of these

  5. The UI Element and the Context Attributes of Webdynpro are linked. The process of doing this is called
  6. A.
    Binding
    B.
    Linking
    C.
    UI Linkage
    D.
    UI Link

  7. Where does the Business Logic exists in the Webdynpro Component
  8. A.
    Methods of the view
    B.
    Methods of the Controller
    C.
    Assistance Class
    D.
    None of the above

  9. Which data type do you use to declare a visibility attribute in web dynpro
  10. A.
    WD_VISIBILITY
    B.
    WDUI_VISIBILITY
    C.
    ABAP_TRUE
    D.
    Boolean

  11. Where does the Business Logic exists in the Web dynpro Component
  12. A.
    Methods of the view
    B.
    Methods of the Controller
    C.
    Assistance Class
    D.
    None of the above

  13. Identify a layout that is not part of the Web dynpro Layout types
  14. A.
    Flow Layout
    B.
    Row Layout
    C.
    Grid Layout
    D.
    Tree Layout

  15. Which of the Below is not a Valid Web dynpro UI element
  16. A.
    Button
    B.
    Page Header
    C.
    Message Area
    D.
    Transparent View

  17. Can a view container have more than one view active at a time
  18. A.
    Yes
    B.
    No
    C.
    Depends on the Binding
    D.
    Depends on the Mapping

  19. The Webdynpro Programming model is based on
  20. A.
    Classic Dynpro Programming
    B.
    Business Server Pages(BSP)
    C.
    Model View Controller(MVC)
    D.
    Internet Transaction Server(ITS)