I have two internal tables itab1 and itab2 and I had move
the content of the itab1 to itab2 and then itab1 had to
deleted
Answer Posted / rajarao
Hi,
itab2[ ] = itab1[ ]
refresh itab1
alternatively:
append lines of itab1 into itab2.
pay attention that your internal tables must have the same
structure.
if diff structure (not in order)
loop at itab1.
move corresponding tab1 to itab2.
append itab2.
endloop.
refresh itab1.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What are the system fields you have worked with? Explain?
Explain the difference between get and get late?
Name the abap/4 modularization techniques?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What kind of deliverables you have on a day to day basis?
What is the disadvantage of a call by reference?
what is friend class
What is a logical database?
What are the function modules used in a sap script driver program?
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
What is a database view? : abap data dictionary
How to write a code in tab control? : abap bdc
Different types of luws. What are they?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
Is a logical database a requirement/must to write an abap/4 query?