Application Development 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: 

Data Show

Former Member
0 Kudos

Hi,

Table control Added line for using below Code.

WHEN ADD.

IF temp_okcode NE 'DISP'. "indicates display mode

GET CURSOR LINE V_line2.

READ TABLE itab2 INDEX SC1-Current_line.

If sy-subrc = 0.

Clear : itab2-nubag,itab2-wtbag.

append itab2.

endif.

endif.

problem is the first row data enter is not show.

Please Advise me.

By,

MegaHari.S

3 REPLIES 3

Former Member
0 Kudos

in you code write

READ TABLE itab2 INDEX V_line2. write this in place of

READ TABLE itab2 INDEX SC1-Current_line.

Regards,

Alpesh

Former Member
0 Kudos

Hi,

enter the key second row value and first row value are same .

what is the reason advise me.

by,

Megahari.S

Former Member
0 Kudos

If data is ther in internal table and

it is not showing in screen then

you will have to refresh Table control in pbo.

Use this sentence

Refresh 'TC' from screen 'ur screen no'.

press f1 for more help