<?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: get session id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-session-id/m-p/6974588#M1491764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can get the termial id by using by using FM THUSRINFO&lt;/P&gt;&lt;P&gt;then pass this to FM TH_SHOW_USR_DETAILS... you will get all deatils&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or directly use FM: TH_GET_SESSION_ID&lt;/P&gt;&lt;P&gt;this will directly give you session id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Soumyaprakash Mishra on Jun 21, 2010 10:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jun 2010 16:39:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-21T16:39:37Z</dc:date>
    <item>
      <title>get session id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-session-id/m-p/6974585#M1491761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if it's possible to get the sessionID of the current session of an user within an ABAP report - similar to getting other system-parameters, such as system time, username etc. I couldn't find a system-parameter-field (like sy-uname etc.) which fulfills my requirements. &lt;/P&gt;&lt;P&gt;Does anybody of you know how I can get the session ID ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;winnerin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 15:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-session-id/m-p/6974585#M1491761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-21T15:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: get session id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-session-id/m-p/6974586#M1491762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not 100% sure which session ID you mean. Browse through the function modules with names TH&lt;STRONG&gt;US&lt;/STRONG&gt; (selection mask) and see if one fits your needs.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 16:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-session-id/m-p/6974586#M1491762</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-06-21T16:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: get session id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-session-id/m-p/6974587#M1491763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you are asking about the session ID which comes in SM04-&amp;gt;technical info.. &lt;/P&gt;&lt;P&gt;if yes.. just follow the standard code and you will find that.. there is a system command which  solves your query..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call 'ThUsrInfo' id 'OPCODE' field opcode_usr_info
    id 'TID' field tid
    id 'TABLE' field usr_info-*sys*.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is in form &lt;STRONG&gt;build_usr_info&lt;/STRONG&gt; of program 'RSM04000_ALV'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 16:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-session-id/m-p/6974587#M1491763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-21T16:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: get session id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-session-id/m-p/6974588#M1491764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can get the termial id by using by using FM THUSRINFO&lt;/P&gt;&lt;P&gt;then pass this to FM TH_SHOW_USR_DETAILS... you will get all deatils&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or directly use FM: TH_GET_SESSION_ID&lt;/P&gt;&lt;P&gt;this will directly give you session id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Soumyaprakash Mishra on Jun 21, 2010 10:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 16:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-session-id/m-p/6974588#M1491764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-21T16:39:37Z</dc:date>
    </item>
  </channel>
</rss>

