<?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 inside of call function in back ground task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562897#M1076985</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;    Inside of the first function any way i will come after save&lt;/P&gt;&lt;P&gt;using update task debugging. Once it reach inside of firt function and if i press f5 then second function is coming and if i press f5 there then it is coming out of the function and it is not going inside. The second function is called directly not in back ground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Oct 2008 10:18:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-04T10:18:25Z</dc:date>
    <item>
      <title>Call function inside of call function in back ground task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562891#M1076979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am calling one function in back ground task. that is executing after save of the transaction. And inside of that transaction i am calling one more function but in debugging the cursor is not going inside of that function. What could be the reason. Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 09:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562891#M1076979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T09:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Call function inside of call function in back ground task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562892#M1076980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Function Modules called in Background task are executed when the "Commit" statement in encountered in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be not called at the point of CALL FUNCTION...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you want to check the control... instead of calling FM in background task call it directly and check the second FM call...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 09:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562892#M1076980</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-10-04T09:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Call function inside of call function in back ground task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562893#M1076981</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;    Thanks for the reply. But here the question is diffarent. I am calling one function in back ground task and inside of that i am calling another function directly. I am talking about the second function which is called directly. The cursor is not going inside o f the function which is called directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 09:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562893#M1076981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T09:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Call function inside of call function in back ground task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562894#M1076982</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;Try using external Break-point. in the internal function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swapnil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 09:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562894#M1076982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T09:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Call function inside of call function in back ground task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562895#M1076983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried external break point also still it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 10:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562895#M1076983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T10:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Call function inside of call function in back ground task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562896#M1076984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are not able to get into the First FM, how can you go inside the second FM within that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 10:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562896#M1076984</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-10-04T10:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Call function inside of call function in back ground task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562897#M1076985</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;    Inside of the first function any way i will come after save&lt;/P&gt;&lt;P&gt;using update task debugging. Once it reach inside of firt function and if i press f5 then second function is coming and if i press f5 there then it is coming out of the function and it is not going inside. The second function is called directly not in back ground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 10:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562897#M1076985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T10:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Call function inside of call function in back ground task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562898#M1076986</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;    Thanks the problem is solved. The problem is with export paramter. I have to deselect pass value check box.  Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 10:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562898#M1076986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T10:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Call function inside of call function in back ground task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562899#M1076987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, can you check that the data is being passed properly in the Interface parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 13:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-inside-of-call-function-in-back-ground-task/m-p/4562899#M1076987</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-10-04T13:38:11Z</dc:date>
    </item>
  </channel>
</rss>

