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 are the user interfaces of interactive lists?

541


Explain the structure of a bdc sessions?

547


While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization

609


Which bdc you prefer? : abap bdc

703


how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran

2033






What is a subscreen? How can we use a subscreen?

558


What is the transaction code to display the payroll results ? : abap hr

562


What is the difference between scrolling a table horizontally and vertically?

567


What does a lock object involve?

654


How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?

1668


What is sap abap tables?

615


What are differences between at selection-screen and at selection-screen output?

762


WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'

1757


What is macro? : abap hr

629


Final class

1008