I have two internal tables itab1 and itab2 and I had move
the content of the itab1 to itab2 and then itab1 had to
deleted

Answer Posted / sindhu

Data : itab1 type table of mara,
       itab2 type table of mara.

clear : itab1.

itab2[] = itab1[].

delete itab1.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the attributes of a field that can be activated or deactivated during runtime?

564


Have you printed any report?

1742


What are table clusters?

595


What are the two different ways of building a match code object?

586


Explain the difference between a pool table and a transparent table?

531






What are clustered tables?

610


When was the sap abap being created?

645


What is static attribute

1081


Explain about Recording Function?

666


Final class

1019


What is the t-code to display batch input sessions? : abap bdc

627


What is the difference between native sql & open sql? : abap data dictionary

598


What are the data types of the abap/4 layer? : abap data dictionary

655


A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization

559


What are interactive reports?

633