Home / CSE MCQs / SAP ABAP ::

CSE MCQs :: SAP ABAP

  1. What process is used to establish the automatic transport of data between the view controller's context-attributes and the UI element in its layout?
  2. A.
    Context mapping
    B.
    Data migration
    C.
    Data binding
    D.
    View assembly

  3. What would be the value of lv_char_len?
  4. A.
    6
    B.
    12
    C.
    24
    D.
    16

  5. Which of the following statements is NOT true about a BAPI?
  6. A.
    You must use the standard data structures such as BAPIRET2 for your RETURN parameter
    B.
    All error messages have to use the parameter RETURN
    C.
    A BAPI can produce screen output
    D.
    A BAPI must not cause a program termination (A message)

  7. Which data type cannot be used to define parameters?
  8. A.
    Type N
    B.
    Type C
    C.
    Type F
    D.
    Type P

  9. In regard to MOVE-CORRESPONDING, which of the following is NOT a true statement?
  10. A.
    Moves the values of components with identical names
    B.
    Fields without a match are unchanged
    C.
    Corresponds to one or more MOVE statements
    D.
    Moves the values of components according to their location