‎2006 Nov 15 7:15 AM
i m using 2 table control on same screen.Now the problem is :- 2 table control is having 14 rows visible on screen,but have data more thn 14 rows i.e. when we scroll down, tat data is visible.
Now i have to modify the rows by putting some input....but tab control is getting modified till 14 rows only i.e. the rows which r visible on screen.....
i.e. in tc-currentline is only reading data till 14 rows.....
I hv to read all the rows....how can i do this .
pleas help me by giving SAMPLE code if possible
‎2006 Nov 15 7:20 AM
in the PBO
write this
describe table itab1 lines N.
tc-lines = N.
if still not getting solved see the sample programs or paste in ur code here
demo_dynpro_tabcont_loop
demo_dynpro_tabcont_loop_at
Regards
- Gopi