We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd848dc commit 7ef625bCopy full SHA for 7ef625b
src/cl_gui_control.clas.abap
@@ -1,6 +1,8 @@
1
CLASS cl_gui_control DEFINITION PUBLIC.
2
PUBLIC SECTION.
3
4
+ CLASS-DATA www_active TYPE abap_bool READ-ONLY.
5
+
6
CLASS-METHODS set_focus
7
IMPORTING
8
control TYPE REF TO cl_gui_control.
0 commit comments