hi all,
i have a Table control (TC) and internal table (it) so when i modify the TC in a dynpro and i put save the code is:
loop at it_zhola.
move-corresponding it_zhola to zhola.
modify zhola.
endloop.
when this code is execute in the table are 3 fiels with 0 in the date field so insert 3 new rows. how can i insert this modification in the transparent table?