How to stop PR creation from PM work order for a particular vendor?

Hello Experts,
We have following scenario for breakdown maintenance activities.
When a machine breaks down, a breakdown order is created in SAP. The external manintenance services are planned in the order. When the order is released, a single PR (with multiple item numbers corresponding to number of services) is created by SAP. The PR has a release strategy. When PR is released, PO is created followed by the SES.
The practice followed AS -IS for breakdown outside business hours:- If the breakdown happens outside business working hours, the person releasing the PRs is not available & hence PR can not be released resulting in no PO & no subsequent SES.
In this case, the maintenance is completed by the external agency & the work order is TECO. The next day, TECO is reveresed, new PR is created, released, converted into PO, & then SES.
TO-BE process:- Client expects that, for certain vendors identified, PR should not get created at all from the breakdown order. (The list of  vendors will be maintained seperately). For these vendors, a framework order will be created at the start of fiscal year & SES will be created as & when required agaainst the framework order.
My concern is :- How to stop PR creation from PM work order for a particular vendor? OR delete the created PR?
Highly appreciate your quick response.
Thank you.
Amit
Note:- My ABAP consultant has checked following BADI's, but could not find it useful.
IWO1_ORDER_BADI
ORDER_COSTING_CK
DATA_EXTENSION_CK
VALUATION_CK
ME_REQ_OI_EXT
IWO1_PREQ_BADI
ME_CHECK_SOURCES
ME_REQ_POSTED
IWO1_ORDER_BADI

Dear Amit
I am giving a different dimension to your question check if it fulfills your requirement -
As we know Vendor selection comes at a later stage only after your PR creation, approval & RFQ etc. & PR generation from maintaine. order is controllled through control key PM03.  While triggering PR from order you have to specify Material group, Purchase group and vendor. Try to control it through authorisation as all these are authorisation objects. The persons executing breakdown order shall no t be given this authoriations
shakti

Similar Messages

  • How to stop a person from creating an order for a particular region?

    Hi All,
    Suppose there are three regions viz :
    1.Asia
    2.Middle East
    3.Europe
    Now what I want that when a agent /end user is creating an order for a particular person for a specific region, he gets an error message that "Orders cannot be created for this person."
    I mean he can create orders for other people of that region but not for a specific guy.
    Also the End user has the authority to create orders for all the above mentioned three regions.So (I Guess) there are no changes to be done in SU01.
    What is the configuration that needs to be done for this one?
    I hope my query is clear and thanks in advance for your advises.
    Thanks

    I don't think so. There is no role that has VIEW only at user level- neither in CRM nor in R/3.
    Only at shop level, we can set if "Order Change" is allowed or not. But nothing to limit ordering at any level.
    Even in CRM 5.0 up, out of the box, you have only got:
    SAP_CRM_ECO_ISA_WU_B2B_ORDER - Can Create an Order but can not Change
    SAP_CRM_ECO_ISA_WU_B2B_FULL - Can Create an Order as well as Change
    No role for just display only rights. For full set of available [Web Channel authorization roles|http://help.sap.com/saphelp_crm60/helpdata/en/46/7aea16f4ca468ce10000000a114a6b/content.htm], check this link out.
    Easwar Ram
    http://www.parxlns.com

  • How to stop even administrator from coping any folder for example "c:\TempFolder" and its files in windows.

    Hi Guys
    I wanted to restrict windows users on desktop machines from coping folders and its files which my web services are pushing for trial purpose. i tried doing it through power shell but administrator of desktop can change the ACL permissions and can make a
    copy.
    is their any other way available in windows.
    i feel at application level its difficult to handle.
    the question is "Can we handle it through some kernel mode program like  filter driver". if yes could some one please throw some more light on this.
    regards
    Mukesh VAshisth

    You have some serious challenges here, since you say copying the folder and its files.  There is no concept of a
    Copy Operation in a Windows file system, all you will see are reads and writes.   You stated it would be difficult to handle at the application level, it is worse to handle in the kernel.
    Go the http://www.osronline.com and ask this question on the NTFSD list, that is where the file system experts hang out.  Before asking search the archives for copy, you will find a lot of explanation on why this
    is hard.
    You should look whether there is someway to restrict the use of data to a limited time, if these are programs find a commercial copy protect solution, if this is data, can you wrap things such that the data is encrypted unless your application decrypts it
    for use?
    Don Burn Windows Filesystem and Driver Consulting Website: http://www.windrvr.com

  • How to stop volume icon from being displayed randomly

    How to stop volume icon from being displayed randomly

    Thanks for the quick response.
    I have a number of slides which act as a training module. The quiz follows this. All the answers to the quiz are in the module slides. I'd like the user to be able to see which questions they're failing on, but not be shown the answers, as, if they are failing the quiz, the whole module needs to be reviewed and the test retaken.
    If this isn't possible, I'll probably just remove the review option, thereby meaning my retake button can stay, and the user can just go back and re-read the module slides to learn the answers.
    Thanks

  • Customization for create 2 Work orders for different vendors against 1 PR

    Hi,
    What are the customization settings  to create 2 work orders for 2 different vendors against 1 PR with half-half quantity?

    thank you Mario.
    Actuly its infrastructure cmpany & user wants create Purchase order(service work order) for two different vendors with reference to single PR with alocating 60% quantity to 1st vendor & remaining 40% to another vendor.
    user allready created Po for 1st vendor (60% Quantity).
    Now system showing error " Quantity is allready full for reference PR"
    I want to know what is the procedue to solve this issue & customization.

  • How to stop the Dialog from being dragged

    I was hoping that someone could tell me when calling a Dialog from Jframe, a how to stop the Dialog from being dragged
    while a dialog is showing.
    When it is visible I can still click and drag the Dialog
    I want to set it so you can not drag it until the dialog has be closed.

    If you don't have access to the parent frame, a "hack" that usually works:
    Frame frame = Frame.getFrames()[0];
    if (null != frame && frame instanceof JFrame){
    JFrame jf = (JFrame)frame;
    JDialog jd = new JDialog(jf, "title");
    ... code here ...
    As each JFrame (or Frame) is opened, its stored in the array of Frames that you can get. Same thing with Dialog.getDialogs(). Almost always, at least so far for me I've never had this problem, the [0] index is the main window opened, or the parent/top frame. I'd put the check in there to be safe and make sure its a JFrame and usually you'll only have the one JFrame.

  • How to stop the Browser from caching my web pages

    Hi There
    Can anyone tell how to stop the browser from caching my jsp pages
    I am using
    <%response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader ("Expires", 0);
    %>
    but this does not work anduser is able to go back to the previous page
    which i dont want and i want the browser to display the message the page has expired
    Help appreciated
    Thanks
    Mumtaz

    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "no-cache");
    response.setDateHeader("max-age", 0);
    response.setDateHeader("Expires", 0);
    I have cut paste the code from my jsp which is working. There is one additional line. I do not know if that is the cause but there is no harm in trying that out.
    Srinivasan Ranganathan

  • How to stop the dock from showing all hidden images when hiding then showing applications

    How to stop the dock from showing all hidden images when hiding then showing applications

    It's not really something to snap a screen shot of. I believe it would need to be a video clip. For instance, when I am working on multiple images in Photoshop, I often need many images open at the same time, but I only have one image viewable and active. The hero image is active on screen while I hide the other images in the dock by hitting the yellow - button on the images. Then I "Hide" Photoshop to do something in the Finder. When I go back to Photoshop, every image that is hidden in the dock will pop open again in the active window, not just the image I was currently working on. I want these images to stay in the dock until I need them, no matter how many times I Hide the Show Photoshop.

  • How to stop Time Machine from backing up Temp Files?

    Hi folks!
    I am trying to find out how to stop Time Machine from constantly backing up 'useless' temporary files accumulated from web browsing? Although I don't change or add large files to my HD, Time Machine backs up hundreds of MBs every hour. Those file amounts make sense when I consider that I browse a lot to YouTube, SoundCloud, etc to watch videos or listen to music - I just don't want them to be backed up.
    Under Time Machine Options I already excluded the following items from backups:
    ~/Library/Caches
    /Library/Caches
    ~/Downloads
    But even though I did this weeks ago, Time Machine stills finds large files to be backed up every hour and my only guess is that I am still missing a location where either Safari or Firefox - the two web browsers I use - store temporary files.
    Can you help?
    Thanks a lot in advance!

    oas2103 wrote:
    they come from my anti-virus software
    Are you sure you need that? There are no viruses that run on OSX. None. Zip. Zero.
    If you're running Windoze on your Mac, that's the same as running it on a PC, so it needs all the same anti-everything stuff you'd use on a PC.
    There is some "malware," such as Trojans, for Macs, though. But (unlike viruses that can get onto your system without your knowledge), you must approve their installation (via your Admin password) and/or operation (via the "This application was downloaded from the internet ..." prompt).
    Appropriately enough, some of these Trojans are included in pirated versions of Apple software, such as iWork!
    For the gory details, see Thomas Reed's [Mac Virus Guide|http://www.reedcorner.net/thomas/guides/macvirus].
    Thanks a lot again!
    You're quite welcome, and thanks for posting back.

  • How to stop  the users from changing the Decimal in SAP

    How  to stop  the users from changing User Profile

    Hai,
    It is not possible to restrict SU3 to display, because it has only S_TCODE has the authorization object.
    If you really want to restrict users from changing their profile you have to remove the SU3 access and give SU1 or SU2 which gives access only to Personnel details and Parameters.
    Hope this helps.
    Regards,
    Yoganand.V

  • How to stop the Calendar from editing your input?

    How to stop the Calendar from editing your input?

    I am constantly finding that Calendar Version 8.0 thinks it knows what I want to type but it incorrectly takes numbers and days and times out of my input and changes my appointments. I hate this new supposedly "smart" feature. Even when I edit my event correctly a second or third time it rewrites my input incorrectly again. I have to use my iPhone to override the annoying editing on my mac. I am ready to find a new calendar program unless Apple allows users to input what they want without their information being incorrectly edited.

  • How to delete a photo from Device-Work/photos

    How to delete a photo from Device-Work/photosI saved a photo from my work email account (it's a picture of a golf green) and afterward, I noticed that I can't really do anything with it.
    How do you delete files from the "work" side of the phone?
    Also curious why these files are even there if you can't do anything with them...what's the point?

    i didnt even know there was a work side to the phone.
    its my personel phone but i use it for work as well but dont have a work email set up as its the national health nhs.net and there is so much protection that i couldnt be bothered with it.
    only way i think you could get round this problem is sending the email with the attachment to one of your personel emails like yahoo which if you have that set up on your phone and save the attached picture it will automatically be saved in your pictures folder.

  • How do i convert lables from apple works to pages

    how do i convert lables from apple works to pages?

    Every serious user did that before switching to Lion !
    Pages is able to open most of AppleWorks WP documents.
    Numbers is able to open most of AppleWorks SS documents.
    Keynote is able to open most of AppleWorks PR documents.
    Yvan KOENIG (VALLAURIS, France) vendredi 6 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2

  • Can anyone please tell me how to stop email previews from appearing on my screen. I have turned off the preview option in settings on both my ipad and iphone, but they still keep appearing.  Thanks

    Can anyone please tell me how to stop email previews from appearing on my screen. I have turned off the preview option in settings on both my ipad and iphone, but they still keep appearing.  Thanks

    works ok on mine - (5, 7.1.1).  Try again.  with previews set to none, mine shows the sender and the subject line only.  (you cannot get rid of the subject)    with the other settings, you get the sender, subject line and however many lines you selected.

  • HT2188 How to stop the battery from draining

    How to stop the battery from draining

    I tried everything to stop my battery from draining on my iPad 2 since I have downloaded IOS 7.... Without success. Very disappointed with IOS 7 so far. Apple please release a patch to stop the battery from draining. It is urgent. My iPad is now useless, it is always drained to 0% everytime I open my iPad!?!?!

Maybe you are looking for

  • Graphs not shown in EXCEL, when the reports server is secured with SSL

    We installed a SSL certificate on the reports server to run as https instead of http and the graphs in the reports stopped working for desformat=EXCEL. The graphs in the pdf output run fine.the version we are using is Oracle reports 10g

  • How do I update my Shockwave player?

    I run both Internet Explorer & Google Chrome as browsers. My system is asking me to update my adobe software --eg:  Shockwave player. I am offered a choice of downloading an IE version or anon-IE version. What should I do? Can I download both? Please

  • My MacBook starts, but only to the white window

    My MacBook will start and make the sound, but after it starts loading in the white screen with the apple, it doesn't get any further. Left it up overnight and it only ran the battery dead.

  • Receiver Synchronous and BPM Scenario

    I have a scenario and needs to design the same. Procedure needs to Kick off in the Iseries from XI and then that will generate 3 views which will be view of two tables in Iseries.These views needs to be read by XI and each view will have an idoc gene

  • How can I remove the repetitive multiple daily updates from Mozilla

    Hello How can I remove the repetitive multiple daily updates from Mozilla? Within a day, each day I get prompts as: Mozilla Firefox Update is ready to install at your computer.........then I do install and update it.......then after few minutes again