Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Why ABAPERs prefer to use STANDARD internal tables more than the others?

Wil_Wilstroth
Active Participant
0 Kudos
117

Hi all,

I found that, over the years, I notice alot of ABAPers I met they prefer to use STANDARD internal table. They seldom use HASHED or SORTED internal tables even though they know the data they are getting is huge.

Moreover, in books, it stated that hashed and sorted, overtime with larger data, are able to perform better than STANDARD internal table. Even though these two also have their own disadvantages.

Is this a habit or something that I am not aware of over the other 2, that most ABAPers prefer to use STANDARD internal tables?

Thanks,

William Wilstroth

William Wilstroth
1 ACCEPTED SOLUTION

Former Member
0 Kudos
85

normally everyone goes for STANDARD internal tables....

may be they are habituated with it...

but when dealing with larger amount of data one needs to use HASHED or SORTED ones...

4 REPLIES 4

GauthamV
Active Contributor
0 Kudos
85

Check this.

[use of STANDARD internal tables than others|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2615] [original link is broken] [original link is broken] [original link is broken];

0 Kudos
85

Thanks for the link

pk

Former Member
0 Kudos
86

normally everyone goes for STANDARD internal tables....

may be they are habituated with it...

but when dealing with larger amount of data one needs to use HASHED or SORTED ones...

Wil_Wilstroth
Active Participant
0 Kudos
85

thank you all...

William Wilstroth