Transportation EE ARRIV_DEST and DEPARTURE donu00B4t reflect Event Date

Hello experts,
We are defining a transportation scenario combined with delivery. In this order, we work with TRA10_DELIV and TRA10_ROAD AOT and EH.
We define the following events on our scenario:
ARRIV_CARR     Carrier arrival
LOAD_BEGIN     Loading Begin
LOAD_END     Load End
DEPARTURE     Departure
ARRIV_DEST     Arrival at Destination
When we create the Delivery the events don´t generate Expected Event Date, ok there is no problem, when we create the shipment the system used the Expected Event Extractors /SAPTRX/XEE_LE_DELIV_TRA10 and /SAPTRX/XEE_LE_ROAD_TRA10, and assign the Expected event date:
ARRIV_CARR     Carrier arrival          -> Check-in planning date in shipment
LOAD_BEGIN     Loading Begin          -> Loading start planning date in shipment
LOAD_END     Load End          -> Loading end planning date in shipment
DEPARTURE     Departure          -> Start planning date but at detail stage level
ARRIV_DEST     Arrival at Destination     -> End planning date but at detail stage level
When we modify the shipment Overall status, the first three expected event, reflect in /SAPTRX/EH_LIST the reported event date and time, taken from the execution date of the shipment.
However for the events DEPARTURE and ARRIVE_DEST, the dates don´t actualize, even when we modify at shipment stage level the execution dates. When we verify the Event Data Extractor function TRA10_ROAD (/SAPTRX/XET_LE_ROAD_TRA10), and this function only show the events ARRIV_CARR, LOAD_BEGIN and LOAD_END.
For the events DEPARTURE and ARRIV_DEST, what function we can use to reflect the EVENT DATE AND TIME?
Thanks a lot and best regards,
Julián.

Similar Messages

  • Transporting Process Chains that execute based on Events

    Hi,
    I am new to Process Chains and would appreciate some help.  I created a process chain in our Development environment.  The Chain executes based on an Event trigger.  I activated and scheduled the chain.  I then transported the chain to our Quality Assurance environment.  The chain looks like it transported correctly.  However, if I look in sm37, there is not a job out there for the Process Chain with a Release status.  Therefore, if I trigger the event, the Process Chain does not run.
    What am I missing?
    Thanks.

    Hi Tekii:
    I created many Process Chains and I never had this problem.
    NOTES: You cannot transport Process Chain Scheduling.
    Do these steps in sequence and let us know what happened.
    1) Go to DEV. Open the Process Chain Start Process. Copy the Event Technnical Name. If the Event has a parameter, copy that one too.
    2) Go to QAS. Run transaction SM62. See if the event does exist in QAS. (You cannot transport Events, they have to be manually created). If the event doesn't exist, create that event.
    3) GO to QAS Process Chain, De-Schedule the Chain.  Open the Start Process. Check and see if the Event is the same name. Make sure that, if there is a parameter in DEV paste it in QAS. Check Mark Periodic. Now, Activate and schedule the Process Chain.
    4) Now, trigger the event. If the Event has a Parameter, you have to add the parameter too. NOTE: Parameter is case sensitive.
    5) The name of Function Module to trigger is: BP_EVENT_RAISE
    It needs: Event Name, Event Parameter (if needed), & TARGET_INSTANCE (Copy the Source System Technical Name from BW QAS using RSA1 so that therer are no typos).
    Now, tell what happened.
    Good luck.
    Ram Chamarthy.

  • Is there any way of dragging and dropping an iCal event showing in week view across to a date in the left sidebar monthly calendar?

    Hi, Im not a frequent forum poster, as most of my questions can be found already answered on them!
    This is a question Ive had for a long time and it amazes me that no-one else seems to ask it. I check at each OS upgrade but its never there...
    Is there any way of dragging and dropping an iCal event showing in week view across to a date in the left sidebar monthly calendar?
    I was able to do this years ago in MS Outlook, and utilized it all the time when I needed to push things back, now I have to open the event and select an new date in the drop-down calendar for each & every event I want to move to a new month at the end of the month.
    If its definitely not possible, how to you ask apple to consider including it - it doesnt seem like a particularly difficult task.
    Thankyou
    Andrew.

    Andrew,
    Is there any way of dragging and dropping an iCal event showing in week view across to a date in the left sidebar monthly calendar?
    No, but you can use cut/paste. Cut (⌘X) the event, then click on the week where you want to move the event, and Paste (⌘V).
    If you have a suggestion for Apple to change that method use: Apple - Mac OS X - Feedback.

  • When I open up iphoto and click on the events tab then double click on an event, it used to show minis of all the photos in that event.  Now it shows only one photo at a time.  How do I get it back? Can you help?

    When I open up iphoto and click on the events tab then double click on an event, it used to show minis of all the photos in that event.  Now it shows only one photo at a time.  How do I get it back? Can you help?

    On the bottom bar of the window (on the left iPhoto 11, on the right in other versions) note the slider. Drag it left.
    Regards
    TD

  • My calendar on my iPhone 4 erases all data over a month old except for recurring events.  How Do I get it to keep the info and not erase calendar events?

    My calendar on my iPhone 4 erases all data over a month old except for recurring events.  How Do I get it to keep the info and not erase calendar events?

    Settings>Mail, Contacts, Calendars>Calendars>Sync>All Events.
    Note: If you're using a work Exchange account, the administrator my have restricted your options for this setting.

  • Hello, I'm using the same apple id on my Ipad and Iphone, and anything i do and my ipad reflects on my iphone. if i download an app on my iphone it also downloads on my ipad. Can i stop this from happening. i need help. thank you.

    hello, I'm using the same apple id on my Ipad and Iphone, and anything i do and my ipad reflects on my iphone. if i download an app on my iphone it also downloads on my ipad. Can i stop this from happening. i need help. thank you.

    Yes, under the Settings for the store, you can turn off the auto download for purchases, that way if you purchase an app on another device it will not automatically download on that device.  You would need to do this on both your iPad and iPhone.

  • HT2513 iCal string of events repeat and end on a given date?

    Is there a way to have any given string of events repeat and end on a given date?
    Example, I have a different training regiment for each day leading up to an event/date and then will have the same training regiment again leading up to another event. I want each day's training regiment to show up as an event per day... but don't want to have to post each days repeat string of training prior to each event... and they don't nessecarily repeat monlthy or regularly... I want to set an end date and all the training fill in from that date backwards. Is this possible??

    Does this work any better? New-jobtrigger requires a datetime object.
    $csv6=Import-Csv D:\Lzero\Coll_Schd\Dependent_List.csv
    foreach($cs in $csv6)
    {$sys=$cs.CI
    [datetime] $schd=$cs.RebootSchedule
    $user="Domain\username"
    $paswd=ConvertTo-SecureString -String "P@ssWord" -AsPlainText -Force
    $Credential=New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $user,$paswd
    Register-ScheduledJob -Name System_Restart -ScriptBlock {
    Restart-Computer -ComputerName $sys -Force -wait} -Trigger (New-JobTrigger -At $schd -Once) -ScheduledJobOption (New-ScheduledJobOption -RunElevated) -Credential $Credential

  • How can I detect an external trigger and then generate an event or occurance

    I have a PXIe-1065 chassis with a PXIe8030 controller, PXI-6653 timing module, PXI-6542 Digital IO, and PXI-6259 DAQ board, running LabView 8.5. I need to detect a trigger (100 ns TTL pulse) from an external device then start a process on a GPIB device. Is there a way for me to detect this trigger and then generate an event, or an occurance ? Can I do this without polling a device? Can any of this hardware generate an interrupt that LabView can detect?

    My screenshot was only an example how you can approach the issue. I wasnt saying that you should try it with AI....
    Just take a closer look into the DAQmx Events and you will discover something like this:
    hope this helps,
    NorbertMessage Edited by Norbert B on 10-05-2007 02:35 AM
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.
    Attachments:
    DAQmxEvent.PNG ‏11 KB

  • Add fields to maintenance view and update then using events

    Hi experts:
      I've created a table with 4 fields, one of them is userid. Also, there is a maintenance view to add new entries.
      I want to display user name when typing userid using events (1 or 21). I know how to do it if username is one of the fields of the table, but there is a requirement to not store username in the table, just userid.
    My question is: is possible to add a field into the maintenance view and update it using events but not store the value in DB?.
    Thanks in advance for your help.
    Regards,
    Carlos.

    In the save event just clear the entries of the field(user name) in the internal table.

  • When I download photos from a flash drive,everything is fine and they show in Events and Pictures, but when I click on the individual pic I get an error message saying that it cannot locate the JPG. Any thoughts?

    When I download photos from a flash drive,everything is fine and they show in Events and Pictures, but when I click on the individual pic I get an error message saying that it cannot locate the JPG. Any thoughts?

    It sounds like your iPhoto Advanced preferences are set to not copy photos during import, i.e. a Referenced library:
    Check your Advanced preferences to see if that's the case. If it is the best solution would be to select the checkbox to copy the photos and reimport the photos from the flash drive.  Then check the new import. It it was OK you can delete the previous event with the "missing" photos.
    OT

  • When syncing iPod touch to MacBook, I have selected to sync only events newer than 360 days. Yet I get message that sync will change 8000 events on "this computer"  most of which are years old and many are recurring events.  I'm afraid to proceed

    When syncing iPod touch to MacBook, I have selected to sync only events newer than 360 days. Yet I get message that sync will change 8000 events on "this computer"  most of which are years old and many are recurring events.  I'm afraid to proceed with sync. 

    Having the same problem here. As a first time mac user, Apple has certainly made a bad first impression.
    For me, the issue seems to occur when transferring files between computers that are connected to the same access point (when transferring files from wired computers on the network there is no issue). My vista laptop and every laptop I have tried has worked perfectly fine with this access point so I am 100% convinced it is the mac. Basically when I copy the files, after about 100mb, I am unable to access anything on the local network or internet until I restart Airport. The weird thing is that even though I am unable to access anything, the airport utility says it is connected. I might also note that the wireless signal strength is full.
    If I can't get this figured out in a few days, this computer is going back to the store where it came from and I will officially label myself anti-mac. This type of issue is just unacceptable for something so main stream.

  • Not able to successfully subscribe to and see the TargetApplicationChosen event fire from Windows Phone 8.1

    Matt,
    Thanks for the reply.
    In my current experience, I am not able to successfully subscribe to and see the TargetApplicationChosen event fire from Windows Phone 8.1.
    In Windows Store 8.1 (Tablet), it works fine.
    Questions
    Is this event expected to fire in Window Phone 8.1 (Universal Apps, Not Silverlight 8.1) ?
    Does this event depend on the target application to supply AppName?
    Thanks for your help. Much appreciated.
    Example Code Block
    //From Page Contstructor or OnNavigatedTo Handler
    _dataTransferManager = DataTransferManager.GetForCurrentView();
    _dataTransferManager.TargetApplicationChosen += DataTransferManagerOnTargetApplicationChosen;
    private void DataTransferManagerOnTargetApplicationChosen(DataTransferManager sender, TargetApplicationChosenEventArgs args)
    //fires in tablet but not phone

    This is not an answer, Mr. Wong.  The link you referenced refers to the DataTransferManager class being supported only in Native apps, which includes Windows Phone 8.1 RT apps.  All aspects of the DataTransferManager work except for the TargetApplicationChosen
    event under a WP8.1 universal app.  This event does NOT fire in the Windows Phone 8.1 RT API implementation of DataTransferManager.
    You need to reopen this thread and address the issue, please.  The lack of support for this event is problematic for some phone scenarios, most notably supporting NFC Tap and Share.
    Mark Jones, Owner MJ App Factory

  • Help needed on how to set up Global Nav in Dreamweaver so that changes need to be made only once and will be reflected throughout the site.

    Hi,
    I've created a site with global navigation across the top (drop down menus) and some global buttons on the left side. Is there a way to code this type of global navigation in Dreamweaver so that people making changes to the site need only make them once (not on every page!) and have them reflected throughout the site? I'm using Dreamweaver MX to create the site.
    Thanks to this forum I know that Server Side Includes is a way to handle this but I'd like to use Dreamweaver if possible.
    Thanks!

    As Murray suggested, templates are the way to go  (though not really recommended for a fairly large site)  - here's a link to some help docs to help you get started.
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WScbb6b82af5544594822510a94ae8d65-7acda .html
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • Why and how to use events in abap objects

    Dear all,
      Please explain me why and how to use events in abap objects with real time example
    regards
    pankaj giri

    Hi Pankaj,
    I will try to explain why to use events... How to use is a different topic.. which others have already answered...
    This is same from your prev. post...
    Events :
    Technically speaking :
    " Events are notifications an object receives from, or transmits to, other objects or applications. Events allow objects to perform actions whenever a specific occurrence takes place. Microsoft Windows is an event-driven operating system, events can come from other objects, applications, or user input such as mouse clicks or key presses. "
    Lets say you have an ALV - An editable one ...
    Lats say - Once you press some button  you want some kind of validation to be done.
    How to do this ?
    Raise an Event - Which is handled by a method and write the validation code.
    Now you might argue, that I can do it in this way : Capture the function code - and call the validate method.
    Yes, in this case it can be done.. But lets say .. you change a field in the ALV and you want the validation to be done as soon as he is done with typing.
    Where is the function code here ? No function code... But there is an event here - The data changed event.
    So you can raise a data changed event that can be handled and will do the validation.
    It is not user friendly that you ask the user to press a button (to get the function code) for validation each time he enters a data.
    The events can be raised by a system, or by a program also. So in this case the data changed event is raised by a system that you can handle.
    Also, Lets say on a particular action you want some code to trigger. (You can take the same example of validation code). In this case the code to trigger is in a separate class. The object of which is not available here at this moment. (This case happens very frequently).
    Advantage with events : Event handlers can be in a separate class also.
    e.g : In the middle of some business logic .. you encounter a error. You want to send this information to the UI (to user - in form of a pop up) and then continue with some processing.
    In many cases - A direct method call to trigger the pop up is not done. Because (in ideal cases) the engine must not interact with UI directly - Because the UI could be some other application - like a windows UI but the error comes from some SAP program.
    So - A event is raised from the engine that is handled in the UI and a pop up is triggered.
    Here -- I would have different classes (lets say for different Operating Systems). And all these classes must register to the event ERROR raised in application.
    And these different classes for different Operation systems will have different code to raise a pop-up.
    Now you can imagine : If you coded a pop-up for Windows (in your application logic) .. it will not work for Mac or Linux. But of you raise a event.. that is handled separately by a different UI classes for Win, Linux or Mac  they will catch this event and process accordingly.
    May be I complicated this explanation .... but I couldn't think of a simpler and concrete example.
    Cheers.
    Varun.

  • Transport Webi Reports and Web services as the backend of dashboards from BO Production to BO Development system

    Hello Experts,
    I am working on SAP BO 4.1. I have made several dashboards on top of web services ie;Web Service Method. I have 2 systems in BO ie; Development and Production Systems.The BW production system is connected to BO Development and Production both.
    The Webi reports are made on top of BI BEx Query. From the webi reports, BI Web Services are made on top of which the dashboards are made further.
    The Webi Reports, Web Services and the Dashboards everything is made directly in BO Production.
    My question is, Can I transport the Webi Reports and the Web Services from BO Production to BO Development?
    And If yes, will it have any other impact on webi reports, web services or dashboards?
    Thanks & Regards,
    Alfred Thomas

    Hi Gill,
    As per your reply,with the promotion managament i have make the web services again manually in Dev system...Right?
    Is there any way possible that i can transport the webservices and the webi reports usind Query AS A Web Service Designer. And if yes, through this QAAWS will the WSDL or the URL required for the web services in the connection button in dashboards will automatically updated or changed as per the Development System?
    But i am not able to enable the "Deploy to Other servers Option" in QAAWS.
    Can you please help?
    Regards,
    Alfred thomas

Maybe you are looking for

  • FAQ: Where can I learn tips and tricks about Revel?

    Tips, Tricks, and less known features in Revel (iOS) VIEWING FILES: From Library view, you can tap on SHOW and select to view the files by grid, dates, events, who they were added by, and by tags. From Library view, tap and hold on the bar at the top

  • Maximum RAM in 2.33Ghz MacBook Pro 15"?

    For Christmas this year my aunt decided to be really nice and order me a 2GB chip for my MacBook Pro, propping me up from 2GB total to 3GB. Anyway due to an issue with ordering online she now has two 2GB chips. Now I've heard that the maximum my comp

  • Create Report on List , group by data and email as PDF

    Hi , I have a survey List , that contain 7 Question and each question have 5 possible answers (Radio Button , between Strongly agree to strongly Disagree). How can I create a report on the list , and send the email to instructors that are also stored

  • Error Missing IN or OUT parameter at index:: 1

    Hi , I have created a procedure with SOURCE : select distinct a.bseg_id,b.pricecomp_id,c.svc_qty,a.seqno from ci_bseg_cl_char a, (select BSEG_CL_CHAR.BSEG_ID,BSEG_CL_CHAR.SEQNO, case when BSEG_CL_CHAR.CHAR_TYPE_CD = 'PAPCPICH' then BSEG_CL_CHAR.ADHOC

  • Classes to read OM data

    Hi Experts, I've got an object for WD and have to enhance the assistance class method. As of now, the data is retrieved from PA0001 and now there is a requirement to change the logic to fetch the same data from OM tables (HRP1000 and HRP1001) based o