<?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: Display output using Write or ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-output-using-write-or-alv/m-p/10653577#M1866499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so you want your report1 to show o/p of report 2 after job completion? then why submit in background, any specific reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 18:38:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-31T18:38:42Z</dc:date>
    <item>
      <title>Display output using Write or ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-output-using-write-or-alv/m-p/10653576#M1866498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched the forum and web for a solution but did not get any success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is my process&lt;/P&gt;&lt;P&gt;1) Generate ALV List 1 from Report 1&lt;/P&gt;&lt;P&gt;2) click button on ALV List 1&lt;/P&gt;&lt;P&gt;3) Submit Report 2 as a job from Report 1.&lt;/P&gt;&lt;P&gt;4) After calling JOB_CLOSE in Report 1, I want to display the text or another ALV but it shows me the ALV List 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Is it possible to send the spool as an email once the job is completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 17:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-output-using-write-or-alv/m-p/10653576#M1866498</guid>
      <dc:creator>former_member188001</dc:creator>
      <dc:date>2014-10-31T17:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display output using Write or ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-output-using-write-or-alv/m-p/10653577#M1866499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so you want your report1 to show o/p of report 2 after job completion? then why submit in background, any specific reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 18:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-output-using-write-or-alv/m-p/10653577#M1866499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T18:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display output using Write or ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-output-using-write-or-alv/m-p/10653578#M1866500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the submit program, there are lots of db commits and hence it needs to be done in background.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 18:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-output-using-write-or-alv/m-p/10653578#M1866500</guid>
      <dc:creator>former_member188001</dc:creator>
      <dc:date>2014-10-31T18:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Display output using Write or ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-output-using-write-or-alv/m-p/10653579#M1866501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the execution time too long? db commits should not be a problem in foreground. once you run the job you would be able to get the o/p on screen, there can be workarounds as reading the list from spool and displaying it again(not sure need to check out various possibilities) but directly the ALV wont show up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 07:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-output-using-write-or-alv/m-p/10653579#M1866501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-01T07:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Display output using Write or ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-output-using-write-or-alv/m-p/10653580#M1866502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a different process to get to the solution. It is still in testing with the functional team. Assuming they accept the solution, here it is for reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a question on the Step 4 mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order for my text to be displayed, I wrote another ALV to display the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the ALV output, i created 2 buttons&lt;/P&gt;&lt;P&gt;1) clicking one will take them to SM37 for job&lt;/P&gt;&lt;P&gt;2) clicking another will take them to SP01 for spool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if anyone would like to have code snippet i used and i will be glad to share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Salil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 14:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-output-using-write-or-alv/m-p/10653580#M1866502</guid>
      <dc:creator>former_member188001</dc:creator>
      <dc:date>2014-11-03T14:36:49Z</dc:date>
    </item>
  </channel>
</rss>

