How to create event trigger to kick off another report

Hi i am having two reports, first report runs for 10 minutes , i want the second report to run automatically after first report is completed. how to do that?

the event needs to be triggered within the start and end time (try scheduling "once" with a specific time interval).
From the admin guide:
Scheduling objects based on an event
When you schedule an object that waits for a specified event, the object will
run only when the event is triggered, and only when the rest of the schedule
conditions are met. If the event is triggered before the start date of the object,
the object will not run. If you have specified an end date for this object, and
if the event is not triggered before the end date occurs, the object will not
run because not all of the conditions will have been met. Also, if you choose
a weekly, monthly, or calendar schedule, the object will have a specified time
frame in which it can be processed. The event must be triggered within this
specified time for the object to run. For example, if you schedule a weekly
report object that runs every Tuesday, the event must be triggered before
the end date of the instance (the end of Monday, in this example).

Similar Messages

  • How to create event based process chains

    Hi All,
    I would like to know about event based process chains. In connection to this, could you please answer the following queries,
    1. How to create events
    2. How to link created event to the process chain in the same BI or BW system and as well as from  
        externel BI system.
    3. How link one process chain with other process chain (i.e, After completion of one process chain, it
        should trigger other dependent process chain)
    Thanks and Regards,
    Kotesh.

    1). Doubt regarding first question.
    For example, i would like to create time based event (it should be trigger daily at specified time),
    where we have to maintain scheduling options while creating event.
    When i checked SM62 there i found only two options a). Event name and b). Description.
    Could please send any doucument link if you have.
    Ans : You can use function modules like "BP_EVENT_RAISE" in a program and schedule the program to trigger.
    2). For externel BIW system also same procedure we need to follow or any difference.
    Ans : Externally you need to trigger the same event.
    3). i found dependent process chain also had scheduling options as direct scheduling insted of start using meta chain or API. As you said dependent process chain should be mata chain. it seems dependent process chain may be Meta chain or Direct scheduilg.
    Ans : Its your choice how you want to schedule it.You can either make that dependent chain a metachain or schedule it separately.
    I found at the end of first process chain they kept one process like Raise event and second process chain connected with the help of raise event process event name. If you have any idea about this process could explain a bit more.
    Ans : May be they are raising the event in the main chain and triggering the dependent chain using this event.
    But Metachain is preferred for such thing.Though it does similar thing.
    Hope this helps.

  • How to create Event Node in smartform

    Hi Experts,
    could you please tell me how to create event node in smartform
    Thanks in Advance,
    Thanks&Regards
    Geetha

    HI,
    plz explain your problem in deeply.
    And as per me you first create page and righ click on it
    Then create window as per your requirement.
    if you want to put condition ot events true or false Righ click on your window
    then goto flow logic -> Altenative
    You can found 2 events in Condition.
    So you can assign this events.If you want to put condition or event on test then goto Text here in General Attributes in bottom side you can find even on page.
    Try it.

  • How to Create Event polling table

    hi,
    1)How to Create Event polling table
    2) wahts RPD stands for.
    3) when we are prefer Dynamic variables.
    thanks.
    raj

    1) http://obiee101.blogspot.com/2008/07/obiee-managing-cache-emptyingpurging.html
    2) Repository Project Design ?
    - More than likely the extension RPD was not used by anything else when Siebel Analytics first started using it, no doubt the 'RP' is repository, so use 'Definition' or 'Design' as you like. Im pretty sure there is nothing in the documentation but i've not checked, maybe you could check and let us know?
    3) Dynamic variables would be something like 'CURRENT_MONTH' where the same query does not need to fire per user (ie SESSION variable) but needs to be periodically refreshed. Another use of you dynamic variable might be 'LAST_ETL_DATE' or somethng similar which might implement with your event polling table. By including the Variable within a Business Model, all cache for the Business Model is purged whenever the Variable's value changes.

  • How to create EVENTS for a View Cluster.

    Hi Tech Gurus,
    I have created a view cluster on 5 tables. I need to do a validation and this can be done by using events. But i am unable to create a EVENT for the View Cluster. Could anyone please tell me how to create events for a View Cluster.
    Thanks in advance for your esteemed replies.
    Regards,
    Raghavendra Goutham P.

    Hello Pasapula
    When you are in the View Cluster maintenance dialog (SE54) click on dialog "Events".
    Below the field for the view cluster you have an additional field <b>FORM routines main program</b>. There you have to add the main program containing the FORM routines called by the VC events.
    For example: I had defined a normal report containing an include with all the FORM routines. The report contains only the following lines of coding:
    report zus_0120_u1.
    * Common Data und access routines for user exits in VC maintenance
    include LSVCMCOD.
    include  zus_0120_f1. "FORM routines for VC events
    Now in the "Events" dialog of the view cluster maintenance you assign your FORM routines to the events.
    Regards
      Uwe

  • How to create more than 21 lists in interactive reports

    hello everyone,
    I am new to ABAP as well as this site. Kindly help, I want to know how to create more than 21 lists in interactive reports.
    Also, how can i create them without using WHEN 1, wHEN 2 and so on...
    Kindly help.
    thank you

    Hello,
    Using Intracive Reports its not possible to cretate more than 21 lists.
    But its possible to create more than 21 using ALV concept.
    for sample ALV u can serch in SDN.
    Regards,
    Anil.

  • Flash CS4 - how to create event flow from children to parents?

    In my opinion natural event flow direction is from children
    to its parants.
    E.g. when in dialog box buttons are pressed it is natural to
    inform only
    this dialog box about these actions. When dialog box can't
    handle particular
    event then passes it to its parent and so on .
    Unfortunately this direction is not well supported by Flash.
    To achieve
    support for this event direction it is necessary to call
    parent.dispatchEvent() with bubbling option off. This
    solution is
    inconvenient because sometimes I can't predict what event
    types will be
    triggered inside dialog components. Most likely there is no
    function to
    catch all events which have no defined handlers in dialog in
    order to be
    possible to pass them one level higher.
    Have you got any experience with building communication model
    between
    objects in Flash applications?
    Regards,
    Marek

    XML shema is basically an XML file. So u need to know how to create an XML,
    provided u know how the shema file should be.
    Creating an XML :
    http://forum.java.sun.com/thread.jspa?threadID=5181031&messageID=9705786#9705786

  • How to create Event for a BO

    Hi Experts,
    I am developing WF for tcode MD03, this transaction is used to create planned order.
    I need to trigger a WF to send mail when ever a Planned order is created using MD03 tcode.
    BUS2004 is the BO for Planned order, but this BO does not have any event linked to it. So my question is how to create a event to a BO.
    Also, I used BTE to create a Z function module, this FM is getting triggered whenPlanned order is created using MD03 tcode. Is it possible to trigger a WF using this FM?, If yes, how?
    Thanks in advance.
    Regards
    Balu

    Hi All,
    Thanks for your useful suggestion.
    I placed a breakpoint in the Z FM to check whether the created planned is updated in Plaf table when this FM is triggered. But i found that Plaf table is not updated when the FM is getting triggered.
    Do you still recommend me to go ahead and call the WF?
    Regards
    Balu

  • How to create event alert for particular column get updated

    Hi every one.... plz help me
    How to create oracle event alert when particular column is update. plz help me.... Acutually i need email alert when ever list price for an item column in pricing table get updated+... plz. Its urgent.

    Oracle Event alert is based on update of specific table and not on specific column in table.
    However you can create a trgigger on table which is based on updat of column. And in this trigger you can send a mail using plsql.
    HTH

  • How to Create event, background Job & Assing event to backgroud job to trig

    Hi Experts,
    I want to trigger events in Backgroud for data scheduling purpose to automate.
    I can able to create event in SM62. then i want to create background job in SM36 then how to assign to event in Background to trigger.
    can anybody give some suggestion on this.
    Best Regards
    Siri

    Hi,
    There are two cases
    1) to raise an event after the completion of a job
    This can be done by using ABAP coding, trigger the event using a program by the 'RAISE' statement. The job can be scheduled to run in the background daily or weekly(or anything as per the requirements)
    2) to run a job after an event
    in the start condition of the job, give the event name which should trigger that job in the after event field.
    or if you want to run multiple jobs after one event completes, give that event in the start condition of all the jobs.. or model a process chain which will run this jobs..
    I hope this clrifies your doubt...
    Regards
    Shilpa

  • How to create event

    HI,
    I am trying to trigger a workflow whenever a contract is created against the Requisition.
    I put the trace on(SWELS) and created a contract and got BOR object FREBUS2012 and Event CREATED.
    But when i am using this BOR object and Event in the start event of workflow and creating a contract it is not triggering the workflow.  But workflow is getting trigered whenever i am creating PO.
    When i am tracing PO creation in SWELS i am getting same BOR object and same event.
    Can anyone help me with that how can i create release strategy for Contract or how can i create "CREATE" event for BOR ZBUS2014 which is the copy of BUS2014(Contract) and does not have "CREATE" event.
    Can you explain me also what is release strategy. I have no idea what is that for and how it is helpful in Workflow.
    Any help would be appreciated.
    Thanks in Advance.

    Hi,
    Can anyone help me with that how can i create release strategy for Contract or how can i create "CREATE" event for BOR ZBUS2014 which is the copy of BUS2014(Contract) and does not have "CREATE" event.
    You don't see the created event in ZBUS2014 because you have not delegated it. Delegation means whenever created event of BUS2014 gets triggered your BO ZBUS2014 which has been delegated to BUS2014 will be called. After delegating the BO in workflow you can refer to BUS2014 wherever required instead of giving as ZBUS2014.
    Steps for delegation
    1. Go to SWO1 tcode
    2. Enter the BO name as ZBUS2014. Click settings - delegate.
    3. Click new entries. You will find three fields there.
    Give Object type as BUS2014. Person responsible as your userid. Delegation type as ZBUS2014 and save this entry.
    KR,
    Bharath

  • How to create shortcut to turn on/off Wifi in Snow Leopard

    I want to use the F5 key on my MBP to turn on Wifi with a single hit on the keyboard and turn it off again with a single hit using F6. Is this possible? I've tried to do it under Preferences/Keyboard/Keyboard Shortcuts but I can't add F5 (not by typing and not by hitting that button). That button seems to be dedicated for the illumination of the keyboard. How can I change these settings so that I can have my fast function key at my disposal.
    Cheers,
    BassPlaya

    Since nobody has posted a solution, here's one way to do it, expanding upon WZZZ's answer above should actually be:
    networksetup -setairportpower en1 off
    networksetup -setairportpower en1 on
    where en1 is the Interface Name of your Wi-Fi device. It was en1 on my laptop, but you can check and be sure using:
    networksetup -listnetworkserviceorder
    Also, you can toggle it if you grep the current state using -getairportpower first. Here's the full command to toggle Wi-Fi state on and off (the whole thing is one long line):
    networksetup -getairportpower en1 | grep "On" && networksetup -setairportpower en1 off || networksetup -setairportpower en1 on
    But typing it every time into Terminal is no good, so here's how you create a keyboard shortcut that runs a shell command:
    1. Start Automator, and create a new Service.
    2. Set "Service receives selected: to "no input" in "any application".
    3. Add an action named "Run Shell Script". It's in the Utilities section of the Actions Library.
    4. Insert the bash command you want into the text box and test run it using the Run button (top right). It should do whatever the script does (off, on or toggle), and there should be green ticks below the Action.
    5. Save it, giving it a service name you can remember.
    6. Go to System Preferences -> Keyboard, and go to the Shortcuts tab
    7. Go to the Services section, and scroll down to General - you should find your service there. If you select the line, you can click "add shortcut" and give it a keyboard shortcut.
    The shortcut key will now trigger whatever command you set up earlier, no matter what app you're in, but shortcuts from the app take priority (so if your hotkey clashes with a hotkey in the app you're currently running, the app's hotkey will trigger).
    Also, I don't think you can use any of the function keys. I don't know why, but I've never had those ever work, even with the Fn key. Command Shift A or something like that works fine.

  • How to create events in iCal

    I know we can create events (like birthdays, anniversary etc.) from address book and sync it with iCal. What i want to know is how do I create an event (b'day, anniversary etc.) for a person who is not in my address book.

    Greetings,
    Create the event (just like you would any event) and set the repeat to every year and add it to the calendar of your choice:
    Hope that helps.

  • How to create event in Form Portlet ?

    I want to pass parameter from Form to Dynamic Page, but they don't have event so I can't pass parameter. How can I create event in Form ?
    Please hepl me.
    Thanks a lot.

    I think I already answered this question in the main Portal forum.
    Mick.

  • How to create event for BOR BUS2009 Object ?

    How to create a new event for BOR BUS2009 Object ?

    Hi,
    Please create a subtype for BOR BUS2009, say Z_BUS2009 and include your custom characteristic entities like Events, Methods, Key fields etc and finally do delegation. After delegation, all your custom changes reflects in BOR BUS2009.
    Regards,
    Prasanth

Maybe you are looking for

  • IPAD App for SAP without Middleware

    Hi experts, I am new about mobility topics and I am involved in a new project that consists in developing iPAD apps using data from SAP ECC and saved into the tablet. In my business scenario there will be about 1.000 users that need to synchronize da

  • ITunes 7.3.2 (OSX) and 5th Gen iPod not synching

    I have had my 5th gen iPod (30GB) for about 2 years now and originally had used it with Windows, then I switched over to a Mac in Feb and have been pretty happy. Normally i synch my iPod daily to get my playlists updated (so I don't listen to the sam

  • Class javax.mail.SendFailedException

    Hi, Let me know regarding java mail. I am facing the error as follows, ===============Exception===================== javax.servlet.ServletException: Sending failed; nested exception is:      class javax.mail.SendFailedException: Invalid Addresses; ne

  • Which one is better for playback/performance - iMac or Mac Pro?

    I'm getting a new mac and I don't care that much about the render time as I do about being able to play back my effects in real time. I know that both the $1500 iMac and the Mac Pro would work with Premiere and I'm pretty sure I won't have any proble

  • Windows 7 Explorer freezes from time to time when opening a file

    Hello, I have a computer running windows 7 64 bit. When we are running our case management program (needles) and we go to open a case (pdf file) Windows explorer freezes. It's not happening all the time but it happening 2-4 times a week. I copied the