Application Development and Automation 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: 
Read only

Table Control not displaying selected data

Former Member
0 Likes
447

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

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.

1 REPLY 1
Read only

Former Member
0 Likes
377

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.