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 / sivaramakrishna. s

we can also use this process as below.

loop at itab1 into wa1

append wa1_f1 to wa1_f1.
append wa2_f2 to wa2_f2.

append wa2 to itab2.
end loop.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about drill down report?

8770


IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.

1496


What is internal payroll process? : sap abap hr

585


How do you set up background jobs in sap?

563


when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.

2076






Explain about sap fico testing and the tools used? : abap bdc

604


Why do we use FOR ALL ENTRIES and what is the pre-requisite

917


What are the types of indexes in abap?

600


What is an on”*-input filed” statement?

600


Explain the difference between open_form and close_form?

540


Different types of luws. What are they?

616


What does hide statement do?

567


How do you read files from the presentation server ? : abap bdc

578


How do you find the information on the current screen? : abap bdc

602


Which function module reads the data for particular infotype ? : abap hr

551