Question 121

How to create a core data services view? There are 3 correct answers to this question.
  • Question 122

    What can be defined using an implicit enhancement option?
    There are 3 correct answers to this question
    Response:
  • Question 123

    In an ABAP program you have the following code sequence :
    DATA text TYPE string.
    DATA Text_ref TYPE REF TO string.
    DATA data_ref TYPE REF TO data.
    FIELD-SYMBOLS <fs> TYPE any
    Text = 'Content of Data Object'
    GET REFERENCE OF text INTO data_ref.
    Which of the following pieces of code can you use to output the content of variable text?
    There are 2 correct answers to this question.
    Response:
  • Question 124

    Which statements are true regarding ABAP inheritance? Select all that apply.
  • Question 125

    Which of the following statements about the Object Navigator are true?
    There are 4 correct answers to this question.
    Response: