‎2008 Aug 14 9:12 PM
I have 2 screens, screen 100 is the selection screen where i select the data to be displayed and 300 is my table control. When I select a single airline in screen 100, it displays all the airlines in my table control in screen 300, how can i fix?
‎2008 Aug 14 9:51 PM
Table control if built via the screen painter wizard uses the contents of internal table declared in the main program and defined in the wizard to display. Check how you are filling this table, perhaps your filling it incorrectly.
‎2008 Aug 14 9:51 PM
Table control if built via the screen painter wizard uses the contents of internal table declared in the main program and defined in the wizard to display. Check how you are filling this table, perhaps your filling it incorrectly.