<?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: FM Table TYPE ANY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824430#M660803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define in the import &amp;amp; export parameter associate type....as any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local Interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(ITAB) TYPE  ANY&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(JTAB) TYPE  ANY&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 09:46:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-04T09:46:53Z</dc:date>
    <item>
      <title>FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824425#M660798</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 it possible to give an FM a table with the type ANY? The table type is dynamic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sinan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824425#M660798</guid>
      <dc:creator>sinan_keklik</dc:creator>
      <dc:date>2007-10-04T09:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824426#M660799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;sorry you cannot define type any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for typeing a table only table types should be used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824426#M660799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T09:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824427#M660800</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;Yes we can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the Internal table will become Generic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824427#M660800</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-04T09:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824428#M660801</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;how can I do that? Can you give me an Example?&lt;/P&gt;&lt;P&gt;I have something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FM'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ls_table = ls_return&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;lt_table = lt_tableset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I define with SE37 the table parameter:&lt;/P&gt;&lt;P&gt;LT_TABLE	                TYPE	ANY&lt;/P&gt;&lt;P&gt;and the structure parameter:&lt;/P&gt;&lt;P&gt;LS_TABLE	LIKE	ANY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824428#M660801</guid>
      <dc:creator>sinan_keklik</dc:creator>
      <dc:date>2007-10-04T09:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824429#M660802</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;It is possible to declare a table with generic type.ie as type any..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can acccesed using a field symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meikandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824429#M660802</guid>
      <dc:creator>meikandan_krishnan2</dc:creator>
      <dc:date>2007-10-04T09:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824430#M660803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define in the import &amp;amp; export parameter associate type....as any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local Interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(ITAB) TYPE  ANY&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(JTAB) TYPE  ANY&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824430#M660803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T09:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824431#M660804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the following Error Message when I try to activate the FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For typing of TABLES parameters, only table types should be used. -	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make the tables parameter to be a reference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local Interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(LS_TABLE) TYPE  ANY&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      LT_TABLE TYPE  ANY&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;Release: 4.6 c&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824431#M660804</guid>
      <dc:creator>sinan_keklik</dc:creator>
      <dc:date>2007-10-04T09:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824432#M660805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TABLES parameters are table parameters. Table parameters are obsolete CHANGING parameters that are typed as internal standard tables with a header line. If an internal table without a header line or a table body is passed as an actual parameter to such a formal parameter, an empty header line is generated in the function module. If an internal table with a header line is used as an actual parameter, both the table body and the header line are passed to the function module. In the case of formal parameters defined with TABLES, no value transmission is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formal parameters defined with TABLES can be replaced by formal parameters defined with CHANGING. A local work area can be created in the function module  for the internal table using the addition LIKE LINE OF itab of the DATA statement in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you cant use the Tables type any option.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Muthurajan Ramkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 10:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824432#M660805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T10:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824433#M660806</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;now I get the Error Message that the changing Parameter is not a intern table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(LS_TABLE) TYPE  ANY&lt;/P&gt;&lt;P&gt;*"  CHANGING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(LT_TABLE) TYPE  ANY&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FIELD-SYMBOLS:&lt;/P&gt;&lt;P&gt;                 &amp;lt;fs_tab&amp;gt;  LIKE LINE OF lt_table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 10:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824433#M660806</guid>
      <dc:creator>sinan_keklik</dc:creator>
      <dc:date>2007-10-04T10:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824434#M660807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May i know , why you want to assing lt_table as a fieldsymbol...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can directly pass a workarea(structure) to the lt_table and do the operation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, the like line of statement and the field symbol declaration is not needed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please brief your requirement....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 10:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824434#M660807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T10:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824435#M660808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FM get a table with various Fields and give back a structure from that table. How can I define this table and structure in the FM without saving the type in DDIC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 11:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824435#M660808</guid>
      <dc:creator>sinan_keklik</dc:creator>
      <dc:date>2007-10-04T11:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824436#M660809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinan Keklik  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was just browsing thru your post , I have the similar requirement can you please share how you solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rachit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 12:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824436#M660809</guid>
      <dc:creator>RKSK</dc:creator>
      <dc:date>2009-12-16T12:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824437#M660810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;This is pretty simple.&lt;/P&gt;&lt;P&gt;In the changing parameter you can defile one field type &lt;STRONG&gt;standard table&lt;/STRONG&gt; . It will take all types of internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Subhankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 13:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824437#M660810</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2009-12-16T13:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: FM Table TYPE ANY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824438#M660811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subhankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give me some example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I don't know the structure of the result table , that's why i am seeing this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rachit Khanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 05:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-table-type-any/m-p/2824438#M660811</guid>
      <dc:creator>RKSK</dc:creator>
      <dc:date>2009-12-17T05:34:42Z</dc:date>
    </item>
  </channel>
</rss>

