<?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: problem with table types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759401#M1304548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;paste your declaration part for the 'parameter-subtable'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2009 10:53:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-15T10:53:04Z</dc:date>
    <item>
      <title>problem with table types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759400#M1304547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;I'm using a a structure (created in se11) that contains a field that is a table types.&lt;/P&gt;&lt;P&gt;I use this structure in a Function Module as exportation parameter. I have no problem filling this parameter in the Function Module but I have some problems when i call this function module in other abap report. &lt;/P&gt;&lt;P&gt;How I can read the data stored in the "subtables" of the exported parameter??&lt;/P&gt;&lt;P&gt;I tryed with a "LOOP AT parameter-subtable" but there's the problem that the "subtable" has no headerline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone can help me please?&lt;/P&gt;&lt;P&gt;thanks in advance!&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 10:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759400#M1304547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T10:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with table types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759401#M1304548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;paste your declaration part for the 'parameter-subtable'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 10:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759401#M1304548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T10:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with table types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759402#M1304549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below link....it might be helpful&lt;/P&gt;&lt;P&gt;Typing of interface parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu/en/ABENFUNCTION_PARAMETERS.htm" target="test_blank"&gt;http://help.sap.com/abapdocu/en/ABENFUNCTION_PARAMETERS.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 11:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759402#M1304549</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2009-06-15T11:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem with table types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759403#M1304550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;           Say you have created the table type(TT) as 'ZTABLETYPE' then at the report where you call the FM with TT declare a table as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : itab type ztabletype. 
itab = parameter-subtable.
loop at itab.
....
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you would have the values in itab. Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharathy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 11:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759403#M1304550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T11:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with table types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759404#M1304551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use LOOP AT parameter-subtable into WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where WA is like a line of parameter-subtable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 11:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759404#M1304551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T11:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem with table types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759405#M1304552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tanks to everyobody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 12:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-types/m-p/5759405#M1304552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T12:15:07Z</dc:date>
    </item>
  </channel>
</rss>

