<?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: REG TABLES. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-tables/m-p/1724620#M316048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. It must be giving error bcos of the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. define the form using STRUCTURE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form myform TABLES Itab STRUCTURE T001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write t001-bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2006 10:33:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-25T10:33:38Z</dc:date>
    <item>
      <title>REG TABLES.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-tables/m-p/1724619#M316047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i pass an internal table to a subroutine, it is taking only body in that subroutine, i am not able to access header of this internal table it is gving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform test tables i_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   is there any other way thru which i can acess header in subroutine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 10:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-tables/m-p/1724619#M316047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T10:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: REG TABLES.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-tables/m-p/1724620#M316048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. It must be giving error bcos of the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. define the form using STRUCTURE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form myform TABLES Itab STRUCTURE T001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write t001-bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 10:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-tables/m-p/1724620#M316048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T10:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: REG TABLES.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-tables/m-p/1724621#M316049</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;Loop on that internal table, move data into a work area and then process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 10:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-tables/m-p/1724621#M316049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T10:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: REG TABLES.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-tables/m-p/1724622#M316050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it depends on the declaration of the internal table, declare it with header line&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; in ur subroutine declare workarea and use that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 10:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-tables/m-p/1724622#M316050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T10:34:57Z</dc:date>
    </item>
  </channel>
</rss>

