‎2008 Dec 19 5:14 AM
Hi experts,
I am displying the data in table but the first row is getting empty and the records r coming from the second row.
please help me out.
‎2008 Dec 19 5:19 AM
Hi,
In PBO
LOOP at itab with tablecontrol -name ______> here u write TABLEControlname-top_line
EXP:
Tablecontrol name : tbc
LOOP AT ITAB WITH TBC CURSOR TBC-TOP_LINE.
TRY this......
‎2008 Dec 19 5:21 AM
check ur internal table .....(some time it may have initial line in 1st line of internal table)