if u have two internal table such as itab1 and itab2.in
itab1 has four fields such as f1,f2,f3,f4 and in itab2 has
two fields such as f1,f2.then how can u copy data from
first internal table to second internal table.

Answer Posted / sateesh

By Using this Statement:

insert lines off itab1 from 3 to 5 into itab2.

loop at itab2 into w_tab1.
write:/ w_tab1.
End loop.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

performance tuning concepts

963


How many types of tables exists and what are they in data dictionary? : abap data dictionary

716


in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.

1727


how to track records from data dictionary?

1657


What are standard layouts sets in the sap script?

557






What are the differences between table controls and step loops?

563


What is dynpro? what are its components ?

635


What are the different attributes that can be assigned to a variant?

588


8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?

1616


hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display

2560


How many types of size categories and data classes are there?

624


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

567


Difference between Field groups and internal tables?

647


What is the significance of the memory table ‘screen’?

602


What are the user groups?

572