<?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 SUBMIT  ALV GRID report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-alv-grid-report/m-p/964600#M68265</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;I have a question on how to read the ALV GRID output of a Standard Report externally from an RFM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this standard command to submit the progam based on the seltab, and Exporting  to memory and reading the list details: &lt;/P&gt;&lt;P&gt;"SUBMIT &amp;lt;prog name&amp;gt; WITH SELECTION-TABLE seltab EXPORTING LIST TO MEMORY AND RETURN."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since some reports display the o/p in ALV GRID, we cannot EXPORT them to memory, so is there any way we can read the output of the report without trying to modify the SAP report source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2005 18:42:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-22T18:42:53Z</dc:date>
    <item>
      <title>SUBMIT  ALV GRID report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-alv-grid-report/m-p/964600#M68265</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;I have a question on how to read the ALV GRID output of a Standard Report externally from an RFM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this standard command to submit the progam based on the seltab, and Exporting  to memory and reading the list details: &lt;/P&gt;&lt;P&gt;"SUBMIT &amp;lt;prog name&amp;gt; WITH SELECTION-TABLE seltab EXPORTING LIST TO MEMORY AND RETURN."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since some reports display the o/p in ALV GRID, we cannot EXPORT them to memory, so is there any way we can read the output of the report without trying to modify the SAP report source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 18:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-alv-grid-report/m-p/964600#M68265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-22T18:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT  ALV GRID report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-alv-grid-report/m-p/964601#M68266</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;Since the ALV deals with container controls, they are not BDC compatible and in the same way they are not compatible with SUBMIT EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way would be to copy the current program and change the display to classicl list method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 05:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-alv-grid-report/m-p/964601#M68266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T05:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT  ALV GRID report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-alv-grid-report/m-p/964602#M68267</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;&lt;/P&gt;&lt;P&gt;use fm REUSE_ALV_LIST_DISPLAY instead of alv grid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 06:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-alv-grid-report/m-p/964602#M68267</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-09-23T06:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT  ALV GRID report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-alv-grid-report/m-p/964603#M68268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the only way is to incorporate the logic of the standard program in your program instead of using SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way is to copy the standard program into a custom program.The problem with this is you have to also move this object along with the custom program when you need to transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if you find this explanation useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 07:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-alv-grid-report/m-p/964603#M68268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T07:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT  ALV GRID report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-alv-grid-report/m-p/964604#M68269</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;The problem here is that, I am NOT trying to do this for a specific report. I am trying to generalize it, so that it works for most of the reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is Copying the code to zName and modifying it is  the only Option or is there any way to read the ALV GRID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 13:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-alv-grid-report/m-p/964604#M68269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T13:39:53Z</dc:date>
    </item>
  </channel>
</rss>

