Problem in PR update after final release

Dear Expert,
I have problem in release PR, when PR already release (indicator release '1' -> cannot be changed), it can't be changed from ME52N. But for PR that generated from maintenance order, user still can add new item in maintenance order and PR will automatically have new item without asking new release.
Does anyone have solution for this??Thank you.
Rgds,
Desty.

Hi Desty,
This is not considered an error, please refer the question 1 of the note   493900   FAQ: Release Strategy :                                         
1.  Why can I modify a purchase requisition although I set the                   
     changeability of the release indicator to '1' ('Cannot be changed')          
Answer.                                                                               
The purchase requisition is not modifiable via a purchasing transaction           
like ME52 or ME52N. But it is possible to change the purchase                     
requisition from any other external application like sales order,                 
planned order, maintenance order or network.                                      
The Changeability functionality only concerns the purchasing                      
transactions. This is intended and a new release strategy determination           
takes place if there is a modification of the data in the external                
application.                                                                      
Regards,
Mauro

Similar Messages

  • Changeability of PO after final release

    Dear Gurus,
    My client requirement is, PO should not be able to be changed once final release has happened. They should be able to change only after revoking the final release and again releasing it.
    So, if I put changeability of Release indicator as "1", it will not allow to do any changes after final release including revoking the PO once it is outputted. How to resolve this?
    Thanks,
    Satish

    See the changeability option under Release group
    1     Cannot be changed
    2     Changeable, no new determination of strategy
    3     Changeable, new release in case of new strategy
    4     Changeable, new release in case of new strat. or val. change
    5     Changeable, new release if new strategy/outputted
    6     Changeable, new rel. if new strat. or value change/outputted
         Changeable, new release in case of new strategy
    to my understanding option 4 is more relevant to your requirement

  • Restriction of revoke after final release

    Hi experts,
    After final release of purchasing document lets say PR or PO user should not be able to revoke it.
    Any suggestions highly appreciated apart from getting it done  through user exit.
    Regards,
    Maverick

    Dear Ramesh,
    Thanks for your response.
    I have already set changeability to 1 but my concern is after PR final approval if a PO is created with its reference then in this PR user should not be able to revoke or cancel an approval.
    I think we can do this with user exit but is there any other alternative?
    regards,
    Maverick
    Edited by: Maverick 331 on Jun 16, 2009 1:00 PM

  • PR non editable fields after final release

    we like to  do in PR  Material's short text, date, Pur Grp & Requested by heads are in editable stage after final release.
    we need to make non editable mode.  how we can do this...
    please advice
    Thanks
    Rajesh G

    Dear Rajesh,
    You may define as Field Selection Key for your PR release indicator via customizing:
    SPRO
    MM -PUR-PR-Release procedure-Procedure with classification
    - Set Up Procedure with Classification
    -Release indicator
    -Now choose your final release indicator
    -Fill in FSK:
    Example:
    Field Selection Key      FZ01
    Now add this FSK to your customizing via screen layout:
    SPRO:
    MM-PUR-PR
    -> Define screen layout at doc level
    -> Add your FSK to this customizing and customize
    according to the field as you want.
    Best Regards,
    Ian Wong Loke Foong

  • How to send sms to the vendor after final release of po?

    Hi,
    i have to develop a program which will send sms to the respective vendors after the final release of the po i.e. after final release of the purchase order, sms will be sent  to the respective vendor?
    So, plz help me as i have no idea on it and how to proceed ahead.

    hi,
    did you search?
    Link: [How To Send SMS From ABAP ?;
    Link: [http://www.se80.co.uk/sapreports/s/swn_/swn_test_send_sms1.htm]
    Link: [http://www.sapnet.ru/viewtopic.php?p=1620]
    or...the great SDN...
    Link: [http://forumsa.sdn.sap.com/search.jspa?threadID=&q=sendSMSfrom+program&objID=f50&dateRange=all&numResults=15]
    Configuration
    Link: [http://help.sap.com/saphelp_nw2004s/helpdata/en/af/73563c1e734f0fe10000000a114084/frameset.htm]
    Example from other Link: [user|Send SMS to mobile through ABAP code; in SDN
    REPORT y_send_sms.
    DATA: http_client TYPE REF TO if_http_client .
    DATA: wf_string TYPE string ,
    result TYPE string ,
    r_str TYPE string .
    DATA: result_tab TYPE TABLE OF string.
    SELECTION-SCREEN: BEGIN OF BLOCK a WITH FRAME .
    PARAMETERS: mail(100) LOWER CASE,
    m_no(20) LOWER CASE ,
    m_mss(120) LOWER CASE.
    SELECTION-SCREEN: END OF BLOCK a .
    START-OF-SELECTION .
    CLEAR wf_string .
    CONCATENATE
    'http://www.webservicex.net/SendSMS.asmx/SendSMSToIndia?MobileNumber='
    m_no
    '&FromEmailAddress='
    mail
    '&Message='
    m_mss
    INTO
    wf_string .
    CALL METHOD cl_http_client=>create_by_url
    EXPORTING url = wf_string
    IMPORTING client = http_client
    EXCEPTIONS argument_not_found = 1
    plugin_not_active = 2
    internal_error = 3
    OTHERS = 4.
    CALL METHOD http_client->send
    EXCEPTIONS
    http_communication_failure = 1
    http_invalid_state = 2.
    CALL METHOD http_client->receive
    EXCEPTIONS
    http_communication_failure = 1
    http_invalid_state = 2
    http_processing_failed = 3.
    CLEAR result .
    result = http_client->response->get_cdata( ).
    REFRESH result_tab .
    SPLIT result AT cl_abap_char_utilities=>cr_lf INTO TABLE result_tab .
    LOOP AT result_tab INTO r_str.
    WRITE:/ r_str .
    ENDLOOP .

  • Change in Expected Delivery date (EDD) field in the PO after final release

    Hello Experts,
    There is a business requirement, whereby after PO final release is completed & when the PO is released for further processing, no further changes should be possible, except for the expected delivery date (EDD) field in the Delivery schedule tab of the PO Item details. Other than this, no changes should be possible in the PO, neither qty, nor price, not even the simple PO text should be allowed to get changed. In other words no field should be allowed to change.
    Ideally, except the EDD field, other all fields should be in grey mode, or atleast changes in any of the PO fields (except EDD) should not be allowed to get saved after the PO is final released.
    Please let me know if SAP provides any such facility, whereby you can selectively choose certain fields (like EDD field) on which Release Strategy should not be applied & changes should be allowed in these fields even after PO final release.
    Thanks in advance,
    Zafar.

    If you go to OMET transciton and here you can assign the field selection key in the field FieldSe
    and assing the User parameter EFB in user id of the user using SU3 transction
    for more help see below
    Create a Functional Authorization in the Following path:
    Material Mangement - Purchasing - Authorization Management - Define Functional Authorization for Buyers
    Now, in SU3 trxn ,Give the User Parameter EFB in the user master Parameters Tab and give the parameter value.
    create the fields selction which you want use here in PO field seleciton config.

  • Shooping Cart status update after PO Release

    Hello All,
    We are using SAP SRM 4.0 classi scenario.
    In shopping cart status the follow on document PR and PO are showing once created.
    But our requirement is the shopping cart status shold show the follow on document PO once the Final release is approved.
    Request your help to meet the above requirement.
    Thanks & Regards,
    Madhan.

    Hi,
    You mean to say..Final release of PR or PO in the backend then only it hsould update in SRM.
    I think it is not poosible. As BBP_GET_STATUS job will take all the SC which are in peding.
    Thanks
    Venkatesh P

  • ScrollPane problem - scrollbars not updated after child rescaling

    Hi.
    Here is a simple application using a ScrollPane to display a large circle. Initially everything looks fine but when you use zoom in and zoom out buttons ScrollPane doesn't update the scrollbars. Scrollbars are only updated after you try to scroll. Even worse - if you zoom out a couple of times, scrollbars dissapear. If you then zoom in again scrollbars will only reappear if you resize the stage main window.
    Is there something else I should do in addition to rescaling the circle node?
    Thanks for your help.
    package test2;
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ScrollPane;
    import javafx.scene.layout.BorderPane;
    import javafx.scene.layout.HBox;
    import javafx.scene.paint.Color;
    import javafx.scene.shape.Circle;
    import javafx.scene.transform.Scale;
    import javafx.stage.Stage;
    public class App2 extends Application {
         @Override
         public void start(Stage stage) throws Exception {
              final Scale scale = new Scale(1,1);
              final Circle circle = new Circle(100,100,500, Color.BLUEVIOLET);
              BorderPane border = new BorderPane();
              ScrollPane scroll = new ScrollPane();
              circle.getTransforms().add(scale);
              scroll.setNode(circle);
              Button zoomin = new Button("+");
              Button zoomout = new Button("-");
              zoomin.onActionProperty().set(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        scale.setX(scale.getX()*2);
                        scale.setY(scale.getY()*2);
              zoomout.onActionProperty().set(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        scale.setX(scale.getX()/2);
                        scale.setY(scale.getY()/2);
              HBox top = new HBox(5);          
              top.getChildren().addAll(zoomin, zoomout);
              border.setTop(top);
              border.setCenter(scroll);
              Scene s = new Scene(border,500,500);
              stage.setScene(s);
              stage.setVisible(true);
        public static void main(String[] args) {
            Application.launch(args);
    }

    Hi,
    see this thread maybe you find something helpful.
    javafx.scene.Group "auto-size" doesn't work in my case

  • Updates after Lion released

    I'me fairly new to Snow Leopard but have decided against upgrading to Lion for the near future (I'm running 10.6.8.)  After Lion is released this month, do I in that case continue to accept software updates when I'm prompted to?  I understand some updates affect my printer, Microsoft office and stuff so I want those, but is there a chance that an update to Lion might slip through next October or December and cause problems with my Snow Leopard software?  Or, should I decline certain updates and in that case, how would I know what to decline?  I'm thinking Apple can read my configuration from wherever they are located and automatically decide what updates to send me but I don't know that for a fact.

    Software update will only offer you updates that apply to your system. 
    Regards,
    Captfred

  • Problem in executing update after rollback transaction

    Hi all
    I am using type4 driver oracle9i ,Stateless session Beans CMP. Problem is: after doing rollback i am trying to execute an update query on same id which was rolled back.System is not able to do the same.
    Manmeet

    got the solution.
    cannot rollback and do update in a transaction.

  • I'm running 10a5376e beta 4, but I cannot update to final release.

    Is the final version the Beta 4? Because I tired to update through iTunes and said that my software was up to date. Same with the OTA on my phone.

    Solution that worked for me:
    1) Search for iOS6 firmware. For example here's a list of direct links to apple site
    2) Connect your phone and make a backup with iTunes
    3) Hold Alt and press backup in iTunes. Select firmware that you've downloaded on the first step
    4) Wait till iTunes restore iOS 6.0 (release version) and restore all your apps and settings
    whole process takes about 20 mins.

  • Problem with App update after upgrade to ios7

    Hi
    I have just upgraded to ipads (ipad2 + ipad mini) to ios7.
    One thing I have noticed on both.
    I updated apps in the app store, now the apps that updated are sitting on the screen, they have been updated, and can be opened.
    However in the past once apps had been updated this screen would clear.
    I have tried logging out/in in itunes. Hard reset. Restore from itunes.
    Still the same.
    How do I refresh this screen.
    Cheers
    Andy.

    Hi
    I cannot find it again, but I found a possible answer in another forum.
    It is correect. Ios 7 has an option for auto app update.
    The information is left on the screen to advise you which apps have been updated. Apparently they will clear after a week, only time will tell.
    If I find the link I will repost.
    One thing I noticed was that if you delete the app the update notice goes, only to return when you reinstall.......weird.
    Cheers
    Andy.

  • Problem in Batch Updation After posting

    Hi Experts
    Currently we are having a problem with one-step stock transfer. We want do automatic GR (Goods Reciept) during PGI (Post Goods Issue) for a delivery.
    We have done some coding in exit EXIT_SAPLIE01_007 so that even we have XXX batch during picking and PGI, the GR document item will show in YYY batch. The document was posted succesfully. And the table MSEG is showing correctly material was recived YYY batch against 101 movement. Also MB51 is also showing material was recieved under YYY batch. But the real problem is stock was updated in XXX batch????????????.
    To prove this the table MCHB was not updated for this material with YYY batch, which we will expect generally once there is GR for any batch, latesr GR date will be updated. Table MCHB showing GR date also updated against XXX batch which we dont want.
    While searching SAP notes for this i have gone through note 619913, which says If the batches are uniquely defined on material or client level, the batch exists in the system, and only a plant segment is created for the receiving plant. User exit EXIT_SAPMM07M_003 is not processed. Here we have some coding for batch creation and updation.
    Can you please provide some thoughts on this? I am a functional guy dont know much ABAP knowledge, how to deal with this. I am assuming that If we can call EXIT_SAPMM07M_003, the problem may solve.
    Please guide.
    Regards
    Suresh

    Hi Any views
    Suresh

  • Generation of Output after Final release of Purchase Order

    Hello
    When a PO is subject to release procedure the output for the PO is only generated and sent  when the PO has been finally approved. I would like to know is this sap standard internal feature or do we need to configure it.
    If it is standard then can some throw light on what happens on background?
    If it needs customization please let me know the customization details?
    Regards
    Mohammed

    Hi,
    Out put of the PO is something to do with the Release Indicator assigned for each state of release of the document.This indicator if is blocked state of a PO it prevents from outputing the message .If the indicator has the status Released by way of releasing by the concerned user than the same can be outputed.
    If the PO is subject to a release strategy, it must normally be released before it can be transmitted to the vendor. Therefore, when a PO is created, it is assigned a release indicator that blocks it from being outputted in message form.
    This I think is a standard behaviour of the system.
    Dhruba

  • Problems with EAXC_Theme_PCApp_LB_3_10_13 update after installat

    Hi.
    I was just wondering if anyone else got this issue before I started looking the knowledge base.
    I just tried to install the update for the EAX Console for my card seeing as how I met the redquirements for it and whatever potential problems that might have occured without the update..
    Anyways I installed the update, and now for some reason I can not use any of the Mediasource components at all, when I start the machine the Creative system volume program comes up with an error and has to close, also I cannot seem to get the EAX console to come up nor can I do the same with mixer, graphic equilizer, speaker settings. The components that do work are diagnostics, which report no problems with the hardware and the software components connected to it, and the device control.
    this is my set up.
    P4 2.8, FSB 533
    GB pc200 DDR 266
    40 GB Seagate ATA HDD
    ati Radeon 9600 XT
    SB Li've 24bit(Retail not OEM)
    I also have a newer LG DVD burner, but seeing as this is a downloaded update and not a disc one, I doubt that it is my newer dri've that is the source of the problem.

    Hi.
    I was just wondering if anyone else got this issue before I started looking the knowledge base.
    I just tried to install the update for the EAX Console for my card seeing as how I met the redquirements for it and whatever potential problems that might have occured without the update..
    Anyways I installed the update, and now for some reason I can not use any of the Mediasource components at all, when I start the machine the Creative system volume program comes up with an error and has to close, also I cannot seem to get the EAX console to come up nor can I do the same with mixer, graphic equilizer, speaker settings. The components that do work are diagnostics, which report no problems with the hardware and the software components connected to it, and the device control.
    this is my set up.
    P4 2.8, FSB 533
    GB pc200 DDR 266
    40 GB Seagate ATA HDD
    ati Radeon 9600 XT
    SB Li've 24bit(Retail not OEM)
    I also have a newer LG DVD burner, but seeing as this is a downloaded update and not a disc one, I doubt that it is my newer dri've that is the source of the problem.

Maybe you are looking for

  • Can't get Acrobat Pro to download

    The download is stuck at 3% and I can't escape from it.  What should I do?Acrobat Installation & Update Issues

  • Does exists the connector flow in BPM 11g?

    Hi All. I not found the connector flow in bpm 11g (JDeveloper). Does it exists? When we have the big business process with many roles and activities, how to do? Regards, Diovani Edited by: Diovani on 17/02/2011 18:14

  • Font Problems Galor

    I first noticed this problem in Pages, only one font would work, I would change to Times New Roman and nothing would happen, it would stay with the same font. Unfortunately I don't know which font this is, but ...moving on. Then I noticed all my font

  • Cannot reformat macbook pro 2011

    I am using a MBP 2011. I have BOOTCAMP, windows 7 installed, which means to say that my harddisk is partitioned. This is how i got my harddisk to be locked: -Holding Cmd+R -Erase Mac OS -Reformat Now, i can't reinstall mac OSX Lion because my harddis

  • Running on UPS Low Power Alert

    I have a Best Buy Geek Squad UPS plugged into my mac. When ever there is a momentary dip in the power, the mac will display an alert that the mac is running on the UPS and power is getting low. There is plenty of time left on the UPS and the alert wi