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: 

Table controls on tabstrip

giancarla_aguilar
Participant
0 Kudos

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!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Please be careful while writing the order of LOOP...ENDLOOP for the table controls. Please check RIch's weblog on this.

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9771] [original link is broken] [original link is broken] [original link is broken];

2 REPLIES 2

Former Member
0 Kudos

Hi,

Please be careful while writing the order of LOOP...ENDLOOP for the table controls. Please check RIch's weblog on this.

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9771] [original link is broken] [original link is broken] [original link is broken];

0 Kudos

Genius! This got me stumped for almost a week and the answer is as simple as that! I knew it has a logical answer.

Thanks a lot!!!