<?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: create internal table in  function module  and append it to global in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-internal-table-in-function-module-and-append-it-to-global/m-p/12006622#M1967612</link>
    <description>&lt;P&gt;Are the 2 function modules in the same function group? Is your question about how to declare a global variable in a function group or what?&lt;/P&gt;&lt;P&gt;Anyway don't do it that way, refer to the answer by &lt;A href="https://answers.sap.com/users/4022/gabmarian.html"&gt;Gábor Márián&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 15:49:58 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-07-24T15:49:58Z</dc:date>
    <item>
      <title>create internal table in  function module  and append it to global</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-internal-table-in-function-module-and-append-it-to-global/m-p/12006618#M1967608</link>
      <description>&lt;P&gt;i want to create an internal table in function module and apppend it to global and second function module will take the data and perform operation and give it to export &lt;/P&gt;
  &lt;P&gt;can anyone help??&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 07:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-internal-table-in-function-module-and-append-it-to-global/m-p/12006618#M1967608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-07-24T07:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: create internal table in  function module  and append it to global</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-internal-table-in-function-module-and-append-it-to-global/m-p/12006619#M1967609</link>
      <description>&lt;P&gt;Try declaring the internal table which you want to use in your second FM at the top include of your function group. To do so,&lt;/P&gt;&lt;P&gt;open your first FM in SE37. &lt;/P&gt;&lt;P&gt;click on object list button at the top or view your function group.&lt;/P&gt;&lt;P&gt;you will see a top include for your function group. Declare your internal table here in this include.&lt;/P&gt;&lt;P&gt;create the second function module under the same function group. you can access the internal table directly in second function module.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 07:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-internal-table-in-function-module-and-append-it-to-global/m-p/12006619#M1967609</guid>
      <dc:creator>former_member293462</dc:creator>
      <dc:date>2019-07-24T07:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: create internal table in  function module  and append it to global</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-internal-table-in-function-module-and-append-it-to-global/m-p/12006620#M1967610</link>
      <description>&lt;P&gt;Don't use that kind of obsolete encapsulation anymore. Use a global class with the internal table as an attribute with setter-getter methods. If there can be only one instance apply the singleton design pattern.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 07:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-internal-table-in-function-module-and-append-it-to-global/m-p/12006620#M1967610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-07-24T07:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: create internal table in  function module  and append it to global</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-internal-table-in-function-module-and-append-it-to-global/m-p/12006621#M1967611</link>
      <description>&lt;P&gt;Create one internal table inside FM and one in main program with same structure.&lt;/P&gt;&lt;P&gt;Add data in Internal Table of FM and export it to the main program in main program's Internal Table (global).&lt;/P&gt;&lt;P&gt;Now pass that global Internal table to second FM and use it.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 09:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-internal-table-in-function-module-and-append-it-to-global/m-p/12006621#M1967611</guid>
      <dc:creator>SachinArtani</dc:creator>
      <dc:date>2019-07-24T09:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: create internal table in  function module  and append it to global</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-internal-table-in-function-module-and-append-it-to-global/m-p/12006622#M1967612</link>
      <description>&lt;P&gt;Are the 2 function modules in the same function group? Is your question about how to declare a global variable in a function group or what?&lt;/P&gt;&lt;P&gt;Anyway don't do it that way, refer to the answer by &lt;A href="https://answers.sap.com/users/4022/gabmarian.html"&gt;Gábor Márián&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 15:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-internal-table-in-function-module-and-append-it-to-global/m-p/12006622#M1967612</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-07-24T15:49:58Z</dc:date>
    </item>
  </channel>
</rss>

