ABAP Keyword Documentation → ABAP - Short Reference
CONTROLS - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
CONTROLS contrl TYPE { TABLEVIEW USING SCREEN dynnr } 
    
              | { TABSTRIP }.   
Effect
Declares the use of a control contrl on a
screen of the program; an identically-named structure is created for controlling the control.  
Additions
- 
TABLEVIEW USING SCREEN dynnr
Declares the use of a table control on the screen specified indynnr. - 
TABSTRIP
Declares the use of a tabstrip control.