Question 96
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:
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 97
Global data types defined in SAP systems are...
Question 98
Which of the following characters is the first of a menu exit function code?
Please choose the correct answer.
Response:
Please choose the correct answer.
Response:
Question 99
Which of the following customer modifications options are available in the table maintenance generator?
There are 2 correct answers to this question.
Response:
There are 2 correct answers to this question.
Response:
Question 100
Your ABAP program contains an Open SQL join of two clientdependent tables. You want to replace this with a native SQL SELECT statement.
Which of the following changes to the SELECT statement can you use to retrieve the same data as before?
There are 2 correct answers to this question.
Which of the following changes to the SELECT statement can you use to retrieve the same data as before?
There are 2 correct answers to this question.
