‎2008 Feb 19 2:36 PM
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.
‎2008 Feb 19 2:42 PM
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
‎2008 Feb 19 3:02 PM