Re:'Delivery number is currently being processed by user

Hi,
  I am creating new delivery based on sales order and assiging craeted delivery to shipment using VL01N and VT01N.Some times getting error as 'Delivery number is currently being processed by user'. I am using synchrounus
update in BDC.
Can i use  'Commit work and Wait'  along with synchrounus update in BDC?
To avoid this error message is there any alternate solution.
Regards,
Suresh Kumar.

i have had the same issues, and niether synchronous update, nor commit and wait work in all cases.
an option would be to enqueue the delivery in between the two steps.
create the delivery, then enqueue the delivery (LIKP, i think) with a wait code on it. the system will wait until the first process releases the lock on the delivery and then give it to you. The lock will be discarded when you do a commit after second step, but for readability, i always dequeue.
this is what we do, and i cannot guarantee it will work for you.

Similar Messages

  • Sales document 400136021 is currently being processed (by user MNAUSHAD (C2

    Hi Friends,
       Iam using Mobile Sales and iam getting an error when iam opening the sale order created in laptops
       Scenario : Sale order created in laptop got replicated in CRM and R/3 and delivery got created in
                       R/3.
                       The replicated sales document is not seen in the Document flow in CRM enterprise
                        I could not find any queue's in SMQ2 or in SMQ1 both in R/3 or in CRM.
                        when i open the same sale order in VA02 iam getting the error.        
       Sales document 400136021 is currently being processed (by user MNAUSHAD (C2)
       Let me know if any of you has faced the same issue,
       Regards,
       Satish Kumar

    Hi Wolfard,
    Please find my answers,
    1. Does this error also occur when creating a similar sales document in CRM directly (i.e. it is rather a   CRM related issue than mobile related)? -  No from CRM enterprise to R/3 i dont find an error-  It is more of a Sync issue between Mobile> CRM> R/3.
    b) Do you know a user or batch name in CRM resp R/3 with that name mentioned by you?
        I know the user name - but this user name is not at all related.
    c) Please be aware that those queues smq1/2 are dynamical i.e. after processing the data the entries were deleted again; only in case of a sys fail the queues would be stopped; in the particular case of waiting for processing in R/3 there would be a queue status "WAITUPDA"
    I accept the queues are dynamic and it will deleted after it is processed,, The issue is that i dont find any queue in SMQ1 in R/3 and also in SLG1 on that particular date i could find the Log number with the error
    With the help of Log error i can find out the sale order.
    Trust it is ok
    satish

  • IDOC Error V1 042 - Sales document X is currently being processed by user X

    Hello Experts,
    I am using the IS-Retail solution of SAP and I am facing a IDOC Error which keeps the IDOC in Status 51. I traced the Error Message and it was V1 042. I am using an Inbound IDOC 'SHP_OBDLV_CREATE_STO01' to create the STOs (Deliveries) using the POs and there is a locking issue of the PO giving error message 'Sales document XXX is currently being processed by user XXX'.
    I have created a backgroung job using a program to post the STOs using IDOCs that picks up multiple files from Application Server and processes them one by one. Now when 2 or more files use the same PO then this error occus.
    I added a couple of minutes of wait time between the file processing but that did not help.
    Please let me know if you have faces same situation and what solution did you apply.
    Regards,
    PS

    Hopefully you have fixed this by now, but for anyone else who might be looking at this problem.  We had this problem and we had the 2 programs check to see if the other was already runing.  If so the program would submit itself for a number of minutes, different for both programs, and then exit.  We also, and just before this, checked to make sure that there were not 2 of the running programs running and if so to exit.  This was necessary because re-scheduling could put a program in conflict with itself.  I hope that this may help someone.  We used the join V_OP and searched for the program name, not the job name.
    Kevin

  • Sales order is currently being processed by user CRMREMOTE

    Hello everyone,
    I am working in R/3 and trying to make a delivery for sales order that moved from CRM to R/3. Error message appears 'The sales order is currently being processed by user CRMREMOTE'.
    Appreciate any help.
    Kirill.

    HI,
    Please take it as suggestion.
    As your ERP-System is being integrated with CRM-System. It seems that this common document is getting proceesed at CRM-System by some user.
    Please consult with CRM-System Admin for the same.
    Best regards,
    Amit.

  • VL02N Change Delivery blocked - Sales Order is currently being processed

    Hi Experts,
    We have a problem with only 2 deliveries. We try to reverse goods movement in VL09, and the error Text Text * ID * language  not found. Text Determination is ruled out because the rest of the deliveries can be reversed without this error.
    Here are some more findings:
    - When we tried to change the Delivery, error will show 'Sales Order XXX is currently being processed by user'. This is odd because it doesnt say the user name.
    - Sales Document Flow is correct, but when I checked VBFA (table for Document Flow), no entry for Sales Order as preceding document for the delivery, In fact, Sales Order cannot be found as preceding document.
    - When I checked LIPS, the Update Indicator for Delivery Document Flow is blank. Requirement Type and Planning Type also blank.
    - We were able to delete Sales Order even if Delivery is not yet complete. Document flow was then changed where the preceding document of the delivery is a billing document.
    It's getting weirder as it goes, any idea is really welcome. Thank you so much.

    Hi Sridhar,
    Thank you very much for your answer, that is certainly the case. Some tables werent updated with the preceding document.
    These tables/fields are:
    VBFA - Sales Ord missing as preceding document
    LIPS - VGTYP field (indicator of what type is the preceding document) is blank, as well as many other indicator fields. Actually, what were filled was just the preceding document number and item number in LIPS.
    Additional detail is that we can see the SO in the Document flow of the delivery, but under the delivery item's Preceding Documents tab, it will say that there's no preceding document.
    However, the delivery is already GI'd (hence we want to reverse it), and we cannot reverse because of this problem.I found an OSS note that will force update the VBFA table, but still doesnt work, until I added some codes that will also force update the value LIPS-VGTYP = 'C'. However, I dont want to do this because this is a force update...
    Any advice will be a great help. Thanks.
    Joyreen

  • Project is currently being processed Problem

    Hi Friends,
    I am creating projects using BAPI 'BAPI_PROJECTDEF_CREATE' and passing these Projects to BAPI  'BAPI_PROJECT_MAINTAIN'
    for creating WBS elements.  but when i am uploading legacy data throuch my program to create projects and WBS elemets throrch IDOC Process, sometimes i am getting an IDOC ERROR is " Project is currently being processed " is coming in IDOC status 51. but when i am see in proj table the failure idocs projects are created.
    i am written 'BAPI_TRANSACTION_COMMIT' only after  BAPI 'BAPI_PROJECTDEF_CREATE not for BAPI BAPI_PROJECT_MAINTAIN.
    so if i  write 'BAPI_TRANSACTION_COMMIT' after  BAPI 'BAPI_PROJECT_MAINTAIN' the above error will be solved?
    Kindly advice.
    Regards,
    Kumar.

    Hi,
    This is a very common problem in PS (Project Systems) during the creation of projects. Actually the cause of this is, once you have created the project, there are a number of database updates going on in the background corresponding to the new project that has been created. Even before all these updates are over, your program is calling the function module to create the WBS elements under it. Hence the message comes as the 'Project is currently being processed by 'user ID (your user ID)'.
    In order to avoid this keep a 'Wait until 2 seconds' statement after you have used BAPI_TRANSACTION_COMMIT' for project creation and before calling the function module to create WBS elements under the project. This will solve the problem.

  • Sale order currently being proccessed by user

    using VA02 to change for a particular sale order  (not for all),
    Sales document 82857 is currently being processed (by user DESPATCH)  message appears.
    i have checked, no user is login with this particular user-id and also no other user is using this sale order number.
    same problem existing since last night only for this particular order. this order is of large quantity and i cannot delete this order or using another order because all other planning is depending on it. please provide solution to sort out this problem. thanks in advance.

    using sm12 with user name DESPATCH, following information appears, can i delete this entry or to do something else.
    i hope we are near to solve the problem.
    Cl. User         Time       Mode   Table      Lock argument      
    400 DESPATCH     25.12.2009 E      VBAK       4000000082857

  • Replsh Delivery still in status being processed inspite billing completed

    Hi,
    Delivery created from purchase order has a batch Item
    Picking , PGI , Billing have been completed
    The document flow shows completed status expect
    the delivery still shows as being processed.
    The billing ststus at item level with qty 0  for the 1st line above batch line shoes as relevant for billing which should actually be blank.
    The batch line however shows the billing ststus as completed.
    Is there any correction Report to correct the Billing status in delivery

    RVDELSTA is the correction report to be run in SE38 transaction to correct the delivery document status. But your problem will not be solved by this. In the item cateogry VOV7 maintain billing relevance as M and then create a new cycle and check. For the current delivery you will have to take the help of ABAPer to reset the status at table level.
    Regards,
    GSL.

  • ALE : Error -- Distribution model is currently being processed

    Dear all,
    I m getting following error during distribute model view....
    Model view MODEL_VIEW has not been updated
    Rreason: Distribution model is currently being processed.
    Thanks in Advance.

    Hi,
    When i genrating partner profile following message i get.
    Partner
    System ERP100                             System ERP100 as a partner type already exists
    System ERP400                             System ERP400 as a partner type already exists
    Port
    System ERP400                             Port A000000017 with RFC destination ERP400 already exists
    Outb. Parameters
    System ERP400                             Outbound parameters for message type MATMAS MATMAS05 already exist
                                               Outbound parameters for message type SYNCH SYNCHRON already exist
    Thanks

  • Reg:Distribution model is currently being processed

    Dear all,
    When  i am distributing my model view in BD64  i am getting following error.
    Error:
    Model view VCR3BW has not been updated
    Distribution model is currently being processed 
    Thanks,
    Sankar M

    Hi shankar,
    i think already one distribution model is running.
    First delete that model view and create new one as per your requirement.
    then it will work.
    Regards,
    Sakthivel.VT

  • Re : Distribution model is currently being processed

    Hi
          While doing Maintain distribution model and distribute views the following error is coming
    "Distribution model is currently being processed"
    How to solve this
    Thanks
    Mani

    That means some body else is Running BD64. That mean the transaction is locked. So Try after some time.
    Check in SM12 any locks on BD64 transaction.

  • Reg:The distribution model is currently being processed.

    Hi all
    I am trying to distribute the model, i have created. But i am getting the error msg saying " Model view has not been updated. Reason: the distribution model is currently being processed.
    Helpful answers will be rewarded.
    Thanks,
    Sankar M

    Hi shankar,
    i think already one distribution model is running.
    First delete that model view and create new one as per your requirement.
    then it will work.
    Regards,
    Sakthivel.VT

  • Report to show me how many invoices are being processed by users

    Hi, 
    I am currently working as a Accounts Payable Supervisor and I would like to run a report to show me how many invoices are being processed by users in my team. 
    Currently I am using Transaction F.98  (Posted Docs by user report), but this report includes posting from intercompany so all users will have duplicate invoices showing on this report. 
    Is there any other report I could run to get the result I am after?
    Many thanks
    Alex

    Hello Alex,
    You can also use the GL line item report (FBL3N) with the offsetting accounts (for example GR/IR A/c) which would be posted while posting the invoice. You can display the results with User Name and also can create a layout of your own which can be used time and again.
    Kind Regards // Shaubhik
    Edited by: Shaubhikg on Nov 10, 2010 6:02 AM

  • Person is already being processed by user (Myself)

    Hi,
          I am updating an customized infotype using BDC in user exit ZXPADU02 based on status in infotype 0000, while updating the customized infotype i am getting error as 'Person is already being processed by user(myself). What is this error and how to rectify it ?

    Hi!
    You can't call a transaction (with BDC) from inside a transaction (in a user-exit).
    The call transaction contains a commit work - and this would corrupt the transaction logic of the first transaction. Even if you call something which is not currently locked by the first transaction, you should not do this.
    Either make your updates after saving the first transaction or try to change values inside the first transaction in global data (internal tables / structures which will be saved by standard later).
    Regards,
    Christian

  • Message: Person is already being processed by user &3 &4

    Hi,
    The message " Person is already being processed by user &3 &4" is appearing when the approver is trying to approve leave of an employee.
    Please help.

    It means that the user HR record is locked for editing by another person or that the payroll lock is on.
    have a look in SM12 to see if the personnel number is in one of the locks.

Maybe you are looking for

  • Help needed in writing a small piece of ABAP Code

    Subject : look up in an ODS and update in a characteristic routine (BI 7.0)   Hi , My requirement is : I have data coming from both legacy as well as SAP Systems. The user wants both legacy as well as SAP fields data in their reports. I have a Standa

  • Unexisted help or drivers or troubleshooting for inspire T7900

    I have recently bought the soundsystem of Creative Inc. Inspire T7900 and since then I have not managed to install it normally . Soundmax Blackhawk recognise 6 of the 8 speakers (including the subwoofer ) windows media and generally the players use 2

  • How do i stop firefox making my hard drive work excessively?

    I've seen a bit of discussion of this but not found a solution - Firefox causes my hard drive to operate around the 40-50% CPU mark constantly - how do I fix this?

  • Multi Provider assignment

    Hi all,   we have two DSO into an Multiprovider and based on that we built the queries. now one of our Query is facing some problem.In this Query we have the Keyfigures coming from a DSO1(availble only in the DSO1) and the characteristics coming from

  • Calling webservice - meta-inf/services/javax.xml.ws.spi.provider not found

    Hi, I have created an applet. Its running well in standalone application. But it is not getting referred in some other localhost. The JAXWS is not getting referred by the JRE. I'm getting the exception as invocation exception, and cannot find the MET