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 / anuraj singh rana
appends line of itab1 to itab2.
This is the best way do the thing.
THANKS ...
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is bdc? : abap bdc
What are the different types of abap reports in sap?
What is modularization and its benefits?
What are the different methods of passing data? : abap modularization
Where do you find info on new developments in SAP?
What are the basic objects of the data dictionary? : abap data dictionary
How do you use structures in the abap programs?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What are the 3 types of function modules in sap?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
What is meant by hotspots?
Explain the different types of view?
Explain the disadvantage of using exec sql statement in abap?