<?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: Export, Import and Table declaration in custom function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-and-table-declaration-in-custom-function-module/m-p/4631731#M1090724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Albert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the function module need not be RFC-enabled then you have many ways to define such dynamic parameters, e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ZUS_SDN_DYNAMIC_PARAMS.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  EXPORTING
*"     REFERENCE(ET_ITAB) TYPE  TABLE
*"     REFERENCE(ET_ITAB_1) TYPE  ANY
*"     REFERENCE(ET_ITAB_2)
*"     REFERENCE(ED_DATA) TYPE  CLIKE
*"     REFERENCE(ED_DATA_1) TYPE  ANY
*"     REFERENCE(ED_DATA_2)
*"----------------------------------------------------------------------


ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also: &lt;SPAN __jive_macro_name="thread" id="1067568"&gt;&lt;/SPAN&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2008 03:26:33 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2008-10-24T03:26:33Z</dc:date>
    <item>
      <title>Export, Import and Table declaration in custom function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-and-table-declaration-in-custom-function-module/m-p/4631730#M1090723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a &lt;STRONG&gt;custom function module&lt;/STRONG&gt;. &lt;STRONG&gt;Parameters&lt;/STRONG&gt; needed are &lt;STRONG&gt;export internal table&lt;/STRONG&gt; and &lt;STRONG&gt;one data field&lt;/STRONG&gt; from the internal table. &lt;/P&gt;&lt;P&gt;What do i need to fill for 'associated type' for these export parameters since &lt;STRONG&gt;size&lt;/STRONG&gt; of the &lt;STRONG&gt;internal table&lt;/STRONG&gt; and &lt;STRONG&gt;type&lt;/STRONG&gt; for the &lt;STRONG&gt;data field&lt;/STRONG&gt; from the internal table vary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 02:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-and-table-declaration-in-custom-function-module/m-p/4631730#M1090723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T02:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export, Import and Table declaration in custom function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-and-table-declaration-in-custom-function-module/m-p/4631731#M1090724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Albert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the function module need not be RFC-enabled then you have many ways to define such dynamic parameters, e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ZUS_SDN_DYNAMIC_PARAMS.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  EXPORTING
*"     REFERENCE(ET_ITAB) TYPE  TABLE
*"     REFERENCE(ET_ITAB_1) TYPE  ANY
*"     REFERENCE(ET_ITAB_2)
*"     REFERENCE(ED_DATA) TYPE  CLIKE
*"     REFERENCE(ED_DATA_1) TYPE  ANY
*"     REFERENCE(ED_DATA_2)
*"----------------------------------------------------------------------


ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also: &lt;SPAN __jive_macro_name="thread" id="1067568"&gt;&lt;/SPAN&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 03:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-and-table-declaration-in-custom-function-module/m-p/4631731#M1090724</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-10-24T03:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export, Import and Table declaration in custom function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-and-table-declaration-in-custom-function-module/m-p/4631732#M1090725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 05:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-and-table-declaration-in-custom-function-module/m-p/4631732#M1090725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T05:39:01Z</dc:date>
    </item>
  </channel>
</rss>

