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 / atul_gcet
i thing
itab2[] = itab1[]
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How move-corresponding works
What are the 3 types of tables in sap? : abap data dictionary
Name a few data dictionary objects?
What is transparent table?
Select up to 1 row and select single difference ?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What is the significance of the memory table ‘screen’?
What are the different types of parameters? : abap modularization
Explain open dataset in sap abap?
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
How do you save data in bdc tables? : abap bdc
Example of table cluster and cluster tables.
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
What are Delivery classes? What data will you want to transport during client copy?
What is a collect statement?