<?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 Sub-Routine into Background mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-sub-routine-into-background-mode/m-p/1204319#M131710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program which after displaying data needs to give user the option od posting this data in Background or online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that I can use SUBMIT statement to send a program in Background mode but in my case its a subroutine ONLY which needs to do its processing in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain in details:&lt;/P&gt;&lt;P&gt;I have designed a screen which shows some document list. It has a button 'POST' for POSTING them to SAP custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I press this 'POST' button I should be able to post all the documents on the screen in background mode and have a log generated for the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2006 11:15:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-01T11:15:09Z</dc:date>
    <item>
      <title>Submit Sub-Routine into Background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-sub-routine-into-background-mode/m-p/1204319#M131710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program which after displaying data needs to give user the option od posting this data in Background or online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that I can use SUBMIT statement to send a program in Background mode but in my case its a subroutine ONLY which needs to do its processing in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain in details:&lt;/P&gt;&lt;P&gt;I have designed a screen which shows some document list. It has a button 'POST' for POSTING them to SAP custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I press this 'POST' button I should be able to post all the documents on the screen in background mode and have a log generated for the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 11:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-sub-routine-into-background-mode/m-p/1204319#M131710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T11:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Sub-Routine into Background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-sub-routine-into-background-mode/m-p/1204320#M131711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The FORM is your own code &lt;/P&gt;&lt;P&gt;   or is it some code in some other standard program ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If its urs, &lt;/P&gt;&lt;P&gt;      then u can do like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Create a new Z FM&lt;/P&gt;&lt;P&gt;   write the code in this fm&lt;/P&gt;&lt;P&gt;   use appropriate IMPORT EXPORT TABLES parameters&lt;/P&gt;&lt;P&gt;   (to pass the value selected on the screen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. CALL FUNCTION func IN BACKGROUND TASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 11:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-sub-routine-into-background-mode/m-p/1204320#M131711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T11:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Sub-Routine into Background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-sub-routine-into-background-mode/m-p/1204321#M131712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The FORM is your own code &lt;/P&gt;&lt;P&gt;   or is it some code in some other standard program ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If its urs, &lt;/P&gt;&lt;P&gt;      then u can do like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Create a new Z FM&lt;/P&gt;&lt;P&gt;   write the code in this fm&lt;/P&gt;&lt;P&gt;   use appropriate IMPORT EXPORT TABLES parameters&lt;/P&gt;&lt;P&gt;   (to pass the value selected on the screen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. CALL FUNCTION func IN BACKGROUND TASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 11:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-sub-routine-into-background-mode/m-p/1204321#M131712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T11:26:37Z</dc:date>
    </item>
  </channel>
</rss>

