Question 96

The BINARY SEARCH addition cannot be used with the READ statement for the HASHED table.
  • Question 97

    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 98

    When included in a structure, which elementary field types allow the structure to be considered a character-type data object? Select all that apply. (S. 365) {4 Richtig}
  • Question 99

    Given the code in the exhibit (see Figure 17.9) and the knowledge that both lcl_truck and lcl_car inherit from lcl_vehicle, which statements are true? Select all that apply
  • Question 100

    Which of the following is correct?
    Please choose the correct answer.
    Response: