<?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: call function starting new task -- front end in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705685#M1578502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i understand correctly you want to achieve something similar to the "New Debugger" session. When you're in the "new debugger" session, the system doesn't let you to "log off" &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me see if i can find something on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Feb 2011 05:43:40 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2011-02-04T05:43:40Z</dc:date>
    <item>
      <title>call function starting new task -- front end</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705678#M1578495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want some action to be performed when PO is saved. I have written that part of code in one FM which will be executed parallely/independently in new session. So, that it does not create any delay while saving PO. &lt;/P&gt;&lt;P&gt;I have called that FM(From PO Customer-Exit) in new task when PO is saved.&lt;/P&gt;&lt;P&gt;I don't want to execute that FM in background task.&lt;/P&gt;&lt;P&gt;In case if user logged-off from SAP system while that FM processing is still going on, then that part of code will not be executed and it will not serve my purpose.&lt;/P&gt;&lt;P&gt;How can I prevent user from logging-off till the time that FM completes execution ?&lt;/P&gt;&lt;P&gt;Appreciate your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 10:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705678#M1578495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T10:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: call function starting new task -- front end</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705679#M1578496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let us know why you are going for a new task and what  operation are you performing in your other task ?&lt;/P&gt;&lt;P&gt;May be you could use some badi-methods before save for this purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 10:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705679#M1578496</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-02-03T10:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: call function starting new task -- front end</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705680#M1578497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to transfer files from Presentation server to application server when PO is saved. &lt;/P&gt;&lt;P&gt;I have written code to transfer files from Presentaion to application server in that FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 11:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705680#M1578497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T11:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: call function starting new task -- front end</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705681#M1578498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you try with BADI ME_PURCHDOC_POSTED, method " POSTED" ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 11:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705681#M1578498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T11:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: call function starting new task -- front end</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705682#M1578499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can use BAdI or Custromer Exit. It does not matter.&lt;/P&gt;&lt;P&gt;My concern is if user logged off from system, when the FM in new task is still being processed then it will create a problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 11:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705682#M1578499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T11:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: call function starting new task -- front end</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705683#M1578500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can avoid the new task and write the code to place file inside the method mentioned by Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 11:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705683#M1578500</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-02-03T11:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: call function starting new task -- front end</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705684#M1578501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will take extra time to save the PO(if 8-10 files(size : approx. 8-9 MB) are to be transferred) , which I do not want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 05:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705684#M1578501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-04T05:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: call function starting new task -- front end</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705685#M1578502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i understand correctly you want to achieve something similar to the "New Debugger" session. When you're in the "new debugger" session, the system doesn't let you to "log off" &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me see if i can find something on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 05:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705685#M1578502</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-02-04T05:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: call function starting new task -- front end</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705686#M1578503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on SAP 4.7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 06:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705686#M1578503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-04T06:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: call function starting new task -- front end</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705687#M1578504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I am working on SAP 4.7&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm out then &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 06:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task-front-end/m-p/7705687#M1578504</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-02-04T06:08:32Z</dc:date>
    </item>
  </channel>
</rss>

