<?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 DDIC INTERNAL TABLE REG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-internal-table-reg/m-p/3779508#M909409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m new to this SDN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now  i started to leaning abap. can any one tel me the way to understand the Internal table and abap dictionary&lt;/P&gt;&lt;P&gt;(steps to understand).&lt;/P&gt;&lt;P&gt;if i got it means it will be very helpfull to me&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;karthick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 07:09:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T07:09:00Z</dc:date>
    <item>
      <title>DDIC INTERNAL TABLE REG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-internal-table-reg/m-p/3779508#M909409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m new to this SDN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now  i started to leaning abap. can any one tel me the way to understand the Internal table and abap dictionary&lt;/P&gt;&lt;P&gt;(steps to understand).&lt;/P&gt;&lt;P&gt;if i got it means it will be very helpfull to me&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;karthick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 07:09:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-internal-table-reg/m-p/3779508#M909409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T07:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC INTERNAL TABLE REG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-internal-table-reg/m-p/3779509#M909410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WELCOME TO SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INTERNAL TABLES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Internal tables provide a means of taking data from a fixed structure and storing it in working memory in ABAP. The data is stored line by line in memory, and each line has the same structure. In ABAP, internal tables fulfill the function of arrays. Since they are dynamic data objects, they save the programmer the task of dynamic memory management in his or her programs. You should use internal tables whenever you want to process a dataset with a fixed structure within a program. A particularly important use for internal tables is for storing and formatting data from a database table within a program. They are also a good way of including very complicated data structures in an ABAP program.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb35de358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb35de358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/tips/itab/Internal%20Table%2027-02-06.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/tips/itab/Internal%20Table%2027-02-06.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABAP DICTIONARY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data definitions (metadata) are created and managed in the ABAP Dictionary. The ABAP Dictionary permits a central description of all the data used in the system without redundancies. New or modified information is automatically provided for all the system components. This ensures data integrity, data consistency and data security.&lt;/P&gt;&lt;P&gt;You can create the corresponding objects (tables or views) in the underlying relational database using these data definitions. The ABAP Dictionary therefore describes the logical structure of the objects used in application development and shows how they are mapped to the underlying relational database in tables or views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas620/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas620/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;ABAP Dictionary PDF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBDIC/BCDWBDIC.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBDIC/BCDWBDIC.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 07:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-internal-table-reg/m-p/3779509#M909410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T07:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC INTERNAL TABLE REG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-internal-table-reg/m-p/3779510#M909411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthick ram  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Dictionaly is a central repository of metadata/information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The realtime database tables its structures,data elemets,domains....etc are created in dictionary. For more information look at SAP help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where as internal tables are the ones which we create during runtime of program.  We hit database tables and fetch data from them using open sql.. Such data is stored in internal table during runtime for further processing.   These are volatile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 07:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-internal-table-reg/m-p/3779510#M909411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T07:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC INTERNAL TABLE REG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-internal-table-reg/m-p/3779511#M909412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 07:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-internal-table-reg/m-p/3779511#M909412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T07:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC INTERNAL TABLE REG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-internal-table-reg/m-p/3779512#M909413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kodandarami Reddy.S &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the link which you sent is very useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;karthick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 09:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-internal-table-reg/m-p/3779512#M909413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T09:55:40Z</dc:date>
    </item>
  </channel>
</rss>

