Order locked

Hi everyone,
We have a problem when we work with two orders with the same WBS element. The scenario is the following:
- We want to create a new order (repair process), so we call TX IW31. In "Addit Data" tab we complete the fields: "WBS element" and "Project Definition".
- While we are editing that order, another user wants to modify any of the orders that are below that Project-WBS element, but it is imposible. The reason is that all of the orders that are pending bellow that Projetct-WBS element in the hierarchy (displayed in TX CJ20N) are locked, so they cannot be edited. Even its imposible to create another new order refearing the same Projet/WBS element.
We'd like that two diferent users could be able to create two diferent orders refearing the same Projetct-WBS element at the same time.
Thanks in advance for your help.

I go to transaction Iw31 and start to create an order, refering to 6023187 network.
At the same time, I go to transaction CJ20N and open the projet refered in the order. The networks displayed in the tree are shown in light gray instead of black. And I get the information message: "Not all objects were locked (see lock log)". So, I go to menu "Extras/Logs/Locked objets". It says:
- Sales order 44474 for network 6023159 is being processed by ...<my user>
- Sales order 44474 for network 6023182 is being processed by ... <my user>
- Network 6023187 is already being processed by ... <my user>
- Reservation 0001932582 is already being processed by ... <my user>
- Sales order 44474 for network 6023187 is being processed by ... <my user>

Similar Messages

  • Sales orders locked

    Hi to all,
    I am facing an strange issue as we use Scenario-A for sales order creation which are created in CRM then replicated to ECC for subsequent processing & now we get some strange issue of sales orders not able to open in ECC as we get the error as sales order is locked by some user in CRM system.
    I had checked in all queques & Bdoc we find no orders locked but the sales order gets released after sometime in few hours also all these locked sales orders are distributed successfully without any issue.
    Thanks in advance,
    Shiva

    Hi Shiva,
    If an update is terminated, the status is switched from WAITUPDA to VBERROR.
    You can also go directly from the tRFC Monitor and qRFC Monitor to the terminated update task in transaction SM13.
    And when an order is already been sent to ECC System you cannot make changes in CRM. In order to do so you have to activate the interactive changes in customizing.
    Regards
    Sidd

  • Process Order Locking

    Dear Gurus,
    Am working in a FMCG environment.
    Confirmation of operations is required every 15-20 minutes. There are multiple operations in an order.
    Also, we are using Handling Unit functionality for palletization process. The Handling Unit creation and GR has been automated via a interface. Frequency of Handling unit creation is - 1 HU every 4-5 minutes for an order.
    Am facing a problem of process order locking while carrying out the above mentioned activity.
    Am thinking of....
    1. Order confirmation instead of operation wise confirmation (client hell bent on carrying out operation wise confirmation - real time entries at the shop floor)
    2. Entry of relevant confirmation data, once every shift (post processing)
    3. PI Sheet - Function module (would like to avoid this )
    Can you kindly suggest some solution?
    Thanks and regards,
    Tarang

    Hi Tarang,
    Just a quick thought... Maybe CORR could be of help. What you could do is, set up the data in excel sheet in the same format as the one in CORR, i.e. the columns matching & then just copy paste from excel to CORR. This could help reduce the time required significantly.
    Alternatively, you can look at BAPI's for confirmation via a Z report & upload the values.
    Hope the above is helpful.
    Regards,
    Vivek

  • CIF error "Planned order Locked"

    Hi,
    in the cif queue manager, i had a queue(R3 Inbound) with error " planned order locked", when i reactivated the queue it disappeared.
    but what could be the cause of the error. please share your ideas,
    Thanks,
    Dhanush

    Hi Dhanush,
    There are multiple causes for this in which you need
    to check and fix the exact cause
    1) Sequential planning jobs in which one job either in
    foreground or background clauses or overlaps with
    the other one leading this error.
    2) Check SAP note 332881
    3) Check in sm12 any user lock or application lock is
    found during this time interval
    4) Run /sapapo/ccr for planned orders and check
    any errors noticed after iteration
    5) If you know for a location product in which lock is
    observed, then delete the planned order and try
    recreating it and check the error whether repeating.
    If working good, then you can delete all orders and
    regenerate it
    Regards
    R. Senthil Mareeswaran.

  • How to find out in which order locks are aquired by one or more sessions.

    hi,
    i am using following query to find locking of two sessions .
    SELECT resource_database_id, t.resource_type , t.resource_associated_entity_id,partitions.index_id,blocking_session_id,
                indexes.name as index_name,o.name,
        t.request_status, t.request_mode,t.request_session_id,
        t.resource_description 
        ,s.total_elapsed_time,s.start_time, convert(varchar ,getdate() - s.start_time, 114)
        ,s.wait_type,s.wait_time
        ,s.last_wait_type,s.lock_timeout,s.row_count
        ,s.*,o.*,t.*
        FROM sys.dm_tran_locks t
        LEFT JOIN sys.objects o on t.resource_associated_entity_id=o.object_id
        LEFT JOIN sys.dm_exec_requests s ON s.session_id=t.request_session_id
        left join sys.partitions on partitions.hobt_id = t.resource_associated_entity_id
        left join sys.indexes on indexes.object_id = partitions.object_id and indexes.index_id = partitions.index_id
        WHERE s.session_id in (51,52) ORDER BY s.start_time,s.total_elapsed_time
    resource_type resource_associated_entity_id request_session_id request_mode index_name name resource_description
    DATABASE 0 51 S NULL NULL
    OBJECT 2094278866 51 Sch-S NULL wt
    OBJECT 2094278866 52 IX NULL wt
    PAGE 72057597150887936 52 IX PK_wt NULL 1:204815
    KEY 72057597150887936 52 X PK_wt NULL (4fb98fd9bfad)
    DATABASE 0 52 S NULL NULL
    Q1)i wanted to know session id 52 acquired object,page,key and database locks in same order or it was opposite
    how can i find the order of aquisition of locks by (one or two session).
    Q2)i have express edition advance of sqlserver 2008 r2 , it possible to trace every event with out using profiler as u know it
    does not ship with it 
    yours sincerley

    http://blogs.conchango.com/jamesrowlandjones/archive/2009/05/28/the-curious-case-of-the-dubious-deadlock-and-the-not-so-logical-lock.aspx
    select *,%%lockres%%
    from    dbo.Table(nolock)
    where    %%lockres%% IN('(4fb98fd9bfad)')
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Purchase order locking issue

    Hi ,
    We are processing IDoc. The IDoc FM does GR of STO by using MIGO transaction via BDC , then FM also does GR of STO Delivery number by using VL02N transaction . MIGO transaction is successful but while doing GR of STO Delivery number via VL02N we are getting an error like ' Purchase order XXXXXXXXXX is currently locked by user XXXXXX .
    This happens if we process the IDoc in background . If I process the IDoc in foreground  by putting breakpoint at MIGO and VL02N , it executes successfully .
    I feel it is a locking issue . I tried using FM DEQUEUE_ALL , MM_DEQUEUE_DOCUMENT after MIGO but it did not work out .
    Please suggest for any pointers on this locking issue .
    Regards,
    Kiran.

    Forget about WAIT statement.
    Use:
    set update task local.
    ...before starting MIGO.
    regards

  • Check the Freight order locked status in TM 8.0

    Hi All,
    Is there any method to check whether the Freight order is locked for processing, other than the messages obtained when the
    Freight order is called for update and it returns a message, the Order is locked and cannot be processed.
    Also can you please provide me the links, where I can find useful information regarding the TM 8.0
    Regards,
    Joseph M

    Go to EDIT Freight order link, open the FO
    DATA: lo_srvmgr_tor TYPE REF TO /bobf/if_tra_service_manager,
          lt_tor_key    TYPE /bobf/t_frw_key,
          lo_message    TYPE REF TO /bobf/if_frw_message,
          ls_tor_id     TYPE /scmtms/tor_id,
          lt_tor_id     TYPE /scmtms/t_tor_id.
    lo_srvmgr_tor = /bobf/cl_tra_serv_mgr_factory=>get_service_manager( iv_bo_key = /scmtms/if_tor_c=>sc_bo_key ).
    ls_tor_id = '00000000000000010037'.
    APPEND ls_tor_id TO lt_tor_id.
    CALL METHOD lo_srvmgr_tor->convert_altern_key(
      EXPORTING
        iv_node_key = /scmtms/if_tor_c=>sc_node-root
        iv_altkey_key = /scmtms/if_tor_c=>sc_alternative_key-root-tor_id
        it_key      = lt_tor_id
      IMPORTING
        et_key      = lt_tor_key ).
    CALL METHOD lo_srvmgr_tor->retrieve
      EXPORTING
        iv_node_key          = /scmtms/if_tor_c=>sc_node-root
        iv_edit_mode         = /bobf/if_conf_c=>sc_edit_exclusive
        it_key               = lt_tor_key
        iv_fill_data         = abap_false
      IMPORTING
        eo_message           = lo_message
    lo_message will have MT_MESSAGE that will be filled with message.
    /SCMTMS/MSG 251 252 253

  • Edit Process order locked in ECC

    Hi Experts,
    I am saving process order from APO - /sapapo/rrp3 and the same proc order should ideally be updated in ECC - COR3 transaction.
    This happens correctly when 'LOCKED BY WORKFLOW' status is initial in COR3.
    And doesn't get updated in ecc when, this lock is set.
    I am checking on a feasible solution to update proc order in ECC even when this lock is set.
    Please share me any such experience.
    Thanks in advance,
    Anil Supraj

    Hi Anil,
    Please check this stuff from SAP Help.
    Thanks, Marius
    Inbound Processing of Planned Orders and Manufacturing Orders
    ·  CIFORD03: Change Order Data
    To change orders that are transferred from SAP APO to SAP R/3 in R/3 inbound
    ·  CIFORD01: Change Object Type and Order Data
    To change order data that is transferred from SAP APO to SAP R/3 and is already in R/3 format in R/3 inbound
    Outbound Processing of Planned Orders and Manufacturing Orders
    ·  CIFORD02: Influence the Transfer of Customer-Specific Fields
    To change or add own data to manufacturing orders and in some cases also to planned orders that are to be transferred from SAP R/3 to SAP APO
    This enhancement corresponds to the APO enhancement APOCF004 Inbound Processing: Production Order/Planned Order.

  • Removal of Reservation on Process Order Locking

    Hi Experts,
    I'm unable to clear the reserved materials under a Process Order after Locking the same. Is it possible to release the reserved material after locking an Order?
    Regards
    Subhasis

    Hi subhasis,
    If your order is only released then do the Read Master Data again for the order without doing the material availability check and save the order.
    Check and revert
    Nitin Kapoor

  • Purchaser Order Locking Problem In PROXY interfaces

    Hello Experts,
    Scenario is as follows
    landscape is  : NON SAP system ->> PI --> ECC
    Documents flowing is Purchaser order create and change
    Problem is like when i receive same purchase order for change in few fraction of seconds and multiple time as i am already processing the same same PO the next interface goes into a error saying that the PO is locked by user so and so.
    What could be possible solution for to avoid  locking in first place .
    Note its a asynchronous interface XML proxy message.
    Thanks and Regards,
    Anup Deshmukh
    Still waiting for the inputs...!
    PS : Moderators please move it to PI forum if it has to something with PI also

    Self Answered... ! Sorry Closing Old Thread.

  • Prodn Ord print prob (order locked under transaction CO02).

    Hello,
    The requirement is when I am releasing a producton order it should get printed. Now when I release and save production order, i get a message as "This order is locked under transaction CO02".
    The release takes place (status is REL), but th print does not take place (no spool in work order case LV01). If I reprint this order, it is printed correctly.
    If I double click on the message, I do not get any information.
    In OPK8 Flow control for transaction, eveything is * and the radio button Online is selected. Does this have any relevance in this case?
    I have not seen this message before during release of production order.
    Thanks in advance fo your assistance.
    Best Regards
    Sameer

    Hi ,
    1st  please check with your basis is the printer setup correctly.
    2nd assume everything setup correctly in Basis also hardware , please check your user profile.
    3rd please check in your printer spool sp01 is there any spool.
    4th please check the configuration been setup ? default after release should print.
    T-codes associated with this are
    OID1 - Shop Papers
    OID2 - Shop Papers by Document Type
    OID3 - User-Specific Print Control
    OID4 - Activate Print Diversion
    OID5 - Print Diversion Values
    OID6 - Print Control Online/Update
    Please rewad point if useful.
    TQ

  • Error message ME006 order locked after support package

    we went to a new support package this weekend and shortly after we have errors about locked documents error ME006
    it is programm RVV50R10C
    VL10X
    I tried to change the number of tries from 100 to 1000 but had no effect ?
    does anybody know how to resolve this ???
    kind regards
    arthur

    Hi
    Check SAP Note : 869852
    I think it UME is not correctly installed
    After upgrading your system to a newer SP, you get one of the following
    exceptions when executing the UME WD application:
    o java.lang.NoSuchMethodError:
    com.sap.security.core.wd.umeuifactory.wdp.I
    ExternalUmeUiFactoryCompInterface.hasSimplePermission(Ljava/lang/St
    ring;
    Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/St
    ring;Ljava/lang/String;)Z at
    com.sap.security.core.wd.maintaingroup.MaintainGroupComp.afterModel
    Init(MaintainGroupComp.java:787)
    In order to avoid this error, perform following steps:
    - Open the SDM tool and undeploy all components starting with
    "tc/sec/ume/wd/..."
    - Go to your downloaded SP archives and find the UMEADMIN*.SDA.
    Redeploy it.
    Regards
    Krishna.

  • Issue with BAPI_PO_CHANGE: purchase order locked

    I'm experiencing problems with the following scenario:
    1. change purchase order with RFC BAPI_PO_CHANGE
    2. wait 30 seconds
    3. post goods issue using IDoc MBGMCR01
    When performing step 3, I get in 20% of the cases the error that the PO is still locked by the RFC user in the R/3 system (user PIREMOTE already processing purchase document 123456789). I have tried to extend the wait step to 10 minutes, but the same issues still remains.
    I've also tried executing BAPI_TRANSACTION_COMMIT (with and without wait) and BAPI_DOCUMENT_DEQUEUE between step 1 and 2. Neither worked.
    Debugging BAPI_PO_CHANGE using SE37 didn't give any results. I noticed that the PO was still locked even when the processing of BAPI_PO_CHANGE in SE37 had finished. Somehow R/3 is locking the purchase document for a very long time in 20% of the cases. During the execution of the module enough work processes are available and no jobs are running.
    Has anyone ever experienced something like this and has an idea where to look next?

    So that should be BAPI_TRANSACTION_ROLLBACK in my case, since I have to use remote enabled functions. What does this function do? It looks like it's rolling back the performed transaction, thus reversing the changes, and that's not my intention.
    Edited by: Iddo Rijsdijk on May 25, 2008 1:09 PM

  • Internal Orders lock

    hi,
    i want to lock specific internal orders. i dont want any user to add line items to it. so if i lock the internal order can i block the users from making changes. once an internal order is settled can a user again use the same order to buy assets. once an internal order is settled i dont want any user to again use the same order...
    is it possible...how should i do it....
    thanks
    Ram

    Once you lock the internal order, the user will not be able to post to this order. Hence, once you successfully settle the internal order, you should lock that.

  • Internal order  lock or deltion flag in mass

    Dear Experts,
    How to block or Deletion flag to put internal orders in mass,  please guide me how to do in mass level.
    Regards
    chandu

    Dear ALL,
    we can block and lock internal order thorugh t.code kok4,
    Regards
    Chandu

Maybe you are looking for

  • How can I just use a generic Realtek audio driver without "Beats Audio" interfering!?

    Beats audio is terrible! I just want to have a flat EQ with no stupid sound effects enabled. The only way I've been able to do this so far, is to uninstall the audio driver, and just use the generic windows one instead. But what I would like to do is

  • Ipod touch 1st generation update software

    How do I get Apps on my 1St Generation Ipod Touch?

  • How Do I Watch Movies From IPOD Video On My TV?

    I have some movies on my ipod & i wanna hook it up to my projector to watch on the screen. The Projector has the Audio/Video Plugs, so whats some ways i can do this and what will i need to buy? thx!

  • Heeeelp  problem starting i tunes

    hi i tunes will not open, i think the problem lies with quick time the error message i get when i try to open quick time is RUN A DLL AS AN APP HAS ENCOUNTERED A PROBLEM AND HAS TO CLOSE When i go to control panel and open quick time i can access all

  • MIRO Reversal Ref - Table Name

    Hi All, I had reversed one miro document and I want that system should not pick reversal documents in my report. Can anyone tell me in which table does it maintain the Reversal Reference of MIRO. Full points will be alloted if problem solved. Regards