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 can you access the function code from menu painter?
What are the sequences of event block?
What is the difference between field-group header and other field groups?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What are the techniques involved in using sap supplied programs?
What are the types of the software component being deployed in the sap?
What are the aggregate objects in the data dictionary? : abap data dictionary
What happens if we use leave to list-processing without using suppress-dialog?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
How can cluster table be created?
What are two methods of modifying sap standard tables?
What is the client concept in sap?
Can you delete data element, which is being used by table fields?
What are the time related infotypes? : abap hr
What is the collect statement?