How can u transfer the data from one itab to another
without using move & write statements?
Answer / 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 |
what is enhancement and modification ? Explain clearly please
What is the full form of spro? : sap abap hr
How to debug a smart form?
5 Answers IBM, Mind Tree, TCS,
what is ment by buffering?
Define subtype ? : abap hr
what are the events in sap script print progam.
if take one table with max no of records,in that i transfer only three records to quality r production r anywhere how it is possible?
what are the table controls in BDC ?
VVVV.Urgent- How can i develop more than 30 interactive lists in reports.
What are the commands used for interactive reports?
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
What is cardinality?