Exception Message "15" - push out -  can this be done automatically?

We have an unusually high number of exception messages in the queues as a result of all of the inventory reduction actions that have been taken recently.  I am looking for an efficient way to u201Cautomaticallyu201D process type u201C15u201D (push out) exception messages.  Does anyone know of a way to set up SAP so that these schedule changes go directly to the supplier without the need for buyers to hit keys?
thank you
althea

Hi,
I don't think you can postpone purchase orders automatically.
Please understand that you are speaking about external documents and you have to buy the goods (you are liable for buying the goods) on that day which is in the PO. You can only postpone them if your suppliers consent to your change request.
So, you have to negotiate with each of the related suppliers....
Regards,
Csaba

Similar Messages

  • I AM TRYING TO FORWARD TX MESSAGES TO MY COMPUTER, CAN THIS BE DONE?

    I AM TRYING TO FORWARD TX MESSAGES TO MY COMPUTER, CAN THIS BE DONE?

    You should be able to forward them to your e-mail, or you could use a text backup app from Google Play that will backup your texts and e-mail them to you (SMS Backup and Restore is an example).

  • I have an iPad and would like to replicate my Bookmarks list from Firefox for MAC to my iPad Safari.app; can this be done automatically?

    I have a MacBook Pro running OS X 10.5.7, and an iPad 2 running iOS 6.1.3.
    On the MAC, I have Firefox for MAC v 19.0.2 and Safari 6.0.3
    On the iPad, I have only Safari for iPad. I always use Firefox as my browser for the MacBook, but there is no Firefox app for the iPad.
    My Safari bookmarks automatically update from the MacBook to the iPad, but not from Firefox to the iPad. Is it possible for the automatic update to be made from Firefox instead of Safari to the iPad Safari.app? If not, is there an easy way on the MacBook to keep the Safari bookmarks up to date with the Firefox bookmarks, so that the iPad shares my Firefox bookmarks?
    If not possible now, are you planning to make this possible for MAC users who also have an iPad?

    See:
    *https://blog.mozilla.org/services/2012/08/31/retiring-firefox-home/
    *http://itunes.apple.com/us/app/bookmarks-on-the-go/id550037184

  • Have just migrated from the world of PC's. and I had my set up so that when I typed a new sentence it started with a capital with out me pressing shift. also, i could set up words to self fill like ur would auto correct to your. can this be done with mac

    Have just migrated from the world of PC's. and I had my mail text typing set up so that when I started  a new sentence after a full stop  it started with a capital with out me pressing shift. also, i could set up words to self fill like ur would auto correct to your. can this be done with mac

    I don't know about the first letter cap but the spelling is simple. Edit - Spelling and Grammar - Select While Typing and Correct Spelling Automatically.
    I'd also STRONGLY recommend that you bookmark and use:
    Mac 101
    Switch 101
    Find Out How Video tutorials
    List of Useful URLs for switchers
    Welcome to the Light side.

  • I need to block someone from emailing me, its is also important that they receive an undelivered message when they attempt to email me.  Can this be done?

    I need to block someone from emailing me, it is important that they receive an undelivered message when they attempt to email me.  Can this be done? I do not mind deleting the whole account and starting again, but i have not found a way as of yet.

    You can go to the Mail page at http://icloud.com , click on the cogwheel icon at top right, choose 'Rules' and set up a rule that moves all messages from this person to the Trash. However there's no way of producing an 'undelivered' message.
    As to deleting the account, this isn't possible; you can abandon using it and start another. If you do this, messages to it will pile up until the storage limit is filled, at which point they will be bounced with an 'Account over limit' message. Alternatively you could set up a 'Vacation message' in the Preferences which would inform anyone sending to that address that it was no longer in use.

  • TV sideways (portrait), iPad portrait, HDMI out - can this work?

    I'm using either VGA adapter or HDMI adapter ... with iPad 3.
    I'd like to get my TV (which I rotate 90 degrees so that it's effectively a 'portrait' display) to display iPad as shown below (iPad held portrait, TV effectively portrait):
    (attached is a photo of a 'mock-up' of what I hope to do)
    Can this be done? 
    I usually get this instead (which I *don't* want):
    I want to get the FIRST image (top of this note), not the 2nd.  I want to maximize the size
    of the iPad display, by rotating my TV to be in the same orientation as my iPad is held (portrait).
    Any help/ideas?
    Thanks!
    Jim

    .:B:. wrote:If you really want to pimp your setup, you share the database (use a separate MySQL database) and optionally fanart and have each client access them over the LAN. It's pretty cool stuff. I have my desktop (HD6950 GPU, so also XvBA) and AD10 set up like that. It's pure luxury (and it will make a lot of people's jaws drop ). I stop a movie or an ep on my TV, i go to my bedroom and pick up where I left on my desktop.
    Yeah, I've read about this . But I'm (actually, will be when I move ) living in a small apartment (30m^2) so it's really not needed - I plan on watching movies on my TV, not the computer that will be a few meters away .
    I do, however, have all my fanart/cover art/etc. saved locally on the disk with the media, makes scraping so much faster and easier

  • Form Validation - Can this be done?

    I have a form with several dropdown menus.
    One dropdown menu has two options yes - no
    Depending on which option is selected, i want the following
    'text' field to
    either be greyed out (if 'no' is selected) or editable (if
    'yes' is
    selected).
    Can this be done and if so, how?
    Thanks
    Andy

    Hi Paul
    Just tried your code and it does disable the text box no
    matter what was
    selected from the previous dropdown.
    How do i get the code to only disable the text box if the
    dropdown has a
    particular vaue? i.e. "no"
    it would also be great if you could point me in the right
    direction
    regarding the use of css to grey the text box out.
    Much Appreciated.
    Andy
    "Paul Davis" <[email protected]> wrote in
    message
    news:ftijsu$qq$[email protected]..
    > Yes it can, on the select form field, add:
    >
    >
    onChange="document.getElementById('field1').disabled=(this.selectedIndex==0)?'':'disabled '"
    >
    > Now, this will disable the field and any text in it
    becomes gray, and,
    > depending on the browser, some borders become gray - to
    take it further
    > you would need to assign some CSS changes as well (which
    is a little more
    > complex)
    >
    > Paul Davis
    >
    http://www.kaosweaver.com/
    > Visit us for dozens of useful Dreamweaver Extensions.
    >
    >
    http://www.communitymx.com/
    > Partner at Community MX - Extend your knowledge
    >
    > Andy wrote:
    >> I have a form with several dropdown menus.
    >> One dropdown menu has two options yes - no
    >> Depending on which option is selected, i want the
    following 'text' field
    >> to either be greyed out (if 'no' is selected) or
    editable (if 'yes' is
    >> selected).
    >> Can this be done and if so, how?
    >>
    >> Thanks
    >> Andy
    >>

  • I want to have 2 seperate libraries with content in different locations, can this be done?

    Hi there, I have 2 uses for itunes, one is for my mobile DJ business and for this I store all of my music on a 2TB external firewire 800 HDD I use Traktor Pro to mix, but find itunes very good for creating playlists.  I would however like to be able to store seperate content on my internal drive in a different library for personal use as a great deal of the stuff in my DJ collection I personally have no time for, and do not want the inconvenience of needing to connect my external HDD to be able to listen to my own collection.  I have a SSD installed and have tried depressing the CMD button during startup of the application although no option for creating a new library presents its self, it may be that the start up is too quick for me to be able out this.  Any ideas guys? Many thanks.

    Trying2loveMac wrote:
    Can this be done? If so, how?
    there may be other (better) ways out there but all i can think of is this:
    1) make one iTunes library the main one and "consolidate" files that aren't in it, but in the other computer's libraries, to it.
    you can use home sharing for this but home sharing won't copy ratings, playcounts, and original "date added". a 3rd party tool such as PowerTunes would be very useful if those details are important to you.
    2) once the "main" library is created, copy the entire iTunes folder (not just the iTunes music or media folder) to the media server, launch iTunes while holding the option(⌥) key, click on choose library when prompted, and select the iTunes folder you copied to the new location.
    3) repeat with the other Macs.
    with a setup such as this, be aware that only one iTunes at a time can access the library. if your intention is to enable multiple machines to access the library simultaneously, you will probably have look into a NAS with a built-in iTunes server.

  • Can this be done?

    I am formatting a form in Adobe Acrobat Pro 9. One of my fields is for a credit card number. I have set up a "Special" Arbitrary Mask to the format and limit of numbers that can be entered.
    What I would like to do it Mask some of the numbers as they are entered. I entered the Arbitrary Mask as 9999-****-**99-9999. The problem is that this set up is causing the entry to skip the ***. My concern then is that the person entering the data will not realize this skip and not provide the correct ending numbers.
    What I would like to happen is that the person entering the data will type the complete 16 digit number and the system will MASK the numbers I designate with an **.
    Can this be done?
    Thanks in advance for any assistance.
    Kathy

    Hopefully I'm not breaking any posting rules by saying "I think I love you!"
    My functional desires always exceed my knowledge level so I want what I don't know how to create. Your script totally worked and I would never have figured that out on my own. I want to learn what you do very badly.
    We are masking the numbers for security reasons. We know the numbers being masked but we don't want to store the full number in our records. 
    Thank you so much for your help, What kind of experience do you have with Access 2007 or 2010?
    Kathy

  • I would like to add content that changes on a calendar basis, such as 'thought for the day". It can then display a different text or image on a nominated day. Can this be done? Robert.

    I would like to add content that changes on a calendar basis, such as 'thought for the day". It can then display a different text or image on a nominated day. Can this be done? Robert.

    OK Thanks Brad.
    I could use Tockify of course, but wanted to create the same things on an existing site.
    I do not know how to copy the code and get it onto Muse, but that’s OK for now. I will work something else out.
    Robert

  • 1 repository serving 2 OBIEE servers - can this be done?

    Hi Gurus.
    I have a question that I though might be better answered in this forum.
    Is it possible for us to configure 1 repository and have 2 OBIEE / Web Logic servers running from it?
    We are thinking of having one OBIEE server for external and the other for internal layers.
    Can this be done? With each running off / out of the same repository?
    I did find this http://www.rittmanmead.com/2010/07/obiee-11gr1-scaleout-clustering-and-high-availability/
    Any comments?
    Thanks in advance,
    OBIEE Oracle Business Intelligence 11.1.1.3:
    Linux x86 (64-bit):
    The Data ware house Database will be a 11g database
    Edited by: 869150 on 12-Sep-2011 05:52

    whoops - just read this Clustering
    i will close this post now.

  • Want to store music files on a removable storage device..can this be done?

    Hello! I am not a very technical person so please bear with me! My computer is a work issued computer so I cannot store personal files on it including music files. I have an external storage device that can hold all my music, but I don't know how to set it up to where iTunes links these files to the music in my library. I know how to import a folder/files into the iTunes library and I have done this many times, but when I close out of iTunes and then open it back up, it does not recognize/link any of files - and yes, I do have the external storage device hooked up! Can this be done? And if so, can someone please tell me how to do so?
    Many, many thanks!!
    Attessa

    Remove the USB drive. Delete all the entries currently in the library.
    Look in Preferences and make sure the music library is pointing to your *work computer hard drive.*
    Make sure the preferences for "Keep..." and "Copy..." are both not checked.
    Insert the USB drive. Add all the songs to your library. They should play.
    Remove the drive. After a while reconnect it. Do they play OK now?

  • I have photos in Photo Elements 11 that I want to back up to iCloud, Can this be done

    I have photos in Photo Elements 11,not on my iPad, that I want to back up to iCloud, Can this be done?

    No. iCloud doesn't backup photos except those that are stored on iOS devices as part of a full iOS device backup.

  • Can this be done somehow? I would like to see an App or Apple guidance were I can identify my name or number to certain phone contacts that I can choose from within my address book?

    Can this be done somehow? I would like to see an App or Apple guidance where I can identify my name or telephone number to certain phone contacts that I can choose from with my address book. As it stands now, it all or nothing. Thanks

    Not sure what they offer in Canada, but I use Google Voice. It provides a phone number that will ring through to your phone (or multiple phones if you want). There is a free app you can use to place calls so they appear from your Google Voice # instead of your 'real' number.
    I use the Google # for business calls/texts and only use "my" number for personal stuff.  Google gives you control over things like call screening and allows you te set timers for when it is permitted to ring through to your normal number, which is great for business calls. If I'm not on call, I keep the timer set to shut it down except during business hours.
    Might be worth looking into.

  • I want to Connect my Mac Mini as a Slave to a Mac pro Server while at the same time using the Mac mini's thunderbolt ports peripherals ( ie monitor, Sound Card, Hard drives) Creating a poor man's new mac Pro. Can this be Done?

    I want to Connect my Mac Mini as a Slave to a Mac pro Server while at the same time using the Mac mini's thunderbolt ports peripherals ( ie monitor, Sound Card, Hard drives) Creating a poor man's new mac Pro. Can this be Done?

    Well, I really would love the new unreleased mac pro however , I'm not sure of the expected cost , Everyone speculates from $3,000 to $8,000, in which I may have to wait a while to purchase.
    To the point .... I want fully functional thunderbolt ports to be on the current mac pro's .... wonder if anyone had workarounds yet?...  or could I chain the the current mac pro to a mac mini to make that happen?

Maybe you are looking for

  • My thinkpad t420s doesn't last 2 hours

    hardware and software: * thinkpad t420s, brand new with standard battery * CPU: i7-2640M CPU @ 2.80GHz, 4 cores. frequency scaling is enabled, they all usually run at 800MHz (ondemand governor) * intel SSD, no HDD * wifi: iwlwifi: Intel(R) Centrino(R

  • Need help on how to re-install​/wipe OS on my BB Torch 9860

    Can anyone in the house please give me a breakdown on how I can wipe completely my blackberry torch 9860 device and re-install a new OS without any fuss, thank you.

  • Embedded HTML interfere with Business Catalyst site editing

    Hi, It seams that an embedded Google Fusion maps interfere with the the site editing in Business Catalyst - has anyone els had this problem? Can you please let me know how i can solve this problem. The Fusion Map is an essential par of the site and i

  • How to track harm process

    Hi, all! our sysadmin discovered that from my computer is sending spam. Antivirus programms can't find the virus. Ofcouse, it seems it is not virus, but the working process. Maybe someone have any idea how to track this process? Thanks in advance.

  • Output a derived column to a flatfile destination

    I'm a newbie. My source is a sql server table. Then I dropped a derived column icon. And finally a flatfile destination. When I open the flatfile destination, it does show the new column as 'Derived Column 1' in the Available Input Columns, but it's