What are advantages of defining text symbol in executable programs? Note: There are 2 correct answers to this question
Answer : B, C
Which of the following elements can a string template contain? Note: There are 2 correct answers to this question
Answer : B
A user runs an ABAP program AND enters an incorrect value on the selection screen AND and chooses Execute. Which event block must send the error messages in order messages in order to display the selection screen again?
Answer : A
A class is defined as follows CLASS my _class DEFINITION PUBLIC SECTION METHODS do something EVENTS state_changed CLASS Methods staticl PRIVATE SECTION TYPES t_table type Standard table OF 1001 CONSTANTS gc_constTYPE I ENDCLASS which components of the class can static method staticl address directly?
Note: There are 2 correct answers to this question
Answer : B, C
Which of the following statements correctly define a data object with the data type of data element s_conn_id? Note: There are 3 correct answers to this question
Answer : A, D, E
A function module that has 2 classical exceptions is called with actual parameter value in such a way that both exception conditions are fulfilled. How will the runtime system be had?
Answer : A
You write a report that displays mass data in a table using the ALV Grid control, which of the following functions can you offer to the user without doing any specific programming?
Answer : B, D