Program RSWWCOND - Locking entries

Dear All,
I am getting some problem with Program RSWWCOND. The execution of this program results in error 'Lock table overflow', due to which no user is able to login to the sap system.
I need to know what is the purpose/funtion of this program.Does it have something to do with workitems & why i am getting this error.
when the error occured we had around 10,000 workitems in our sap system.
The solution is to implement the sap note to increase table size to accomodate all the workitems,but i need to know the exact cause why it happens.
Please do help.
Thanks.

This report is used to Evaluate the condition in SAP Workflow step.
Check this link
Lock table overflows - what does it notify
Thanks
Arghadip

Similar Messages

  • Show lock entries of a program / include

    Hi abap-comunity,
    before editing a customer-program i want to know whether there are lock entries, no matter which include is involved. Of course i could check each include used in the program separately by checking the version-management functionality. The question is, is there a quicker and more comfortable way?
    I wonder, if anyone knows? For sure......
    Thanks in advance! Looking forward to your reply.
    Gunther

    Hi Gunther,
    adding to what Naredran said:
    You may use function module to get the includes:
          call function 'GET_INCLUDES'
               exporting
                    progname = irdir-name
               tables
                    incltab  = itab_ii.
    You may write a small program:
    Select programs from TRDIR or TADIR
    get includes using FM
    get transport requests for all objects from E071.
    Check Release status (and user) of transports in E070.
    Regards,
    Clemens

  • Lock entry in RPM

    Hi,
    How can I check lock entries in RPM?
    Is there any function module through which I can identify the user who has currently locked a particular review object?
    When I am clicking on particular review then the system is showing a message that an user has processed the particular review.I want to get the user through programming.Is there any way out?
    Thanks in advance,
    Sourav

    seems you are not using the call correctly.
        CALL FUNCTION 'ENQUEUE_ENQ_CGPL_PROJECT'
          EXPORTING
            mode_cgpl_project_enq = 'E'
            application           = 'PPM'
            external_id           = <id>
            _scope                = <scope>
          EXCEPTIONS
            foreign_lock          = 1
            system_failure        = 2.
    above call will set sy-subrc to 1 if exclusive lock has already been set.
    Edited by: Alok Kumar on Aug 11, 2011 9:57 AM

  • Lock entries in RPM

    Hi,
    How can I check lock entries in RPM?
    Is there any function module through which I can identify the user who has currently locked a particular review object?
    When I am clicking on particular review then the system is showing a message that an user has processed the particular review.I want to get the user through programming.Is there any way out?
    Thanks in advance,
    Sourav

    seems you are not using the call correctly.
        CALL FUNCTION 'ENQUEUE_ENQ_CGPL_PROJECT'
          EXPORTING
            mode_cgpl_project_enq = 'E'
            application           = 'PPM'
            external_id           = <id>
            _scope                = <scope>
          EXCEPTIONS
            foreign_lock          = 1
            system_failure        = 2.
    above call will set sy-subrc to 1 if exclusive lock has already been set.
    Edited by: Alok Kumar on Aug 11, 2011 9:57 AM

  • Unlock program which locked by Editor lock

    Hi, Experts,
    I need a small favour from you. There is a program created by a user and locked using editor lock in se38 attribute. Now that user is not active in system. How can I unlock that program using another user.
    Regards
    Rajiv singh.

    hi rajiv,
    Go to SM12 and execute
    select the lock entry and UInlock the entry(delete lock entry for that).
    if helpful reward some points.
    with regards,
    suresh babu aluri.

  • How to delete lock entries generated by the function module "BAPI_OBJCL_CHANGE"

    Hi experts,
    I'm now trying to make an add-on program
    which updates material master information by the background job.
    To update the "Classification" view of material master,
    the program calls the function module "BAPI_OBJCL_CHANGE".
    If the "RETURN" information is valid,
    then the program calls "BAPI_TRANSACTION_COMMIT" (with the "wait" parameter 'X').
    Contrary to my intention,
    lock entries generated by the function module "BAPI_OBJCL_CHANGE" remains after "BAPI_TRANSACTION_COMMIT".
    As a result, the material updated remains locked until the add-on processing ends.
    To shoot this trouble, I read some SCN discussions below:
    <<lock unlock record>>
    ⇒ As I wrote above, I checked the parameter for "BAPI_TRANSACTION_COMMIT".
    <<BAPI_OBJCL_CHANGE Lock Error !>>
    ⇒ I cannot call the function module "BAPI_OBJCL_CHANGE" with "IN UPDATE TASK" option
    because of "BAPI_OBJCL_CHANGE" attributes.
    ("BAPI_OBJCL_CHANGE" is not a "Update Module".)
    How can I delete lock entries generated by the function module "BAPI_OBJCL_CHANGE" ?
    Thanks in advance.
    Tom

    I quess/hope you want to remove locks in you caller program and not locks required by the update task processing to insure database consistencies...
    Did you use the WAIT option in the commit FM, else if there are no other locks in your called program a call of FM DEQUEUE_ALL could solve your problem.
    Regards,
    Raymond

  • Check Lock Entries

    Hi Friends,
    I have run two programs simultaneously updating same table.I want to chaek whether there is any lock that has occured.I have no authorization for SM12.Is there any table or other transaction to check whether the table is locked.

    Hi!
    The programs should set lock entries before making a change and releasing the lock immediately afterwards. When this is the case, you could see locks in SM12, but more for information purpose - because the programs are doing well on their own.
    If one (or both) programs don't use locks, then you won't see anything in SM12 and you might get a mess in the database - depends on the actual changes.
    (IMHO) Locks aren't stored in a table, it's more organized like a global memory -> that's faster and locks don't need to be stored for a long time anyway.
    Transaction would be SM12 - and anyway, any other transaction would check the same authority object...
    Regards,
    Christian

  • Urgent: Could lock entries (sm12) overflow?

    Dear experts,
    I lock the data of a Z table in a z-program .
    at the same time, I receive hundreds of calls from users, that they are locked out of their jobs(which are un-related to the z table).
    Could it be that the lock entries of my table, overflow something?? so it cannot lock any more?
    Please help.
    Thanks,
    Roxani

    Hi,
    yes there's a limit from ~ 2.000
    so generalize your lock entry (e.g. per bukrs or werks)
    A.
    pls reward useful answers
    thank you
    Message was edited by: Andreas Mann

  • Lock entry deleted manually

    Hi all,
    In my sm21 log i found lock entry deleted manually. I didnt deleted any lock for this user and user too dont have sm12 in his profile.
    I would like to know about this user. Is there any log file is there ican find deleted locks and who deleted that lock?
    Thanks in advance
    Time      Type   Nr    Clt    User   TCode Priority   Grp N Text
    14:33:12  DIA  001 900 130106 J1IEX                 GE  O Lock entry deleted manually: Transaction J1IEX
    Details Page 2 Line 13 System Log: Local Analysis of ECCAPP2                  1
    Time     Type Nr  Clt User   TCode Grp N Text
    14:33:12 DIA  001 900 130106 J1IEX GE  O Lock entry deleted manually: Transaction J1IEX
    Lock entry deleted manually: Transaction J1IEX
    Details
    Recording at local and central time........................ 14.07.2011 14:33:12
    Task...... Process                     User...... Terminal Session TCode Program   Cl Problem cl      Packag
    22602      Dialog work process No. 001 130106     Shashi_S       1 J1IEX SAPLJ1IEX S  Operation Trace SENQ

    hi All,
    i am also getting the same error "Lock entry deleted manually: Transaction J1IEX" daily. except me no one has authorization to SM12. i checked Stad no luck, COuld some one help me on this.
    Note: there are no lock entrys in SM12.
    12:43:21  DIA  021 100 <user Name>    J1IE           GE  O Lock entry deleted manually: Transaction J1IEX
    12:43:21  DIA  021 100 <user Name>    J1IE           GE  O Lock entry deleted manually: J_1IEXCDTL E
    12:43:21  DIA  021 100 <user Name>    J1IE           GE  O Lock entry deleted manually: J_1IEXCHDR E
    12:46:06  DIA  033 100 <user Name>    J1IE           GE  O Lock entry deleted manually: Transaction J1IEX
    12:46:06  DIA  033 100 <user Name>    J1IE           GE  O Lock entry deleted manually: J_1IEXCDTL E
    12:46:06  DIA  033 100 <user Name>    J1IE           GE  O Lock entry deleted manually: J_1IEXCHDR E
    12:46:27  DIA  022 100 <user Name>    J1IE           GE  O Lock entry deleted manually: Transaction J1IEX
    12:46:27  DIA  022 100 <user Name>    J1IE           GE  O Lock entry deleted manually: J_1IEXCDTL E
    12:46:27  DIA  022 100 <user Name>    J1IE           GE  O Lock entry deleted manually: J_1IEXCHDR E
    12:47:07  DIA  019 100 <user Name>    J1IE           GE  O Lock entry deleted manually: Transaction J1IEX
    12:47:07  DIA  019 100 <user Name>    J1IE           GE  O Lock entry deleted manually: J_1IEXCDTL E
    12:47:07  DIA  019 100 <user Name>    J1IE           GE  O Lock entry deleted manually: J_1IEXCHDR E

  • Lock entry deleted manually: LTAK E

    Hi experts,
    I have very much entries in SM21 saying
    Lock entry deleted manually: LTAK E
    Lock entry deleted manually: LEIN E
    I know this happens when deleting a lock entry via SM21 - but this happened somehow automatically.
    It's done by a program - and I don't know how to do this by programming it?
    Any ideas?
    Regards
    Michael

    Good it - done by function ENQUE_DELETE

  • I have the new version of iMovie, and when i try to start the program, i can't because it says that it is looking for some movie files from the Iphoto, so all the program is locked up... how can i do to restart the program??

    i have the new version of iMovie, and when i try to start the program, i can't because it says that it is looking for some movie files from the Iphoto, so all the program is locked up... how can i do to restart the program??

    Hi
    Did You ever use - iPhoto ?
    Did You may be direct iPhoto to a different Photo Library
    As iMovie tries to find the appropriate photo library - it can get lost if iPhoto direct it into a Library on a not connected external hard disk or to a strange location - And iMovie HANGS.
    Do - When no other program is running that might interfere
    • Start iPhoto - BUT NOW KEEP alt-key (option key) DOWN during the full Start-Up process
    • Now iPhoto let's You select Photo Library
    • Select the one in Your Account / Home folder / Pictures ! !
    • Then iPhoto should start up OK
    • Now Quit iPhoto
    • START iMovie
    Does it still hangs - then I would suspect - iMovie Pref. file
    If it Run's OK - Then HURRAY !
    Yours Bengt W

  • Lock entries in report RFWT0010

    Hi all,
    When i run the report RFWT0010 don't have anything just a report at the end said: Lock entrie and list all the vendor codes with and ID C6909.
    Thanks in advance

    Dear,
    That is because some user is tying to post an entry/ payment to that vendor, try again and it will update the withholding tax information on the posted documents.

  • Unalbe to delete lock entry table using Dequeue function module

    Friends,
    I display a base ALV list with custom app. tool bar. When i click on a button, i submit another report which updates a z-table for that corresponding row. I create a lock object for this entry before submitting the report. After updating the table, I try to delete the lock object using dequeue function module in the called report, but though the subrc is 0, the lock entry is not getting deleted in SM12. The called report, after dequeue, again submits report 1 (the caller). So, when i try to do some operation for the same row which I first selected, it triggers Foreign_lock exception. When I completely go out of the base list, only then the entry is deleted. Can anyone tell me the reason? I have tried with parameters _SCOPE & _SYNCHRON, but same result.
    Regards,
    Sathish R

    Hi,
    The triggering of the dequeue is not in the proper position as it need to be placed.
    Thats the only problem as per u have described the issue.
    Place the deque as soon as the report is return the value.
    I hope it may work ur issue.

  • Lock entries making problem

    Hi Experts,
    We are facing one problem durring updating the records in background 'Z' transaction. It will update the a record in mm02. The updated record will store in a Z table.
    But while executing mass records(multiple records) its getting error as lock entries. This error also coming after 1000 records. Upto 1000 records we are not getting any error. After this lock entries error comming.
    Can any one pls guide me what will be the reason behind this? Even while updating the 'Z' records we are added the commit work also . Still the same error comming. Kindly guide as.
    Moahana.

    Hi
    I hope you are using ENQUEUE_E_TABLE and DEQUEUE_E_TABLE FM while updated the tables
    Yes Commit statement is very important while updating the records in Tables
    Regards
    Renu Gusain

  • Lock Entries - How to unlock

    Hi Gurus,
    I have an ID locking the Interactive Planning --> Demand Planning Area, this is not showing up in SM12,
    but showing up from the menu --> Edit --> Lock Entries.
    What do I do to unlock these?
    Thanks
    JS

    Hello all,
    Thanks for your time and response. But there has been an abrupt shutdown of the system, and there is nothing in SM04, SM12, SM66 SM50 running as suggested by all of you. And the locked planning areas are getting unlocked after certain period of time. This is a recurring problem happening to Planning areas.
    I am trying to see if I have to patch my system, this is new dev installation SAP SCM version 5.1
    Any ideas would be helpful.
    Thanks
    JS

Maybe you are looking for

  • How can I add date to photos taken on my iphone 4s

    How can I add a date to photos taken on my iphone 4s?

  • Word docs and PDFs on iPad

    I don't have an iPad yet but I'm considering buying one. Can I transfer a Word doc or a PDF from my computer to an iPad in order to read it? To edit it?

  • Print normal invoice and send invoice as pdf to creator of invoice

    Hello to all, this is my first post in this big, special and great community.  Many thanks to all people in background for realizing and customizing ! I have a request to print the normal invoice and to send the invoice as pdf copy to the creator of

  • Billing plan periodic

    HI, I want to prepare a periodic billing plan for 12 month for Rs 1000.Out of which billing plan start 15th of sep to 30th sept.Please give me the solution how system create automatically billing plan in the month end Rs 500 for 15 days & for 11 mont

  • Automator to make Aliases

    So I posted this in another forum but I guess it was the wrong one- I'd like to use automator to make a folder action that once a day automatically scans a folder on my HD and makes aliases for all it's contents in another folder on my HD. I've got t