Variant selection missing in BEx Broadcaster

I've created workbook in BEx Analyzer (2004s). Workbook has selection screen. I also created variants for workbook. I then went into BEx Broadcaster to distribute workbook. I don't see option to select variant that I created in Analyzer under workbook precalculation tab. I see only option for variable assignment which ask me to create new assignment.
I've used information broadcasting 3.5. It has option to enter variant under pre-calculation tab. Any idea why this option is missing in 70 BEx Broadcaster.
Any help is greatly appreciated.
Thanks,
Milind

Broadcasting workbooks via variants is not available yet in BI 7.0.
According to version 14.1 (oct. 10) of the Functional Enhancements Schedule for BI this functionality will be delivered in 2nd half of 2008.
To find the document:
service.sap.com -> help & support -> release & upgrade info -> upgrade info.
Then in the navigation pane choose Solution-specific information -> SAP BI upgrade
The document is called Functional enhancements schedule BI in SAP NetWeaver 7.0
Check this doc regularly as new versions are uploaded frequently.
gr,
W.

Similar Messages

  • Variable Personalization - "Save Value" Variant Setting missing in Bex 7.x

    Hallo Experts,
    in Bex 3.x when creating a Variant (Button "Save All Variants" in the Variable Pop-Up)  i was able to decide (via field "Save Values" in the "Save All Variants" Screen) wheter i want to save the values for a certain variable or not (NO_IMPORT).
    In Bex 7.x i'm not able to find a functionality (corresponding to NO_IMPORT) to decide which variable should be saved in the variant.
    Does anybody know if/where i can find this feature in BEX 7.x?
    Thanks in advance,
    Sabine

    Hallo Den,
    thanks for your reply!
    Unfortunately this doesn't solve my problem. It's not about saving variants in Bex 7.x. But different behaviour in Bex 7.x compared to Bex 3.x.
    In Bex 3.x when saving a variant it was possible to decide, whether a value for the variable should be saved or not (via drop down boxes in the "Save All Variants" screen).
    In Bex 7.x i just can set the variable value to blank, if i don't want a value to be saved. I have no more settings here, as in Bex 3.x.
    As a consequence: i can set mandatory variables to blank in a 3.x query, when i set "Save Values" for this variable to "NO". In Bex 7.X i will always get an Error Message ("enter a value for variable XY") when selecting a variant with mandatory variable = blank.
    Best regards,
    Sabine

  • NW04S Publish to Bex Broadcaster Option Does Nothing

    I run Query Designer (NW04S FEP13), open any query, select option Publish -> Bex Broadcaster  and nothing happens.  I am expecting the create new setting screen to pop up but it doesn't. I have the required authorization. 
    We are running NW04S SP9.
    Any input would be greatly appreciated.  Thanks!

    You may wish to check this
    Note 760775 - Settings for Information Broadcasting
    0QUERY_TEMPLATE_BROADCAST_PDF
    Hope it Helps
    Chetan
    @CP..

  • Variant for Control Query on Bex Broadcaster Filter

    I am trying to create a Bex Broadcaster setting on a query via query designer (query -->Publish --> Bex Broadcaster). In the Filter Navigation Tab, I want include a filter using a control query with variants. My control query has a variable that is set to (single value, mandatory,manual input) and i created a variant for the control query on the web. I am able to create the Bex Broadcaster setting and enter my control query but when I go enter the variant it always gives me "No selections available".
    Another issue that i am having is - when I try to create a filter on a characterisitc in the Bex Broadcaster and give mulitple values in the filter, it ends up generating seperate excel files (distribution type is e-mail) for each value in the filter. Is there any way i can consolidate all these results and get it to generate on single file?

    1st : no wanswer by now.
    2nd : don't filter in the Broadcastsetting, filter in the Broadcastquery to avoid a broadcast for every filter value.
    Edited by: Heinrich Krupp on Apr 16, 2009 11:44 AM
    Edited by: Heinrich Krupp on Apr 16, 2009 11:44 AM

  • Using Variants Created in BEx Analyzer in BEx Broadcaster

    We are experiencing an issue where variants created in BEx Analyzer are not available to be selected in BEx Broadcasting.
    What we are trying to achieve is when we have a Variant that is created in BEx Analyzer, we want to use the same variant in our BEx Broadcaster, which is found under the Tab General Precalculation and the option Determine from Variants.
    For some background, we are on NW04S Patch 9 with BEx Front End 3.5 Patch 10.
    Does anyone have any inisight on this issue?
    Thanks.

    Please disregard question.

  • Creation of text variants to be used in bex broadcasting

    Hello
    Can someone tell me the process of creating new text variants which can be used in the subject and content fields in the bex broadcaster Wizard. I can see some standard text variants there but need to create my own.
    Thanks

    Hi Tinkugeo,
    I tried with the following code and it is working for me :
    DATA: loc_var_range LIKE rrrangeexit.
    DATA:  l_s_range     TYPE rsr_s_rangesid.
    Data: NEWDATE type sy-datum.
    IF i_vnam EQ <variable name> 
    if i_step EQ 2.
    CLEAR l_s_range.
    NEWDATE = sy-datum.
    month = NEWDATE+4(2).
    year = NEWDATE+0(4).
    day = NEWDATE+6(2).
    l_s_range-low+0(2) = day.
    l_s_range-low+2(1) = '/'.
    l_s_range-low+3(2) = month.
    l_s_range-low+5(1) ='/'.
    l_s_range-low+6(4) = year.
    APPEND l_s_range TO e_t_range.
    endif.
    Check that the variable you have made is of type customer exit.
    Best Wishes,
    Mayank

  • Information Broadcasting - Work book Variant selection

    Hi Team,
               We are working on implementing the Information broadcasting through Process chains. We have configured the Broadcaster setting through RSRT (using ABAP Web). We have sample workbook created in order to broadcast the same via., PC.
    The challenge is we have Date field as Mandatory in Query (corresponding workbook) and during BEx Broadcaster setting we have set a default value to it. Whenever the PC runs it picks the default values from the setting. As per the required to has to pick the latest system date in this field before broadcasting to users.
    Do we have any option to achieve it? To automate the report variable to pull the latest system date.
    Thanks
    Regards
    Kumar

    This requirement has been discussed many times. Please search for these docs on SCN.
    Update Time variables Dynamically for Broadcasting
    Automate change of 'User Input Variable' in a broadcast report

  • Bex Broadcasting with Variable

    Hello Gurus,
      I  have a BI Report that has calendar date as selection screen which by default displays current date(18.03.2011) .
    After running the Report and scheduling the report to send through email  every day  via Bex Broadcasting tool.  That works fine for today (18.03.2011).
    But tomorrow   when I receive the report through the email . This variable automatically not changing to  tomorrows date ie 19.03.2011 so still shows  the data for 18.03.2011.
    Is there any way to change this date field automatically through Broadcasting .
    Thanks for your resposne.

    You have two options:
    1) If the calendar variable is not ready for input then it will automatically update.
    2) I am assuming you created a variant and the broadcast always shows the data for the day you saved the variant. In BEx 3.5, you can save a variant without saving the value for calendar day. This variant will force the default value every day. If you didnot create a variant and are just setting the variable values in the broadcaster, then you should create a variant as explained above and set the broadcaster to use the variant.
    Vineet

  • Publishing Query's to Bex Broadcaster

    Hi,
    I have created a query and using the below path i am publishing the query to broadcaster,
    Query Menu  -> Publish -> Bex Broadcaster,
    It prompts me for login but after providing my login details it shows me a blank page. Neither it prompts me for selection screen and nor it displays any output.
    Any idea experts why its happening.
    Waiting for valuable input.

    Hi Dipika,
    looks like there is no standard or customized web templates setup.Goto RSCUSTV21 and add for the entries AdHoc Analysis-0ANALYSIS_PATTERN,
    Broadcasting- 0BROADCASTING_TEMPLATE70 and Query Precalculation- 0Query_Template_Broadcasting70 and save the entries.Also make sure you have activated them from business content.Let us know if you need further help.I assume you are in 7.0 version.This standard templates vary for the 3.5 version.
    Hope this Helps
    Regards
    Chandru

  • How to use the bex broadcasting to send emails

    Hi Gurus,
    i made a web report, in this report , i have to send an email to some directions based in what characteristic get the value = 1,
    example:
           KF
    x=    1        send email to   pp@....
    y=    1        send email to   gg@....
    The web report is ready, now how can i use the bex broadcasting to do this funtion, please step by step, i'll really appreciate it! thanks !

    Hi Jorge,
    I am not a guru still would like to answer your query...
    You selected Broadcast by E-Mail as the distribution type when you created the broadcast setting then need to send to your systems administrator, he is the one who is responsibile to make this if and then functions coordinate with him-> Various settings need to be made in system administration in order to use information broadcasting. Furthermore, there are a number of broadcast functions that can be made by business experts and in system administration.
    If you want to guide him then.. when you make the precalculations for setting the broadcast there in Variable Assignment you can mention this as a formula
    Variable Assignment: You can create values for the BI objectu2019s input-ready variables (Query, Query View, Report, or Web Application). The BI object is precalculated using these variable values. These variable values are set whenever an online link is opened.
    Take from Variant: You can select from a variant for the BI object (Query, Query View, Report, or Web Application). The BI object is precalculated with the values of the variant. These variable values are set in accordance with the variant whenever an online link is opened
    To be honest I think Basis should help you trace where exactly to mention such request...

  • Bex Broadcasting Wizard : Create new text varaints

    Hello
    Can someone tell me the process of creating new text variants which can be used in the subject and content fields in the bex broadcaster Wizard. I can see some standard text variants there but need to create my own.
    Thanks

    We have same problem after upgrade to BI7.  SAP responded to our OSS note indicating Timepoints using factory calendar restrictions are no longer supported -- as a result, they do not show them from Broadcaster setting-schedule context menu.  They stated we need to come up with our own workaround.  Here's one approach from another thread, but something has to be added to look at the factory calendar:
    Re: Broadcasting timepoint scheduled after an event  
    Posted: Jan 16, 2006 6:40 PM    in response to: Andy Hensel
    Reply
    Solved this on my own.
    First create and save a broadcast setting for the query to be broadcast.
    Next, create a variant for program RSRD_BROADCAST_STARTER with the technical name of the broadcasting setting that you created earlier in the selection options for field SettingID. Leave the rest of the fields blank.
    After creating the variant, create a process chain where the start process is scheduled after the desired event. Add an ABAP program process to the chain. Specifiy program RSRD_BROADCAST_STARTER as the ABAP program using the variant you created earlier.
    Now you can activate and schedule your process chain. When the specified system event and parameter are triggered, the broadcast will run.

  • Bex Broadcasting Help!!!

    Hello
    I'm trying to scheule a report in BEX broadcaster with a predefined time. Eg: Every Wed day after Fisc quarter ends. I created a job with name TP_BROADCASTING_**** and included the ABAP program in step :RSRD_BROADCAST_FOR_TIMEPOINT.
    Now In the start condition I selected start date as wed day after fisc qtr close and put the period value as every 3 months and restriction in cal Id as factory calendar.
    First one is : I logged in to Broadcaster and created new setting for query and filled all recipents etc...now When I tried to schedule ,  I can not see my Quarterly pre defined time here...I could see all other pre defined though... Do I need to include this job i  created in Process chains ?
    Second one:...How can I select just wed nesday after the fisc quarter close ? Is there a std SAP exit variable exist for this ? Or do I need to create one and write ABAP code in Exit ?
    Please advice ...

    We have same problem after upgrade to BI7.  SAP responded to our OSS note indicating Timepoints using factory calendar restrictions are no longer supported -- as a result, they do not show them from Broadcaster setting-schedule context menu.  They stated we need to come up with our own workaround.  Here's one approach from another thread, but something has to be added to look at the factory calendar:
    Re: Broadcasting timepoint scheduled after an event  
    Posted: Jan 16, 2006 6:40 PM    in response to: Andy Hensel
    Reply
    Solved this on my own.
    First create and save a broadcast setting for the query to be broadcast.
    Next, create a variant for program RSRD_BROADCAST_STARTER with the technical name of the broadcasting setting that you created earlier in the selection options for field SettingID. Leave the rest of the fields blank.
    After creating the variant, create a process chain where the start process is scheduled after the desired event. Add an ABAP program process to the chain. Specifiy program RSRD_BROADCAST_STARTER as the ABAP program using the variant you created earlier.
    Now you can activate and schedule your process chain. When the specified system event and parameter are triggered, the broadcast will run.

  • Bex Broadcaster can't click past OK in variable assignement

    Hi All,
    Form the portal Broadcast settings in general precalculation settings when I try to change variable values selection from that actual screen I can't click past ok after selecting the variable.
    we are BW 7.02 and on IE8
    from reading some posts on SDN i have already tried and I have turned of SmartScreen Filter off/ Phising filter off and also looked at note
    1498753 - Variable screen not closed in Bex Broadcaster, but this has not resolved our issue.
    has anyone else faced a similar issue
    Thanks
    Forhad

    Thank you for your suggestion. I want to make sure I understand you correctly so I have a few questions.
    Is this transparent table that you are using in your BW system or in your ECC system? Our BW and ECC systems are on different machines using different databases. Do you load the data from this table into your BW system for this to work? I think I understand that you are creating a way to create the missing master data so the BEX 7 query does not give the error message allowing the user to input their range of values.
    If I understand you correctly I would create my Z table in our ECC system with the fields you mentioned, create a DSO or something simple in our BW system and load the data each time a user wants to use a new range of values for the field so that the field's master data would exist.
    Am I understanding you correctly?
    I don't think this solution, if I am understanding it correctly, will work for us because I don't think I can just add new Vendor Numbers like you were able to do with a date field. The Vendor is tied to a lot of other things, master data, ...
    Thanks,
    Jeri
    Edited by: Jeri McNeany on May 17, 2011 4:55 PM
    Edited by: Jeri McNeany on May 17, 2011 8:16 PM

  • Alerts to email when Bex Broadcaster Failed

    Hi Experts,
    Currently we are broadcasting Business KPI reports to the users from SAP BI at a scheduled time.
    These broadcast settings are based on webtemplate. Some times the broadcast setting which is scheduled will fail due to the most frequest errors like " Error while generating HTML" etc.
    The issue is only temporary basis, next time the same error will not come and the issue is not reproducable.So is there a way we can configure the alerts to emails when the bex broadcast setting is failed.
    Transaction to see logs of broadcast settings is RSRD_LOG.
    Thanks & best regards,
    Sudhakar.k

    3 possible solutions that come to mind:
    1. Write custom ABAP program that checks RSR_PREC_SETT table and sends email when report failed entry is made, and schedule program to run periodically
    2. Create process chain that kick off Broadcaster report and would also notify if report has failed.
    3. You can also schedule RSR_PREC_SETTINGS_RESTART with Current date variant to run periodically and this job will restart any failed broadcaster reports from that day (stored in table RSR_PREC_SETT)
    Check out this article for additional information:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30e3d697-4ca0-2c10-4b81-c474b1490064?quicklink=index&overridelayout=true
    Hope it helps. Thank you.

  • Issues in BEx Broadcasting through email

    Dear Experts,
    I am currently facing a very weird issue while broadcasting BEx reports. What i have noticed is that it is not possible to schedule the same report with two different settings at the exactly same time.
    Suppose the Bex report name is DEMO_QUERY. Now i want to schedule it with two different technical settings for different selections but at the same time, say 8:00:01 AM. When i schedule the report, i get no errors. But at the time of execution, only one them is broadcasted and the other fails with the following generic error.
    Java system error: Exception in method processFunction.
    Message no. RSBOLAP018
    Now this error has been widely discussed on SCN but none of them fits my scenario. The resolution provided in many threads points to running a diagnostic tool on the portal. I have even checked the number of processes allocated to BROADCAST and so on.
    But if i space the two settings by say one minute or so, i get both the broadcasts. So i want to learn that is there a technical w.r.t BEx broadcaster which prevents it from broadcasting same report at same time with two different settings.
    Thanks

    Hi Michael,
    The current setting is 3,default i guess. But there are many other BEx queries which are scheduled at the same time. Problem is only encountered when the same BEx query is scheduled with multiple broadcast settings to run at the same time. If it was an issue with Java server then shouldn't it be affecting other reports also which are scheduled at the same time.
    Thanks

Maybe you are looking for

  • How to read the data in excel sheet

    Dear sir, How to read the data in excel sheet when i recieve a data serial communication... ie i have store a data in excel such that Cell A       Cell B    A           Apple     B           Ball    C           Cat    D           Doll when i recieve

  • How to deal with large amount of data

    Hi folks, I have a web page that needs 3 maps to serve. Each map will hold about 150,000 entries, and all of them will use about 100MB total. For some users with lots of data (e.g. 1,000,0000 entries), it may use up to 1GB of memory. If few of these

  • Background Image repeating for table cells

    I am trying to put different images as the background to all the cells in a table, so I can put text over the top of them, but I cant have an image without it repeating. Ive tried going into the code and adding background-image: "no-repeat" but that

  • Right click...copy (grabbing a picture)...???

    Another migration from Windows to Mac question. On the former, if you see a picture on a webpage that you want to take a copy of, you right click it with the mouse and then Copy/Paste it into another document. How do you do this on Mac (know right cl

  • Why are files to large to play on my pc. its an over spec gaming rig

    why are files to large to play on my pc. its an over spec gaming rig