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


Please Help Members By Posting Answers For Below Questions

How can you access the function code from menu painter?

1220


What are the sequences of event block?

1141


What is the difference between field-group header and other field groups?

1033


Which function modules can be used to transfer the data using bdc programming? : abap bdc

1200


What are the techniques involved in using sap supplied programs?

1082


What are the types of the software component being deployed in the sap?

1141


What are the aggregate objects in the data dictionary? : abap data dictionary

1588


What happens if we use leave to list-processing without using suppress-dialog?

1204


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?

2288


How can cluster table be created?

1136


What are two methods of modifying sap standard tables?

1202


What is the client concept in sap?

1157


Can you delete data element, which is being used by table fields?

1399


What are the time related infotypes? : abap hr

1141


What is the collect statement?

1190