Sent cancel po

Hi Guys,
How to send the deleted/cancel purhcase order( they want to cancel the order) to vendor.
Thanks
Srinivas

Hi,
Since this is an official document, user wanted to send inforamtion that purcahse order has been cancelled.
I came know  the following point form SAP library.
*Create a notification of cancellation*
*After performing a cancellation, you send a cancellation notification to the vendor. You notify the vendor of the cancellation and select the form in message control*
can any one explain, how to do that.

Similar Messages

  • Ymail user deletes appointment sent by Outlook 2010 user

    Hello,
    An Outlook 2010 user sent an appointment to about 20 individuals, some gmail, some ymail, some exchange users.  The ymail user deleted the appointment from their calendar because
    they could not attend, and the deletion removed the appointment from the originating user (Exchange/outlook 2010) calendar, and automatically sent cancellation notices to all of the other users.
    What is going on here?  Thanks in advance,

    Hello,
    Normally, the recipient will not delete appointment from the organizer's calendar.
    Please make sure you use exchange version. If you use exchange 2010/2013, I recommend you use Get-MailboxFolderPermission -Identity the organizer's SMTP Address:\calendar | fl cmdlet to level permissions for a folder.
    Besides, please check if the issue occurs when other users( such as gmail users or exchange users) delete appointment.
    Cara Chen
    TechNet Community Support

  • CVP 7.0(2) SIP RNA Timer with CUCM Hunt Group

    I have a very simple ICM 7.5(9) script which simply assigns a call type then forwards to a label on CUCM 7.1(5), which is a hunt pilot containing a hunt list with 2 line groups...a circular LG with 10 members (RNA reversion timeout of 20 sec), followed by a broadcast LG with different 10 members. There is no CFNA/CFB forwarding set up on the hunt pilot.
    In CVP, the SIP RNA timer is set on for this DN at 120 seconds, and I can see that get set in CVP logs (IP addresses and dialed numbers modified to protect customer data):
    41762417: 10.100.1.41: Dec 03 2012 20:23:28.977 -0500: %CVP_7_0_SIP-7-CALL: {Thrd=Pool:SIP[7059609]} Matched 666333315555551111 to proxy.customer.uc
    41762418: 10.100.1.41: Dec 03 2012 20:23:28.977 -0500: %CVP_7_0_SIP-7-CALL: {Thrd=Pool:SIP[7059609]} Using Local Static Route for sip:[email protected]
    41762419: 10.100.1.41: Dec 03 2012 20:23:28.977 -0500: %CVP_7_0_SIP-7-CALL: {Thrd=Pool:SIP[7059609]} Matched 666333315555551111 to TimeoutMatcher: patterns like 66633331> will use RONA of 120
    41762420: 10.100.1.41: Dec 03 2012 20:23:28.977 -0500: %CVP_7_0_SIP-7-CALL: {Thrd=Pool:SIP[7059609]} CALLGUID = 0B19E39A3CE811E28B7DA21700DE4950 LEGID = 0B19E39A3CE811E28B7DA21700DE4950-135458420897716680 - [OUTBOUND]: INVITE TO <sip:[email protected];transport=udp> FROM "--CVP" <sip:[email protected]:5060> EXPIRES[120] 100REL[Unsupported]
    The hunt group then begins hunting, and can be answered normally. However, a CANCEL is sent at 60 seconds, and I am not sure why:
    From the gateway:
    2106715: Dec  3 20:24:29.095: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    CANCEL sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.100.1.5:5060;branch=z9hG4bK2C171513C0
    From: "--CVP" <sip:[email protected]>;tag=20687DD0-DAF
    To: <sip:[email protected]>
    Date: Tue, 04 Dec 2012 01:23:29 GMT
    Call-ID:
    [email protected]
    CSeq: 101 CANCEL
    Max-Forwards: 70
    Timestamp: 1354584269
    Reason: Q.850;cause=19
    Content-Length: 0
    From CUCM SDI traces:
    12/03/2012 20:24:29.169 CCM|//SIP/SIPTcp/wait_SdlReadRsp: Incoming SIP TCP message from 10.100.3.30 on port 43568 index 566129 with 389 bytes:
    CANCEL sip:[email protected]:5060;transport=tcp SIP/2.0
    Via: SIP/2.0/TCP 10.100.3.30:5060;branch=z9hG4bK51cac6f4-76fb29a5-78d5dd99-9a021233-1
    Call-ID: [email protected]
    From: "--CVP" <sip:[email protected]:5060>;tag=ds229f1b0f
    To: <sip:[email protected];transport=udp>
    CSeq: 1 CANCEL
    Content-Length: 0
    I am trying to determine which timer is limiting the hunt to 60 seconds.
    Can anyone suggest where I might begin looking?
    Thanks so much!!!

    I've run into a similar problem recently with a CVP 8.5(1) SIP deployment and have found in the CVP documentation that the RNA Timeout is a range configurable between 5 and 60 seconds.
    You can enter a larger value through OAMP on the Call Server-->SIP-->Advanced Configuration tab but when you Save and Deploy, it reverts back to the max of 60 seconds. The CVP help file indicates the 5-60 second range.
    Regards,
    Matt

  • AIR ANE Notifications

    Has anyone tried creating ANE notifications in Flash Pro CS5.5 yet? I'm doing it for android and ios.
    http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/notification.html
    other important info comes from:
    http://help.adobe.com/en_US/air/build/WS597e5dadb9cc1e0253f7d2fc1311b491071-8000.html
    I tried to follow the articles closely but i'm getting this error:
    "VerifyError: Error #1014: Class com.adobe.ep.notifications::NotificationManager could not be found."
    I've added the swc (the .ane file converted to a swc that came with the article's zip file) to my fla's "actionscript 3.0 settings" library path and set its "link type" to "external". Also, I did the AIR 3.0 overlay in Flash Pro but I don't think that really matters since Flash cannot compile it properly anyway.
    Here is my code taken mostly from the article. (probably not the best! i'm no expert.)
    package  {
              import flash.display.MovieClip;
              import flash.events.EventDispatcher;
              import flash.utils.Timer;
              import flash.events.Event;
              import flash.events.TimerEvent;
              import flash.events.MouseEvent;
              import flash.events.StatusEvent;
              import flash.display.StageAlign;
              import flash.display.StageScaleMode;
              import com.adobe.ep.notifications.NotificationManager;
              import com.adobe.ep.notifications.NotificationEvent;
              import com.adobe.ep.notifications.Notification;
              import com.adobe.ep.notifications.NotificationAlertPolicy;
              import com.adobe.ep.notifications.NotificationEvent;
              import com.adobe.ep.notifications.NotificationIconType;
              public class testANE extends MovieClip {
                        public var notificationManager:NotificationManager;
                        public var n:Notification;
                        // You can set this value to anything you want (and use various values)
                        // You can then pass this value into the notification manager to cancel notifications of a specified type
                        public const NOTIFICATION_CODE:String = "MY_CUSTOM_NOTIFICATION";
                        public var timedNotification:Timer;
                        public function testANE() {
                                  // constructor code
                                  stage.align = StageAlign.TOP_LEFT;
                                  stage.scaleMode = StageScaleMode.NO_SCALE;
                                  if ( notificationManager.isSupported )//Not sure if this should be "NotificationManager.isSupported" instead
                                      createManager();
                                  else
                                      trace("The notification native extension is not supported.");
                        //setup notification manager
                        protected function createManager():void
                                            notificationManager = new NotificationManager();
                                            n = new Notification();
                                            // This action label appears in two places on iOS: on the action button of the notification dialog, and on the unlock slider when the device is locked.
                                            n.actionLabel = "Open";// If unset, the iOS default will be used.
                                            n.alertPolicy = NotificationAlertPolicy.EACH_NOTIFICATION;// Allows you to contorl whether an alert is dispathed with each notification, or just the first notification.
                                            n.cancelOnSelect = true; // On Android, specifies whether the notification persists when the user taps it in the notification area
                                            // On Android and iOS "...the app will be brought to the foreground if it was in the background or launched if it had been shutdown.
                                            // On iOS, the way to perform the action of a notification manifests itself as a button
                                            // on the notification dialog that appears when a notification is fired and different
                                            // text on the unlock slider when the device is locked.
                                            // On Android, the way to perform an action is not visible, it is performed by selecting
                                            // the notification from the notification list (window shade)."
                                            n.hasAction = true;
                                            n.actionData = "customAction";
                                            // Allows you to set the Android notification icon
                                            n.iconType = NotificationIconType.MESSAGE;
                                            // On both Android and iOS, lets you set a number on the icon or application badge
                                            n.numberAnnotation = 0;
                                            // On Android, "ongoing" notifications aren't cleared with the clear button
                                            n.ongoing = false;
                                            // Android and iOS
                                            n.playSound = true;
                                            // On Android, alerts (sound and vibration) until acknowledged
                                            n.repeatAlertUntilAcknowledged = false;
                                            // Only configurable on Android
                                            n.vibrate = true;
                                            n.tickerText = "My Ticker Text";
                                            n.title = "My Title Text";
                                            n.body = "My Body Text"; 
                                            //user touches notification
                                            this.notificationManager.addEventListener(NotificationEvent.NOTIFICATION_ACTION,onNotificationActionEvent);
                                            this.notificationManager.addEventListener(StatusEvent.STATUS,onNotificationStatusEvent);
                                            //start timer to send notification
                                            //startTimer();
                                            //setup buttons
                                            notify_btn.addEventListener(MouseEvent.CLICK, notify_ClickHandler);
                                            cancel_btn.addEventListener(MouseEvent.CLICK, cancelNotification_clickHandler);
                        //user touches notification
                        private function onNotificationActionEvent(ne:NotificationEvent):void
                                  trace("Notification action received. Type: " + ne.actionData);           
                        private function onNotificationStatusEvent(ne:NotificationEvent):void
                                  trace("Notification status event received!");
                        //send notification
                        protected function notifyUser():void
                                  // Dispatch the notification
                                  // Note that the way popups work on iOS dictate that a pop-up window will only appear when the application is in the background.
                                  // If the notification is dispatched and the app is running normally, you won't see a pop-up (but you will receive the event).
                                  this.notificationManager.notifyUser(NOTIFICATION_CODE,n);
                                  trace("air notification sent");  
                        //cancel notification
                        protected function cancelNotification_clickHandler(event:MouseEvent):void
                                  if ( this.notificationManager )
                                            this.notificationManager.cancel(NOTIFICATION_CODE);
                                            trace("Notification canceled.");
                                  else
                                            trace("No notifications have been dispatched.");
                        //start timer notification
                        protected function startTimer():void{
                                  timedNotification = new Timer(3000,1)
                                  timedNotification.start();
                                  timedNotification.addEventListener(TimerEvent.TIMER, callNotifyUser);
                        //timer event
                        protected function callNotifyUser(event:TimerEvent):void{
                                  notifyUser();
                                  timedNotification.removeEventListener(TimerEvent.TIMER, callNotifyUser);
                        //button click handler
                        public function notify_ClickHandler(event:MouseEvent):void{
                                  notifyUser();
    To finally bring this into the android emulator, I believe I need to create a working swf with no errors. But of course that is where I'm stuck!
    If you look at the files provided for the vibration ANE they have included an actionscript library with the ANE zip files:
    http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/vibration.html
    Is it possible this is missing from the files for Notifications?
    Thanks.

    @ brad5151:i hope you get notifications working! keep trying! but i'm afraid its missing code. for the vibration example, there is an additional swc (VibrationActionScriptLibrary.swc) that comes with the ANE. but the notification ANE didn't come with an additional swc. there is a "com" folder, but it only has html help files in it. i think maybe its a mistake or something.
    1. I wondered about this. But i`v change extension ane to swc and i imported this to fdt. And I have all classe in it. Imports are corect - without any error. But still I dont know is this corect solution.
    @brad5151:changing my code to: public var notificationManager:NotificationManager= new NotificationManager(); as you suggested doesn't help. if you look at the vibration links above, he did the same thing i did. he didn't create a "new Vibration()" until after he tested that it "isSupported".
    2. In VibrationActionScriptLibrary.swc You have Vibration class and in this class is "
    public static function get isSupported() : Boolean;"  this is static method. You invoked to this method like this "Vibration.isSuporrted" (capital V). And You can do this without new vibration. Thats why in vibration extension is ok. But when you check class  NotificationManager  (com.adobe.ep.notifications)  isSupported method isnt static. You have check it like this "notificatin.isSuporrted. (small n)" When You have new declaration after if there is an error. 
    @brad5151:anyway, i cannot build the project. i get this error now: "1046: Type was not found or was not a compile-time constant: NotificationEvent." if i cut out all references to NotificationEvent's, then i get the same error for NotificationManager and Notification.
    Check my answer number 1
    @brad5151: "i got the exact same error code as you when i published: "Error creating files. An Implementation for native extensions com.adobe.Vibration  required by the application  was not found  for the  target platform." - I have this error when I published it directly to my phone :/ Do not know why...
    Still I didnt get notification working! I hope I find some time to "play" with it :]
    I`m not an expert. I`m still learning. Maybe I`m mistaken (especially in changing ane to swc :] ). Sorry if I`m wrong.

  • Help understand Command in SIP Profile

    Hi all,
    Recently we're deploying the CUBE SIP service but there is one command for SIP profile cannot be understood by us. This is one command requested by the service provider but we would like to understand the meaning of this command.
    voice class sip-profiles 1
    request CANCEL sip-header Max-Forwards modify ".*" "User-Agent: CUBE"
    We thought Max-Forwards should be modified to some number.
    Please kindly help. Thank you.
    Regards,
    Gary

    Garry,
    In the CANCEL request, your ITSP wants to  modify the max forwards header from a number to the string user0agent:CUBE. I am not sure why they want to do this since maximum forwards should be a numerical value. The sample trace below is an example of a a CANCEL method. You can see the max forwards header..this is what they are trying to modify
    Sent:
    CANCEL sip:[email protected]:5081 SIP/2.0
    Via: SIP/2.0/UDP 10.105.40.74:5060;branch=z9hG4bK38996EB1EC
    From: <sip:[email protected]>;tag=259B0918-3C6
    To: <sip:[email protected]>
    Date: Mon, 22 Sep 2014 10:29:55 GMT
    Call-ID: [email protected]
    CSeq: 101 CANCEL
    Max-Forwards: 70
    Timestamp: 1411381796
    Reason: Q.850;cause=16
    Content-Length: 0
    According to the RFC 3261, your ITSP is wrong in attempting to change this to a value other than a number.
    8.1.1.6 Max-Forwards
    The Max-Forwards header field serves to limit the number of hops a request can transit on the way to its destination. It consists of an integer that is decremented by one at each hop. If the Max-Forwards value reaches 0 before the request reaches its destination, it will be rejected with a 483(Too Many Hops) error response. A UAC MUST insert a Max-Forwards header field into each request it originates with a value that SHOULD be 70. This number was chosen to be sufficiently large to guarantee that a request would not be dropped in any SIP network when there were no loops, but not so large as to consume proxy resources when a loop does occur. Lower values should be used with caution and only in networks where topologies are known by the UA.

  • I have ordered an i-pad and cancelled it the other day. I have used my indian debit for that order. So money got debited immediately. Apple has sent an email saying that it is successfully cancelled. But money is not yet credited into my account.

    i have ordered an i-pad and cancelled it the other day. I have used my indian debit for that order. So money got debited immediately. Apple has sent an email saying that it is successfully cancelled. But money is not yet credited into my account. please let me know what is happening. I cancelled the order on April 9th. Its already been more than 15 days.

    Your best corse of action would be to either email apple support or ring them giving them your debit I'd and the order number where they will be able to look at what's wrong and set u going on the right track

  • I sent my iphone in for repair and the status was canceled repair request.

    I sent my iphone 3GS in for repair and when I checked on the status of the repair, it said repair request canceled.  Does this mean it has been fixed and on its way back or they are sending a new one back?  I am confused.

    Ah ,so you are in Europe ( helps to tell upfront as this is a WW forum )
    They will not repair your iPhone they will check it and assuming no user induced damage will send back a replacement refurbished unit  to you ( reason for no accessories )
    There must be a contact number where you arranged the return
    It is possibly going to Eire where Apple seems to ship most EU shipments from

  • I am beginning to frequently get a message that an email could not be sent and to retry or cancel but all settings are correct and it usually sends a 2nd time

    Have been using Thunderbird for years and it has worked just fine. Have not made any changes to any of the settings. My boyfriend also used T'bird for years but last year it stopped sending messages and he finally had to stop using it. My T/bird is beginning to act the way his did. I will write a message and press send and then a window will open saying the message couldn't be sent and to retry or cancel. Usually a retry will work. Sometimes I get a message asking me to enter my password (I don't even think I have one or if I do I don't know what it is because I have never logged in to send email). So I'm worried that my T/bird program is beginning to fail like his did. I don't want to lose the use of the program and all my saved emails and addresses, mail groups, etc. My OS is Windows 7.

    That sounds exactly like an issue that has plagued McAfee users for around a year.
    Try disabling email scanning in your anti virus program.

  • Fire fox is crashing as well as "sent" mails are not opening, all of a sudden, continue & cancel will appear, sometimes copy & paste is not working

    -The system has crashed/closed on it's own. Have had to put the pc off to get the system started again, yesterday, the hotmail was not opening either, once it opened after some time, other times I had to open Mozilla again.
    -Some of the "sent" emails are not opening for me to check what I've written.
    - After I've opened my hot mail account, the continue & cancel signs will appear again.

    As the day progressed, all other files quit being able to save to the desktop.  As I tried to diagnose the issue, I went through the Repair Disk in Disk Utilities and was told by that program to close and use the disk repair from Recovery HD (CMD + R upon reboot).  I did that and was eventually told the HDD was too far gone to repair.  I reformatted and restored from Time Machine following the instructions given.  All is good now after 24 hours of work.  I have no idea what happened but I'm not feeling real safe about my mac today.  I have an SSD on order.

  • TS3899 How to cancel a sent file that seems too big to be sent - but keeps trying thus draining the battery?

    How do I cancel a file that is trying to be sent but seems too big to be sent - it keeps trying to send andconstantly drains the battery.
    Sandy

    Try force-closing Mail: double-tap the home button, locate Mail in the list at the bottom, tap and hold it until it wiggles, tap to close it, finish by tapping the home button.  Then go the you email provider's webmail site (such as iCloud.com for @me.com mail), log into your account and delete any emails you find in your Drafts folder.  Then open Mail again and see if it stopped trying to send.

  • I don't want file sent to 'space'.  how do I cancel this file and only keep on my computer?

    I don't want file sent to 'space'.  how do I cancel this file and only keep on my computer?

    I don't understand what you are asking; please clarify.
    Also tell us your operating system and software you are using.

  • How do I cancel an email I tried to send--I was a dolt and sent one with 8 photos (actual size) and my phone has been trying to send for four days.  Thank you!  Jeff

    Greetings from Beantown!
    I was a dolt and tried to email 8 photos (actual size) from my iPhone 4S and now my phone has been "working" trying to send for four days.  Verizon has texted me that all my data for monthly plan is now used up and I am not able to "cancel" send for the message.  Does anyone know how to cancel an email that is being sent?
    Many thanks,
    Jeff

    Put your phone in Airplane mode, go to the mail app & see if you can delete the stuck mail now. If not, while still in Airplane mode, send yourself an email, it will go to the outbox, see if you can now delete both.

  • Security questions forgotten and how to sent to an old cancelled email address

    can remember answers to security questions and the info to recover is sent to a non-existent or cancelled address

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (114828)

  • Can I cancel a message I've sent?

    We are using iMQ to send a message that will invoke a translet. One of our
    requirements is to be able to cancel translets and specific messages once a
    message has been sent to the broker. For example, lets say three messages
    are sent to a broker, message 1, message 2 and message 3. While all three
    messages are sitting in the queue waiting for the client, we would like to
    be able to cancel one of the messages prior to being sent to the client,
    for example message 2. Once the client becomes available message 1 and
    message 3 would be the only messages available. (We will also be
    implementing point to point synchronous queues). So far this does not
    appear possible. From what I have found the API's do not seem to support
    this. Do you know if this can be done?

    The JMS API does not allow the producer of a message to 'recall' the message.
    The producer can set different priorities and expiration times on messages to
    affect handling of the messages relative to other messages that the are
    generated by the same producer.
    Can you give more concrete examples of the contents of the 3 messages and why
    you would want message #2 deleted?
    You can acheive a somewhat equivalent behavior without the message actually
    having to be explicitly deleted by setting different properties when they are
    produced and having the client use selectors, in which case message 2 would
    not be available to the receiving client and could eventually be expired (by
    setting an expiration when it was produced) and thus be deleted from the
    system.

  • HT1541 the gift an app hasnt been delivered? even though its been sent twice. And there is no way to cancel one of the gifts?

    my dad has sent me a gift an app for the new game 'grand theft auto san andreas' on the app store at around 17:00 today. After a while (around half an hour to an hour) the gift an app redemption email was not recieved. my dad then decided to gift it once more. the time is now 21:30 and both gift an app redemption emails have still not been recieved. i have double checked through all of my emails, in every folder and no emails are anywhere to be found. we have both checked that he got my email address correct, and it was. we have also tried going into 'account' on the app store to try to directly resend it but no option ever came up. i have tried canceling one of the 'gift an apps' but i have found no way to directly cancel it. i am now worried that my dad is going to be charged twice for an app he only wanted to buy once. and i am also worried i may not even get a redemption email. please help!

    Your dad should go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store.
    Regards.

Maybe you are looking for