<?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 in Passing internal table Function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073515#M1504926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i need to assign the structure in a table type and mention that table type in the associated type in order to pass multiple values through internal table ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jul 2010 09:41:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-08T09:41:20Z</dc:date>
    <item>
      <title>Problem in Passing internal table Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073512#M1504923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to creating function module and needed certain suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a type inside the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of T1&lt;/P&gt;&lt;P&gt; field A&lt;/P&gt;&lt;P&gt;field  B&lt;/P&gt;&lt;P&gt;end of T1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, i have populated the internal table of this type but how to send it through the tables tab of my FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN the parameter, i can write my internal table name but what should be associated type ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give some suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 09:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073512#M1504923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Passing internal table Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073513#M1504924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You cant use TYPES structure for TABLE parameter in Function modules. You need to create a structure(using SE11) with the required fields and use that as an associated types in TABLE parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Senthil Kumar Anantham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 09:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073513#M1504924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Passing internal table Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073514#M1504925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;type should be the type for internal table and should be defined in DATA DICTIONARY only then u can define table types in FM parameter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 09:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073514#M1504925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T09:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Passing internal table Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073515#M1504926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i need to assign the structure in a table type and mention that table type in the associated type in order to pass multiple values through internal table ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 09:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073515#M1504926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T09:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Passing internal table Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073516#M1504927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subhajit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a database structure &lt;STRONG&gt;ZSTRUCTURE&lt;/STRONG&gt; of same type (&lt;STRONG&gt;T1&lt;/STRONG&gt;) as the one created within the function module.  &lt;/P&gt;&lt;P&gt;Give ZSTRUCTURE as the associated type to that table parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MM Jaffer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 09:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073516#M1504927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T09:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Passing internal table Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073517#M1504928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table parameter will behave like type table of Z_sturcture. So just define the structure and use it in the TABLE parameter.It will convert that into internal table.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Parameter name         Typing                Associated type
T_RETURN                  LIKE                   your Z_structure
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you want to give table in the import parameter, then you need to create the table type for the structure.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 09:54:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073517#M1504928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T09:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Passing internal table Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073518#M1504929</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;Go to se11 and create a table type including the zstructure name in it and activate the table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in you function module interface ie : in tables you can use assocate type as the table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which will work perfectly now..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you face any problem in creating table type please search forum you will get lots of links on it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need further information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish Boguda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 09:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-passing-internal-table-function-module/m-p/7073518#M1504929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T09:56:24Z</dc:date>
    </item>
  </channel>
</rss>

