Interface to update Event on Delivery

Hi,
Does anybody know if there are any interfaces (BAPI, IDoc, whatever...) for updating Events on an Outbound Delivery? I mean the dates that you find if you run transaction VL02N and then the menu path Goto -> Header -> Dates. (In R/3 46C.)
Thanks,
Peter

Did you check for BTE :
BTE 00501015 ( in 4.7 )
BTE 00501014
Sincerely
Christophe Blineau

Similar Messages

  • Imovie 10.0.3 update events from external HDD

    All,
    I need some help on updgrading to the new iMovie version. After waiting for some time I decided to use iMovie 10.0.3 instead of old iMovie 9.0.9 version on Mavericks since Apple fixed the sort by date feature.
    I have one problem though. I have an external drive which is in NTFS format and I used that extensively with the old iMovie 9.0.9 to move my projects and events to free up space on my mac HDD.
    When I started using iMovie 10.0.3 I did update projects and events and it updated all the events and projects on my MacBook's HDD and not external drive even though it was plugged in. One important thing was that when Mavericks first came out I let iMove do an auto update and I did not have the external HDD connected. I went back to old iMovie since I was dissapointed with the missing feature. To re-update events I deleted events from iMovie 10.0.3 library and deleted the updateToiMove10 file in the projects and even folder and let iMovie again search and update and build my library.
    In OS X versions before mavericks I used the free NTFS-3G driver to access drive. In Mavericks I tried using the built in support and the driver too. But I don't think accessing the partition is a problem as I can create new libary in the external HDD just fine and iMovie 9.0.9 still sees it and works with it just fine.
    Any idea on how I can get iMovie 10.0.3 to recognize there are old imovie events and projects on the external connected drive and upgrade them?  Does it have to something with NTFS? Has anybody got it work before even with the mac filesystem? The iMovie help says that it should happen automatically ....
    Thanks!

    Hello All,
    Also no answer but am having the same problem.  All my catalogueing via folders is up in smoke and no external HDs (where I would normally directly store raw footage when importing) showing up on the iMovie interface.  It is a pain the arse to go back to the earlier version - why APPLE, pray tell, do you continue to lower expectations user-friendly functions. Shall try the option+open for a library but this too is extremely inconvenient if it works like iPhoto because you have to log out to log in to a new library whereas I just want to be able to see my multiple HDs directly from the iMovie menu and then the folders within folders I have layered in there - to make it easy to FIND STUFF. Wake up Apple, you are NOT meeting your customer's needs or desires.
    Thanks to the posters who are helping the rest of us lost in the dark with possible solutions - free fix-its for Apple which they don't deserve.

  • Conflict between Client object model and Item Updated Event Receiver in sharepoint 2010

    Hello All,
    As per my requirement I have a two custom list.
    Agent Details
    Port Name
    Agent Details contains Agent code, Port Name,  email, address and phone of Agent. Its possible that one Agent Code is connected with multiple Port Name.
    Basically what I am doing is I am getting port name connected with Agent code, using jquery and bind those values with check box(using javascript created dynamically) and bind all with Div tag.
    Now when my custom edit form of Agent list open up it shows me different port name binding with checkbox group.
    when user select the check box and click confirm button my clicent object model script will run and add this selected value into Port Name list. 
    After confirm one more button named Save will enable asking user to edit the email, phone or address value and when I click on save my Item updated event fires which update the values of the selected port name(These port name I am getting from port
    name list) to Agent Details custom list.
    Now when I am trying to update the values my event receiver fires or some times it got stuck(not firing). So could you please help me the possible alternative for this requirements.
    Can we user the Ecma Script(Client object model to preserve the value of selectec port) and Item updated event receiver on the same time?
    Is anything am doing wrong then please guide me.

    Hi,
    As I understand, when you updated values in the agent details list the Item updated event receiver got stuck sometimes.
    The item update event receiver will fire after the item has been saved, and the client object model script or the Ecma Script runs before the item is saved, so there is no conflict between the client object model script and item update event receiver.
    You could find out the reason about the item update event receiver gets stuck by debugging the event receiver.
    When you want to debug your event receivers, you have to attach to OWSTIMER.EXE and wait till they are executed. You can control this behavior using the Synchronization attribute. Also, if you’re looking for an easy way to debug an event receiver without
    having to manually attach a debugger to your code, you can use the System.Diagnostics.Debugger.Launch() method.
    The articles below are about how to debug in the event receiver in SharePoint 2010.
    http://sharepoint-kings.blogspot.jp/2013/02/debugging-event-receivers-in-sharepoint.html
    http://chakkaradeep.com/index.php/event-receivers-in-sharepoint-2010/
    http://sharesaint.com/?p=77
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Update Schedule line Delivery date using Bapi_po_Change

    Hi all,
    I am using Bapi_po_change to Update the Schedule line Delivery date(EKET-EINDT) for the PO based on the Item and the Schedule line.
    I am passing the PO number, Po header, Item structure, Schedule line Structure.
    But the Date is not getting updated in the Eket table.
    Please suggest.

    Hi Sukriti,
    Thanks for the Response, yes i have used the Bapi Transaction Commit Also .
    The point is I am able to Update the Statistical Delivery Date in the Same EKET table using BAPI_PO_Change .I have Checked all the Ways to update the EKET-EINDT(Delivery Date)but no Unable to do it.

  • Cache Insert for an already existing key is firing two update events

    Using an INamedCache I perform an insert to update the values of my item that is already in the cache. I have listeners on the cache, in particular I have a DelegatingCacheListener that listens on EntryUpdated.
    On doing this insert once (and only once, I think!) my update event handler gets invoked twice. I have put breakpoints in all conceivable places that might raise this event, do an insert or update this key but it only ever hits my insertion point once.
    I have looked at the args of the event and seen that on the first invocation my old value is A and new value is B. For the second invocation my old value is B and New value is C. The second invocation new value object is only different by a single member which is a time value that I set and this difference is only a second. This kind of implies that somehow my own application/code is inserting twice into the cache for the same key/value.
    Has anyone seen this symptom before?
    Is there somehow that I can see what is inserting into the cache?
    Let me know if I can provide more information to help.
    Edited by: Kunal on Feb 9, 2011 8:08 PM
    Changed the title grammar

    Hi Kunal -
    First, just to narrow this down, it appears that your code is running in .NET. Is there other logic deployed as part of this application, e.g. application logic on the server side (the "back end") that might be doing something? This would include anything from the incubator (e.g. push replication).
    Second, what does your listener do when it receives the event?
    Third, are there other listeners for the event that may be doing something when the first change appears?
    The event originates from within the cluster, from the server that "owns" the specific piece of data that your are inserting, so unless the value is changing there twice, you should not get two events. I would start by tracking down all of the places that change the time value, since you can see that is the value that is being changed.
    Peace,
    Cameron Purdy | Oracle Coherence
    http://coherence.oracle.com/

  • Updated event in iCal - but responses from invitees deleted the event

    I recently updated an event in iCal (changed the date). The updated event was sent to invitees. Unfortunately, when invitees responded, I got responses back in "Notifications" that the event had been canceled. I hadn't actually canceled the event - just moved it to the new date.
    When I clicked on "Ok" in the Notifications (to try and clear out notifications on my iCal), it ACTUALLY canceled the event and sent out the cancellation notice to all of the invitees.
    I've experienced this behavior several times - I update the event, but get responses back in Notifications that the event has been canceled. When I actually "accept"/"Ok" the Notification, it then cancels the event and sends out a cancellation notification.
    Is this expected behavior? Is there a workaround? Any help is greatly appreciated!

    Embarassed at how easy this is. Type in the name under Location, and it links immediately to the person's address from Contacts.

  • Goods Movement and Updation of outbound delivery.

    Hi,
    I am using BAPI_GOODSMVT_CREATE to do a transfer posting with movement type 411K.After doing the posting I am updating the outbound delivery for the PO using BDC recording.
    The problem is that after doing the transfer posting when I try to update the outbound delivery with picked quantity and picked date it is giving an error that "Article (the article number) is blocked".Due to this the outbound delivery is not getting updated.
    Could you please help me to understand why I'm getting the error and how to eliminate it? Need your help urgently.
    Thanks,
    Sandeep.

    Hello Shashank,
    Thanks for your reply.
    Please let me know do these bapis mentioned by you fulfill my requirement.
    Any sample code u have to use this bapis.
    Regards,
    Tarun

  • Urgent help needed-Updating an outbound delivery.

    Hi,
    I have created an outbound delivery for a stock transport order in using VL10D.
    The otbound delivery then goes to a different system wherein it is updated with picking,packing and shipping info.Then it comes back to SAP in the form of idoc(DELVRY05).Now what I need is to write a code in an exit(I know where to write the code) from where the data in the idoc will update the outbouned delivery with picked and delivered quantity.
    I tried using FM's SD_DELIVERY_UPDATE_PICKING and WS_DELIVERY_UPDATE_2 but it is not working.Also where will I get to see the update if it happens.
    Please help me.Its required urgently.
    Thanks,
    Sandeep.

    Sandeep,
    I m trying to understand this requirement. Your IDOC comes in with updated information for a delivery thats already available in the system.
    In this case, the IDOC would lock the delivery object for its ude, so writing FM's directly might not help.
    Please let me know your process code or your inbound FM. If it is IDOC_INPUT_DELVRY, then it already uses a WS_DELIVERY_UPDATE_2 , so there is little reason why you should be calling the FM again.
    Please note that when this comes in it creates an inbound delivery rather an outbound. So, is your third party system sending you back an outbound IDOC?
    Do you want to update the delivery that u sent out ( SD) to the third party system from that information.
    In that case, please use BAPI_OUTB_DELIVERY_CONFIRM_DEC. This is for delivery conformation from a third party system. The documentation is very clear and there are toms of examples on SDN.
    Please reward if useful.
    Thanks
    Ganesh.S

  • GR qty is updated in future delivery date in Scheduling agreement

    Dear All,
    In one of our Scheduling agreement  delivery schedule, the Goods receipt qty got updated in  future delivery date (ie., 30.07.2011 & 19.10.2011). Any idea how this got updated wrongly? or is there any standard functionality that controls this GR qty field.
    Thanks in advance
    Benny

    HI,
    Both  Planned delivery time and GR processing time are having 1 day , please let me know any other factor influencing this data.
    Thanks
    Benny

  • Automatic updation of planned delivery time in material master.

    Dear all,
    Is it possible to update the Planned delivery time in the material master automatically by the system based on goods receipt date.
    what customisation needs to be done.
    Regards,
    Dayanand

    It is not dynamic field so you  can't retrive automatically.

  • Event handling in the Web - Which class/interface deals with event control

    Hello all,
    When you execute a template (that was created within SAP BEx WAD) in the web browser
    and you click on a web item with the cursor then an event is started. In which class or
    interface is the event control implemented?
    Thanks a lot for any helpful comments!
    Anna

    Depends on the web item. Check out CLRSRWWW ABAP Classes.

  • How to suppress 'spurious' update events where the entry is identical

    We often have clusters with event listeners on reference data caches. These caches are refreshed by calling putAll() to update values efficiently. Although this is efficient, and keeps refresh code simple, many unwanted 'spurious' update events are generated. Spurious in the sense that in most of update events the old and new values are the same.
    We considered using a MapTrigger to suppress these uninteresting update events. The problem is how to implement a 'veto' in the MapTrigger.process method. What we'd like to do from a trigger is:
    if (old value == new value)
      ignore new entry
    else
      process, enrich, or validate new entry as desired...
    end ifWe'd like a clean way to signal from a MapTrigger that an entry should be ignored (rather than rejected). The Javadoc shows two possibilities:
    *(1)* undo the pending change by resetting the entry value to the original value obtained from MapTrigger.Entry.getOriginalValue();
    *(2)* reject the pending change by throwing a RuntimeException, which will prevent any changes from being committed, and will result in the exception being thrown from the operation that attempted to modify the map
    Of these *(2)* Causes a put() failure in the client. That is appropriate for something like a validation failure, but not for simply ignoring an unwanted update. Option *(1)* unfortunately generates an update event!
    Our current workaround is a MapEventTransformer to suppress the spurious updates:
    public class UpdateSupressionTransformer implements MapEventTransformer {     
      /** Avoid sending an update event if the value is unchanged */
      public MapEvent transform(MapEvent e) {
        if (e.getId() == MapEvent.ENTRY_UPDATED) {
          if (e.getNewValue().equals(e.getOldValue())) {
            return null;
        return e;
    }This works well but requires client code to register event listeners correctly. It also means that the unecessary change is still generated in the cache. For example a cache stores will be called needlessly.
    Can a feature be considered to allow a clean way for identical updates to be ignored, or to not generate events?
    Ideally this would be before the update is made - like a trigger. It seems a pity the MapTrigger design does not allow this.
    Such a feature would allow simple cache refresh logic using putAll() - without having to check for deltas - avoiding large numbers of unwanted update events. We think this is likely to be a common requirement.
    Cheers,
    phil

    Hi,
    I dont think that this is the problem associated with portal.You are working on BI queries in portal but BI screen that you are working on is of SAP R/3 correct me is i am wrong??And the message you are getting is of R/3 screen,BI screens are shown in an iview and an iview cant show any message..
    Regards,
    Ameya

  • Route not updated on the delivery

    Hello Experts,
    A STO(UB document type) is created & saved. In the STO on the shipping tab Route by default is getting updated but when delivery is created for the same STO Route is not getting copied under Transport Tab.
    Can anyone please suggest & guide what could be the problem?
    Rgds
    Deepak Prabhu

    Hi Deepak,
                      First check whether the delivery tpe "NL"(OR CUSTOMIZED DELIVERY TYPE LIKE ZNL WHICH IS USED FOR THIS STO) does have a new route determination assigned to it in the Transaction "OVLO". If it has either B/C options assigned to it, new route determination will be carried out. But for the system to determine new route you should have the entries in "0VRF"(ZERO VRF) Transaction. To check If your delivery has the route assigned to it , go to the table "TROAZ" in SE16 and check If the route is getting determined. If you see that your route is getting determined, then system should normally find that route other wiase maintain the entries in "0VRF". Kindly please let me know If you need any more information on this. But Kindly please note that Route determination should be done using "Weight group". You can define weight groups in "OVS8". Once you do this , go to "0VRF" and maintain the route determination using weight group.
    Regards,
    Ram Pedarla
    Edited by: RamPedarla on Mar 8, 2010 4:34 PM

  • My actual delivery address should be in China, not in HK under W275060457, so i need to update our correct delivery add as below  No 21 Jing'er Road, Beiyuan, Yiwu, Zhejiang, China Post Code: 322000 Receiver: Li Houde Mob: 008615825771078

    My actual delivery address should be in China, not in HK under W275060457, so i need to update our correct delivery add as below  No 21 Jing'er Road, Beiyuan, Yiwu, Zhejiang, China Post Code: 322000 Receiver: Li Houde Mob: 008615825771078

    This is an iPad user to user forum, so you are not addressing Apple.
    You'll have to contact whomever you purchased the iPad.
     Cheers, Tom

  • GR in MIGO not updated in Inbound Delivery

    Experts,
    I did as below.
    Create a PO-> Create IBD (VL31N)->MIGO (GR against IBD)--> TR and TO Auto Created> TO Confirmed---> Putaway completed in WM.
    So far so good:)
    My problem is, nothing is updated in Inbound Delivery(also in doc flow).  I can still create a TO and PGR for IBD.
    Am I missing some thing in config?  I welcome your any inputs on this.
    Regards,
    Shetty

    Hi Shetty,
    Please check the purchase order, whether purchase order history tab is generated in item detail. Also check the confirmation control Tab If inbound delivery shipping notofication has been updated with inbound delivery.
    It  above criteria like PO history tab and confirmation control is not updated then It seems to be program error  of update
    Br,
    Tushar

Maybe you are looking for

  • Oracle 10g for MacOSX's memory limitation

    Why is there a 1GB of SGA limit for Oracle 10g on MacOSX? Does anybody know?

  • REFUND AMOUNT

    IAM NOT PURCHASE THIS APPS  BUTN MY CARD AUTOMATICE CERDIT 550 RS PLS MY PAYMENT RETURN MY ACCOUNT Billed To: [email protected] imran hanfi                          8 south hatipala 8 indore m.p 452001 IND Order ID: MH3W6NJDZK Receipt Date: 27/06/13

  • How Do I write a Timer in Java..

    Hi All.. I need some mechanism where I need to call a CGI and wait a few seconds for response and if I dont get any reponse or if I get an error , then I want to go ahead with my processing accordingly. Any Ideas...

  • Adobe Acrobat X Pro download

    I want to download Acrobat X Pro onto my second computer (laptop), but can only find Acrobat XI Pro downloads. I have logged into the Adobe website and gone to my Products, but nowhere is there an option to download this again. The XI Pro download do

  • Very slow display of whatu0092s typed in

    Hi, Sometimes the user experiences a very slow rendering of what he's just typed in: he types in for example the note for an Interaction Record and instead of the text instantaneously showing up sometimes only the first letters appear and then it tak