How to check who locked the Tcode in SM01

Hi to all experts,
Is there a way to check who locked the Tcode in SM01 or in table TSTC?
Thanks in advance.
BR,
Nancy

Dear Nancy,
Check the thread,
[sm01 transaction logs;
Regards,

Similar Messages

  • How to find out, who locked the same row

    Dears,
    I have a problem,
    sometimes our user complain that, when he tyring to make a transaction to a specific customer's Account
    its says 'Some other user access the same account, keep trying...' (like this).
    and in this response I just kill that user's session. then he can make the transaction by reconnecting.
    sometimes my solution(killing the session) can not slove this problem.it stayed even 5/6 hours long.
    in this time,i cannot find any bloking session or such a long waiting session.
    In this Scenario..
    I need to find out who(SID,SERIAL#,USERNAME) locked the same ROW (not table).
    There are many users who are locking different rows of the same table at the
    same time. I need to find the one who locked my row.
    is it possible to find out, who locked the specific customer's Account ?
    I am trying to find out by the following query but failed.
    SELECT s.SID, serial#, machine, osuser, terminal, b.object_name,
    row_wait_obj#, row_wait_file#, row_wait_block#, row_wait_row#,
    DBMS_ROWID.rowid_create (1,
    row_wait_obj#,
    row_wait_file#,
    row_wait_block#,
    row_wait_row#
    ) rowidd
    FROM v$session s, dba_objects b
    WHERE s.row_wait_obj# = b.object_id
    SELECT *
    FROM (SELECT s.SID, serial#, machine, osuser, terminal, b.object_name,
    row_wait_obj#, row_wait_file#, row_wait_block#, row_wait_row#,
    DBMS_ROWID.rowid_create (1,
    row_wait_obj#,
    row_wait_file#,
    row_wait_block#,
    row_wait_row#
    ) rowidd
    FROM v$session s, dba_objects b
    WHERE s.row_wait_obj# = b.object_id)
    WHERE rowidd IN (SELECT ROWID
    FROM account_mas
    WHERE branch = '999' AND accout_no = '009990215454')
    please help me...
    My Database version- 10.2.0.4, windows
    Regards
    Halim
    Edited by: Abdul Halim on Oct 26, 2009 2:43 AM

    Just check with this query, find the lock and kill the session.
    select b.session_id ,a.SERIAL#, a.username "Blocker Details"
    from v$session a,dba_lock b
    where b.session_id = a.sid
    and b.blocking_others = 'Blocking';
    Regards
    Asif kabir

  • How to check who had deleted the user?

    Hi all,
    An important user got deleted in the EP  production server.4 people are having administartor access.How to trace who deleted the user?Is there anyway to trace this?
    Thanks and Regards,
    Rajesh

    Hi Rajesh,
    you can check the ACL Audit Logging as described here: http://help.sap.com/saphelp_nw70/helpdata/EN/f7/61c01fbf2b4c4891e586ca5a44a351/frameset.htm
    In the security.<n>.log should have an entry like this
    <user ID> ACL.USER.DELETE <deleted user ID>
    Hope this helps,
    Robert

  • How to check who has approved the PO or PR?

    Hi,
    Can someone tell, how to check who has approved the PO or PR?
    Regards.

    Go to PO display ME23N go to enviornment data and see for header changes here you can see the person who has release the PO at what dat with time, user id and T-code used for release.
    Else if version management is activated in your client then check at the version tab at the header level of PO here also you will find the required details.
    For PR you can check the item details.
    Regards
    Sujoy
    Edited by: Sujoy on Apr 9, 2009 1:18 PM

  • How to check who moved mail manually in sost

    Hi gurus,
    How to check who has manually triggered mail from sost tcode as we have not scheduled send job for sap mails to be triggered and also someone has manually sent and would like to findout who has done the same from sost
    Regards
    Mohammed

    hi.
         Use SM 36 for creating the job...and SM 37 for displayin the job...here
    u can see some details such as job name,job modifier name,modified date from which date to which date....but u must know the job name den only u can find the modifier name there...
    it is possible to know such logs.....
          select the job..in that screen job log button is there..select the button,can get the job log ..ie start time and end time and some  other informations..
    hope this helps u..
    assign sum points if applicable...
    regards,
    ramanan

  • Kick out the users who locking the files

    hi, all:
    I have a boring problem. but i am not sure the netware6.5 can done or not.
    that's how to delegate the common user to kick out the users who locking the
    files? by remote manage or other ways. I very appreciate for your answer.

    Cyber-Rey,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • How to check who has cancel jobs in SM37

    Hello every one.
    Can any one explain how to check  who has cancel jobs in SM37(job overview).
    Is it possible to know such logs.
    In sm37 its only gives details about jobs what ever.
    Thanks & Regards.

    hi.
         Use SM 36 for creating the job...and SM 37 for displayin the job...here
    u can see some details such as job name,job modifier name,modified date from which date to which date....but u must know the job name den only u can find the modifier name there...
    it is possible to know such logs.....
          select the job..in that screen job log button is there..select the button,can get the job log ..ie start time and end time and some  other informations..
    hope this helps u..
    assign sum points if applicable...
    regards,
    ramanan

  • How to check what is the full name of the installer is used?

    Hi,
    how to check what is the full name of the installer is used?
    Thanks,

    Very nice, but assuming you did deliberately fire the installer, don't you remember the command? Apart from that your question has (as usual) no version and no platform and no context. If you are still in the installer and using any variant of Unix you can very easily run 'ps' to see the exact command.
    You would have needed to provide platform and version information when submitting the SR. Can you explain why you have this forum guess at it?
    Sybrand Bakker
    Senior Oracle DBA

  • How to check what are the enhancement done for MIRO transaction

    Hi Experts,
    Please help me out, how to check what are the enhancement done for MIRO transaction.
    Thanks in advance.
    Thanks,
    Basanagouda

    Hi
    Use the BADI
    Please refer these documents: [Enhancements required in MIGO|Enhancements required in MIGO; and
    [Enhancement in MIGO for Goods Movement|Enhancement in MIGO for Goods Movement;
    Hope this helps!!
    Regards
    Vijay

  • How to see who deleted the Object

    Hi Gurus
    Would you please advise if some data target or transformation is deleted from the BW system how to know who deleted the objects?
    Thanks

    How to see who deleted the Object

  • How to identify who ran the last process chain?

    Hi all,
    How to identify, who ran the last process chain for a PROCESS CHAIN NAME xyz in the production system?
    Thanks

    Hello,
    Go To RSPC1 give your process chain name (Go to  LOG View ) there  you will get Date selectin screen (give This Month and last Month or as per your reqirement) there you can see who ran the process chain with ID.
    Regards,
    Edited by: Subbu_Amar on Oct 13, 2010 5:01 AM

  • Lock the Tcode through program

    Hi All,
    I has write a program for lock the tcode for that I am using FM:-RSAU_WRITE_SM01_LOG,When I pass Input for  FM like below
    Tcode and lock ,
    It will run correct but the database updation is not takes place..
    Can any one guide to resolve the Issue..
    Please tell me if there is any fm to lock the tcode ..
    Thanks In advance.
    Regards,
    Nagesh

    Hi,
    If your ultimate motive is to update database,then why you are trying to lock a Tcode? You should lock the database table instead,then do your update work and then release the lock. That's it. I think it would be better if you create lock object from SE11 of your particular database table. Call ENQUEUE function module. Update DB table. Then call DEQUEUE function module and you are done.
    Let me know if you face any problems.Hope this would help.
    BR,
    Atanu

  • How to find Who did the PGI for Outbound delivery??

    Dear Experts,
    I want to find out who has done the Post Goods Issue for an outbound Delivery
    Please let me know what field and which table?
    Can I get this information from VL06O report?
    Thanks,
    Shetty

    Additionally to Sanjay's post:
    VL02N > Environment > Changes - here you can check who set the total goods movement status to "C".
    Change related data is stored in CDHDR and CDPOS data tables (in case of GI CDPOS-FNAME = "WADAT_IST").
    If you decide to use material document then the userID is stored in MKPF-USNAM. Delivery number is usually stored in MKPF-XBLNR (or you can find the material document from delivery via VBFA, but MKPF should be easier...)
    In VL06O you don't have this information. Maybe you should create ZVL06O or another report (development; if MB51 is not acceptable).
    Edited by: Csaba Szommer on Aug 10, 2010 9:33 AM

  • How to check who has edited the meeting invites on calendar

    Hi,
    we are in exchange server 2010 environment. How do we check who has edited the meeting invites on calendar? 
    I tried with get-calendardiganosticlog. But no help..
    Sankar M http://messagingdevelopment.blogspot.in/

    First of all, I would like to confirm if you have
    assigned any privilege
    to someone as an Editor. If so, he/she would be able to change, edit or delete meeting requests. You may enable auditing for such changes that will help you to check the changes such as,
    who was the person of changes. Please refer to this well described article that helps to understand this concern step-wise :
    http://msexchangeguru.com/2011/07/14/outlook-meeting-vanishing/
    Moreover, here is another good auditing resource (http://www.exchangeauditing.com/) that could be an appropriate solution to track such changes made in exchange server at granular level and get the captured
    auditing data into real time.

  • How to check who has deployed a PAR into the portal

    Hi there,
    is there any log from which can be checked who has deployed a PAR into the portal (probably using NWDS directly)?!
    Thanks in advance
    Praveen

    Hello Praveen,
    You can find the user info from the trace files which are located in usr/sap/SID/DVEBMGS<SysNo.>/j2ee/cluster/server0/log/ subfolders.
    Try to extract the info from the Tracefiles.
    Again if you have the Logviewer configured then you might be able to find the same info there too.
    Regards,
    Premkishan

Maybe you are looking for

  • How to create links to different files on the same page?

    Good day to all again, can someone please guide me through creating several links to different files on the same page. In other words, I am creating a photo page where my links are called Gallery 1, Gallery 2, etc... I would like to create links so w

  • Why does iPhone5 cost £78 in Walmart in USA but £500+ in UK?

    Why is it that there is little demand in the USA for iPhone5 that they can discount it at Walmart yet in the UK and elsewhere we pay £500+ if we want one? If Americans were paying the same price as the Uk then that would be $808 for the same mobile!

  • Macbook and iOS won't connect with bluethooth

    Hi folks, I have a 2010 Macbook White edition, that today I upgrade to Mavericks 10.9.4, previously on 10.7.5. I have iPhone 5s, with latest iOS (7.1.2) Before updating to Mavericks, I had no issues with bluetooth pairing and syncing, etc. between th

  • Autopopulation Validation Issue

    i am having one field say passport number. Depends on some fields it is autopopulating the values. i kept some validations for this field and it is not working at the time of autopopulation. if i enter manually means validation is happening. please h

  • Minor Nit - Default Install Directory in Windows 7

    I notice that on installation, the new empty catalog is installed to the user's My Pictures folder. With Windows 7, the Library feature allows one to have multiple directories for photos (not just My Pictures) in the Pictures library, and allows one