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

Data not populating in tablecontrol

Former Member
0 Likes
381

Hi all,

I am using a tablecontrol and want to populate the data from scarr table. my code is like this.

in SE51,

process before output.

module load_data_0100.

loop at it_scarr1 into wa_scarr cursor mytable1-current_line with control mytable1.

endloop.

process after input.

loop.

endloop.

in se38.

module load_data_0100 output.

select *

into corresponding fields of table it_scarr1

from scarr.

endmodule.

I have set the properties of the tablecontrol in layout. Please tell me what I am doing wrong.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
334

Hi,

In SE51 while desining the table control you use internal table it_scarr1 as a referance.

Regards

Kiran.

Edited by: kiran Pasala on Feb 19, 2008 3:42 PM

Read only

Former Member
0 Likes
334

Finally, realized what I did wrong.