How to prevent PR deletion after PO creation

How can we prevent PR  from Deletion if PO created.

Hi Mohamad,
Set the System Message No. 152 to error message in SPRO--> MM --> Purchasing --> Environment Data --> Define Attributes of System Messages -->  System Message
Version 00 Appication 06 Message 152 Error Message.
Hope it helps.
Regards,
Bijoy Kumar

Similar Messages

  • How to prevent contacts disappearing after FW upda...

    Hi all, I would like to know how to prevent all contacts from vanishing after firmware update, can contacts be saved on memory card & retrieved or restored ? I have over 300 contacts & it would be a pain in the a** to restore it one at a time, thanks.

    you can
    a) back them up in your pc with PC Suite / SVI Cuite, and in the SD Card
    b) Copy them all in your SIM Card (if not already recorded there instead of the phone memory

  • How to prevent Node deletion

    Hi,
    Is it possible in DRM to have a validation for not deleting of node having some particular mapping conditions or properties assigned.
    Can we prevent node deletion with validation rules.

    Yes, you can use a validation with Class = PropRemove and Level = Remove, then specify a combination of up to three property values to trigger validation failure.  Easiest is to create a derived property which evaluates your conditions and results in a True/False condition to be used for the validation.  In our implementation we use a property that is only accessible to system admins which specifies whether deletion is allowed and defaults to False, so a node cannot be deleted without an admin override.

  • How to Prevent Endless Buffering after Playback?

    I'm using the Strobe Media Playback player.
    The video works very well on both iOS and Desktops, (I'm very pleased), but I'm seeing an anomaly after playback ends.
    When the video has finished playing, it begins buffering, or at least the "Buffering..." animated display appears, (see image below).
    This occurs only when viewing the desktop versions of the videos.  When I view it on an iPhone, the Buffering... message doesn't appear.
    How do I prevent "Buffering..." from appearing after a video finishes playing?  It gives the impression something's broken, or that more video is about to play.
    Here's the html I'm using to link to the Strobe Media Playback .swf:
    !-- xxxxxxxxxxxxxxxxxxxxxxxxxxxx  FLASH/ANDROID VERSION  xxxxxxxxxxxxxxxxxxxxxxxxxx --> 
      <script type="text/javascript" src="swfobject.js"></script>
                        <script type="text/javascript">
                                  var flashvars = {};
                                  var params = {};
                                  params.allowfullscreen = "true";
                                  var attributes = {};
    swfobject.embedSWF("http://myFMS.scoe.net/videoPlayer/swfs/StrobeMediaPlayback.swf?src=http://myFMS.scoe.net/v od/myProject/myVideo_manifest.f4m", "myAlternativeContent", "325", "247", "10.1.0", "expressInstall.swf", flashvars, params, attributes);
    </script>

    This is a bug. I could fix it using the source patch below.
    Download the fixed version from:
    http://mirrors.ctan.org/macros/latex/contrib/media9/players/StrobeMediaPlayback.swf
    --- ./player/StrobeMediaPlayback/src/org/osmf/player/chrome/widgets/PlayButtonOverlay.as.orig   2012-11-14 15:48:22.000000000 +0100
    +++ ./player/StrobeMediaPlayback/src/org/osmf/player/chrome/widgets/PlayButtonOverlay.as    2012-11-20 15:14:02.000000000 +0100
    @@ -98,6 +98,11 @@
            override protected function onMouseClick(event:MouseEvent):void
                var playable:PlayTrait = media.getTrait(MediaTraitType.PLAY) as PlayTrait;
    +           var seekable:SeekTrait = media.getTrait(MediaTraitType.SEEK) as SeekTrait;
    +           if(playable.playState == PlayState.STOPPED)
    +           {
    +               try{seekable.seek(0);}catch(e:Object){}
    +           }
                playable.play();
            }  @@ -134,4 +139,4 @@
            /* static */
            private static const VISIBILITY_DELAY:int = 500;
    \ No newline at end of file
    +}
    --- ./player/StrobeMediaPlayback/src/org/osmf/player/chrome/widgets/PlayButton.as.orig  2012-11-14 15:48:22.000000000 +0100
    +++ ./player/StrobeMediaPlayback/src/org/osmf/player/chrome/widgets/PlayButton.as   2012-11-14 15:42:53.000000000 +0100
    @@ -26,6 +26,7 @@
        import org.osmf.traits.MediaTraitType;
        import org.osmf.traits.PlayState;
        import org.osmf.traits.PlayTrait;
    +   import org.osmf.traits.SeekTrait;     public class PlayButton extends PlayableButton
    @@ -44,6 +45,11 @@
            override protected function onMouseClick(event:MouseEvent):void
                var playable:PlayTrait = media.getTrait(MediaTraitType.PLAY) as PlayTrait;
    +            var seekable:SeekTrait = media.getTrait(MediaTraitType.SEEK) as SeekTrait;
    +           if(playable.playState == PlayState.STOPPED)
    +           {
    +               try{seekable.seek(0);}catch(e:Object){}
    +           }
                playable.play();
                event.stopImmediatePropagation();
    @@ -58,4 +64,4 @@
    \ No newline at end of file
    +}

  • How to prevent key sound after pressing Enter

    I don't want to hear "beep" sound after pressing enter in TextBox object.
    Is it possible to prevent this?
    Private Sub TextBox1_KeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress
    If e.KeyChar = Convert.ToChar(13) Then
    MsgBox("You will hear "beep" after you press it")
    End If
    End Sub

    Hi,
     I am guessing this is a single line TextBox.  You can use the KeyDown event to detect the Enter key being pressed and Suppress the Key.  If you are using the Enter Key to do something when it is pressed in the TextBox then put it in here
    instead of the KeyPress event.
    Private Sub TextBox1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown
    If e.KeyCode = Keys.Enter Then
    e.SuppressKeyPress = True
    'Do something here if you need to when Enter is pressed
    End If
    End Sub
    If you say it can`t be done then i`ll try it

  • How to add Z module after realtionship creation in pp01 ?

    Hello I am using pp01 transaction for relatationship management. And I need to put some my own code when the relationship was created. Do you any way how to do that ? Is it possible ?
    Thank You.

    Hi Kernel
    You can use the method BEFORE_UPDATE which is available in the BADI HRBAS00INFTY. This gets triggered when you save the record.
    Regards
    Bala

  • Restriction for Material Component deletion after PO creation in PS

    I want to restrict the material component deletion from the Projects once the PO is created for it. I have done the required configuration settings in OPSG (Change Profile Order Change management) where the system must give an error for material component deletion once the PO is created for it. But still it is not working.
    1) Why the configuration in OPSG is not working?
    2) Is it required to use user exit CNEX0009 or CNEX0039?
    3) Where can I locate uset exit CNEX0039 if required?
    Can anyone help on this issue!!!!

    Hi,
    Please check again the settings in OPSG.It is std functionality in SAP so i think it should work.
    Muzamil

  • How to process idoc auto after material creation

    i have some requirement in idoc,
    the idoc should be process auto after creating material using mm01,
    after creating material using mm01 it should be transfer to receiver system using idoc,
    please help me out
    thanks in advance

    Hi,
    This is a generic question and you should check first ALE configuration guide.
    Further on the you need to configure the IDOC sending mode in the partner profiles ( WE20) - Message type.
    Example screen shot>
    Thanks,
    Kiran

  • How to find the deleted transport req logs.

    Hello gurus,
    in my DEV box some body was deleted the transport request.
    i need to know that by whom that request was deleted. the thing is that request was not released  and not imported into any system. that request was deleted after the creation.
    but now i am confused how to check the logs. i have searched the log file in trans directory and also SLOG,ALOG.
    i guess there is no use of import history in STMS because that request not existed in the system?
    then how can i find the deleted person. and time.
    Could you please do let me know.
    help would be heighly appreciated.
    Regards,
    srini.

    hi!
    Are you sure that the transport request was deleted?
    Perhaps Transport request is a local transport and when you release the transport it will not create the export files.
    FF

  • TPS file is not deleted after FrameMaker creates PDFs via Acrobat 8

    Using FrameMaker 7.2 build 158, and Adobe Acrobat 8, when creating PDF files, the temporary PostScript file (*.tps), which is created before the final PDF, is not deleted after the creation of the PDF is complete.
    This is a big deal for us because we are using a tool which hooks into the PDF-creation of FrameMaker/Distiller, and is reliant on this TPS file being deleted.
    Is this a known bug? Does Adobe know about this? Do any other users have workarounds for this?

    Thomas,
    FWIW, speaking from experience with the Save As route, I've seen
    random "phunnies" in the final PDFs (such as the missing fonts
    issues), a bigger .tps file than the .ps file generated from directly
    printing to file, slower throughput in both the intermediate
    postscript file creation and actual distilling (probably tied in to
    the larger .tps file) and other differences from what the joboptions
    should have been.
    There should not have been any differences in the file sizes being
    created if the same printer instance/configuration was actually being
    used. I also see this on some automated runs with Miramo. It's not
    consistent either - sometimes it works fine and then the next run, the
    process is considerably slower and there are dropouts in the PDFs.
    So far, manually printing to a ps file and distilling always seems to
    work without any issues.
    Your mileage may vary.
    Arnis

  • Possible to delete SC item after PO creation?

    Dear all
    We use Extended classic. I need a piece of info.
    I am able to delete the SC item after PO creation..! Is it allowed as per general business scenario. Is it possible to delete SC items after PO creation?
    How to curb this?
    Please share your valuable knowledge in this regards
    Thanks in advance
    Krupa

    Hello,
    As per standard design, it is possible to delete a shopping cart if only                 
    one follow-on document exists. For example, a purchase order or a                        
    purchase requisition.                                                                               
    When you delete the shopping cart in EBP, the deletion indicator will                    
    be set in the purchase order.                                                                               
    You cannot delete the shopping cart if the follow-on document has other                  
    follow-on documents, like confirmation or invoice.                                                                               
    The following is the standard behaviour for SC/limit SC deletion:                                                                               
    SC -> PO : deletion possible                                                             
    SC -> PReq: deletion possible                                                            
    SC -> PReq + PO: deletion NOT possible                                                   
    SC -> PO + CF: deletion NOT possible                                                     
    SC -> PReq + PO + CF: deletion NOT possible                                              
    SC -> PO + CF + INV: deletion NOT possible                                               
    SC -> PReq + PO + CF + INV: deletion NOT possible                                                                               
    Standard logic: in general SC does not prevent the deletion of SC items                  
    just because of existence of follow-on documents.                                        
    The SC item itself does not know if the deletion is possible.                            
    It just tries to delete the corresponding item of follow-on document.                    
    If this deletion has been successful, then also the SC item can                          
    and will be deleted. If the deletion of follow-on document item has                      
    failed, the SC item deletion is not possible.                                            
    So it is a task of follow-on document to know if its items can be                        
    deleted or not.                                                                          
    Best regards,
    Ricardo

  • TS3276 On received mail, I delete sender's name, address, etc. then forward it.  The forwarded mail has a duplicate of the original mail, show original sender's name, etc.  How to prevent the duplicate from being sent?

    How to prevent duplicate of orginal mail (with original sender's name, address) being "attached" when forwarded?

    Maybe I am mis-understanding what you are seeing.
    When I forward a message, the receiver will see the original mail (unless I edit it, such as removing any previous sender's information) and the length will be the same as the message was before forwarding except for the added line "Begin forwarded message" (again, unless I edit bits out), and there will be no attached copy of the original message.
    So when you say in your reply above "The orginal email with the sender's name and address was also sent with my forwarded email." do you mean:
    a) that it is still visible at the head of the text of the message (which I was saying does not happen for me because "after hitting delete, the previous sender's information disappears." [and since] "it has disappeared, it cannot be in your forwarded mail." Disappeared means it is not there.
    b) another copy of the original message is attached to the forwarded email at the end, either as an included file or as repeated text.
    c) some other situation.
    Sorry about the previous mis-spellings! I hope that we can get to the bottom of this.

  • How to block changes in pr  after po creation

    We have set up the system messages (06 76 as error). However still it is possible that the user can change the description or add new line item after  after the release/po creation. How to prevent this.  how to block changes in pr  after po creation
    do i have to create  new system messages if yes then hoe kindly suggest
    Thanks.
    regards

    Dear Goel,
    When setting the message 06076 and 06400 as described in the note 385002            
    to error it is no more possible to create a second purchase order with              
    reference to the purchase requisition.                                              
    See SAP note
    315448     ME21N: Referencing a purchase requisition                                                                               
    Regards
    V V

  • HT4137 Good day! All of my data was deleted after i update my os to os5.1.1. from then on I didnt restore it again. Today, I accidentally restored my iphone and all of my recent photos were deleted. how can I retrieve it again? thanks!

    Good day! All of my data was deleted after i updated my os to os5.1.1. from then on I didnt restore it again. Today, I accidentally restored my iphone and all of my recent photos were deleted. how can I retrieve it again? thanks!

    If you have been regularly syncing/backing up your iPhone with iTunes or iCloud, you may try restoring it from the last backup.
    Read how to restore from a backup.
    http://support.apple.com/kb/ht1766
    Make sure to turn OFF automatic syncing in iTunes before connecting your iPhone.
    Preferences - devices - "check" prevent iPhone/iPod from automatic syncing

  • How to prevent PO changes in ME22N after Order acknowledgement?

    Hi everyone,
            Can anyone tell me how to prevent PO changes (ANY) in ME22N after Order acknowledgement?
            I would like to make it possible without release strategy process or authorizations.
            Do you know some User Exit or Customazing way?
    Regards.
    Jaime S.

    Dear Jaime S,
    You can do this by restricting in authorization SHDO and also by marking "changes not possible after release" in Release strategy procedure.
    And also you can navigate the menu to, SPRO------>IMG------>Material Management--->Purchasing(OLME)------->Purchase Order---->Define screen Layouts at Document Level---->And go to ME22n And Select the right parameter and in this you can make it display, optional or required entry for the fields.
    Regards,
    Manjunath B L

Maybe you are looking for

  • Bridge CC crashes when creating a Collection, Windows 7

    Does this happen to everyone else?  Is it being fixed?

  • Replace in external class

    HI, How can I modify an external class? For example to read a value from an outside class and replace it with another one.

  • ITouch  Stuck in Restore Mode

    I've been unable to revive my iTouch since the release of V2.1.....I've tried everything uninstalled itunes 8.0, Apple Mobile Device Support, Mobile Me and Bonjour. Reinstalled all of them, end result is still the same. iTouch gets hung up in restore

  • Purchase requisition material price

    Hi all My understanding is that the valuation price of a material (In my case MAP) is defaulted into the purchase requisition valuation price. I have a bit of a funny scenario here.  I have a plant WB00 (requesting plant - no stock is kept in this pl

  • CUE Auto Attendant Sample Script into French

    Hello, I'm looking forward a sample script into french (with audio also in french) for Auto Attendant application. Thanks in advance, A. Delrue