問題1
Which of the following are incomplete ABAP pre-defined data types?
Note: There are 3 correct answers to this question.
Which of the following are incomplete ABAP pre-defined data types?
Note: There are 3 correct answers to this question.
正確答案: A,B,E
問題2
You run an executable program that contains the following code:
DATA:
gv_var1 TYPE n LENGTH 3,
gv_var2 TYPE n LENGTH 3 VALUE '456'.
START-OF-SELECTION.
CLEAR gv_var2.
gv_var2 = gv_var1. gv_var1 = '123'.
At what point does the system reserve memory for data object gv_var1?
You run an executable program that contains the following code:
DATA:
gv_var1 TYPE n LENGTH 3,
gv_var2 TYPE n LENGTH 3 VALUE '456'.
START-OF-SELECTION.
CLEAR gv_var2.
gv_var2 = gv_var1. gv_var1 = '123'.
At what point does the system reserve memory for data object gv_var1?
正確答案: D
問題3
You write a program that updates a data record in the database using the following statement:
UPDATE scarr FROM Is_scarr.
Which of the following tasks does the database interface perform?
Note: There are 2 correct answers to this question.
You write a program that updates a data record in the database using the following statement:
UPDATE scarr FROM Is_scarr.
Which of the following tasks does the database interface perform?
Note: There are 2 correct answers to this question.
正確答案: A,D
問題4
Which of the following program types can contain screens?
Note: There are 3 correct answers to this question.
Which of the following program types can contain screens?
Note: There are 3 correct answers to this question.
正確答案: C,D,E
問題5
Which of the following statements correctly define a data object with the type of data element s_conn_id?
Note: There are 3 correct answers to this question.
Which of the following statements correctly define a data object with the type of data element s_conn_id?
Note: There are 3 correct answers to this question.
正確答案: B,C,E
問題6
You have been asked by a customer to develop Open SQL code to convert the value of argument "arg" into the ABAP Dictionary type specified.
Which SQL syntax do you use to meet this requirement?
You have been asked by a customer to develop Open SQL code to convert the value of argument "arg" into the ABAP Dictionary type specified.
Which SQL syntax do you use to meet this requirement?
正確答案: D
問題7
What properties will be set when you define a table type in the ABAP Dictionary?
Note: There are 3 correct answers to this question.
What properties will be set when you define a table type in the ABAP Dictionary?
Note: There are 3 correct answers to this question.
正確答案: B,C,D
問題8
What transactions can be used to carry out modification adjustments after a system upgrade? Note: There are 2 correct answers to this question.
What transactions can be used to carry out modification adjustments after a system upgrade? Note: There are 2 correct answers to this question.
正確答案: A,D