Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / rajarao

Hi,

itab2[ ] = itab1[ ]
refresh itab1

alternatively:
append lines of itab1 into itab2.

pay attention that your internal tables must have the same
structure.

if diff structure (not in order)
loop at itab1.
move corresponding tab1 to itab2.
append itab2.
endloop.

refresh itab1.

Is This Answer Correct ?    19 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is retro active accounting

2103


What is the differences between structure and table in data dictionary in abap?

1138


What data is contained in data dictionary? : abap data dictionary

1165


Difference between Read and Get cursor?

2123


What are the events driven batch jobs?

1116


What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary

1936


The commands through which an abap/4 module can “branch to “ or “call” the next screen are?

1197


Explain pai and pbo.

1281


What is asynchronous update?

1081


What are the different types of parameters? : abap modularization

1238


How is collect statement different from append?

1079


Give few names of pooled tables in sap ?

2074


Which infotype records can not be deleted ? : abap hr

1136


How to transfer data into line items using batch input session method? : abap bdc

1146


Did you use buffering?

1137