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 are the types of internal tables?

Answer Posted / siddharth samal

We can also divide up internal table types into three kinds
by their access type:

&#61550;&#61472;Standard tables. In a standard table, you can access data
using either the table index or the key. Since the key of a
standard table always has to be non-unique for
compatibility reasons, the system searches the whole table
each time you access it using the key. Consequently, you
should always use the index to access a standard table
whenever possible.

&#61550;&#61472;Sorted tables. In a sorted table, the system
automatically stores the entries and inserts new entries
sorted by the table key. The system uses a binary search on
the table when you access it using the key. You can specify
the key of a sorted table as unique. You will often use the
key to access a sorted table, but it is also possible to
use the index. Standard tables and sorted tables are
generically known as index tables.

&#61550;&#61472;Hashed tables. You can only access a hashed table using
the key. There are certain conditions under which you can
considerably reduce the access times to large tables by
using a hashed table. The key of a hashed table must always
be unique.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the check tables and value tables?

1240


Can i Have Some Examples on Enhancements.

2520


Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.

2236


Define infotype ? : abap hr

1341


How can we use multiple transactions by using bdc_insert? : abap bdc

1183


What is a view in sap? : abap data dictionary

1097


What is an update type with reference to a match code id? : abap data dictionary

1061


What kind of financial periods exist in SAP? What is the relevant table for that?

1169


What is the difference between free and refresh?

1210


What are dml commands in abap?

1345


How do you do bdc for a table control? : abap bdc

1250


What are the different types joins?

1197


What are the functional areas, user groups? How does abap query work in relation to these?

1107


What is value table? : abap data dictionary

1163


Explain the types of bdc's?

1067