In use of sm04

hi all,
use of t-code sm04

Hi,
SM04 is used to see all the users currently logged in into the system and using various screens. This is used by BASIS people to administrate the system.
Please search net before posting a query.
Your request is against the rules of the engagement. Please read out the below rules of this forum:-
[Before you post: Rules of Engagement;
Please avoid asking such questions.
Regards,
Gaurav

Similar Messages

  • Effects of using sm04 to terminate transactions

    Hi experts,
    I'm temporarily using SM04 to terminate user sessions which are 2 hours idle. We cannot set it on rz10 parameter where it automatically does the termination for idle processes because we have transactions(uploading) which lasts more than 2 hours and the system reads it as idle as well.
    My question is that, are there negative implications on the system if I always make use of sm04 to terminate user sessions?
    Please avise.
    Thank you in advance!

    Hi,
    For your query , you can set parameter rdisp/gui_auto_logout
    Parameter description(RZ11) :
    You can define that inactive users are automatically logged off from
    the SAP system after a specific period of time has expired.
    This parameter specifies the time period in seconds.
    Hope this will help you , as mentioned above if your upload/download is runing its not consider as INACTIVE for that time out you need to consider parameter rdisp/max_wprun_time.
    Regards,

  • User details

    hi all,
    my requirement is  to create alv report,
    <b>Input</b>:Date,Time,Username,Tcode,etc....
    out it will show number of user login on that day with details mention below
    <b>Output:</b> Date ,tcode,program,time,username,server,client.....
    give me  sample reports  if anybody has done before this kind of report..........
    i hv used tcode:SM04,STAT,STAD,SUIM but i m not getting information
    please anybody do some help......
    Regards,
    Imran

    Check these threads -
    T-code/report that can display user's logon history
    std table for user history
    User Logon history
    Regards,
    Amit
    Reward all helpful replies.

  • Integrated ITS : Session killed but memory still reserved

    Hi,
    I'm a basis guy, new to portal technology.
    Our users launch webdynpro  from EP6 Portal, the HTTP request our SAP ECC6  system (web as kernel 700) with integrated ITS. One of the user session has been lauchned yesterday, and was still running this morning that lead to a memory bottleneck. Because of that no more HTTP user was able to logon to the application server.
    The user session has therefore been killed using transaction sm04, now the users ara able to reach again the server.
    BUT, in transaction SITSPMON I can see that the memory session has not been entirely released, the ITS session still appear (without hte user name)
    same thing in transaction ST02, where 80% of the extended memory is used with ... 3 users connected.
    I have already checked sap note Note 742048 (- Integrated ITS, memory requirement in application server), our memory parameters doesn't seem to be the problem (em/global_area_MB  =1024 ).
    My question : Is there an other way to kill an ITS session ?
    How can I retrieve the used memory ?
    Any useful help would be highly appreciated.
    Best Regards.

    Hi,
    I'm a basis guy, new to portal technology.
    Our users launch webdynpro  from EP6 Portal, the HTTP request our SAP ECC6  system (web as kernel 700) with integrated ITS. One of the user session has been lauchned yesterday, and was still running this morning that lead to a memory bottleneck. Because of that no more HTTP user was able to logon to the application server.
    The user session has therefore been killed using transaction sm04, now the users ara able to reach again the server.
    BUT, in transaction SITSPMON I can see that the memory session has not been entirely released, the ITS session still appear (without hte user name)
    same thing in transaction ST02, where 80% of the extended memory is used with ... 3 users connected.
    I have already checked sap note Note 742048 (- Integrated ITS, memory requirement in application server), our memory parameters doesn't seem to be the problem (em/global_area_MB  =1024 ).
    My question : Is there an other way to kill an ITS session ?
    How can I retrieve the used memory ?
    Any useful help would be highly appreciated.
    Best Regards.

  • T code to know the list of transactions run

    Dear experts ,
    What is the tcode to know the list of transactions run .
    Reagrds
    anis

    i dont quite understand what do you mean under "transactions run", but if you want to see the list of transactions running at the present moment you can use transaction SM04
    Regards,
    Sara

  • Performance of EHP4 Oil and Gas instance during interface loads

    I have EHP4 running usage type Oil and Gas running on unix 64 bit.
    I have noticed the swap space usage increasing in the OS level.
    How can I find which processes are consuming swap space and not releasing the swap space.
    Where can I find out which user or which process is consuming swap space?
    Thanks
    Weyland Y.

    Here is how to monitor memory usage within the SAP instance.
    You can use transaction SM04 -> Goto -> Memory to see memory used per user. And you can use transaction SM50 -> double click on a running process to see the actual memory used by that process.
    Besides that, you can use transaction ST02 to see the overall memory used (Extended and Heap memory are the most interesting):
    SAP Memory      Curr.Use % CurUse[KB] MaxUse[KB]
    Roll area            0.06        160     13,520
    Page area            0.02         56     61,272
    Extended memory     12.61    129,024    156,672
    Heap memory                        0          0
    Cheers Michael

  • Message no. F2042

    Dear sir,
    Im working on FI module, Im changing a vendor, but is says" Account H is currently blocked by user HANGVT" Message no. F2042
    HANGVT is my user. Show me why and how can I do? also show me Tcode. ad step by step guide me.
    Thankyou very much.
    Faithfully,
    Hangvt

    Hi,
    It could be that in another transaction, you are accessing the same vendor. Please check this.
    If not, it could be a case of your transaction getting locked. Use transaction SM04 to find your active sessions. Look for the session which locks the vendor, select it, and use "End Session" to abort it. If you do not have authorization for doing this you can get it done by your basis person.
    In any case, it is an issue related to 'basis' and nothing to do with config, or any such thing.
    Regards
    Muraleedharan.R

  • Report to determine if users are sharing password

    We would like to determine if users are sharing password, is there any
    report that can show this kind of data?
    We would like to compare the terminal ID with username in order to
    indentify anyone is sharing password. However, Table USR41 only shows
    the current active users with terminal ID who logged on to the system
    not the historical data. We notice that t-code stat can show the
    historical terminal ID but is extracted from a structure not table. We
    have our in house programmer who can develop such program but we would
    like to know how the (STAT) structure extracts the terminal ID data
    from? which table?

    Hi,
    Table USR41 is a dynamic table and keeps on chaging as users are logged in and logged off. You can write an program on the table and fetch the dummy logins and log off the duplicate users by calling the function module (for logging off user).
    Other option
    You can also use tcode SM04 for logging off the duplicate users.
    AL08 can also be used to fetch the duplicate logons both these tcodes fetch the table USR41.
    Rakesh

  • Logging off mass users

    Hello experts:
                Is there a transaction or any way to kill users or end  users sessions from one screen. I know that you can view users from SM04 or AL08 but these screens don't allow you to end users sessions.
    Another way I have been killing or ending user sessions is by logging on to the production server using AL08 to see who is logged on under active instance.  Than log on to the dialog servers using BRGUI using transaction SM04 and logging the user off.   But I want to do this from one transaction and one screen.
    Thanks for your help have a great weekend.
    Billy

    Such transaction is not existing - and in fact, I personally would never do that. You don´t know what the users are exactly doing and you will hardly interrupt their processing...
    If it´s just one instance, why not shut it simply down?
    Markus

  • Reports usage and Users list

    Dear Friends, Good Morning.
    Where can see/get the correct data/repor/informationt for my problem.
    I have 300 users and 100 reports in BW system, I want to know the complete list of users and what reports they are using etc...
    I know that users list but I want to know how frequently the users are using the reports and what are the reports.
    Thanks
    Ganga

    Hi,
    Use  BW statics MP and Standard reprt to find out u r requiremnet r u can use tcode sm04
    MP:0BWTC_C10
    Query:0BWTC_C10_Q503
    For more information u can look this link
    http://help.sap.com/saphelp_nw70/helpdata/EN/74/0efd10ab46554398da081697cd27c1/frameset.htm
    Regards,
    satya

  • SAP ECC6 EHP7 Kernel 7.41.. SM04

    Dear All,
    Recently we have upgraded our ECC system to EHP7 and kernel 7.41. I was just surprised to see SM04 and could not figure out how to see memory consumption by a users in each of its sessions.
    Earlier we used to select user in SM04 and the goto --> memory system wide then it displayed the same.
    Can anybody suggest how to achieve in this new kernel ? Or is there any other tcode for the same.
    Thanks
    SS

    Hi Gaurav,
    Thanks for reply.
    My requirement is I need to monitor memory consumption by a user in all his sessions.
    Earlier in kernel 700 in SM04 i used to select the user and Goto--> Memory and it displays the memory consumption by users in each of its session individually.
    Now in upgraded system I can only see Total memory consumption by a user in all of its sessions, I cannot figure it out how to see individual memory usage for every session.
    I hope I elaborated, let me know if you need more on this.
    Regards
    SS

  • How to find out if a client is in use or not in any ABAP instance?

    Hi,
    I would like find out if a particular client like 100 or 800 or 200 etc is being used by some one or not in an ABAP system, if the client is not in use for a long time then we are planning to remove the client from Sandbox. Is there any TCODE which gives this information, can you please let me know?
    Thanks.
    Jennifer

    Hey Jennifer,
    try AL08 then. It provides a list of users/clients listed per server of the landscape, this gives you an excellent overview.
    SM04 will show you users logged on that particular client and its respectives t-codes (you will need to log on each client to view this data)
    Best regards,
    Tomas Black

  • What are the transactions we use day to day in the bw before go live

    what are the transactions we use most in the bw before go live?
    Tcodes for backend objects like creating infocube and so on.
    Tcodes for front end objects like creating queries and so on.
    Thank you.
    York

    Hi Les,
    check previous posting
    Transaction Codes for BW Developers
    SAP BW n R/3 transactions.
    table TSTCT contains all the transaction codes
    RSA6 Maintain DataSources
    RSA7 BW Delta Queue Monitor
    RSA8 DataSource Repository
    RSA9 Transfer Application Components
    RSD1 Characteristic maintenance
    RSD2 Maintenance of key figures
    RSD3 Maintenance of units
    RSD4 Maintenance of time characteristics
    RSDBC DB connect
    RSDDV Maintaining Aggregates
    RSIMPCUR Load Exchange Rates from File
    RSISET Maintain InfoSets
    RSKC Maintaining the Permittd Extra Chars
    RSLGMP Maintain RSLOGSYSMAP
    RSMO Data Load Monitor Start
    RSMON BW Administrator Workbench
    RSOR BW Metadata Repository
    RSORBCT BI Business Content Transfer
    RSORMDR BW Metadata Repository
    RSPC Process Chain Maintenance
    RSPC1 Process Chain Display
    RSPCM Monitor daily process chains
    RSRCACHE OLAP: Cache Monitor
    RSRT Start of the report monitor
    RSRT1 Start of the Report Monitor
    RSRT2 Start of the Report Monitor
    RSRTRACE Set trace configuration
    RSRTRACETEST Trace tool configuration
    RSRV Analysis and Repair of BW Objects
    SE03 Transport Organizer Tools
    SE06 Set Up Transport Organizer
    SE07 CTS Status Display
    SE09 Transport Organizer
    SE10 Transport Organizer
    SE11 ABAP Dictionary
    SE24 Class Builder
    SE80 Object Navigator
    RSCUSTA Maintain BW Settings
    RSCUSTA2 ODS Settings
    RSCUSTV*
    RSSM Authorizations for Reporting
    SM04 User List
    SM12 Display and Delete Locks
    SM21 Online System Log Analysis
    SM37 Overview of job selection
    SM50 Work Process Overview
    SM51 List of SAP Systems
    SM58 Asynchronous RFC Error Log
    SM59 RFC Destinations (Display/Maintain)
    LISTCUBE List viewer for InfoCubes
    LISTSCHEMA Show InfoCube schema
    DB02 Tables and Indexes Monitor
    DB14 Display DBA Operation Logs
    DB16 Display DB Check Results
    DB20 Update DB Statistics
    r/3 (bw related)
    SBIW BIW in IMG for OLTP
    BD61 Activate Change Pointers - Generally
    BDLS Convert Logical System Names
    BF11 Application Areas
    RSA2 OLTP Metadata Repository
    RSA3 Extractor Checker
    RSA5 Install Business Content
    RSA6 Maintain DataSources
    RSA7 BW Delta Queue Monitor
    RSA8 DataSource Repository
    RSA9 Transfer Application Components
    RSO2 Oltp Metadata Repository
    RSO3 Set Up Deltas for Master Data
    LO setup table
    OLI1BW INVCO Stat. Setup: Material Movemts
    OLI2BW INVCO Stat. Setup: Stor. Loc. Stocks
    OLI3BW Reorg.PURCHIS BW Extract Structures
    OLI4BW Reorg. PPIS Extract Structures
    OLI7BW Reorg. of VIS Extr. Struct.: Order
    OLI8BW Reorg. VIS Extr. Str.: Delivery
    OLI9BW Reorg. VIS Extr. Str.: Invoices
    OLIABW Setup: BW agency business
    OLIFBW Reorg. Rep. Manuf. Extr. Structs
    OLIIBW Reorg. of PM Info System for BW
    OLIQBW QM Infosystem Reorganization for BW
    OLISBW Reorg. of CS Info System for BW
    OLIZBW INVCO Setup: Invoice Verification
    Check out AHP's reply specifically in the link:
    urgent
    Assign Points if Helpful *****
    Regards,
    Ravikanth

  • SSO using user ID and password

    Hi ,
    I have installed EP 6.0 SP2 running on SQL DB,Business Package for ESS for SAP R3 4.7 , ITS6.20.
    Portal is runing fine and i also have set up the SSO with R3 using UIDPWD. I can able to access ESS iviews. Everything runs fine.
    But the problem is that after accessing 6/7 iviews of ESS, i am prompted for User id and Password. ( Welcome screen is displayed). I have checked the no of session in SAP R/3 ( Transaction : SM04) there are 4/5 RFC session found.
    Please do let me know if any other information i have missed out. Any idea always appriciated.
    Regards
    Debaraj

    Hi Tan
    Thanks for the reply.
    I have already set the Logon Ticket expiration = 24 hr.
    But still i am having the same problem .
    About the second option you have mentioned
    I have not changes iViews priority nor authorization scheme priority.
    As i mentioed , i could able to access iViews but after accessing 6/7 iviews i am getting portal login screen. This screen came even i click on the portal welcome page too.
    Please do let me know if any other setting need to be maintained . Is there any setting need to be done in ITS side.
    Regards
    Sahoo
    Message was edited by: Debaraj Sahoo

  • Error connecting using JCO.Client: null

    Hi,
    I created a WD app which uses  the RFC FM.  I followed How-To-build-webdynpro.pdf document to create the WD and trying to deploy and run, I see the view page but when I trigger the action via button UI element I get following error as exception in the try catch block of execute method
    In the NWA I see
    Could not create JCOClientConnection for logical System: 'WD_MODELDATA_DEST' - Model
    An exception has occurred: Erorr accessing cache [region]='XCM_SESSION_SCOPE'.
    [EXCEPTION]
    com.sap.isa.core.cache.Cache$Exception: Cannot return access for region 'XCM_SESSION_SCOPE'. Cache is not ready
    I'm using following existing JCO definition by configuring them with correct parameters.  Tested them successfully
    WD_RFC_METADATA_DEST
    WD_MODELDATA_DEST
    What am I missing?  In SM04 tcode I see 2 connections are opened with 2 Megabyte not released for a long time.  I think if connections are released correctly it should drop to 1 megabyte.  Is there anything that I need to do just after execute method as shown below (I have replaced function module with <FM> in below code)
    try {
             wdContext.node<FM>_Input().current<FM>_Get_InputElement().modelObject().execute();
         } catch(Exception exception) {
              msgMgr.reportException(exception.getLocalizedMessage(), false);
          wdContext.nodeOutput().invalidate();
          msgMgr.reportSuccess("Success");
    The error is in the catch block which is displayed on the view page.
    Thanks
    Praveen
    I modified the above code and put in finally block to close the connections as follows, please let me know if this is OK.  I still get error message as "Error connecting using JCO.Client: null" but no additional connections in the SM04 after adding finally block.
    try {
             wdContext.node<FM>_Input().current<FM>_Get_InputElement().modelObject().execute();
         } catch(Exception exception) {
              msgMgr.reportException(exception.getLocalizedMessage(), false);
         }finally {
              // disconnect the connection
              wdContext.<FM>_Get_InputElement().modelObject().modelInstance().disconnectIfAlive();     
    Edited by: Praveen11 on Oct 5, 2009 9:06 AM

    Thanks Satish.
    The issue is resolved.  I think it was to do with permission, as I was running directly from NWDS deploy and run the session didn't have proper authorisation or something that was causing this error.
    When I copy pasted the URL in the correct browser session window I got no error and function module was successfully executed.   However the issue now is that values are not showing up in the view may be to do with mapping context or model  I'll review and post back as different thread.
    Thanks
    Praveen

Maybe you are looking for

  • Problem with busy cursor

    IHey there, i have a popping up window in my Flex app. This window needs a little time to get created. In this time I want to set the Cursor to busy. But instead of the busy cursor Flex displays no cursor, also the arrow cursor disappears. I tried th

  • H430 CPU Upgrade

    Bit irritated now. I know I have a h61 Chipset, but there is NO information online about the lenovo "Mahobay" motherboard. None. Nada. I have no idea whether my motherboard is capable of any upgrades, LET ALONE a new CPU, as my crappy Pentium G640 is

  • How to restrict user to only see Performance Monitoring in RWB?

    Hi I have an issue, where I would like to let a business person see how many requests, there have been the last 24 hours for a given interface in PI 7.11. This can be done, in the RWB -> Performance monitoring, but how do I restrict the user, to only

  • Listening to iTunes while watching iPhoto slideshow

    Hello, Does anyone know if it is possible when activating a slideshow via FrontRow in iPhoto to keep the current music on iTunes playing without interuption? Currently if iTunes is playing and a slideshow is started the music will stop (I have music

  • 'save site as template' missing SP2013

    Hello! I would like to save my webpart page as a template. The problem is that i don't see "save site as template" anywhere on this site. On another site i've created the "save site as template" is visible. What could be the problem? I think i activa