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

what is an internal table and types of internal table

Answer Posted / krithika

internal table is a temporary storage area that exists only
at program runtime.

Types
1.standard.
The key access to the standard table is always linear
search.It has non unique key.Append , insert and collect
work.It has linear index operation.
2.sorted.
This table is always internally sorted.
append with improper order can produce arror.use either
unique or non-unique key. always use binary search.

3.hashed.
It has unique key.no index.always use hash algorithm.
append and collect will not work.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the system table used in abap?

1188


What is the use of info groups? : sap abap hr

1074


Have you printed any report?

2215


What is an update task? : abap modularization

1129


What is abap?

1142


What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.

3455


What are the different modules of sap? : sap abap hr

1098


​​Can multiple abap systems connect to abap database?

1160


What is the significance of delivery class?

1098


Write special commands of list?

1089


What is sap script? Describe its components.

1143


I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/

2356


Explain the difference between function group and function module?

1202


Explain the different types of view?

1081


What is new enhancement framework?

1402