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
Can i Have Some Realtime Examples on Badi ?
What kind of financial periods exist in sap? What is the relavent table for that?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What are the types of subroutines?
What is the difference between function group and function module?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is ole?
What are the system table used in abap?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
How to create a link between modified form and modified print program?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What is pnp-sw-found ? : abap hr
What is macro? : abap hr
Differentiate between static and dynamic step loops?
Normally how many and what files get created when a transaction program is written?