which one is efficient in following command to copy data
from one itab1to another itab2 . both itab table has same
structure.
1. move itab1 to itab2
2.move corresponding field of itab1 to itab2
3. itab2[] = itab2[]
4.appends line of itab1 to itab2..
Answer Posted / v.ramakrishna
To move all entries from one internal table to another
which has the same structure use the following statement:
ITAB2[] = ITAB1[].
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How do you activate a function exit?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
How do you write manual bdc session method? : abap bdc
Difference between .Include and .append?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
Is the basic list deleted when the new list is created?
Can we include customizing include or an append structure with pooled or cluster tables?
what is defference between repository and non repository Object?
What are the components of sap scripts? : abap hr
Which table stores the programs created?
What are the Control levels in internal tables?
What are the two levels in defining a match code ?
How to create a link between modified form and modified print program?
What are the domains and data element?