PR quantity change after Release

Hi Friends,    
                                   I am unable to change PR Quantity after release of PR. Please suggest..
Regards,

hi,
When you set up the release strategy there is an indicator for the changability, which states that whether you wanna make the further changes in the PR doc, once it is released...
So, if you wanna allow the changability for the PR docs, then you can use the any of the indicator among 4, 5 , 6 as per your req....
by this you shd be able to make changes...
Regards
Priyanka.P

Similar Messages

  • Po header change after release

    Dear All
    We require list of PO for last one month PO header or tiem level text has been changed after release
    Regards
    Dishant

    Hi,
    You can use the following report to get you all the changes in PO. Ask your ABAP person to run it for you.
    http://www.sap-img.com/mm001.htm
    It is an ABAP program contributed by one of the SAP members, which reports all the changes made in PO and list out the details per document.
    Hope it helps,
    Best regards
    Amit Bakshi

  • Purchase order changes after release

    Hi,
    How can I block a purchase order to any changes after release it and then, in case of need, mark for deletion the purchase order itens?
    Regards,
    Maria

    Hi,
    To block any changes in the purchase order to after release, set Changeability  indicator as 1 for  Release ID "R" in following path & save.:
    SPRO ->MM - Purchasing -> PO -> Rlease Procedure for PO -> Define Release for PO -> Release Indicator
    NOTE:If you set  Changeability  indicator as 3, PO can be changed after release and trigger a  new release strategy based on value changes.
    Regards,
    Biju K

  • Internal change after Release

    Hi
    Scenario
    We are using internal order (Investment) for capital budgeting.
    We have created two roles a)Z_FI_IOCREATION for order creation, change
    and display and b)Z_FI_IORELEASE exclusively for releasing the order.
    End users create the order and their HOD's release the oders.
    Requirement
    End users can change the order n number of times but only before
    Release of the order.
    After release of Order if the order is changed by end user the orders
    should be available for Release again. This way we contol the change of
    orders after approval. How this can be addressed.
    Regards
    Ganesh

    Hi,
    Try whether you do not give authroization for change of Internal Order through transaction code KO02.
    Trust this helps much!
    Cheers!

  • Po change after release and printout

    Dear Experts,
    My client require if we change the PO in any field ( expect qty and amount ) our po should be go in the po release again we using release indicator 4 and 6 but we want release should be go if we change any field like date tax code text payment terms etc.
    RCR

    Hi,
    System determines new release strategy only if there are any changes in the characteristic values in the PO. (The characteristics that you must have defined for the PO release strategy configured in your case, like PO value, document type, Plant, etc.)
    By your question, it appears that you do not want to change even the date and text fields after PO is released, and in case you do the changes, then again the PO has to be released.
    For this, you need to use the release indicator, which won't allow any changes after PO is final released. Hence, when any of the field is required to be changed, the release will be required to be cancelled first, then the changes can be done. After doing the necessary changes in your fields, like, date, text, etc., PO will again be subjected to release, and will have to be released again to proceed further.
    Regards,
    Zafar.

  • Project Definition should not change after releasing

    Hi SAP Gurus,
    Could anyone please throw some light on the method to disable project definiton field from changing after it has been released..

    Hi,
       Master data lock can be used with reference to the object selected, by going to editstatus-Lock----- master data, by selecting this, all the data (like fields present with respect that object, excluding cost planning, budgeting, account assignment) pertaining to the object will be locked and you wouldn't be able to make changes to those fields.
    Now, coming to automating of this lock can be done through using user status, when you set that user status, all the master data will locked.
    Regards
    Avisek Bhardwaj

  • PO change after Release

    Dear All,
    One our client wants after release of the PO (we have only 1 level), system should not allow to chage the PO.will it possible?
    Regards
    venu gopal

    hi
    use shortcut as
    OLME>Purchase Order>Release Procedure for Purchase Orders>Define Release Procedure for Purchase Orders>Release indicator-->maintain 1 in 3rd column
    Vishal...

  • PR Field change after release completion

    Hi,
    We have a PR release strategy with Doc type and $ as 2 charesterestics. I have assigned X - Block and 2- RFQ/purchase order as release Indicators. 2 - has FZ01 and "Blank" as changeabil.
    The question is, User want to lock "Cost Center" field in accoun assignment tab. Or they want to reverse release strategy in case of "Cost Center" change.
    There is no field in FZ01 to control.(We does not have any WorkFlow)
    Any idea will be appreciated.
    Thanks in advance,
    Vamsi.

    Hi
    Create a release indicator with the released for PO, RFQ checked and changeability as 1=cannot be changed and assign it to ur release strategy after rlease.
    If u want a new release strategy after costcenter change then cost centre should be one of the characteristics it the release strategy.
    The first option would be the best one for you.
    Check and revert
    Reg
    Raja

  • PO quantity change after PR deletion

    Hi All,
    How to process to change PO quantity if PR is deleted.
    Want to change quantity to higher value.
    Thanks.

    If PO is created wrt the PR and PR deleted, then it makes no business sense to change the PO.
    You can change the PO through ME22n before it is released. If it is already released, then it should trigger a new release strategy.

  • Keeping menu change after release

    Hi, I did the tutorial for an advanced website:
    http://www.flashvault.net/default.asp?ID=21
    and applied it to my own design. However, I would like to make the following change: when a certain page is loaded (home, about me, contacts), I want the menu button to remain highlighted (black tint and underlined) as long as the page shows, so the user knows at any time where (s)he is by looking at the menu buttons. At the moment, the highlighting action (black tint on text and underline) on the menu buttons happens only on mouse release, but does not stay.
    Thanks a lot. I'm attaching the fla files.

    Ned, I am almost there but need a little help for the last bit. On the invisible buttons (which control the movie clips with the actual menu animations), I put the following code (example is for "home" button):
    on (rollOver) {
    _root.menu_mc.home_mc.gotoAndPlay ("goh1");
    on (rollOut) {
    _root.menu_mc.home_mc.gotoAndPlay("goh2");
    on (release) {
    homebutton.enabled = false;
    servicesbutton.enabled = true;
    portfoliobutton.enabled = true;
    aboutbutton.enabled = true;
    contactbutton.enabled = true;
    _root.play();
    _root.choose = "home";
    The "home" button is locked and maintaines its animated state (Hooray!!), but the previous menu item that was selected remains in the selected state until I hover with the mouse on it (which makes sense considering the above script). Now, how do I tell Flash that on(release), I want the previously selected menu item to play, so that the selected state changes to normal. My hierarchie is this:
    root --> menu_mc (contains all the invisble buttons and movie clips) --> home_mc / contact_mc / about me_mc (these are the movie clips I want to target and make the previously selected play in order to return to non-selected state).

  • Order Quantity Change After Delivery

    The Scenerio is like this
    I m using order related billing now the user had made the delivery of the order and billing document is also created now if i go back into the order and change the already delivered qty system is allowing this change but also displaying the Message the Delivery of  this much qty has been done
    I want to make this message an error message so that the users cant change the already delivered qty
    Delivery of               15.00 CRT has already been made for item 000010
    Message no. V4096
    this is system Message

    Go to T.Code OVAH .
    And check your message V4   096,,and enter "E" in  the last column.
    Hope this solves your problem.
    Regards,
    Ajai
    <b><REMOVED BY MODERATOR></b>

  • Changes in PR even after release

    Dear Gurus
    In purchase Requisition change (ME52N) it is allowing to change PR Quantity and Price even after released from the higher authorities.
    What Configuration has to be done so that After release of PO system should not allow to do any changes in Purchase requisition.
    Where as the purchase requisiotn changes has to be done only after the higher authority asks to make changes i.e the higher authorities has sent for revision.
    Also plz let me know how can the higher authority set the purchase req for Changes in SAP (Any configuration has to be done for that).
    Or any customizing settings required.
    If the Changes is done in PR then again release strategy should be applicable.
    Please guide me.
    Regards
    shailesh

    Hi SHailesh,
    In your release procedure for PR's. For the release indicator, in the field changebill enter
    Options:
    1 - Cannot be changed (no changes possible)
    4 - Changeable, but new release in case of value change or strategy change
    The above will resolve your issue.
    if helpful award points
    Regards,
    Vivek

  • After releasing the order same screen user updating the quantity in process order  in sap pp

    Hi experts,
    After releasing the order in the same screen user updating the quantity in process order  in sap pp.
    How to control it.
    can any help in this regards
    Thanking you,
    Rishit.

    Hi Rishit,
    You can control it by BAdi WORKORDER_UPDATE method AT_SAVE make error message if there is any change in quantity.
    Or you can create Transaction Variant through SHD0 for CO02 and make field Total Qty (CAUFVD-GAMNG) as output only.
    Regards,
    R.Brahmankar

  • Change the  description of the change request number" in SE10 after release

    Hi All
    Is there way to change the
    "description of the change request number" in SE10
    after releasing the change request number?
    appreciate your feedback
    Thanks you
    Iver

    Hello
    I do not know a way to do it in se10 but a simple program could do the trick.
    Include the following code in your program.
    update e07t set as4text = 'your new description'
          where trkorr = your_cr and langu = 'E'.
    Of course you will have to wrestle with the 'moral issue' of directly updating SAP delivered tables
    Regards
    Greg Kern.

  • PR Item Level Release WF not working after Release Strategy change

    Hi Experts,
               I did PR item Level Release Standard Work flow and it was working fine now due to client requirement we changed the release strategy and now when the PR workflow triggers it gives the Below mentioned error.
    I really don't understand y after changing the release strategy workflow is not working and giving the following error.
    Even if i restart the workflow in SWPR the same error is occuring.
    Exception occurred    - Error when starting work item 000000390118
    PROCESS_NODE     - Error when processing node '0000000003' (ParForEach index 000000)
    CREATE                   -  Error when creating a component of type 'Step'
    CREATE_VIA_WFM  -  Agent determination for step '0000000003' failed
    EVALUATE_AGENT_VIA_RULE - Error in resolution of rule 'AC00000148' for step '0000000003'
    AC00000148             -  Object type 'TS' not valid
    Executing flow work item   - Work item 000000390118: Object FLOWITEM method EXECUTE cannot        be executed
    Executing flow work item   - Error when processing node '0000000003' (ParForEach index 000000)
    Regards,
    Hari

    Hello Hari,
    please set a breakpoint at function module
    ME_REL_GET_RESPONSIBLE
    and see what happends in section
        CASE t16fc-frgwf.
    * keine Ermittlung
          WHEN space.
            RAISE nobody_found.
    * Ermittlung über T16fW
          WHEN '1'.
    If using the T16FW-table, it should go to '1', otherwise it may that a user exit under '9' is used. So please check this.
    Best wishes,
    Florin

Maybe you are looking for

  • Originals in a personal folder, will they be deleted?

    When I first got my mac a year and a half ago I played with iPhoto end up making it a mess. Basically I want to delete all my folders, pictures, etc. and start over. I have my original pictures on my hard driver under the following folders, "Leigh (H

  • No one ever talked about this...

    i dont know if any of you remember Steve's Demo for the iPhone when he received an email with picture attachments. Well he was able to use those photos in the email for I believe it was a contact or for wallpaper.. Well on our version of iPhones we d

  • Overdue to transport Function Module for Backend Access

    Hi all, I have problem when overdue to transport function module to next system (iView has transported to the next system). When i transport this function module,the application work (before there is message internal server error) but there is'nt any

  • Is there a way to compare the contents of a library by comparing itl files or some other files?

    Is there a way to compare the contents of a library by comparing itl files or some other files? I need to compare the contents of my current library to one that existed 2 months ago but ALL I have is the itl file from 2 months ago.  Can this be done?

  • Airport Networking Issue

    Have a new MBP. Have a G5 (Tiger) in the other room. Using Airport extreme. Trying to set the MBP up on my network so I can retrieve files from the G5. G5 can grab stuff from the MBP. What am I missing in the setup of my MBP? Have gone all over the p