Show TOC Entering content frame

Table Controls Locate the document in its SAP Library structure

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 graphic is explained in the accompanying text

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

Using the LOOP Statement

Using Step Loops

Example Transaction: Table Controls

 

 

 

 

Leaving content frame