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
Give few names of pooled tables in sap ?
How can you display frames (horizontal and vertical lines) in lists?
What are the two different ways of building a match code object? : abap data dictionary
How are the function code handles in flow logic?
Is it possible to pass data to and from include programs explicitly? : abap modularization
How many types of size categories and data classes are there?
What are the different types of abap/4 programs?
To find the date difference & excude saturday & sunday in between them
what will happen if called program is not executable ?
What is the use of at new statement ?
To how many tables can an append structure be assigned. : abap data dictionary
What are the different types of the sap abap data dictionary objects?
Explain different types of attributes of function module?
In ALV reporting when u execute your report which event gets triggered.
What are the classifications of the sap abap data classes?