Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

CONTROLS - Quick reference

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 dynpro of the program. An identically named structure is created for controlling the control.

Additions