Home / CSE MCQs / SAP ABAP ::

CSE MCQs :: SAP ABAP

  1. Search help cannot be attached to
  2. A.
    Domain
    B.
    field of a table
    C.
    Check table
    D.
    Type

  3. Which layer is NOT used in R/3 system?
  4. A.
    Presentation Layer
    B.
    Application Layer
    C.
    Control Layer
    D.
    Database Layer

  5. How to define parameters as a data type?
  6. A.
    Parameters type Integer
    B.
    Parameters p_id(30) type c
    C.
    p_id(30) type Integer
    D.
    None

  7. In Inner and outer join
  8. A.
    buffers are always used
    B.
    Choice of buffer can be made to use
    C.
    buffers are always bypassed
    D.
    None of above

  9. Which of the following may NOT be modified using the ABAP Dictionary transaction?
  10. A.
    Type groups
    B.
    Search help
    C.
    Lock objects
    D.
    Function groups

  11. What are presentation and application servers in SAP?
  12. A.
    An application server is actually a program named Sapgui.exe. It is usually installed on a user's workstation
    B.
    The application server is a set of executables that collectively interpret the ABAP/4 Programs and manage the input & output for them
    C.
    Presentation server is actually a program named Sapgui.exe. It is usually installed on a user's workstation
    D.
    Presentation server is a set of executables that collectively interpret the ABAP/4 Programs and manage the input & output for them

  13. What are the ways to link LDB to executable program?
  14. A.
    Using Program Attributes
    B.
    Using function module 'LDB_PROCESS'
    C.
    Using function groups
    D.
    All the above

  15. What kind of component of a business object are BAPIs ?
  16. A.
    Interface
    B.
    Definition
    C.
    Event
    D.
    Method

  17. What is the basic object of data Dictionary
  18. A.
    Domains
    B.
    Documentation
    C.
    Data Models
    D.
    Dynpro

  19. Which event is used to navigate from basic list to secondary list?
  20. A.
    At user-command
    B.
    At Pfn
    C.
    At line-selection
    D.
    Initialization