<?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: re: perform new task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-perform-new-task/m-p/1059784#M91568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STARTING NEW TASK basically executes the function module asynchronously in a new task(LUW). PERFORMING .... will execute the routine f_task_end after this asynchronous call is completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Nov 2005 05:42:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-01T05:42:35Z</dc:date>
    <item>
      <title>re: perform new task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-perform-new-task/m-p/1059783#M91567</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;   CALL FUNCTION '  ' STARTING NEW TASK '001'&lt;/P&gt;&lt;P&gt;    PERFORMING f_task_end ON END OF TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have seen above code in some programs.  What is the meaning of the above statement.  Where can we use the above statement. Can any body explain.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2005 05:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-perform-new-task/m-p/1059783#M91567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-01T05:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: re: perform new task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-perform-new-task/m-p/1059784#M91568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STARTING NEW TASK basically executes the function module asynchronously in a new task(LUW). PERFORMING .... will execute the routine f_task_end after this asynchronous call is completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2005 05:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-perform-new-task/m-p/1059784#M91568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-01T05:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: re: perform new task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-perform-new-task/m-p/1059785#M91569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi srinivas,&lt;/P&gt;&lt;P&gt;        See this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK '001'  PERFORMING TEST ON END OF TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the form TEST iam writing just a simple write statement. But iam unable to print the write statement after coming back from transaction mm01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2005 05:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-perform-new-task/m-p/1059785#M91569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-01T05:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: re: perform new task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-perform-new-task/m-p/1059786#M91570</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;Have you checked the documentation for this statement. Take a look at &lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/22/0425ac488911d189490000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/22/0425ac488911d189490000e829fbbd/content.htm&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it says: &amp;lt;b&amp;gt;Once the called function is completed, the next dialog step in the calling program (such as AT USER-COMMAND) guides the system into the FORM routine that checks for results. &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps some flow logic of your program will be help us to assist you in task at hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2005 06:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-perform-new-task/m-p/1059786#M91570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-01T06:39:20Z</dc:date>
    </item>
  </channel>
</rss>

