<?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: ABAP Session ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699018#M1104227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check fm TH_GET_SESSION_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2008 21:33:04 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-11-10T21:33:04Z</dc:date>
    <item>
      <title>ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699017#M1104226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to get the abap session id progmatically. Or anything which uniquely identifies a session?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 21:22:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699017#M1104226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T21:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699018#M1104227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check fm TH_GET_SESSION_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 21:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699018#M1104227</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-11-10T21:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699019#M1104228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report zrich_0002 .
 
data: opcode_get_session_id type x value 68.
data: session_id(32) type c.
data: id_len type i.
 
 
call 'ThUsrInfo' id 'OPCODE' field opcode_get_session_id
          id 'SESSION_ID' field session_id
          id 'ID_LEN' field id_len.
 
write:/ session_id.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 21:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699019#M1104228</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-11-10T21:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699020#M1104229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much..I need to try out this....&lt;/P&gt;&lt;P&gt;but can you please explain a little bit more how session id works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 21:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699020#M1104229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T21:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699021#M1104230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i got it buddies.&lt;/P&gt;&lt;P&gt;So its a system call (its a call to a C source code files of SAP Kernel) to retrieve data.&lt;/P&gt;&lt;P&gt;correct me if i am wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 22:44:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699021#M1104230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T22:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699022#M1104231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try searching the forum for the term "GUID_CREATE" (the FM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might meet your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps: I deleted one of your posts. It was a copy&amp;amp; paste from SAPhelp...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 22:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699022#M1104231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T22:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699023#M1104232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;deleted one of my posts!!!!! why...which one.....?? saphelp!!??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 22:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699023#M1104232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T22:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699024#M1104233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; ok i got it buddies.&lt;/P&gt;&lt;P&gt;&amp;gt; So its a system call (its a call to a C source code files of SAP Kernel) to retrieve data.&lt;/P&gt;&lt;P&gt;&amp;gt; correct me if i am wrong...&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; thanks.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Those functions are not (publicly) documented to my knowledge and are subject to change without warning. See the F1 docs....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A better option is to use an FM (preferably a released one) to create an own GUI-ID for your purposes, or a standard API which does the whole job in one shot (see tcode BAPI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 22:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699024#M1104233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T22:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699025#M1104234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as per my understanding...&lt;/P&gt;&lt;P&gt;suppose i open a new session at the workbench...that session has got an unique ID..which can be retrived using the FM th_get_session_id...&lt;/P&gt;&lt;P&gt;is my understanding correct??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 22:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699025#M1104234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T22:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699026#M1104235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; deleted one of my posts!!!!! why...which one.....?? saphelp!!??&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I might have been mistaken and posted that to the wrong thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy&amp;amp;Paste from SAPhelp without showing the source is a bit of a problem, so we reject such posts (to encourage the search) and I must have mistaken one of yours for another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry about that,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 22:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699026#M1104235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T22:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699027#M1104236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok no probs..but..this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per my understanding...&lt;/P&gt;&lt;P&gt;suppose i open a new session at the workbench...that session has got an unique ID..which can be retrived using the FM th_get_session_id...&lt;/P&gt;&lt;P&gt;is my understanding correct??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 23:01:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699027#M1104236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T23:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Session ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699028#M1104237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps if you explain for which scenario / requirement you need &lt;EM&gt;the&lt;/EM&gt; session ID, then there &lt;EM&gt;might&lt;/EM&gt; be a better way of doing it that c-calling the user info function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; is my understanding correct??&lt;/P&gt;&lt;P&gt;I see that your question is marked answered, so obviously you got it to work already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But none-the-less, it would be interesting to know why you need the session ID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 23:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-session-id/m-p/4699028#M1104237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T23:10:52Z</dc:date>
    </item>
  </channel>
</rss>

