SAP Related Exams
C_TAW12_750 Exam

Which of the following actions can you perform in both the ABAP Editor and in the ABAP Debugger?
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
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?