<?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: Transfer ALV Output through Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-alv-output-through-function-module/m-p/6521105#M1425115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to be a better approach. I will try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 14:30:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-21T14:30:21Z</dc:date>
    <item>
      <title>Transfer ALV Output through Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-alv-output-through-function-module/m-p/6521101#M1425111</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 a requirement where I am dealing with two systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) There is a report program which run in ECC Server and it makes an RFC Call to trigger another program in APO Server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The target program generates an ALV Output and I just want to bring back the output into ECC system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) How to achieve this ? How can transport the AVL Output throug the parameters of the RFC Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help/clue  on this would be highly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 13:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-alv-output-through-function-module/m-p/6521101#M1425111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T13:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer ALV Output through Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-alv-output-through-function-module/m-p/6521102#M1425112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Babu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of getting the ALV output (i think this is not possible), you can concentrate on getting back the Internal Table which is passed to the ALV func. module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this table &amp;amp; build the ALV in your system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sound simple but you need to check if the RFC FM can be modified to return the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 13:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-alv-output-through-function-module/m-p/6521102#M1425112</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-01-21T13:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer ALV Output through Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-alv-output-through-function-module/m-p/6521103#M1425113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the target report is a standard report. I am actually calling the RFC FM from the source system and inside that RFC FM, I am submitting the standard report in the background mode. It generates an ALV. I want that to be brought back to source system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 13:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-alv-output-through-function-module/m-p/6521103#M1425113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T13:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer ALV Output through Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-alv-output-through-function-module/m-p/6521104#M1425114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Babu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are submitting the standard report in background mode, try this algo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1. You can export the output list to the ABAP memory using the EXPORTING LIST TO MEMORY.

2. Then get the list details using the FM: LIST_FROM_MEMORY. Return the resultant internal table to your RFC.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 13:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-alv-output-through-function-module/m-p/6521104#M1425114</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-01-21T13:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer ALV Output through Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-alv-output-through-function-module/m-p/6521105#M1425115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to be a better approach. I will try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 14:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-alv-output-through-function-module/m-p/6521105#M1425115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T14:30:21Z</dc:date>
    </item>
  </channel>
</rss>

