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 the first thing you do after vendor setup is complete?
How do you set up background jobs in sap? What are the steps?
How do you document ABAP programs? Do you use program documentation menu option?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
How can we upload a text file having delimiters in to legacy system?
How do you read files from the application server ? : abap bdc
Which commands are used for interactive reports?
Different types of locks?
How do you find the information on the current screen? : abap bdc
What are subroutines? : abap modularization
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What are two methods of modifying sap standard tables?
Explain lsmw?
What is the Process to transfer IDOC from Outbound System to Inbound system.
Explain what is sequence of event triggered in report?