hi
i have a scenario on click of button
a single row gets interted in the table
and there are about 15 to 20 elements in the single row
now i need to catch the whole single row instance
at once and set it to another structure .
i have structure called IT_car_data which is table
in which a single row got inserted not i need to
catch the row elements and set it to a structure
called IT_car which has same structure as IT_car_data .
can any one help me ?