<?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: How to Close SAP Session Programatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559191#M1431009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think TH_DELETE_USER will kill that users all session..&lt;/P&gt;&lt;P&gt;my requirement is i need to close only that session where my tcode is already opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2010 09:39:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-04T09:39:03Z</dc:date>
    <item>
      <title>How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559184#M1431002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone tell me how to close sap session by runtime (Abap Code).&lt;/P&gt;&lt;P&gt;If there any FM?&lt;/P&gt;&lt;P&gt;My Requirement is : suppose transaction t1 is already opened in one session and i want to open that tcode (t1) again...then already opened session where that tcode is opened should get killed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 08:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559184#M1431002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T08:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559185#M1431003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use transaction ex with call transaction syntax (ABAP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559185#M1431003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T09:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559186#M1431004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i didnt get it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559186#M1431004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T09:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559187#M1431005</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;Try debugging the transaction SM04, this is used to kill a session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559187#M1431005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T09:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559188#M1431006</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;In your ABAP Program use this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'EX'. EX stands for  EXIT .It ends the SAP session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559188#M1431006</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2010-02-04T09:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559189#M1431007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gettingdump for  CALL TRANSACTION 'EX'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559189#M1431007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T09:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559190#M1431008</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 this FM TH_DELETE_USER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't check for the previous call transaction statement.Its actually going to dump.EX is present in TSTC table.&lt;/P&gt;&lt;P&gt;Hence call transaction wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559190#M1431008</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2010-02-04T09:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559191#M1431009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think TH_DELETE_USER will kill that users all session..&lt;/P&gt;&lt;P&gt;my requirement is i need to close only that session where my tcode is already opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559191#M1431009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T09:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559192#M1431010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create  a program with option Tcode and use FM &lt;STRONG&gt;TH_USER_LIST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;to get all users and  sessions open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if your transaction is already open then delete it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559192#M1431010</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-02-04T09:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559193#M1431011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi write single line of code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'SYST_LOGOFF'. and try to execute it, if reqd create a t-code for this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and Regards,&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559193#M1431011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T09:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559194#M1431012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Havent found any sutaible solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 10:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559194#M1431012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T10:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Close SAP Session Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559195#M1431013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suitable solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 10:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-close-sap-session-programatically/m-p/6559195#M1431013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T10:41:12Z</dc:date>
    </item>
  </channel>
</rss>

