<?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: User/Session list for each application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-session-list-for-each-application-server/m-p/4195673#M1002901</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;TH_USER_LIST - Function module gives you  logon users  list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIND_DB_APPLICATION_SERVER - To find Application server availabe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2008 10:03:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-28T10:03:43Z</dc:date>
    <item>
      <title>User/Session list for each application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-session-list-for-each-application-server/m-p/4195670#M1002898</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 need to create a program where the following will be retrieved: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Application Servers available&lt;/P&gt;&lt;P&gt;(2) Users logged on per Application Server&lt;/P&gt;&lt;P&gt;(3) Transactions/sessions used by each user &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to get the Application Server List, I used FM TH_SERVER_LIST. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then for each destination, I call the FM CALL FUNCTION 'THUSRINFO' DESTINATION &amp;lt;DESTINATION&amp;gt; . This FM returns the complete list of users per App. Serv, but the TCODE field does not always reflect all of the Transactions accessed by the user. Is there another FM I can use where I can retrieve the Session details per user (regardless of App Server) ? &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, 28 Jul 2008 09:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-session-list-for-each-application-server/m-p/4195670#M1002898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T09:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: User/Session list for each application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-session-list-for-each-application-server/m-p/4195671#M1002899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to suggest a few,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIND_DB_APPLICATION_SERVER&lt;/P&gt;&lt;P&gt;FIND_DB_APPL_SERVER_SDB&lt;/P&gt;&lt;P&gt;MSS_GET_ALL_APPSERVER_INFO&lt;/P&gt;&lt;P&gt;SISM_GET_APPLSERVER_INFOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CNV_GET_USERS_FOR_APP_SERVER&lt;/P&gt;&lt;P&gt;PRGN_GET_USERS_FOR_APP_SERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DSVAS_FL_SEARCH_SESSIONS - search sessions according to user specified criteria&lt;/P&gt;&lt;P&gt;DSVAS_FL_SEND_SESSION - send a session to SAP&lt;/P&gt;&lt;P&gt;DSVAS_FL_SESSION_DETAILS - show details of a selected session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that's usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 09:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-session-list-for-each-application-server/m-p/4195671#M1002899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T09:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: User/Session list for each application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-session-list-for-each-application-server/m-p/4195672#M1002900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using sm04 tcdoe u can get the detail &lt;/P&gt;&lt;P&gt;User/Session list for each application server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TH_USER_INFO(for how many session)&lt;/P&gt;&lt;P&gt;TH_WP_DETAIL_INFO64(tcode name /program name)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TH_DISPLAY_USER_LIST(thsi will help u ....)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anbu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anbu B on Jul 28, 2008 11:47 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 09:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-session-list-for-each-application-server/m-p/4195672#M1002900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T09:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: User/Session list for each application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-session-list-for-each-application-server/m-p/4195673#M1002901</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;TH_USER_LIST - Function module gives you  logon users  list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIND_DB_APPLICATION_SERVER - To find Application server availabe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 10:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-session-list-for-each-application-server/m-p/4195673#M1002901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T10:03:43Z</dc:date>
    </item>
  </channel>
</rss>

