cancel
Showing results for 
Search instead for 
Did you mean: 

Performance Issue When Read from Internal Table

Former Member
0 Kudos

In my form, I have 6 windows which contain all the header information, which are kept in my gt_header internal table. Since all windows required data from the same internal table, reading the internal table at Initialization for once or, creating the LOOP at each window, which one will be a better choice in terms of performance?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

for header information you need to create 6 different strctures and pass the indipendtly. for the header information you can not use the table. if you want dispaly the data in item level in main window so that you can use the internal tbale...

Answers (2)

Answers (2)

Former Member
0 Kudos

filling the internal table at initialization only is highly suggested instead of looping inside each window.

Former Member
0 Kudos

Hi,

you cannot create 6 windows under loop.You can only have loop under a window only.

So create a big window which covers whole area of 6 windows.Create templete under that and write only one loo with text in all those boxes of that templete.

Regards,

Rock.