SAP REFRESH CONTROL ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID DYNPRO%
• REFRESH CONTROL ABAP Statement
• FROM SCREEN REFRESH CONTROL

REFRESH CONTROL
Short Reference

ABAP_SYNTAX
REFRESH CONTROL contrl FROM SCREEN dynnr.

What does it do?
This statement initializes the properties of a table control by assigning values to certain components of the associated 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 identically named table control whose dynpro is specified in dynnr. The values of the components are set for which the start values are also 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.

Return to menu