How can u transfer the data from one itab to another
without using move & write statements?
Answer Posted / yuni ratmiani
Transfer data can using command
APPEND LINES OF itab1 [FROM idx1] [TO idx2] TO itab2.
or
using itab1[] = itab2[].
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is a data dictionary? : abap data dictionary
What is the relationship existing between the various data elements? : abap data dictionary
Define database layer?
What is the difference between skip and reserve?
when are objects are passed from task to the change request?
What is meant by hotspots?
What are the data types of internal tables?
How to write a code for multiple transactions? : abap bdc
Differentiate between abap memory and sap memory?
What are conversion & interface programs in sap?
What are the main events of which are used for logical database?
when does a list get sent to the screen on the presentation layer?
In ALV reporting when u execute your report which event gets triggered.
Is it possible to bring select option in module pool screens?
What are the functional modules used in sequence in bdc? : abap bdc