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
What are the major steps will you use for tuning?
What is a match code? : abap data dictionary
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What is database utility?
What is the length of function code at user-command?
What are the differences between table and structure in data dictionary?
What is the full form of spro? : sap abap hr
Have you set up a back ground job ? How to create a background job without a variant ?
What are the events driven batch jobs?
What are the contents in technical specifications?
How are the function code handles in flow logic?
Folder types in smatforms? 2)What is Command line?
What is the maximum number of match code id's that can be defined for one match code object ?