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
Select up to 1 row and select single difference ?
When, how and how would you control changes to standard SAP objects.
Final class
What are the two methods for modifying sap standard tables?
How do you move on to the next screen in interactive reporting?
What are the differences between primary and secondary indexes?
What is open sql vs native sql ?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What are the arithmetic operators in the sap abap?
What is function group?
Module Pool Programming: Events and Table Control handling.
What are the page windows?
What is synchronous update?
What are the function of the transport system and workbench organiser? : abap data dictionary
What is sequence of event triggered in report?