Event CHANGED of BUS 2089 (Trip).

Hello.
I would like to know if there is any customizing setting to which event is raised when a trip is deleted. I can see the event DELETED is raised, but so is the event CHANGED. Is this customizable? And where in SPRO?
Thanks
Lande

Hi
The Change event is a Standard event and it gets triggered in a standard way. No configuration is required in SPRO for this.  Try to use proper start Condition to satisfy your requiremenmt.
Thanks
Arghadip

Similar Messages

  • The order of my ical 'all day' events changes when i go into print mode?

    The order of my ical 'all day' events changes when i go into print mode. What can i do to keep the order of events i so painstakingly created?

  • HT2513 I can't delete events recurring annually...not part of birthday calendar, one's I've added manually.  I've tried delete key, cut event, changing to no recurrence, they just revert to original recurrence and will not be removed from my calendar.  Th

    I can't delete events recurring annually...not part of birthday calendar, these are events I've added manually.  I've tried delete key, cut event, changing to no recurrence, they just revert to original recurrence and will not be removed from my calendar.  Events that occur weekly I'm able to delete, this is only happening with events recurring annually.  Very frustrating.  Thanks for any ideas.

    If you are using a PC, log on to iCloud using Safari (rather than Explorer) to reset the photostream. Then turn iPhone/iPad photostream off and back on. I was getting the same server error as you and this advice from another blog worked for my iPhone and iPad.  But I still can't get photostream deleted from my apple tv. There does not seem to be a photostream on/off control In Apple tv 4.4 software.  I tried switching the screen saver to one of the ones that comes preloaded on the device, then back to photostream but all the old photos are still there.  If anyone can help with this, I would appreciate it.

  • What events change the Created field in, finder, get info

    On my laptop, in finder, in the get info screen there are 2 fields the Created Date and Modified Date fields.
    I was looking at these fields for an app that I use on my iPhone, it was listed in finder, so I clicked the get info option.
    The created date and modified date were 10/16 both the same.
    I have not used this app in a long time, my question is this.
    What event changes the created field?  If the app was downloaded on the Iphone will the created field get updated in finder?
    or if it was an update on itunes, would that change the created date in finder?
    Does the created date mean that the app was downloaded and installed on that date?

    Thank you so much.  That works just fine.  However, I also just discovered something.  Evidently, at least some of the fields in list view are editable.  By adding Grouping to the columns shown and clicking on the empty field, I was actually able to type whatever I needed into the field.
    I have not yet tried it with other fields, but will do so to see if it works for all fields in the list view.
    Laura

  • Calendar: Why are 1-day events changing to 2-day events?

    This has happened to me several times today. When I edit a weekly (repeating) "all day" event (scheduled for today) on the Calendar on my iPhone, the event changes to a 2 day event (today - tomorrow). This change is pushed to the cloud and iCal on my Mac, as one would expect. I use my calendar like this several times a day, every day, and this isn't typical behavoir. Anyone else notice anything like this today? My Calendar is my life, so any time it does't work as expected, I get really nervous...
    Note that I'm still on iOS 5 and Lion.

    Ok, after posting this I found that I should have enquequed here: https://discussions.apple.com/message/11653252 Sorry for that. No solution there though

  • Event.CHANGE - bubbles or not?

    I have a little  Event propagation question;
    Im using Fbuilder 3 testversion on XP and have flash player 10 installed.
    Flax 3 API(at least that from http://livedocs.adobe.com/flex/3/langref/) says that the  flash.events.Event.CHANGE bubbles
    butt wenn i debug the e:Event in the rb_selection function my debugger says it is does NOT.
    So what now? Can anyone please explain this?
    Following code (init is called on app's creationComplete
    private function init():void {
        male.addEventListener(Event.CHANGE,rb_selection);
        female.addEventListener(Event.CHANGE,rb_selection); 
    private function rb_selection(e:Event):void
        e;   
    }//break point hier
    ]]>
    </mx:Script>
    <mx:VBox id="vb">
    <mx:RadioButton groupName="gender"
                                        id="male"
                                        label="male"/>
    <mx:RadioButton groupName="gender"
                                        id="female"
                                        label="female"/>
    </mx:VBox>
    </mx:Application>

    Txn for help but i doesnt work for me. What I wont to do ist following. See the Code for main-app and  component:
    main-app
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    xmlns:local="*"
                    layout="vertical"
                    applicationComplete="appComplete()">
        <mx:Script>
            <![CDATA[
                import mx.events.ItemClickEvent;
                private function appComplete():void
                    comp.addEventListener(ItemClickEvent.ITEM_CLICK, ic_comp);
                private function ic_comp(e:ItemClickEvent):void{
                    trace(e.toString())
                    // HOW TO KNOW HIER WHICH ADIOBUTTON WAS CLICKED???           
            ]]>
        </mx:Script>
        <local:_RadioButtonGroup_comp id="comp"/>
    </mx:Application>
    component
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Panel xmlns:mx="http://www.adobe.com/2006/mxml"
              layout="vertical"
              width="300"
              height="200"
              creationComplete="creationCompleteHandler()">
        <mx:Script>
            <![CDATA[
                import mx.events.*;
                private function creationCompleteHandler():void
                    rbg.addEventListener(ItemClickEvent.ITEM_CLICK, ic);
                private function ic(e:ItemClickEvent):void
                    trace(e.target.selectedValue); //HIER I KNOW
                    dispatchEvent(new ItemClickEvent(e.type, true));
            ]]>
        </mx:Script>
        <mx:RadioButtonGroup id="rbg"/>
        <mx:RadioButton groupName="rbg"
                        id="male"
                        label="male"/>
        <mx:RadioButton groupName="rbg"
                        id="female"
                        label="female"/>
    </mx:Panel>
    I can’t catch the dispached event from my component in my main-app.
    In main app r target and currentTarget the same? So it simply doesn’t work. I expected to se the target as the radioButton,  but I see my component – probably because I redespached it ???
    I found the solution is to define own event class, and then hoock the “old”-target as extra property wenn redespaching the event to the main app. That works.
    But I ask my self – can it be the only way, Do I really have to write own event-class for every single Event that doesn’t bubble per default???
    I mean, I understend the point of custom event-classes, one should use them when u need some “extra”-events which r not available in the API – but just because some not bubble?
    There must be the other way? 
    Please help, dont wona end up with hunderts of custom classes

  • Issue with xfa.event.change in XFA 3.3

    HI all
    I've found an issue with the way that XFA 3.3 processes the script below on a change event when a user paste's more than 1 character to a textfield.
    var sChange = xfa.event.change;
    if((sChange.length>1)){
        app.alert("Bad User\nCopy and paste has been disabled for this field");
        //discard the change
        xfa.event.change = "";
    in XFA 3.0 the alert is sent and change is removed, in XFA 3.3 the alert is sent but the change persists.
    Any Ideas?

    Hi Mark,
    Unfortunately thats not possible as I'm using Flash Fields with data being passed between the PDF and the Flex app which only works in XFA3.3, let me know when its fixed.
    Kind Regards
    Kevin Mortimer
    Solutions Archtect
    Avoka

  • Does iPlanet 5.1/5.2 supports event change notification ?

    Does iPlanet 5.1/5.2 suports event change notificaiton? I did query against root DSE, but 2.16.840.1.113730.3.4.7 does not show up as supported control. Just enable the change log does not help.
    What is the proper way to get entry change notificaiton work on iPlanet 5.1/5.2?
    Thanks.

    Could you perhaps use persistent search? Doing persistent searches with ldapsearch is described a bit in http://docs.sun.com/source/816-6400-10/lsearch.html
    HTH,
    Mark

  • Simple example - Break FOR loop inside an event structure based on Front panel event change.

    I am running a for loop inside a state machine architecture that contains a FOR loop. How can I break this For loop based on Event change in front panel ??
    Abhilash S Nair
    Research Assistant @ Photonic Devices and Systems lab
    [ LabView professional Development System - Version 11.0 - 32-bit ]
    LabView Gear:
    1. NI PXI-7951R & NI 5761
    2. The Imaging Source USB 3.0 monochrome camera with trigger : DMK 23UM021
    OPERATING SYSTEM - [ MS windows 7 Home Premium 64-bit SP-1 ]
    CPU - [Intel Core i7-2600 CPU @ 3.40Ghz ]
    MEMORY - [ 16.0 GB RAM ]
    GPU - [ NVIDIA GeForce GT 530 ]
    Attachments:
    Case inside Event 3.vi ‏19 KB
    Case inside Event.ctl ‏6 KB
    Case inside Event 2.ctl ‏6 KB

    Okay. Accpeting that the design is not favorable and not advantageous when my program expands. I have begin to follow producer/consumer programming architecture.
    Please find the attached program which is a simple producer consumer with event structure. I wonder how could I stop looping around the producer and consumer loops over and over again. I am pretty sure that this ENQUEUE ELEMENT loops back to the consumer loop and starts from begining.
    I hope my first program in PC architecture with State machine and Event structure is correct. 
    Abhilash S Nair
    Research Assistant @ Photonic Devices and Systems lab
    [ LabView professional Development System - Version 11.0 - 32-bit ]
    LabView Gear:
    1. NI PXI-7951R & NI 5761
    2. The Imaging Source USB 3.0 monochrome camera with trigger : DMK 23UM021
    OPERATING SYSTEM - [ MS windows 7 Home Premium 64-bit SP-1 ]
    CPU - [Intel Core i7-2600 CPU @ 3.40Ghz ]
    MEMORY - [ 16.0 GB RAM ]
    GPU - [ NVIDIA GeForce GT 530 ]
    Attachments:
    Case inside Event 3.3-ProducerConsumer Event.vi ‏25 KB
    Case inside Event.ctl ‏6 KB

  • Difference btwn xfa.event.change and xfa.event.newText pls?

    Hello
    I tried to figure out the difference between xfa.event.change and xfa.event.newText in google, but did not see any such!
    Pls. could you clariy my question that what is the differenvce between these 2 (xfa.event.change and xfa.event.newText)?
    Thank you

    Thank you. With out having much knowledge on JS, i wrote the below JS
    myFomr.Page2.mySubform21.myCheckBox211::exit - (JavaScript, client)
    // To  check this check box, bank acct # is must to enter by user
    if (this.rawValue == "X"){
    if ((xfa.resolveNode("myFomr.Page2.mySubform21.BankNumber").rawValue == null) || (xfa.resolveNode("myFomr.Page2.mySubform21.BankNumber").rawValue == "")) {
        xfa.event.change = "";
    My impression was, i can change a value (in the above case am unchecking the check box by populating it with ""/space) of any (text, check box, drop-down) field on the form explicitly by using this script
    (xfa.event.change = "";),
    i already placed in around 20 locations, so, pls. suggest me do i need to correct all these 20 locations, kind of risk/tediuos at this point or is it ok that leave as is?
    Thank you

  • When syncing calendars between mountain lion and ios6 on iCloud, the times of events change

    When I sync calendars between my iphone 4s running ios6 and my macbook pro running mountain lion 10.8.2 using icloud, the start times and end times of my events change ... very frustrating !!!

    This is usually due to one of the two devices having the wrong time or being in the wrong time zone.

  • Event changed for BO BSEG doesnu0092t trigger

    Hi all,
    I have a problem, I tried to use the event changed of BO BSEG, but the event doesn’t triggered, I don’t know if have a previous configuration for workflow.
    any help would be very thankfull.
    Thanks,
    Gerardo Rossel E.

    Try to check whether the Event is getting triggered in TCODE SWEL. If it is not triggered then you need to check the SPRO configuration which is as per the standard. Also check that SWELS event linkage is activated.
    <b>Please reward points if useful</b>
    Thanks
    Arghadip

  • Event creation in BO for trip changes

    Hello Experts,
    I wanna create an event which gets triggered for all the trip changes except for Status change of trip.
    Kindly suggest me on how to create this kind of event.
    Thank you.

    Hello Arghadip,
    Sorry for the delay in replying.
    I was testing the changes as you suggested and it didnt work.
    I think I was not clear in explaining my problem:
    Wait Event is being put before AP team approval. So that whenever anyone changes the trip before AP approval, the workitem is deleted. Now the requirement is that after AP team approves, none of the employees should be able to change the trip. For that I had to change the status of the trip, which I successfully did. But when I change the status, this event is getting triggered and the workitem is getting deleted.
    Kindly suggest me as how to resolve this issue.
    Thank you for your help.

  • Events on BUS 2089

    HI all,
    I am looking for some sort of detailed documentation on BUS2089.
    Basically i am struggling to understand difference between events EmployeeTrip.RequestApproved and EmployeeTrip.Approved.
    Thanks,
    Snehal Khasale

    Hi,
    [Check this Document|http://help.sap.com/saphelp_470/helpdata/en/04/928b3f46f311d189470000e829fbbd/frameset.htm] and this [thread|Trip workflow BUS2089 events issue;
    Regards
    Pavan
    Edited by: Pavan Bhamidipati on Nov 19, 2011 1:45 PM

  • Training & Events Change User Details

    Good day SAP Users,
    Is there a way I can see who (username/administrator) captured an attendee against a business event in Training & Events?
    Kind regards
    Dorianne

    Hi Dorianne,
    Go to SE16 table HRP1001.
    OTYPE E
    OBJID bus. event id.
    RELAT = A (rel. specification)
    RSIGN = 025 (rel. btw. objects)
    SCLAS = P (Type of related object)
    SOBID = Personnel number. (ID of related object)
    Get AEDTM (changed on) and UNAME (user name) fields.
    Regards,
    Dilek
    Edited by: Dilek Ersoz Adak on Apr 30, 2010 3:53 PM

Maybe you are looking for