EWM posting change error, status is locked...

Hello,
I am trying to create posting change in EWM from unrestricted to block in put away using transaction code /n/scwm/post. Posting change document gets created but with status red. When I tried to analyse the error, I am getting below error. Please guide how to resolve  the issue?  Following error does not provide direction about resolution of error.
"  Delivery 3343, item 10, is "locked", (posting not possible)" "Posting change could not be carried out. "
Thanks,
Milind

Hello,
I used /n/SCWM/POST and select  product. My stock is unrestricted F2- unrestricted use for put away and I want to put it in stock type F5- block in put-away.  I select posting change qty.  and post the stock.Posting change document gets created but with status red. When I tried to analyse the error, I am getting an error
Delivery 3343, item 10, is "locked", (posting not possible)" "Posting change could not be carried out. "
Thanks,
Milind

Similar Messages

  • SRM PO Changes Error Status - Error in Process (SRM 4.0 and ECC 5.0)

    Hi All,
    I created PO in SRM from Sourcing (Shopping Cart) and it is replicated to Back End (ECC 5.0). But I did not post GR or Invoice Verication with reference to PO.
    When I am trying to change PO in SRM (SRM Webbrowser - Processing PO) like Quantity, I am receiving the PO status as Error in Process.
    Please let me know do I need to configure anything for this issue or need to implement OSS Note/BADI.
    Thanks a lot in advance for helping me.
    Best Regards,
    Sudarsan

    got solution

  • Posting changes from EWM to ECC

    Hello dear experts
    When I create a posting change in EWM, for example to change stock type from F1 to F2, a message is sent to ERP using goods movement interface. Usually in ERP a 311 movement is created to move the stock from one storage location to another.
    Anyway, the HU data in ERP does not get updated. In HUMO you still see it in old storage location.
    Is it possible to generate a delivery in ECC from EWM posting change?
    I would like not to go through direct deliveries as they are creating STO in ERP and require a unique customer for each storage location, which is difficult because it would require changes to intecompany model .
    Does anyone have a solution?
    Thanks
    Best regards
    Carlo

    Hello Sathish
    To my understanding, when a posting change delivery itself is created in ERP and distributed (for example a DTR delivery type) the system finds a predecessor and uses delivery interface
    And also, when you are creating a posting change for an HU linked to a delivery, and the HU was not moved yet to a final storage type, /SPE/GOODSMVT_CREATE fm is called with reference to the delivery. This if you did the customizing for inbound deliveries under "Interfaces/ERPIntegration/Set Control Parameters for ERP Version Control
    In ERP you will see the posting change in document flow for delivery
    That's all I know..
    Best regards
    Carlo

  • Clearing posting change notices

    Hi All,
    I'm trying to close out posting change notices manually by marking the status as U through LU02. Not able to create TO and clear this as the stock is no longer available and these are very old ones.
    The problem is that the source and destination data are the same and its throwing an error.
    Can you suggest any ways to clear these open posting changes
    Regards,
    Ashwin

    Sap provided corrrection program to clear the posting change notices.Develop this program in your system then check.We are using 4.6c version.
    To set the posting change in question to processed (U), please
    implement the following correction program in your system.
    1) Create program 'ZLTEST00' with type '1' and application 'L' with the
    following code:
    report zltest00.
    tables: lubu.
    parameters: w-no like lubu-lgnum, "warehouse number
    post-no like lubu-ubnum, "posting change notice
    status like lubu-statu, "status
    update. "update
    select single * from lubu where lgnum = w-no
    and ubnum = post-no.
    write: / lubu-lgnum,
    lubu-ubnum,
    'Status old >', lubu-statu,
    'Status new >', status.
    if update ne space.
    update lubu set statu = status
    where lgnum = w-no
    and ubnum = post-no.
    if sy-subrc = 0.
    write: / 'Update posting change notice'.
    else.
    write: / 'No update posting change notice'.
    endif.
    else.
    write: / 'No update posting change notice'.
    endif.
    To run above correction program:
    1) You have to indicate warehouse number, posting change number and the
    status which you want to set in the posting change.
    2) Without including the UPDATE-parameter, the program only shows the
    posting change, or
    3) When you mark the parameter UPDATE then the posting change will be
    changed.

  • Error "Status change from READY to COMMITTED is not allowed"

    Dear experts,
    once again SAPs workflow environment drives me crazy with mysterious error messages.
    Some time ago I posted a question here concerning the problem that I cannot put back a workitem by using function module SAP_WAPI_PUT_BACK_WORKITEM due to a lock on this workitem which has been set right after it has been double clicked in the business workplace workflow inbox:
    [How can I put back a workitem before I'm back in the business workplace?;
    Since I do not want to dequeue the lock for the workitem in my application (where the user finds the appropriate detail information along with the function buttons for approval, rejection and F3/BACK) I tried it with calling a POPUP_TO_CONFIRM ("Do you want to put back the workitem?") directly from within the BO-method, right after returning from the FM that called my application. From here (the popup then shows in front of the business workplace instead of the application) the locking doesn't seem to be a problem any more! But whatever I do after the users decision to put the WI back - calling the FM SAP_WAPI_PUT_BACK_WORKITEM or trying to leave the method with macro EXIT_CANCELLED - leads to the error message "Status change from READY to COMMITTED is not allowed" and the workitem changes to status ERROR, too. This message seems to be bull***t, since the status of the item is supposed to go back to READY.
    Does anybody have experience to help me on that ?
    Thanks in advance
    regards
    Andreas

    Hello Andreas,
    Ah, sorry, there was so much talk about user decisions that I assumed you were using a standard decision task.
    Still, I would be extra careful of changing the way workflow usually works because you have an unknown target audience that are based on the standard.
    The standard SAP philosophy is quite simple: cancel/F3 or do nothing and it stays reserved. If you do not want it reserved, you need to perform an action. This is based on a majority of processes: in most cases when you execute a work item you will also be the one who is going to completed it. Replacing it is the lesser used of the two alternatives, therefore it is the only one that requires an action on the part of the user.
    Again, this is intended as constructive input. Strange quirks and unusual behaviour tend to add a black mark to software if they do not make things easier to use. In many environments users are not even aware of the reserve/replace business, so there you would be adding an additional layer of complexity.
    Personally I would find an exit popup annoying as a regular workflow user - regular decisions can be approved with one click, or I can back out with a single click if I need to make a phone call or look up some info before approving - but with this new-fangled thing I've got an extra button to click and an extra thing to think about. This is especially the case in a payment approval scenario where you may have users in some departments who may approve hundreds of payments each week.
    My suggestion would be to leave it like that. By all means put an option into the user decision to put it back or to 'un-reserve' it (and loop round if the user chooses it). That way you are adding value and not clicks.
    Cheers,
    Mike

  • Change DM package error status

    Hi there,
    Does anyone noes how to force an error status to a DM package. I'm running an execute formulas task that runs a SP and there I check for the work status, then if its locked I write a log message but I'm not able to change the status to Error.
    Thanks in advance,
    Carlos

    Hi Sorin,
    Thanks for your answer,
    Can you tell me how to do that?? I've been checking standard BPC SP in order to see how the raise the error messages but without sucess.
    Regards,
    Carlos

  • Picking status in Out. delivery changed to status A after GR post with MB0A

    Hi,
    I am facing an issue in our production system, these is the scenario:
    - Replenishment delivery
    - ZPicking confirmation idoc sucessfully picked the outbound delivery and post the GI.  The material was cut and it was batch splitted.
    - Then it was performed a GR (mov 101)  against a stock transfer order via MB0A.
    - After this GR posted, the status of picking of the parent material of the batch split was changed from status " " (Not relevant) to status "A" (Not yet processed).
    - Also the status at header level was changed.
    Current status of the delivery
    Header Status
    Picking Confirmation --> B
    Total Gds mvt status --> B
    Item Status
    Item 10:
        Pick confirmation --> A
        Goods movt --> B
    We have tried to reverse the GI to generate it again and reset the statuses but it is not possible to do it via VL09 neither MBST, etc.
    Any idea on how to correct this problem?
    Thanks,

    Hi,
    What is the moment type being taken for PGI through idoc?check the moment type definition for its allowable transactions and foe reverse.
    Regards,

  • Error in CV02N while changing the status.

    Hi Experts,
    We are getting a error while changing the status of technical change document that " Inconsistent characteristic value assignment" .The document is in status "in use" and we are trying to change it to " old version" using T code CV02N.
    when I tried to see the error desription it is telling that delete the inconsistencies. But I didn't find the list of incosistencies. What may be the problem? Please help me out to get ride of this problem.
    Thanks and best regards,
    Praveen

    Hi Pete,
    The full text message: Inconsistent characteristic value assignment
    Message no. C1821
    In diagnosis it is telling that "You want to change the value assigned to a characteristic. However, the change causes inconsistency, so the new value is not allowed."
    Actually I am just changing the status of the document. I am not changing any characteristic value.
    Actually it is appearing as information message. but while saving it pop up and not allowing to save.
    Please do the needful.
    Best Regards,
    Praveen

  • Posting Key Field Status changes - unable to generate Transport request

    Dear All,
    I did posting key field status change from suppress to optional ( P.Key 24).
    However I am unable to generate a transport request.
    Please share your inputs
    Thanks
    Sanjai 

    Hiii sanjai Babu... your client would have set automatic recording of changes in scc4... or the request would be created and yo woulnt have left the page after saving soo it might have been saved... hope it helps...
    Regards
    Abhay

  • While Changing the status system gives error

    Dear Experts,
    In Solution Manger,  While changing the status from Tcode SE38 with Program CRM_SOCM_SERVICE_REPORT system gives error.
    Document 8000002519 refused for technical reasons: ERROR_FREE
    Message no. SOCM_ACTION_LOG203
    Diagnosis
    The status value cannot be changed.
    The document may no longer be modifiable as a result of its status, or it may be being edited by another user.
    System Response
    This change transaction is skipped during report processing.
    Procedure
    Analyze the corresponding document during transaction processing and perform the status change manually if necessary.
    Also if i select the status as in process, then it executes sucessfully.  Please help me in this.
    Ramesh Jaiswal
    9867936636

    Hi Ramesh,
    Pls check your SP level because till SP17 this (CRM_SERV_REPORT) Tcode is not present
    I just checked.
    So it seems this is availabe only after SP18.... we can use the above report.
    Kindly confirm once you solve your problem.
    Dirk
    Can you please tell us a document which wil tel us what technical things have been changed in this new SP18.for e.g the source for this information.
    Regards
    Prakhar

  • Error occurred during WM processing for posting change delivery

    Hi Experts,
    I am getting the following error when i try to create Outbound delivery aginst PO.
    "L9 612 Error occurred during WM processing for posting change delivery"
    Diagnosis
        The indicator AUFER from the delivery type contradicts the
        storage location constellation that was determined by the
        WM system.
        TVLK-AUFER = '<VAR2>'
        WM = '<VAR1>'
    1.Purchase order is Stock transport order ME21N ( UB)
    2.Try to create Outbound using VL10B and i am getting the above error,
    Thanks in advance.
    Cheers...Gopi

    Hi Gopi,
    Looking at problem you discribed, I am assuming you are using the delivery type other than "NL".
    The reason for this error is the indicator "order required" in delivery type defination set to 'X : sales order required' and you have assigned this delivery type to the purshasing document UB in STO customising. So the requirement of delivery defination of having prior document as sales order is conflicting.. so the error is there.
    Resolution:
    Please change the assigned delivery type to NL to purchasing document type UB in SPRO> MM> Purchase order>set up for STO>assign delivery type and checking rule.
    If you have custome delivery type the go to spro> LE> shipping>deliveries>define delivery type
    change the order required from X to "B".
    Hope this will help.
    Regards,
    Sudhir

  • Error in posting change delivery

    Hi
    We are implementing the WM with HUM. we have MTO scenario and in MTO HU movement cant possible through VLMOVE.(SAP Gap)
    So i tried by
    1) assigned the stock sale order to unrestricted using 411 E(MB1B)
    2) Then pack and create HU in production location
    3) Move the HU using VLMOVE(311)
    4) Now again assigned the unrestricted stock to Sale order stock through 412E (MB1B)
    In 4th step a posting change delivery should be created. but when I save the document then i get the error
    "Dlv. type (dlv. catgry ID for mat. 1100040 and BWART 412) cannot be determined*_
    *Message no. VL295"
    I think I am missing some settings in SPRO for IM-WM movement type and when i saw then i didnt fine the movement type 411&412.
    How can i make the posting change delivery for MTO scenario.?
    Pls help me in this regard.
    Regards
    Anjali

    And also maintain:
    SPRO/Logistics General/HUM/ Basics/Material Management/ Set QM check and delivery type for each mvt. (for 412E).
    It will try to determine for 412 E with consumption E as well. This has category ID in standard. So in the other customizing it will try to find a delivery type for posting changes for category ID which isn't there, as only TP is there.
    So either make a new entry in Delivery type determination in HUM Delivery customizing or change the delivery ID category in SPRO/Logistics General/HUM/ Basics/Material Management/ Set QM check and delivery type.
    MdZ

  • Purchase Requsition change Error:current status object ORD 300390  prohibit

    Dear Experts,
    When user changing Purchase requisition for services against internal order 3003910,its giving error message
    current status object ORD 300390 prohibits business transaction.
    procedure:
    to process the business transaction material purchase requisition ,you first have to change
    the status of object"ORD 300390"to allows the transaction of material purchase requisition.
    this gives the overview of the system and the user that effect the transaction.a transaction can be executed 
    if at least there is one status that allows and its no status that forbids.
    please advise me.
    Regards,
    Varun

    Hi,
    Can you please check whether you order is released or not? And please give message number too.
    Regards,
    NNR

  • Milestone Error when changing the status of service request.

    Hi Expert.
    I got an issue where service request is displayed with an error "Item 10: Start and end dates must be identical for a milestone date".
    I took around 200 service requests and observed that in the change history, the response profile of the contract was changed. We also observed that whenever service request contain these errors, automatic change of status is not happening.
    Unfortunately I'm not able to reproduce this error in Quality system.
    Kindly advice on how these errors can be resolved and how these can be reproduced.
    Thanks in advance.

    You can ave a runitme event or workflow triggered that can generate such behavior.
    First increase logging on your object manager (evtloglvl :) ) and look at any error message.
    Second assess with your development team what automation has been setup ranging from script, Business Services, workflow to assist you in troubleshooting.
    Best Regards
    Evtloglvl

  • Error changing work status in EPM Addin

        Hi all,
        I'm trying to change the working status for a category and a specific period.
        However in doing so the system is generating error
        Failed in checking status in control
        Failed or unexecuted control sets exist in your data region
        I'm doing this from Excel client, option EPM tab, save data, change work status.
        Working state has already configured in the Web Administrator
        That I can do to fix this error?
        Thank you for your help
        Regards,
        Guillermo

    Hi all,
    According to what the 1795953 note says and thread sent by Dinesh,
    the problem is some of the Entity members are not part of the Group selection on Ownership settings. This is the configuration that I have for the entity
        I'm trying to change the work status for the item Org_so, who is the parent of the other.
        I have another question, what is the relationship between the controls and work status,
        if controls have not been executed you can not change work status?
        Best regards,
        Guillermo

Maybe you are looking for