<?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: SUBMIT...JOB..RETURN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-return/m-p/7399821#M1546725</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;Just use 'SUBMIT zrepid AND RETURN' without FM 'JOB_OPEN', after the zrepid executed, it will return to your calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2010 12:12:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-25T12:12:15Z</dc:date>
    <item>
      <title>SUBMIT...JOB..RETURN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-return/m-p/7399819#M1546723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folkss,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am trying to call SUBMIT zrepid via job jobname number jobnumber and return from another executable program. The control transfers to main prog immediately after triggering job. I want the control to return back after the job executes completely in FINISHED status, so that i can export the LIST from memory and import into the calling program. I dont want to use the spool list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,  whenever SUBMIT is being used , does the execution happens in background all the time irrespective of JOB or REPORT calling???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 11:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-return/m-p/7399819#M1546723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-25T11:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT...JOB..RETURN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-return/m-p/7399820#M1546724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUBMIT via Job is always an asynchronous call, processing in the calling program will continue immediately. If you want to retrieve the list from memory, then drop the "via Job" option. You can still schedule the calling program in background if required.&lt;/P&gt;&lt;P&gt;Please study F1 help for SUBMIT for further information.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 11:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-return/m-p/7399820#M1546724</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-10-25T11:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT...JOB..RETURN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-return/m-p/7399821#M1546725</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;Just use 'SUBMIT zrepid AND RETURN' without FM 'JOB_OPEN', after the zrepid executed, it will return to your calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 12:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-return/m-p/7399821#M1546725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-25T12:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT...JOB..RETURN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-return/m-p/7399822#M1546726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Thanks for responding. I am working on performance issue, and user wants list output in foreground only. If i see the timestamp of program having SUBMIT...EXPORTING LIST...RETURN with that of program having  SUBMIT..VIA JOB..RETURN,&lt;/P&gt;&lt;P&gt;the spool list is obtained very quicker than foreground list output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with &lt;/P&gt;&lt;P&gt;SUBMIT...VIA JOB..RETURN&lt;/P&gt;&lt;P&gt;COMMIT WORK AND WAIT.&lt;/P&gt;&lt;P&gt;WAIT UP TO 60 SECONDS.  "waiting for job to get finished&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But listoutput is lost!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a way to bring to spool list back to memory in calling program, it will solve my problem. I am working in RETAIL, the user executes this report across all sites at the sametime, so timeouts occurs frequently!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 03:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-return/m-p/7399822#M1546726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-26T03:43:23Z</dc:date>
    </item>
  </channel>
</rss>

