<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Internal Tables ... Internals in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028195#M1499026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i agree, the subject deserves a book &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;an explanation of the underline internal tables mechanisms would be a good start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's interesting there's not one article about it ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my feeling is that i would mostly go by access type rather then size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alon Blich on Jun 2, 2010 11:35 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jun 2010 21:34:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-02T21:34:58Z</dc:date>
    <item>
      <title>Internal Tables ... Internals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028193#M1499024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked everywhere ... well, almost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I couldn't find a lot of material that explains in more detail the different internal tables mechanisms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The material I read (ABAP Objects from SAP Press) which mostly explains how to use internal tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;was immediatly following an example of a very simple, all in memory, linked list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which would suggest internal tables are smewhat similar, with some variations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In another place (I believe WIKIPEDIA) it mentions block-wise operations for internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blocks are more optimized for disk read/write operations ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so is there any paging mechanism (DISK) or is it all in memory (RAM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, I also read some place that when sorted internal tables reach a certain size they're broken into a tree-structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which reminds me of a B-Tree ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read somewhere that LOOP ... WHERE are optimized for sorted internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it true ? if so was it always like that or was it added in a recent release ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping some of you gurus can inlighten me &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even better if there was an article.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 19:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028193#M1499024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T19:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tables ... Internals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028194#M1499025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMHO, a whole book could be written about internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i'm developing, I examine how much data I will be storing in my itabs and then decide what type to make them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The VAST majority of itabs we use are regular old internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When dealing with tens of thousands or more records, hashed tables improve performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search google for some posts by horacio zapettini regarding the different itabs and their strengths/weaknesses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 21:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028194#M1499025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T21:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tables ... Internals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028195#M1499026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i agree, the subject deserves a book &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;an explanation of the underline internal tables mechanisms would be a good start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's interesting there's not one article about it ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my feeling is that i would mostly go by access type rather then size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alon Blich on Jun 2, 2010 11:35 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 21:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028195#M1499026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T21:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tables ... Internals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028196#M1499027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
I read somewhere that LOOP ... WHERE are optimized for sorted internal tables.

Is it true ? if so was it always like that or was it added in a recent release ?
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Yes, Sorted table will give better performance loop with where condition depending on key defined by you. Where condition must contain the most left part of key fields of the sorted table and hash table having some limitation of maximum record store capacity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can alos know about internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are three types of internal tables:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Standard tables&lt;/STRONG&gt; In a standard table, you can access data using either the table index or the key. If data access is done using the primary key, the response time is linearly related to the number of table entries. The key of a standard table is always non-unique.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sorted tables&lt;/STRONG&gt; are always stored sorted according to their key. You can access them using either the table index or the key. If you use the key, the response time is in logarithmic relation to the number of table entries since the system uses a binary search to access the table. The key of a sorted table can be either unique or non-unique.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Index tables.&lt;/STRONG&gt; Standard tables and sorted tables are generically known as index tables, since their values can be accessed via an index.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hashed tables&lt;/STRONG&gt; can only be accessed using the primary key. The data retrieval time is constant, regardless of the number of table entries, since access is done using a hash algorithm. The hash algorithm is determined internally. The key of a hashed table must be unique. You can neither implicitly nor explicitly access hashed tables using an index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details you can read SAP Material BC490.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Ravi Lanjewar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ravishankar Lanjewar on Jun 3, 2010 9:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 04:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028196#M1499027</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2010-06-03T04:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tables ... Internals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028197#M1499028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for taking the time to reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but that's mostly the basic, half a page info that's avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even the loop and sort tables is somewhat missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there was a range for example where field &amp;gt;= 'a' and field &amp;lt;= 'b' does abap find the lowest and highest values and then scans through that range ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what about if there were several ranges would abap combine them or choose one range ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;very similar to what you would have with database queries but obviously much simpler. one table, one index. we're not talk about query optimization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so no one knows if internal tables are only stored in RAM or is there any paging to DISK ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if itabs have paging or not has far reaching implications on scalability, and performance ... and their use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no one knows how they work ? what do they think it's magic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in contrast if you ask any database developer or dba about tables and index types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he could blindly quote their smallest details, structures, mechanisms and everything about them ... but then you would exect the same from a car mechanic. zzzing &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 07:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028197#M1499028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-03T07:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tables ... Internals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028198#M1499029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a whole book? lets start with a chapter first. I wrote some things about&lt;/P&gt;&lt;P&gt;internal tables in this book:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/products/ABAP-Performance-Tuning.html" target="test_blank"&gt;http://www.sap-press.com/products/ABAP-Performance-Tuning.html&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A test chapter (about internal tables) is available here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.de/download/dateien/1880/sappress_abap_performance_tuning.pdf" target="test_blank"&gt;http://www.sap-press.de/download/dateien/1880/sappress_abap_performance_tuning.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 14:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028198#M1499029</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-06-03T14:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tables ... Internals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028199#M1499030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I've looked everywhere ... well, almost&lt;/P&gt;&lt;P&gt;&amp;gt; but I couldn't find a lot of material that explains in more detail the different internal tables mechanisms.&lt;/P&gt;&lt;P&gt;at SAP Press as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a book on tunging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/products/ABAP-Performance-Tuning.html" target="test_blank"&gt;http://www.sap-press.com/products/ABAP-Performance-Tuning.html&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and a test chapter on internal tables with some details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.de/download/dateien/1880/sappress_abap_performance_tuning.pdf" target="test_blank"&gt;http://www.sap-press.de/download/dateien/1880/sappress_abap_performance_tuning.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; In another place (I believe WIKIPEDIA) it mentions block-wise operations for internal tables.&lt;/P&gt;&lt;P&gt;the data is indeed stored in pages. additionally we may have indexes (linear or btrees) or a&lt;/P&gt;&lt;P&gt;hash administration for optimized access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Blocks are more optimized for disk read/write operations ... &lt;/P&gt;&lt;P&gt;and for main memory storage. the databases manages the data in blocks/pages in the memory&lt;/P&gt;&lt;P&gt;as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; so is there any paging mechanism (DISK) or is it all in memory (RAM).&lt;/P&gt;&lt;P&gt;the pages are in main memory (user context, extended memory, roll or heap)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I think, I also read some place that when sorted internal tables reach a certain size they're broken into a tree-structure&lt;/P&gt;&lt;P&gt;&amp;gt; which reminds me of a B-Tree ???&lt;/P&gt;&lt;P&gt;in certain cases, yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I read somewhere that LOOP ... WHERE are optimized for sorted internal tables.&lt;/P&gt;&lt;P&gt;&amp;gt; Is it true ? if so was it always like that or was it added in a recent release ?&lt;/P&gt;&lt;P&gt;it is true. a loop where with a leading part of the key on a sorted table does a&lt;/P&gt;&lt;P&gt;binary search internally to find the first row and starts processing from  there.&lt;/P&gt;&lt;P&gt;Not sure when this was available... 4.6C i guess... it is for sure in 6.40 and 7.00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 14:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028199#M1499030</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-06-03T14:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tables ... Internals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028200#M1499031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; if there was a range for example where field &amp;gt;= 'a' and field &amp;lt;= 'b' does abap find the lowest and highest values and then scans through that range ?&lt;/P&gt;&lt;P&gt;&amp;gt; what about if there were several ranges would abap combine them or choose one range ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All conditions that are not equal conditions (=) can not be optimized and will lead to a full table scan regardless&lt;/P&gt;&lt;P&gt;what table type you have. A full table scan means for reads the search starts at the first line and processes&lt;/P&gt;&lt;P&gt;line by line and stops at the first hit, for loops the search starts at the first line and goes all the way down line&lt;/P&gt;&lt;P&gt;by line and copies (refrerences or assigns a field symbol) for the matching lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; so no one knows if internal tables are only stored in RAM or is there any paging to DISK ??&lt;/P&gt;&lt;P&gt;&amp;gt; if itabs have paging or not has far reaching implications on scalability, and performance ... and their use.&lt;/P&gt;&lt;P&gt;the pages of internal tables are stored in the user context (extended memory, roll memory or heap memory).&lt;/P&gt;&lt;P&gt;This is main memory or better virtual memory. From an operating system point of view virtual memory may&lt;/P&gt;&lt;P&gt;be in RAM or on disk (swap). If a system swaps (which should not be the case) your internal tables in &lt;/P&gt;&lt;P&gt;e.g. extended memory in the virtual memory might go to physical disks. (slow)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally you can export internal tables to memory, shared memory and shared buffer. the later 2 are&lt;/P&gt;&lt;P&gt;again in virtual memory, the first one is SAP paging memory which ususally i partially in virtual memory&lt;/P&gt;&lt;P&gt;and partially on disk (ST02).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; in contrast if you ask any database developer or dba about tables and index types&lt;/P&gt;&lt;P&gt;&amp;gt; he could blindly quote their smallest details, structures, mechanisms and everything about them ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, you just dont need to know all the details. Some them are helpful to understand performance&lt;/P&gt;&lt;P&gt;problems but in general there is no big need to know much details. Understanding the table types and&lt;/P&gt;&lt;P&gt;what statements can be optmized is very important. Understanding table sharing might be helpfule too.&lt;/P&gt;&lt;P&gt;Besides that e.g. how rows are stored the effect of initial size or the index stuff is a.) not VERY important &lt;/P&gt;&lt;P&gt;but b.) may help in certain situations to understand memory consumption for internal tables or things like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 15:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028200#M1499031</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-06-03T15:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tables ... Internals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028201#M1499032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Speaking of books, there is also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.dpunkt.de/buecher/3096.html" target="test_blank"&gt;http://www.dpunkt.de/buecher/3096.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by our forum participant Siegfried Boes. Chapter 6, only about internal tables (though in German, but maybe somebody can help you there...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't tell us you did not find interesting material &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 16:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028201#M1499032</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-06-03T16:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tables ... Internals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028202#M1499033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very very much Hermann, Thomas and everyone else,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks great !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 16:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-internals/m-p/7028202#M1499033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-03T16:55:28Z</dc:date>
    </item>
  </channel>
</rss>

