ABAP Questions and Answers

Embed Size (px)

Citation preview

  • 7/27/2019 ABAP Questions and Answers

    1/5

    1. Which of the following statements are NOT true?

    a. All transportable objects have to be assigned to a packageb. Local repository objects can be transportedAns: b

    2. Data types store and occupy memory.

    a. Trueb. False

    Ans: b

    3 . How many kinds of internal tables are supported in ABAP.

    a. 4

    b. 2

    c. 1

    d. 3

    Ans: d

    4. Which of the following statements are true?

    a. Standard tables can be accessed only using index

    b. A sorted table is always accessed using unique key

    c. Hashed tables are always accessed by index

    d. Hashed tables are always access by key

    Ans: d

    5. Native SQL Statements are database dependent.

    a. True

    b. False

    Ans: a

    6. If a table does not have MANDT as a part of the primary key, then it is ___.

  • 7/27/2019 ABAP Questions and Answers

    2/5

    a. a structure

    b. Invalid

    c. Client - Independent

    d. Not mandatory

    Ans: c

    7. The SAP service that ensure data integrity by handling locking is called:

    a. Update

    b. Dialog

    c. Enqueue

    d. Spool

    Ans: C

    8. You may declare your own internal table type using the TYPES statement.

    a. True

    b. False

    Ans: a

    9. After adding rows to the internal table with a COLLECT statement, you should avoid

    adding more rows using APPEND.

    a. True

    b. False

    Ans: a

    10. The order in which an event appears in the ABAP code determines when the event is

    processed.

  • 7/27/2019 ABAP Questions and Answers

    3/5

    a. True

    b. False

    Ans: b

    11. An internal table that is nested within another internal table should not contain a

    header line.

    a. True

    b. False

    Ans: a

    12. After a successful SELECT statement, what does SY_SUBRC value equals??

    a. 0

    b. 4

    c. 8

    d. NULL

    Ans: a

    13. A dictionary table is made available for use within an ABAP program via the TABLES

    statement.

    a. True

    b. False

    Ans: a

    14. A Search Help Object can be assigned to a Domain.

    a. True

    b. False

    Ans: b

    15. Table field can be created without creating data element or a domain.

  • 7/27/2019 ABAP Questions and Answers

    4/5

    a. True

    b. False

    Ans: a

    16. Input validations are coded in which of the following report events?

    a. Initialization

    b. Start-Of-Selection

    c. At Selection-Screen

    d. At Selection-Output

    17. Which system variable is used to display the secondary list index in Interactive

    reporting?

    a. sy-index

    b. sy-tabix

    c.sy-lsind

    d. sy-lilli

    Ans: c

    18. By default, function modules pass parameter values to the calling program BY

    VALUE.

    a. True

    b. False

    Ans: b

    19. Functions Groups can be executed using F8 key or execute button.

    a. True

    b. False

    Ans: b

  • 7/27/2019 ABAP Questions and Answers

    5/5

    20. To supress the multiple selection button that comes with SELECT-OPTIONS, the

    addition to be used is:

    a. No-Extension

    b. No-Display

    c. No-Interval

    d. No-Selection

    Ans: a