Hi all,
I have a problem while displaying table ctrl.
i have a transaction where the input for the table ctrl is given(subscreen a)
i see the output in a table ctrl (subscreen b).
If i execute the transaction for the first time with a n entry which has 3 records in the dbase table it is shown correctly. I have a option in subscreen b to go back to subscreen a , now if i make another entry removing the first one which has 15 records in dbase table only 3 of them are shown in the table ctrl of subscreen b.
if i make an entry which has 15 records in dbase table after restarting the transaction i can see all the 15 records in table ctrl of subscreen b. if i nce again go back and overwrite the entry which has 3 entries in the dbase table i can see all the 3 entries and also scroll bar to drag down upto 15 entries.
the code is
LOOP AT IT_COMPCTRL WITH CONTROL COMPCTRL
CURSOR COMPCTRL-CURRENT_LINE.
ENDLOOP.
Please help me in this issue.
tks & reg
-Pavan