<?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: Message after submit report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871045#M49842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Enrique,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe I missed the problem, but did you try SY-MSGV1 (or maybe SY-MSGV2)? If a message is displayed, system variables should be filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2005 06:31:20 GMT</pubDate>
    <dc:creator>christian_wohlfahrt</dc:creator>
    <dc:date>2005-06-07T06:31:20Z</dc:date>
    <item>
      <title>Message after submit report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871041#M49838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program that submits a report. This report sends the output to the spool. When the process executes the submit command I get the following message:&lt;/P&gt;&lt;P&gt;Spool request (number &amp;amp;) created without immediate output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the spool request number for further processing. Does anybody know how to get the message and the spool request number at runtime? Kind of like the messages we get with a call transaction into the message table. By the way, the message is NOT available in the system structure SY(SYST).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 15:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871041#M49838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-06T15:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Message after submit report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871042#M49839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what I've done in the past.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) in the submitted program,  export the sy-spono to a memory id.  This should be the very last statement of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) in the calling program,  after the SUBMIT statment, import the spool number into memory id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) do what ever you need to do with the sy-spono.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 15:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871042#M49839</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-06-06T15:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Message after submit report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871043#M49840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table "tsp01" contain all the spool request.&lt;/P&gt;&lt;P&gt;Can you try to extract data from this table with report name, owner, date and title?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gianluca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 15:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871043#M49840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-06T15:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Message after submit report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871044#M49841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich and Simeone for the prompt answers. I do not want to export to memory because that means I will have to modify ALL the reports that need to be submitted with the program in question. Anyway I have a work around but it is not clean and I was hoping somebody would have a better idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 15:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871044#M49841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-06T15:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Message after submit report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871045#M49842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Enrique,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe I missed the problem, but did you try SY-MSGV1 (or maybe SY-MSGV2)? If a message is displayed, system variables should be filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 06:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871045#M49842</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-06-07T06:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Message after submit report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871046#M49843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try the sy-spono immediately after returning to the main program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 07:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-after-submit-report/m-p/871046#M49843</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-07T07:11:56Z</dc:date>
    </item>
  </channel>
</rss>

