Scheduling Template Broadcast without Precalculation

I am trying to schedule an existing template for broadcasting on a recurring basis.  I have scheduled the RSRD_BROADCAST_FOR_TIMEPOINT job and I can go through the steps in the template to set up the daily broadcasting but when the broadcast runs I get an email with the following messages:
No precalculated data found for data provider DP
Broadcaster requires online execution of Web templates
The template is set up to read current data (not hybrid or precalculated) and this is how I intend to use it.
Is it possible to broadcast web templates (not queries but the template itself) without precalculation?  If so, any idea why I would be getting these error messages?
Thank you.

Thanks you Rodolphe, it is a option, but I would like Scheduling all this in a Process Chain, if it is posible.
In BW 3.5, our Process Chain updated values in a Z table, then the Precalculation Web Templates use this values, and then other process delete this value of the Z table.
We need emulate that process on BI 7.x. I need know if this is posible.
Thanks...

Similar Messages

  • Using COUNTIF on time values in pop-up menu (employee schedule template)

    I have modified the Numbers employee schedule template to my liking and it works very well. I would like to add a column to the beginning which shows, at a glance, how many people I have scheduled for AM shifts and PM shifts on a given day. My AM shifts start at 9:00 AM and my PM shifts end at 6:30 or 8:30 PM.
    So I thought I could use COUNTIF, but after I set the array, I cannot get the condition right to return anything except "0". How do you make it detect the appropriate times? The times in each cell for In and Out times are selected using a pop-up menu, just like the template.
    Here is what I tried: =COUNTIF(E3:AE3,"9:00 AM")
    What should the condition be to return a proper count?

    ac,
    You shouldn't feel badly about having trouble with this template. It is a rather tricky one. The values in the Pop-Up menus are Date/Time values. That is to say, they have year, month, day, hour and minute components, even if only the hours and minutes are displayed. So if you only compare to the hours and minutes, you will never get a match.
    I don't know if you have experienced this yet, but when you changed the Pop-Up menu content, you probably entered the current year, month and day unknowingly and will have trouble doing math against the Pop-Up content that was originally in the template.
    My suggestion in your case would be to convert the time references to decimal hours before doing a comparison. For instance, if the time you wish to compare to is in cell C4, you could extract the decimal hours with =HOUR(C4)+MINUTE(C4)/60
    Remember that the hours will reflect a 24-hour day, so times in the afternoon will run from 12.0 to 23.99...
    Then after converting to decimal, instead of using "9:00 AM" for the COUNTIF criteria, use 9.
    There are probably ways to do this using the Duration format as well, but I prefer the decimal hours.
    Hope this helps.
    Jerry

  • Problem with  "Employee Schedule" template

    Help!
    I'm trying to use the Employee Schedule template and add some new values to the popup of times. Although they appear just as times like "5:00 PM", they actually seem to be date-times (on 15 Jul 2008, which I guess is when the template was created).
    If I add a new value like "11:00 PM" it's taken to be today's date so the hours calculation is way out. If I type in something like "15 Jul 2008 11:00PM" then the calculation works but I see the date as well as the time!
    Is there any way of changing the formatting of a cell that's of type "Pop-Up Menu" to only show hours and minutes?
    -Rolf

    Rolf,
    If you want to add new values, change them all so they will all have the same date. You'll need to do this for both starting and ending times so the math will come out properly. When you've made a new pair of Pop-ups, copy them and paste them to all the locations where you need them.
    Regards,
    Jerry

  • Numbers "Employee Schedule" template question

    In the "employee work schedule" template, one of the formulas is deducting a certain amount of time for lunch. I can adjust the time taken out ok (i.e. from one hour down to 30 minutes) - but I only want a lunch deduction taken on shifts of 6 hours or greater. Any ideas?

    Replace the formula
    =IF(OR(C4="",C5=""),"",IFERROR(C5-C4-Administration Information :: $B$1,""))
    with
    =IF(OR(C4="",C5=""),"",IFERROR(C5-C4-IF(DUR2HOURS(C5-C4)>=6,Administration Information :: $B$1,DURATION(0)),""))
    Basically you are adding an IF statement that says "if the time difference is less than 6 hours then don't subtract a lunch break". Put this in C6 and drag/copy it to the other cells in the row.
    There are some other changes you might want to make to this template. It has some problems that arise when it is edited. A search of the forum should lead you to those posts.
    Message was edited by: Badunit

  • Can you disable the SSID broadcast without turning off WIFI?

    Is there a way to disable the SSID broadcast without disabling WIFI altogether? Prior to the 4.3 IOS upgrade I could keep my WIFI enabled and when at home, the phone would automatically switch to my hi speed WIFI. The new upgrade now turns your phone into a WIFI/MYFI hotspot and broadcasts your phones SSID to the world.
    Message was edited by: KevInFWB

    KevInFWB wrote:
    The new upgrade now turns your phone into a WIFI/MYFI hotspot and broadcasts your phones SSID to the world.
    Message was edited by: KevInFWB
    Only if you have enabled and setup personal hotspot settings in your network settings, AND have the hotspot conneciton active AND are sharing the hotspot connection via wifi.
    If you do not have Personal Hotspot features enabled or active, your iPhone is not broadcasting any network connection ID information, with or without wifi enabled.
    P.S. according to the iOS release notes, even if you leave Hotspot active, it will stop broadcasting the SSID after a timeour with no connections, since the HotSpot feature turns off after a short timeout with no activity.

  • Security to schedule a broadcast job based on datachange

    Hi All,
    I am attempting to schedule some broadcast jobs based on "Execution with DataChange on the InfoProvider".  If I login with my normal id and click the schedule button in a Broadcast job, I do not see this option.  I only see the Direct scheduling option.
    However, when I login with an id that has "SAP_ALL", I see the option for "Execution with DataChange....".  Can anyone tell me what security I am missing?  Is it related to broadcaster?  Could it be that I can't see the event that is triggered to flag a datachange?
    Thanks in advance.
    Rodney

    Hi Rodney,
    You need the following Auth:
    S_RS_BCS with RS_EVTYP (Event Type) as DC (for Data Change). You can further specify the name of the InfoProvider in the RS_EVID (Event ID) if required.
    Hope this helps...

  • Broadcasting with precalculation workbook

    Hi BI experts,
    In BI 70 we have two ways how to precalculate:
    1. RSPRECADMIN
    2. Portal precalculation with broadcasting workbook
    What is the difference? Where I can find more informations about broadcasting a precalculating?
    Jan

    ok

  • Broadcasting the precalculated query results in web format

    Hi Experts,
    We have a requirement  where we need to broadcast the precalculated query results in web format, we know that we can do this through workbook, but we want to do it in web format to avoid the limitations of the workbook like number of rows in workbook limited to 65000 etc.,
    We are using 3.x environment,
    please suggest that is this functionality can be achievable, if yes how?
    Thanks in advance,
    -Vinay

    Hi All, this problem was resolved.
    Thanks,
    vinay

  • Security dynamic schedule template

    Hi Gurus,
    I don't want user to open dynamic templates and create custom schedules. I know we have a taks interface eSubmit. If i create a task profile with eSubmit. It will allow users to open dynamic schedule templates and build custom reports.
    I want to take out that option from menu. How to do that?
    Cheers,
    Reddy.

    Hi,
    could you please give me a hint how you achieved this? I am solving the same issue.
    Regards
    Jan

  • Schedule background job without broadcasting

    Hi
    Can anyone share with me how to achieve to schedule the query in background without broadcasting? Thus, the output result from background has to be in Excel format just like BEX report.
    Regards
    KR

    Hi Kang,
    Check out if this link can be a bit of help.
    Processing query in Process Chain
    I am not sure how can you get it excel format.
    Rgds,
    Sree.

  • Decimal places in standard input schedule templates

    Hi Gurus
    I have created some input schedules using standard template. User here will be entering some values in 2 decimal places (like 1.25) but when I enter any values in the cells, it automatically round off the values and displays values without any decimal places.
    I have tried changing the formats in Format control panel by changing the DATA / DEFAULT 's PATTERN / ALL for ROWs but it did not help.
    Please help how to resolve this.
    Cheers
    Swathi

    Hi nilanjan,
    Thanku, I resolved the issue using Format Range option with the below code
    CRITERIA    EVALUATE IN  FORMAT     USE     PARAMETERS    APPLY TO
    INPUT          ROW                1234,56      ALL                --                   DATA
    Thanku

  • Scheduled BEX Broadcaster reports does not work automatically after BW 7.3 upgrade

    Hello,
    We recently upgraded our BW system from 7.0 to 7.31
    Since then broadcasting reports has been inconsistent. Not all the reports are broadcasted.
    Some reports of object type Query has been scheduled to run everyday but I don't see that in released status in SM37.
    Some WAD templates throws an error that states " JAVA SYSTEM ERROR : EXCEPTION in method process function"
    WAD reports also flags this warning : "Transformation Exception while transforming BEX web templates" in all the reports.
    System Version:
    BI ABAP 7.31 SP11
    BI JAVA 7.00 SPS 30 Patch.
    Most of the suggested SAP Notes are covered in this release.
    SAP suggests to upgrade BI JAVA. But we are looking for a quick fix  since JAVA upgrade has to go through a process and that's time consuming.
    Appreciate your suggestions on this.
    Thanks,
    Nithya.

    Hi,
    Please have a look to the Blog - BI-JAVA, BEx Web and EP: the real connection to resolve your Problems after the Upgrade to 7.31.
    There a quite massive differences between BI-JAVA 7.0x and 7.3x.
    See also the Section BEx Web Java 7.3x in the SCN Document - BEx Versions 3.5 and 7.x after Upgrade
    Best Regards Roland

  • Short Dump when the Bex-Report scheduled for Broadcast

    Hi Guru's
    I am getting the short dump when I am scheduling the Bex-Report for Broadcasting. Need your help to reslove this issue.
    Thanks
    Navin
    Note
    The following error text was processed in the system BDV : The current application triggered a termination with a short dump.
    The error occurred on the application server spdbwd01_BDV_05 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Form: INTERNAL_ERROR of program SAPLSDCL
    Form: PHIO_GET_CONTENT_ACCESS of program SAPLSDCI
    Function: SDOK_PHIO_GET_CONTENT_ACCESS of program SAPLSDCI
    Function: SKWF_PHIO_CONTENT_ACCESS_GET of program SAPLSKWF_CONTENT
    Method: COPY_MIME_TO_FOLDER of program CL_RSRA_KWF_UTILITIES=========CP
    Method: GET_STYLESHEET of program CL_RSRA_KWF_TMPL==============CP
    Method: CONSTRUCTOR of program CL_RSRA_KWF_TMPL==============CP
    Method: SET_TEMPLATE_FOLDER of program CL_RSRA_ENGINE_BC=============CP
    Method: CONSTRUCTOR of program CL_RSRA_ENGINE_BC=============CP
    Method: EXECUTE_SINGLE of program CL_RSRA_JOB===================CP

    HI Navin,
    Check the short dump analysis in T-code ST22.
    and also check the Information Broadcast Settings / Configuration
    Check the error for Emails in t-code SCOT. BASIS Consultants will help you on this issue.
    Regards
    Daya Sagar

  • Puplish a web template with a precalculated variable

    We are running on BI 7.0 SP10.BI ABAP and BI JAVA entegration is done.
    We want to puplish a wep template every week with a calweek variable.We want to fill variable with the current week then puplish users with e-mail.
    In broadcasting settings to puplish a web template we choose calday as 022007 , so every week user will see the report with a selection 0222007.But we want user to see the report with the current week.Is it possible with broadcasting functionately.
    Thanks all.

    Look for variable 0CWEEK in Business Content, it does just that.

  • Prodcution Scheduling Profile for without material process order

    Hello Gurus,
    I am creating process order without material and assigning Production Scheduling Profile in assignment tab. Production Scheduling Profile  has release on creation activated in configure, but when I save process order its not released, it remains as CRTD.
    When I am creating process order with material as you know Production Scheduling Profile is copied from material master and when I save process order, its automatically released.
    I am assigning same Production Scheduling Profile which I am using for second case listed above.
    Any ideas?
    Thanks
    Bhavesh Patel

    Dear Patel,
    I Already told, once , you are in order  screen, system status will set as CRTD, after that if U assigned, the PSP, It won't work,  In case of COR1, material have PSP, If you convert planned order to production, release is triggered in background before the status is created.
    If you have still doubt
    Create a order in COR1, When you enter the quantity and start date finish date then release is carried out and the status is set as CRTD
    in CORO
    It is not possible to  maintain PSP before entering the qty and Dates
    Once U entered the dates, Sytem set the status as created, After you assigna PSP, It won't work
    Regards,
    Sundaresan
    Edited by: Sundaresan . E. V on Sep 14, 2010 7:01 PM

Maybe you are looking for