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

Define Internal Table?

Answer Posted / k.nagalakshmi

Internal Table is a standard data type object and it exists
only during runtime.these are used to perform table
manipulations on subsets of the database tables and to
reorganizing tables as per the user needs.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many structures can be created in a Ztable ?

3667


How the at-user command serves mainly in lists?

1138


What are the differences between session method and call transaction method? : abap bdc

1129


What is partner selection?

1123


What are the events used for logical database?

1129


What are control tables?

1179


What is meant by performance analysis? Have done anything to improve the performance?

1043


What is the use of at new statement ?

1836


What are the different types of locks? : abap data dictionary

1159


What are the different message types available in the abap/4 ?

1082


What is a currency factoring technique?

1268


What are the different types of sapscript symbols?

1140


Explain the difference between call screen and leave screen?

1213


Why do we use logical blocks in abap program?

2151


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