<?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 Table Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874463#M367845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the use of Tables statement?. Sometimes without Tables declaration codes are working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;   Tables : mara,&lt;/P&gt;&lt;P&gt;                ekko,&lt;/P&gt;&lt;P&gt;                 ekkp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2007 09:14:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-30T09:14:14Z</dc:date>
    <item>
      <title>Table Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874463#M367845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the use of Tables statement?. Sometimes without Tables declaration codes are working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;   Tables : mara,&lt;/P&gt;&lt;P&gt;                ekko,&lt;/P&gt;&lt;P&gt;                 ekkp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:14:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874463#M367845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T09:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874464#M367846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it creates a workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : mara like mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874464#M367846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T09:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874465#M367847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TABLE statement creates work area for the tables provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874465#M367847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T09:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874466#M367848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you are using tables statement in abap it will create a workarea by this name and you can refer your data to store there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr into mara-matnr from mara where matnr = p_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here if you are not defining tables : then it will trigger the error because the workarea mara is not present so you cannot refer that work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874466#M367848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T09:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874467#M367849</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;Using TABLES declaraion we are just defining the workarea for a  particular table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's all.&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;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874467#M367849</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-01-30T09:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874468#M367850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;     With the Tables statement &lt;/P&gt;&lt;P&gt;     select-options will not throw a syntax error, if the select-options variables&lt;/P&gt;&lt;P&gt;      refer to the particular table declared in table statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; regards,&lt;/P&gt;&lt;P&gt; Santosh Thorat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874468#M367850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T09:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874469#M367851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when ever u declare a select -options it asks for table declaration . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
tables bkpf.
SELECT-OPTIONS: S_BUDAT FOR BKPF-BUDAT .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i declare a parameter it dosent require a tables declaration .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters : p_matnr like mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so using tables declaration a work area is created which will be used to capture the data like&lt;/P&gt;&lt;P&gt;select  * into mara  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874469#M367851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T09:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874470#M367852</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;Check this link.It will give you more information on this.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/tables.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/tables.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874470#M367852</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-01-30T09:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874471#M367853</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 : mara,&lt;/P&gt;&lt;P&gt;  Here Tables statement is to define the work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Ex1. Select matnr into mara-matnr from mara &lt;/P&gt;&lt;P&gt;                             where matnr eq '1000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Ex2. Data : itab like standard table of mara with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Select * into table itab from mara&lt;/P&gt;&lt;P&gt;                            where matnr eq '1000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Here we need not declare mara with Tables statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Regards,&lt;/P&gt;&lt;P&gt;   USR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874471#M367853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T09:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874472#M367854</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 creates an implicit workarea which is the same like the explicit workarea created by DATA  statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using SELECT-OPTION in selection screen then you have to use TABLE statement to declare the work area of the table for whose field the select-options is declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover the work area created by TABLES statement helps to transfer data automatically from the screen to the driver program and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But TABLES statement is absolute in OO ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874472#M367854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T09:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874473#M367855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The fundamental difference between creating a work area in a classic way and using the tables statement is that, this statement takes care of the transport of data between the program and the screens automatically. If you define a classic work area, then the transport between screen and program has to be manually programmed. The other difference as already answered is the "select-options" where ABAP will ask for tables statement and will not accept the classic work area definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clears your doubt.&lt;/P&gt;&lt;P&gt;Award points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 10:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-statement/m-p/1874473#M367855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T10:05:52Z</dc:date>
    </item>
  </channel>
</rss>

