SAP Program RSDEMO02 - Table control demo

Description
Program RSDEMO02 demonstates how to use table controls. A table controlcontaining flight connections (tc_spfli) is displayed on the upper partof your screen. The global attributes for control tc_spfli aredisplayed in the middle of the screen. The column-specific attributesof control tc_spfli are displayed at the bottom of your screen in theform of another control (tc_cols). All attributes for control tc_spflican be read and set from within your program. Those attributes thatcould be influenced by contact with control tc_spfli are displayed inoutput-only fields. One of these attributes is 'selected' whichdetermines whether or not a column header has been selected using thecorresponding pushbutton.
You can get help with attributes by pressing F1. Whenever you change anattribute, you must press ENTER in order have the attibute transferredto your screen.
Pushbuttons located in the application toolbar allow you to insert anddelete lines in table control tc_spfli. You may also sort entries intc_spfli. To do so, select the column you want to sort. Thesepushbuttons only work if you position your cursor in control tc_spfli.