Hi All,
This is the problem with MP Table control.
In my first screen ITAB is having 7 records and looping this with Table control and displayed ( All 7 records are desplayed ),
Now from this screen I moved to another screen and added one more record to my internal table and came back to my previous screen, now my ITAB is having total 8 records but its displayed with 7 records only.
Logic : First time gt_scr400 is having 7 records.
LOOP AT gt_scr400
INTO wa_scr400
WITH CONTROL tc_scr400
CURSOR tc_scr400-current_line.
ENDLOOP.
I observed that the tc_scr400 lines are 7 always.
Thanks,
Sridhar.