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 / madhu
If u delete the itab1, the contents of itab1 will not
effect the itab2.
itab2 will remain same as it before.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
How to combine multiple order in one Delivery ( Step by Step)?
What are the abap/4 commands that link to a layout set?
Difference between .Include and .append?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
Can multiple abap systems connect to abap database?
What are logical data bases used in hr module? : abap hr
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
How is conversion of data types done between abap/4 & external level?
What are the steps to execute session method?
What are the basic objects of the data dictionary?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
Why do we use abstract class