search_user_session

Definition

To view the list of user sessions currently open

Command Usage

Syntax

search_user_session [<USR_LOGON> [<TOOL_NAME>]]

Command Arguments
Name Description
<USR_LOGON> The logon of the SAP CC user
<TOOL_NAME> The name of the user interface that has recorded a user session

Detailed Information

The search_user_session command displays the list of user sessions currently open. You can monitor the activity of all the SAP CC users connected to Core Tool, BART Tool or other application implementing the user session feature.

        +----------+----------+---------+-------------+------------------+
        |Session ID|User Logon|Tool Name|Creation Date|Last Activity Date|
        +----------+----------+---------+-------------+------------------+
        :          :          :         :             :                  :
        +----------+----------+---------+-------------+------------------+
Column Name Description
Session ID The identifier of the user session
User Logon The logon of the SAP CC user
Tool Name The name of the graphical user interface that registers the session (Core Tool, BART Tool, or other application)
Creation Date The creation date of the user session
Last Activity Date The date of the last activity on the user session

Troubleshooting Operations (System and User)

Use the delete_user_session command to delete a user session after the failure of a user interface of SAP CC.

Authorization

You must have a specific role in your SAP CC user profile. Refer to the SAP CC Security Guide for more information about the necessary authorizations.

See Also

delete_user_session - To delete a user session

Messages

Code Message Action
search_result {number} user session(s) found.  
operation_failure Error: An error occurred while retrieving the list of user sessions.  
col.session_id Session ID  
col.user_login User Logon  
col.tool_name Tool Name  
col.creation_date Creation Date  
col.last_activity Last Activity Date