<?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: TABLES statement in report program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-statement-in-report-program/m-p/3403904#M817362</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;Tables statement actually creates field string with the given type and with the same name. This tables statement is going to ignored in next versions i.e. it is an obsolete statement ok &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz reward if it is usefull to u &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz dont forget to reward...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 09:20:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-11T09:20:45Z</dc:date>
    <item>
      <title>TABLES statement in report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-statement-in-report-program/m-p/3403903#M817361</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;Is there any performance issue in using TABLES statement in report program? Because I have got an review point from QA insisting me to avoid TABLES statement. Is it recommended by SAP to avoid TABLES statement in report program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji Viswanath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 09:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-statement-in-report-program/m-p/3403903#M817361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T09:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: TABLES statement in report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-statement-in-report-program/m-p/3403904#M817362</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;Tables statement actually creates field string with the given type and with the same name. This tables statement is going to ignored in next versions i.e. it is an obsolete statement ok &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz reward if it is usefull to u &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz dont forget to reward...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 09:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-statement-in-report-program/m-p/3403904#M817362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T09:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: TABLES statement in report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-statement-in-report-program/m-p/3403905#M817363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Balaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we are using a select-option for a field in the selection screen then the declaration of that particular table is mandatory,in the rest of all cases it is not.&lt;/P&gt;&lt;P&gt;delcaration of the table in the tabels declaration is mandatory.&lt;/P&gt;&lt;P&gt;tables: mara.&lt;/P&gt;&lt;P&gt;select-option s_matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 09:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-statement-in-report-program/m-p/3403905#M817363</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2008-02-11T09:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: TABLES statement in report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-statement-in-report-program/m-p/3403906#M817364</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;Work table areas declared with TABLES behave like the data declared with the addition COMMON PART, meaning the data are used by the programs of a program group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table work areas declared with TABLES can be declared in subroutines and function modules. However, this is not recommended. A table work area declared in a procedure is not local but belongs to the context of a framework program. The table work area can be viewed starting from the declaration in the framework program and lives as long as the framework program. In contrast to normal program-global data, the content of the table work areas declared in subroutines and function modules is stored temporarily when these subroutines and function modules are called. Value assignments that were made during runtime of the procedure are preserved until the procedure is completed. When exiting the procedure, the table work areas are filled with the contents that they contained when the procedure was called. Table work areas declared in procedures behave like global data to which the statement LOCAL is applied in the procedure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The declaration of common data areas for different programs is usually carried out in an include program, which is then integrated in all the programs involved. The use of common data areas in otherwise independent programs can be very problematic, with regard to both the maintainability and the functions. Therefore, common data areas should no longer be used. The parameter interfaces of procedures are available for exchanging data between programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 09:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-statement-in-report-program/m-p/3403906#M817364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T09:26:20Z</dc:date>
    </item>
  </channel>
</rss>

