I'm having a problem with my table controls in my screen. I have a tabstrip screen with 3 tabs. On tab 1, I have 1 table control. On tab 3, I should have 9 table controls, but I'm having a problem with the last 3 tables. All table controls are basically simple, 2 fields, a key and its description. When all 9 table controls are displayed, the values are correctly stored to their corresponding ITAB upon pressing Enter (INSERT/MODIFY ITAB...) but for the bottom 3 tables, the values saved in the ITAB are not displayed on the screen.
I tried removing the last 2 table controls from the screen, and on runtime, all table control values are displayed. It behaves well as long as at most 7 table controls are on the tab screen. Is it the GUI's memory or does dialog programming restricts the no. of table controls per screen? If so, what is the maximum?
Thanks in advance!