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

which one is efficient in following command to copy data
from one itab1to another itab2 . both itab table has same
structure.
1. move itab1 to itab2
2.move corresponding field of itab1 to itab2
3. itab2[] = itab2[]
4.appends line of itab1 to itab2..

Answer Posted / v.ramakrishna

To move all entries from one internal table to another
which has the same structure use the following statement:
ITAB2[] = ITAB1[].

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is database view ? : sap abap data dictionary

1086


What is the purpose of at first and at last?

1179


What is the major difference between pool tables and transparent tables?

1177


How to write a code for multiple transactions? : abap bdc

1074


What is a multiple line field?

1119


What is an on”*-input filed” statement?

1211


What is the use of the raising exception?

1044


When to use logical database?

1064


What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc

1176


Can a constructor be declared private? If yes then in which scenario?

1450


What is alv programming in abap?

1198


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

2364


What are the types of table fields in the sap abap?

1203


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

1138


How do you set up background jobs in sap? What are the steps?

1047