<?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: Close a Session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/close-a-session/m-p/7004149#M1495701</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;I actually did not came across such a request,but perhaps you should try CALL FUNCTION ... DESTINATION 'NONE' ... STARTING NEW TASK &amp;lt;task&amp;gt; when starting 'A' and to end the task use FM RFC_CONNECTION_CLOSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Gerd Rother&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jun 2010 13:13:11 GMT</pubDate>
    <dc:creator>gerd_rother</dc:creator>
    <dc:date>2010-06-11T13:13:11Z</dc:date>
    <item>
      <title>Close a Session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/close-a-session/m-p/7004148#M1495700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am calling a transaction code in an RFC with destination none to open the called transaction 'A'  in a new session.&lt;/P&gt;&lt;P&gt;Right after that  i call another transaction 'B' which is a BDC recording, once i return from BDC, i need to close the session in which 'A' is opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried th_delete_mode but no use.I request you to throw some light on it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 12:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/close-a-session/m-p/7004148#M1495700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T12:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Close a Session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/close-a-session/m-p/7004149#M1495701</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;I actually did not came across such a request,but perhaps you should try CALL FUNCTION ... DESTINATION 'NONE' ... STARTING NEW TASK &amp;lt;task&amp;gt; when starting 'A' and to end the task use FM RFC_CONNECTION_CLOSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Gerd Rother&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 13:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/close-a-session/m-p/7004149#M1495701</guid>
      <dc:creator>gerd_rother</dc:creator>
      <dc:date>2010-06-11T13:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Close a Session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/close-a-session/m-p/7004150#M1495702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Rother,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the same before posting the request but could not find the solution. All it says 'No Connection Found'.&lt;/P&gt;&lt;P&gt;Since i gave it none..it might be saying that none is unavaliable. Any thoughts further?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance to you experts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 13:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/close-a-session/m-p/7004150#M1495702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T13:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Close a Session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/close-a-session/m-p/7004151#M1495703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of opening a new thread, am posting the same requirement which is not yet solved again with some modifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the requirement was not sufficed, i have taken the below approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) From the Custom Transaction 'A', i have to call the VAO1 transaction in another window, when the VA01 processing is completed, the window should close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps taken by me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) in the main transaction when the user clicks on a certain button, am calling the VA01 through a remote enabled FM&lt;/P&gt;&lt;P&gt;starting new task 'TEST' destination 'NONE' performing init_flag on end of task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the routine init_flag i have initialized some values and going ahead. Now when i click on back on the VA01 transaction , the task ends but it takes very long tme and results in dump....CALL_FUNCTION_WAIT_ERROR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I request you all experts to throw some light on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 07:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/close-a-session/m-p/7004151#M1495703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T07:05:03Z</dc:date>
    </item>
  </channel>
</rss>

