<?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: Functin module return problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-return-problem/m-p/2892962#M679907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For reference check fm GUI_DOWNLOAD. Here DATA_TAB is declared as output table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help you to identify your problem and fix accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 03:55:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-18T03:55:54Z</dc:date>
    <item>
      <title>Functin module return problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-return-problem/m-p/2892961#M679906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a function module. I want to export my internal table output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the src code of the fn module i have declared itab_output table.and i couldn't export it. If i try to give the same name itab_output in the table tab/export tab im getting the message 'table already declared'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to create the structre in se11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;JVP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 03:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-return-problem/m-p/2892961#M679906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T03:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Functin module return problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-return-problem/m-p/2892962#M679907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For reference check fm GUI_DOWNLOAD. Here DATA_TAB is declared as output table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help you to identify your problem and fix accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 03:55:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-return-problem/m-p/2892962#M679907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T03:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Functin module return problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-return-problem/m-p/2892963#M679908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashih,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked that and could not makeup.&lt;/P&gt;&lt;P&gt;Could you explain a sample program with the foll output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : BEGIN of itab occurs 0,
          empno type p0001-pernr,
          ename type p0001-ename,
          END of itab.

** Fillling the itab

I want to see the ouptut table when i exceute this function module.
Where to put this itab? table/export tab !

Rgds,
jothi.P

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Jothi Periyasamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 05:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-return-problem/m-p/2892963#M679908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T05:41:30Z</dc:date>
    </item>
  </channel>
</rss>

