<?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: Passing Internal Table to a Function Module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763081#M1461948</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;This question is more related to General ABAP forum. Please choose the right forum to get quicker response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to create DDIC table types same as your internal table type and then mention these types in importing and exporting params data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at FunctionModules help documentation or existing function modules for more help.&lt;/P&gt;&lt;P&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;Manas Dua&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Mar 2010 03:25:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-26T03:25:25Z</dc:date>
    <item>
      <title>Passing Internal Table to a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763080#M1461947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to Web Dynpro Abap. Using the Function Builder, I am trying to pass an Internal Table (IT) as an import parameter into my Function Module (FM), fill it within the FM and be able to recieve the filled IT back as an Export parameter from the FM to my program. My problem here is that I do not know how to specify the Internal Table as an import OR export parameter for a Function Module, I tried using the Table Tab, but it says that is obsoleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone! Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 19:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763080#M1461947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-25T19:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Internal Table to a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763081#M1461948</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;This question is more related to General ABAP forum. Please choose the right forum to get quicker response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to create DDIC table types same as your internal table type and then mention these types in importing and exporting params data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at FunctionModules help documentation or existing function modules for more help.&lt;/P&gt;&lt;P&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;Manas Dua&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 03:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763081#M1461948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T03:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Internal Table to a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763082#M1461949</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;You can still create an internal table in FM using table tab. or define a table type in data dictionary and use that as the type of import parameter to be declared as table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaibhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 03:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763082#M1461949</guid>
      <dc:creator>vaibhav_tiwari</dc:creator>
      <dc:date>2010-03-26T03:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Internal Table to a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763083#M1461950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, My Internal Table though comprises of fields from different table sources. How do i go about defining this on the Table tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 17:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763083#M1461950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T17:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Internal Table to a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763084#M1461951</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;You want to pass the internal table to FM inside WD component and that table contains fields from diff table, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the FM through SE37. Goto 'Tables' tab of FM. Create table of type mentioned in the 'Associated Type' column of the FM. Fill the internal table with data and pass the internal table to FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create Table type with different fields through SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I interpreted your question correctly.&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;Saket.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 18:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763084#M1461951</guid>
      <dc:creator>saket_abhyankar</dc:creator>
      <dc:date>2010-03-29T18:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Internal Table to a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763085#M1461952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a little more clarity, Supposing I want to pass an internal table (IT) named IT_ASS_LOC with a field called ASSET_ID (CHAR4) and another called LOCATION_ID ( CHAR3). The ASSET_ID  field will hold ID records from the Assets table in DDIC while the LOCATION_ID field will hold data from the Locations table. in DDIC. This Internal Table will be filled using a Join SQL statement in a Function Module and passed back to the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I declare this IT on the tables tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 19:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763085#M1461952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T19:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Internal Table to a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763086#M1461953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moderator Note: This thread wasn't related to Web Dynpro ABAP.  Therefore I moved it to ABAP General.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 16:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-to-a-function-module/m-p/6763086#M1461953</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2010-04-01T16:31:18Z</dc:date>
    </item>
  </channel>
</rss>

