SAP Related Exams
C_TAW12_750 Exam
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 build a dialog screen with an input field in an ABAP Program. How do you ensure that the contents of the screen field can be accessed in the program?