Commitment only after release of purchaseorder

I'm investigating the possibilty that commitments are only registrered when a purchase order with release strategy is released.
is it possible to have no commitments of a purchaseorder until release ??
I have found this thread which is about the opposite to remove commitment afterwards ?
Commitment Release on Rejection of Purchase Requisition
can thid badi also be used to suppres commitments until release ??
We don't want to use Purchase Requisition if possible and want to create a purchase order directly with status OPEN
kind regards
arthur
Edited by: A. de Smidt on Jun 16, 2010 1:12 PM

Refer this Wiki
http://wiki.sdn.sap.com/wiki/display/ERPSCM/CommitmentsinPurchasing

Similar Messages

  • Will it be possible to create new version of document only after releasing

    Dear Expert,
                      is it possible to create a new version of the document only after release of the document...i don't want document version should be created other then release status.
    Bhuwan

    Hello,
    Since you are a technical consultant also, probably you are in a better position to deside how to achieve this.
    You will have to develop a user exit which will check status/ Release Indicator of  Document when new version option is clicked through CV01N/ 2N/ 3N/ 4N transaction and take necessary action. 
    Regards,
    Milind Dumbre

  • Release campaign only after releasing parent marketing plan

    Hi,
    My requirement is, campaign should be released only after parent MP is released. System doesn't allow to release campaign without releasing parent MP by standard. But I am using all user statuses in campaign and MP. I have blocked all system statuses which appears in drop down as standard. How can I get this standard functionality with user status profile?
    Please suggest.
    Regards,
    Nikhil

    Resolved by coding.

  • Entry Sheet Printout only after Release

    Hi all,
    I wanna know if its possible to configure that an Entry Sheet could only be printed after released?
    If so, how could this be made?
    Regards.
    Gregory.
    Edited by: Gregory Mayorga on May 28, 2010 4:21 PM

    Hi,
    In the IMG ->External services management->Messages->output control for                
    SES->Define access sequence for SES -> select access sequence 0001->                     
    select (for example) table 506 ->fields                                                                               
    ...here you will see that you can add KZABN to communication                
    structure KOMKBES.  If the entry sheet was accepted, KZABN with "A" must be checked. Please create also a condition record accordingly (MN13).
    Please check additionally:
    spro  > material management   > external services Management   >                        
    messages   > define condition table for service entry sheet   > create                  
    condition table                                                                               
    There is on acceptance on the right hand pannel under field                             
    catalog, please make sure you select this field and move them to the                    
    left hand panel                                                                               
    If this is setup correctly , then please check the following:                                                                               
    - the output type use for service entry sheet. If it is NEU (SAP                        
      standard) , check the access sequence assigned                                                                               
    - check the configuration of access sequence, whether this customzied                   
      condition is assigned?                                                                               
    - If it is assign, whether the exclusive flag is setup                                                                               
    if the above customizing is correct, the next step is to check the                      
    output condition record via txn MN15 (to display)  
    Please also check the flags which you have assigned to your message determination schema in the customizing under "Assign Schema to Service Entry Sheet "                                 
    Regards,
    Edit

  • Budget check only after release?

    hi,
    i maintain cost activity  in project and when i save it, it checks against the budget...
    is it possible such that it will check the cost activity only upon release of the activity? in other words, i can save it (even if it has greater amount than budget) as long as it is only CRTD... but when it is REL (released), it will already check against budget.
    note that AVAC is already activated in order to check the other objects in the project...

    Dear Ramesh,
    To my knowledge u can activate availability control on networks, only for Materials by using Network type(TC-OPJK) if u define no check here system doesnu2019t check for availability. Pls check, this might help u.
    If this is not the scenario what u are explaining, please explain me the way u have configured availability check on planned values. This will help all to do better R&D on availability check for planned values.
    Thanks & Regards,
    //sam

  • Activty release should be possible only after WBS release

    Hi Gurus
    My customer wants release of activity only after release of WBS element. Is there any user exit available for that or can i write some validation for the same.
    Thanks in advance
    Regards
    Abhijit Sen

    Hi,
    Ofcourse, you can create activities with initial user status which prohibits "release". If activities are assigned to WBS, with release of WBS , the activity also gets released. But how to change the user status (other than manually) is to be figured out.
    Regards
    Muraleedharan.R

  • Changes commited to the database only after I update OracledataAdapter twice

    Hi. I am using oracledataadapter to manage the data which is eventually displayed in winform datagridview (Visual Studio 2012)
    everything works fine , but I have to click "Save" buttin twice to see the changes in the database (Oracle express 11g)
    Can you please advice....
    Here is my code
    it is very simple
    1. Obtain connection
    2. Create dataadapter
    3. Create commands
    4. Fill the datatable and dataset
    public partial class Concordance : Form
            OracleDataAdapter setupAdapter;
            DataSet projDataset;
            OracleConnection conn;
            //binding sources
            BindingSource setupBindingSource = new BindingSource();
            DataTable setupTable;
            public Concordance()
                InitializeComponent();
                //load tables
                loadSetup();
            //setup table
            private void loadSetup()
                string oradb = ConfigurationManager.ConnectionStrings["OpenU"].ConnectionString;
                conn = new OracleConnection(oradb);
                try
                   // using (conn = new OracleConnection(oradb))
                    setupAdapter = new OracleDataAdapter("select * from ou_setup", conn);
                        OracleCommandBuilder builder = new OracleCommandBuilder(setupAdapter);
                        projDataset = new DataSet("Concordia");
                        setupTable = new DataTable("Setup");
                        projDataset.Tables.Add(setupTable);
                        setupAdapter.Fill(projDataset,"Setup");
                        //bind the gataGridView
                        this.setupGrid.DataSource = projDataset.Tables["Setup"];
                        this.setupBindingSource.DataSource = projDataset.Tables["Setup"];
                        this.setupNavigator.BindingSource = this.setupBindingSource;
                catch (Exception ex)
                    string error = ex.Message;
                    MessageBox.Show(error);
            private void saveSetupBtn_Click(object sender, EventArgs e)
               // only after sabe button clicked for the second time the changes are commited into the database
                this.setupAdapter.Update(projDataset.Tables["Setup"]);
                MessageBox.Show("saved");

    How are you reading in the object initially? The problem is likely that you are modifying an object from the session cache. When you then read in the object from the uow, it uses the object in the session cache as the back up. So there will not appear to be any changes to persist to the database.
    You will need to make a copy of the object for modification, or use the copy from the unitofwork to make the changes instead of working directly on the object in the session. Disabling the cache means there is no copy in the session cache to use as a back up, so the uow read has to build an object from the database.
    Best Regards,
    Chris

  • How to response the value change of slide bar only after mouse released

    Hi, all
    When I used the slide bar to control my device, I response the value change of slide bar and set the new value to my device. But it will generate response constantly when I use the mouse to drag the pointer, which is not my wanted. I just need to response only after the mouse released. How can I implement this function? 
    Hope your suggestion, thanks a lot.
    Solved!
    Go to Solution.

    No, not if you use the right event under "Mouse".
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

  • MIRO still Payment Block after Release

    Dear Experts,
    I got a trouble with invoice process. We are using workflow to release payment block, so that the status of the MIRO can be changed from "P Payment Request" to "Free for Payment". The problem is the status cannot be changed to "Free for Payment" even after release via workflow has been carried out. When we checked the workflow status, the workflow runs well, and the release successfully done via that workflow. Another problem is : this case happens only on several MIROs randomly. Sometimes this case happens, while in another MIRO this case never happens.
    Can you help me with the problem? Is there any reason why this kind of issue happens?
    Thank you very much

    hi,
    check the below mwntioned link.
    Payment Block after MIRO posting
    regards
    sumit simran

  • Need to Change PR after Release

    Hi,
    We have a PR which is created and Released. It is configured in such a way that after release, changes are not allowed. Now, the user wants to change the Purchase Group field (only that field) in the PR without re-triggering the release strategy. I checked the Release Indicator in the Release Strategy and changed the field 'Changeable' to the value 2.
    Now, it allows to change the Purchase Group. But, user also be able to add new line items to PR, which we don't want to allow.That means, user should only be able to change the Purchase Group field of the existing line items. No other changes should be allowed.
    How we can solve this issue.. Please give me your suggestions.
    Thanks in advance.

    Hi Arminda,
    Thanks for your reply.
    I tried that. As you said, it will make all fields as 'Display' and only 'Purchasing Group' as editable.
    But, the problem is, it will allow the user to add a new line item to the PR without affecting the Release Status.
    I don't want to allow the user to add another line item.
    Is there any control in the field 'Changeable' where we give the values 1 to 4 ? Please let me know.

  • 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

  • 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

    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...

  • Add estimated cost in PM Service order after release of order.

    I have released the PM service order. Now I need to add the estimated cost in service order. . Please tell me a way to do so. I have only released the order and no other transaction has been done.

    ANIMESH KUMAR,
    AS standard you cannot change the estimated cost value after release (REL).
    However, I have seen two work arounds:
    - Copy the field onto the Enhancement tab via user-exit IWO10018
    - A bespoke TCode/program to directly update the AUFK-USER4 field
    PeteA

  • Disabling selected Purchase Order field(s) after released/approved

    Hi Experts,
    I have a requirement to disable specific Purchase Order fields after released via ME29N.
    For example, in Purchase Requisition - I can "Release Indicator - Field Selection Key" to control Purchase Requisition screen layout. However, for Purchase Order - the configuration for "Release Indicator" consist only standard default "Chgable" options.
    Question:
    Is there a way to customize the Purchase Order "Release Indicator" for screen layout based on customer requirements other that using the default as mentioned above?
    Thank you.
    Steven

    Hi Padmasri,
    I understand your explanation on the standard SAP behavior.
    Nevertheless, I'm looking for some flexibility to meet customer requirement. Like in Purchase Requisition, there is option to further customize the screen layout by linking it to the "Release Indicator".
    Therefore, apart from the standard 6 options given by standard SAP, can we add/customize the options? For example, my customer may one to change a field in the Purchase Order even after released.
    Thank you.
    Steven

Maybe you are looking for

  • [SOLVED] bftpd for apache file server configuration

    i chose bftpd, is this a decent choice for a simple apache testing server?  i finally got it working last night after some configuration changes #ROOTDIR specifies the root directory of the client. It defaults to %h #(user's home directory). %u is re

  • ABC Icon appearing in upper right corner of display

    I changed typing input method to Multi-tap to send an SMS message.  When I switched back to SureType, an ABC icon appears in the upper right hand corner of the display.  How do I eliminate that icon without changing input languages?

  • AE CS6 Crashes on Quit - EVERY ******* TIME!

    This is my current CPU / Config: Error prompt on close: Last log message was: <140735201747328> <ae.blitpipe> <2> HardwareBlitpipe Disengaged.  Generating crash log, which may take a few minutes. AE VERSION:     11.0.2 MAC OS:            10.8.3 PROCE

  • "iPod game cannot be launched"

    Alright, so today I went to open the game "Klondike" and got a screen that says "This game cannot be launched. This may be the result of a full iPod." then directed me to the support page (which, STRANGELY, was of little to no help...). The screen ha

  • Problem cropping in Lightroom

    In a folder full of tiff or photoshop files, I have the odd file or two for which I just can't turn off a seemingly randomly assigned crop setting. Worse, it's a setting I never consciously made in the first place. If I unlock or change Aspect, I can