<?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: Starting new task question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144142#M1819633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To follow execution of FM executed&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;IN UPDATE TASK (update task, not RFC) -&amp;gt; transaction SM13&lt;/LI&gt;&lt;LI&gt;IN BACKGROUND TASK (tRFC, transactional RFC) -&amp;gt; transaction SM58&lt;/LI&gt;&lt;LI&gt;STARTING NEW TASK&amp;nbsp; (aRFC, asynchronous RFC) -&amp;gt; None by default, you have to code your logging -&amp;gt; See &lt;A href="https://help.sap.com/saphelp_nw04/helpdata/en/2a/fa0216493111d182b70000e829fbfe/frameset.htm" target="_parent"&gt;Create Application Log&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(Read also &lt;A href="http://help.sap.com/saphelp_nw70ehp2/helpdata/en/47/fe966a2d204aa7e10000000a421937/content.htm"&gt;RFC Administration&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2014 07:46:15 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2014-03-18T07:46:15Z</dc:date>
    <item>
      <title>Starting new task question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144140#M1819631</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;is there a way we can see the logs of task for all Function module that executed STARTING NEW TASK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for UPDATE TASK we can see it through SM13.&amp;nbsp; is this the same with STARTING NEW TASK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 14:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144140#M1819631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-13T14:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Starting new task question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144141#M1819632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STARTING NEW TASK and UPDATE TASK are related to different topics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STARTING NEW TASK is used to call a remote-enabled function module, see chapter "Using Asynchronous Remote Function Calls" in SAP NetWeaver help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE TASK is used to make major changes to the database, see chapter "Update Techniques" in SAP NetWeaver help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to the different purposes there is no equivalent of SM13 for STARTING NEW TASK. If you are the developer of the code using the STARTING NEW TASK feature you can readily track your calls with Business Application Logic (BAL), for instance, documentation see program &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;SBAL_DOCUMENTATION&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 16:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144141#M1819632</guid>
      <dc:creator>iotatau</dc:creator>
      <dc:date>2014-03-17T16:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Starting new task question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144142#M1819633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To follow execution of FM executed&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;IN UPDATE TASK (update task, not RFC) -&amp;gt; transaction SM13&lt;/LI&gt;&lt;LI&gt;IN BACKGROUND TASK (tRFC, transactional RFC) -&amp;gt; transaction SM58&lt;/LI&gt;&lt;LI&gt;STARTING NEW TASK&amp;nbsp; (aRFC, asynchronous RFC) -&amp;gt; None by default, you have to code your logging -&amp;gt; See &lt;A href="https://help.sap.com/saphelp_nw04/helpdata/en/2a/fa0216493111d182b70000e829fbfe/frameset.htm" target="_parent"&gt;Create Application Log&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(Read also &lt;A href="http://help.sap.com/saphelp_nw70ehp2/helpdata/en/47/fe966a2d204aa7e10000000a421937/content.htm"&gt;RFC Administration&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 07:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144142#M1819633</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-03-18T07:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Starting new task question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144143#M1819634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+ 1 Raymond. I am implementing something similar right now &lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/651/images/emoticons/cool.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 10:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144143#M1819634</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-03-18T10:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Starting new task question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144144#M1819635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi as others suggested there is no way to track your calls, but you can see the result of each of these calls - Use the below syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call FM&lt;/P&gt;&lt;P&gt;starting new task&lt;/P&gt;&lt;P&gt;performing form_name on end of task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form form_name receiving results from FM.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might tell a few more details based on your importing parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 20:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144144#M1819635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-18T20:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Starting new task question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144145#M1819636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue we have is an abap dump that made the processing of the rest of START NEW TASK dissappear for no reason.&amp;nbsp; We have captured in on ST22.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 10:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/starting-new-task-question/m-p/10144145#M1819636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-20T10:55:45Z</dc:date>
    </item>
  </channel>
</rss>

