You want to develop a program that processes character type dat
a. When you implement the program, you can either use the classical string statements or the newer string expressions and functions.
What are the main benefits of using the newer string expressions and string functions?
Note: There are 2 correct answers to this question.
How is data shared between Web Dynpro controllers?
Note: There are 2 correct answers to this question.
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?
What must you do to create a singleton class?
Note: There are 2 correct answers to this question.
What do you need to consider when creating a secondary index on a table?
Note: There are 2 correct answers to this question.