Home / CSE MCQs / SAP ABAP ::

CSE MCQs :: SAP ABAP

  1. In regard to the INITIALIZATION event, which of the following is NOT a true statement?
  2. A.
    Executed before the selection screen is displayed
    B.
    You should use SET PF-STATUS here
    C.
    You can assign different values to PARAMETERS and SELECT-OPTIONS here
    D.
    Executed one time when you start the report

  3. In an ABAP program, which of the following Processing blocks are not allowed?
  4. A.
    Subroutine and Function Modules
    B.
    Methods
    C.
    Event Block
    D.
    Program Symbols

  5. Identify a layout that is not part of the Webdynpro Layout types
  6. A.
    Flow Layout
    B.
    Row Layout
    C.
    Grid Layout
    D.
    Tree Layout

  7. Data element is an example of
  8. A.
    Physical Definition
    B.
    Business Object
    C.
    Semantic Domain
    D.
    Technical Domain

  9. What table is used to store all the Message Class Texts?
  10. A.
    T001
    B.
    T100
    C.
    T000
    D.
    T010

  11. The message types are one of the following:
  12. A.
    A
    B.
    s
    C.
    w
    D.
    All of the above

  13. Sub query usually more efficient because
  14. A.
    data is filtered in the database
    B.
    data is filtered on the network
    C.
    data is filtered in the sapgui
    D.
    data is filtered at the application server

  15. The statement INITIALIZATION
  16. A.
    Sets a variable to value NULL
    B.
    Sets a variable to a initial value specified in the statement
    C.
    Is executed before the selection screen is displayed on the screen
    D.
    Is executed after the selection screen is displayed on the screen

  17. Which attribute is invalid for a domain?
  18. A.
    Type
    B.
    Fixed values
    C.
    Length
    D.
    Header

  19. Data element is an example of
  20. A.
    Physical Definition
    B.
    Business Object
    C.
    Semantic Domain
    D.
    Technical Domain