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
How do you find if a logical database exists for your program requrements?
Why do we use logical blocks in abap program?
Explain how data is stored in cluster table?
Exception handling and how does it transfer from called method to calling method?
Explain about sap fico testing and the tools used? : abap bdc
What is database utility?
What is the difference between tables and structures?
Can i Have Some Realtime Examples On Modulepool programming.
What is meant by hide area?
To find the date difference & excude saturday & sunday in between them
Explain what are standard layouts sets in the sap script?
How we format the data before before write statement in report ?
How do you backup Sapscript layout sets? Can you download and upload? How?
Is it possible to pass data to and from include programs explicitly?
What are base tables of an aggregate object? : abap data dictionary