<?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: Returning paramter must be fully specified in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/returning-paramter-must-be-fully-specified/m-p/4388214#M1043526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've not actually fully specified the parameter - the type is still in a generic form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;t_x_tab type standard table of t_x with non-unique key table_line&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the full specification.  You get the same trouble when you try to construct deep tables.  You must specify the key, otherwise it's not a fully specified type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, for importing/changing/exporting parameters, generic types are permitted.  Just not for returning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Sep 2008 09:18:46 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-09-02T09:18:46Z</dc:date>
    <item>
      <title>Returning paramter must be fully specified</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/returning-paramter-must-be-fully-specified/m-p/4388213#M1043525</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;i have a class with two type definitions (protected)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_x_tab type standard table of t_x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Addition i have a protected method with a returning parameter of the type t_x_tab, but the compiler gives me the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The type of returning parameter must be fully specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not really understand this error. method and typ definitions are only used inside the class, thats why they are protected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why i'm getting this error`?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 09:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/returning-paramter-must-be-fully-specified/m-p/4388213#M1043525</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2008-09-02T09:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Returning paramter must be fully specified</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/returning-paramter-must-be-fully-specified/m-p/4388214#M1043526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've not actually fully specified the parameter - the type is still in a generic form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;t_x_tab type standard table of t_x with non-unique key table_line&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the full specification.  You get the same trouble when you try to construct deep tables.  You must specify the key, otherwise it's not a fully specified type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, for importing/changing/exporting parameters, generic types are permitted.  Just not for returning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 09:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/returning-paramter-must-be-fully-specified/m-p/4388214#M1043526</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-09-02T09:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Returning paramter must be fully specified</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/returning-paramter-must-be-fully-specified/m-p/4388215#M1043527</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;If you are passing the table as the passing parameter then, as the typing you will have to pass a Table type....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;t_x_tab type (table type) tt_x.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will remove the error.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunjal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 09:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/returning-paramter-must-be-fully-specified/m-p/4388215#M1043527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T09:20:31Z</dc:date>
    </item>
  </channel>
</rss>

