<?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: RFC function - Submit standard report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687334#M1101862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you know you wouldnt get the data back from the report then how you decided on using that report in RFC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2008 20:06:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-28T20:06:21Z</dc:date>
    <item>
      <title>RFC function - Submit standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687332#M1101860</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 need to call a standard report "RVSCD100" in my ZRFC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that report there is no Export to memory Id command is there .. so how can i get the output in my t_data structure of my RFC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;valuable inputs will be very helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 20:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687332#M1101860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T20:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function - Submit standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687333#M1101861</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;Check with SUBMIT stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT REPORT01 &lt;/P&gt;&lt;P&gt;       VIA SELECTION-SCREEN &lt;/P&gt;&lt;P&gt;       USING SELECTION-SET 'VARIANT1' &lt;/P&gt;&lt;P&gt;       USING SELECTION-SETS OF PROGRAM 'REPORT00' &lt;/P&gt;&lt;P&gt;       AND RETURN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 20:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687333#M1101861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T20:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function - Submit standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687334#M1101862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you know you wouldnt get the data back from the report then how you decided on using that report in RFC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 20:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687334#M1101862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T20:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function - Submit standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687335#M1101863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MxG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to pass the data of that report to Portal thru RFC... i know i cant pass...but there may be some other method from all of you guys with tons of experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 20:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687335#M1101863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T20:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function - Submit standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687336#M1101864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only way I can think of is to use enhancement-point in the reprot to do what you want. go thru the code and see if you can get the data in some internal table, then export that in the enhacement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 20:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687336#M1101864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T20:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function - Submit standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687337#M1101865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can export the list to memory addition when you are using submit, and then read the list from memory using the function module LIST_FROM_MEMORY, then convert the listobject to ASCI format LIST_TO_ASCI. the ASCI format will hold the data. you can analyze the data, it will be the same as output, so you have to code and get the data from it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 00:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687337#M1101865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T00:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function - Submit standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687338#M1101866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how cna i export the list to memory thru SUBMIT statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide some more information on it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Giri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 20:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687338#M1101866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T20:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function - Submit standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687339#M1101867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;submit Ztest_program and return 
exporting list to memory. 

CALL FUNCTION 'LIST_FROM_MEMORY' 
TABLES 
LISTOBJECT = itab_data
EXCEPTIONS 
NOT_FOUND = 1 
OTHERS = 2 
.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 03:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-submit-standard-report/m-p/4687339#M1101867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T03:17:56Z</dc:date>
    </item>
  </channel>
</rss>

