Skip to main content

What are the types of internal tables in SAP ABAP

Three types of internal tables are in SAP ABAP.

Standard Internal Tables: These tables have a linear index and can be accessed using the index or the key. The response time is in linear relationship with number of table entries. These tables are useful when user wants to address individual table entries using the index.

Sorted Internal Tables:  These tables also have an index and the key. But the response time is in logarithmic relationship with number of table entries, since it users binary search algorithm instead of linear search. These tables are useful when user wants the table to be sorted while additional entries have to be added.

Hashed Internal Tables: These tables have no index, but have the key. The response time is constant irrespective of number of table entries, since it uses a Hash algorithm. These tables are useful when user wants to access the entries with key only.

Comments

Popular posts from this blog

new syllabus 6 th science &social science term 3 text book Tamil medium

Term 3 New sylabus text book released today .New textbooks for Tamil Nadu state board students: Upgraded visual representations, internet activities page having website/mobile links and QR codes that can help students directly access info about topics are some of the features of the new textbooks. A total of 177 titles have been printed covering these four grades (1, 6, 9 and 11) under each subject. Besides increasing the quality of paper of these books, some innovative measures like ICT corner for lessons are part of the new texts. 6 th std term 3 Science &social science Tamil medium The entire year’s content for Class XI has been published as one textbook. However, textbooks for Classes I, VI and IX are printed in three volumes following the trimester system of quarterly, half yearly and annual semesters. Books for Class XI include a lot more titles compared to those for lower classes due to the different groups like commerce, biology and computer science. There are around 50 co...

Why to choose SAP HANA

SAP HANA is a next-generation in-memory business platform. It accelerates analytics and application on a single and in-memory platform. Mentioned below are the few reasons why to choose SAP HANA – Real Time – SAP HANA Provides Real-Time Data Provisioning and Real time Reporting. Speed – SAP HANA provide high speeds processing on massive data due to In-Memory Technology. Any Data/Source - SAP HANA can access various data source including Structured and Unstructured data from SAP or Non-SAP data source. Cloud - SAP HANA database and application can be deployed to the Cloud environment. Simplicity – SAP HANA reduce efforts behind ETL process, Data Aggregation, Indexing, and Mapping. Cost – SAP claims that SAP HANA Software can reduce Total IT cost of a company. Choice Option – SAP HANA is supported by different hardware vendor and Software provider, so based on the requirement, the user can choose the best option.