ABAP Keyword Documentation → ABAP − Reference → SAP GUI User Dialogs → General Dynpros → ABAP Statements for Dynpros
REFRESH CONTROL
Other versions: 7.31 | 7.40 | 7.54
Syntax
REFRESH CONTROL contrl FROM SCREEN dynnr.
Effect
This statement initializes the attributes of a table control by assigning values to certain components of the corresponding structure
contrl
. For contrl
, a structure must be specified
that was created using the statement CONTROLS
for a
table control. The values are taken from the definition of the table control with the same name. Their
dynpro is specified in dynnr
. The values of the components are set. These are the components for which the
start values are taken
from the definition of a table control (see description of the structure CXTAB_CONTROL in
CONTROLS
). dynnr
expects a data object of
the type n
of length 4. It must contain the number of a dynpro on which a table control name contrl
is defined.