!--a11y-->
ABAP offers two mechanisms for displaying and using table data in a screen. These mechanisms are table controls and step loops. Table controls and step loops are types of screen tables you can add to a screen in the Screen Painter. For example, the following screen contains a table control at the bottom:

This chapter describes how to program the screen flow logic and ABAP code that let you use screen tables. For information on using screen tables, see:
Table Controls in the Flow Logic
Table Controls: Example with Browser
Table Controls: Example with Modifications
Example Transaction: Table Controls