Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

module-pool(table control)

Former Member
0 Likes
453

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.

2 REPLIES 2
Read only

Former Member
0 Likes
429

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......

Read only

Former Member
0 Likes
429

check ur internal table .....(some time it may have initial line in 1st line of internal table)