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


Please Help Members By Posting Answers For Below Questions

What is the first thing you do after vendor setup is complete?

1073


How do you set up background jobs in sap? What are the steps?

736


How do you document ABAP programs? Do you use program documentation menu option?

839


What are the steps to be followed to set lockobjects? : sap abap data dictionary

835


How can we upload a text file having delimiters in to legacy system?

781






How do you read files from the application server ? : abap bdc

815


Which commands are used for interactive reports?

862


Different types of locks?

799


How do you find the information on the current screen? : abap bdc

795


What are subroutines? : abap modularization

808


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

1969


What are two methods of modifying sap standard tables?

761


Explain lsmw?

818


What is the Process to transfer IDOC from Outbound System to Inbound system.

1867


Explain what is sequence of event triggered in report?

756