Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

what is control tables ?

Former Member
0 Kudos

hi,

what is control tables ?

1 REPLY 1

Former Member
0 Kudos

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm

Table Controls

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

Using the LOOP Statement

Using Step Loops

Example Transaction: Table Controls