‎2007 Jul 12 12:44 PM
Hello friends,
I am doing a screen program where i have to upload values from the table control (tc_101) into a ztable,now the user can select records randomly say like 1,3 and 6 so how do i read these records only and then upload only these records into the ztable,my internal table is itab.
‎2007 Jul 12 12:46 PM
well the selected reocrds probably have values in their key-fields.
Since a TC just can put out records he already has in an internal tbale, you may read that internal tbale with the key-values of the selected records.
There you are.
‎2007 Jul 12 12:46 PM
well the selected reocrds probably have values in their key-fields.
Since a TC just can put out records he already has in an internal tbale, you may read that internal tbale with the key-values of the selected records.
There you are.