<?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: Declaration table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788695#M650400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its used when you dont know the structure of the table untill runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to store data during runtime you can use the same. Such table can store data of any structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 10:05:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T10:05:56Z</dc:date>
    <item>
      <title>Declaration table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788694#M650399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;              I have seen so many times declarations like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   EXPORTING l_tab TYPE ANY TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the "Type any table"  means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone just clarify my doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:04:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788694#M650399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T10:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Declaration table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788695#M650400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its used when you dont know the structure of the table untill runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to store data during runtime you can use the same. Such table can store data of any structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788695#M650400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T10:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Declaration table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788696#M650401</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;It means the parameter I_TAB can be an internal table of every kind:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- STANDARD TABLE,&lt;/P&gt;&lt;P&gt;- SORTED TABLE,&lt;/P&gt;&lt;P&gt;- INDEX TABLE,&lt;/P&gt;&lt;P&gt;- HASHED TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The kind of table depends on the kind of internal table tansfers its data by that parameter, so its kind is decide at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788696#M650401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T10:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Declaration table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788697#M650402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a table with charecterstrings, It can be used to hold any kind of data. Its type is determined dynam,icaaly depending on the base table, I mean, The data that is been uploaded to this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOpe this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jaleel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788697#M650402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T10:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Declaration table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788698#M650403</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;It will accepct any type of table irredspective of the structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can pass mara table type, or marc etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nnazeer..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788698#M650403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T10:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Declaration table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788699#M650404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type Any Table means Generic internal Table.&lt;/P&gt;&lt;P&gt;Suppose if u give as &lt;/P&gt;&lt;P&gt;Type Table of EKPO &lt;/P&gt;&lt;P&gt;Then you can only pass internal table with the Same structure i.e EKPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to allow any internal table you have to declare as &lt;/P&gt;&lt;P&gt;Itab type ANY TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaration-table/m-p/2788699#M650404</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-04T10:10:41Z</dc:date>
    </item>
  </channel>
</rss>

