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

Similar Messages

  • How can I create variant of control query?

    Dear Expert,
    I am using BEx Broadcaster to bradcast query as a report.
    In tab Filter Navigation, I enter the control query, but the variant always gives me "(No Selection Possible)".
    How can I create variant of control query?
    I try to create variant via variable entry page when I excute my query.
    The variable show in table "RSRPARAMETRIZA" but not show in BEx Braodcaster.
    Thank you,
    Zilla

    Hello,
    Please run this control query on the portal and then save variant you require. If you want this variant to be available
    to all users make sure that the user specific flag is unchecked while saving the variant.
    Regards,
    Michael

  • Variant for a query in Web

    HI,
    In my query I had a User entry Variable (Multiple Single Values) on 0DEPARTMENT.
    I had give a list of 2000 departments in a excel file.
    When I execute a query in WEB (7X Template) my requirement is to create a Variant so that if selected all the 2000 departments are included
    How can I paste all the 2000 values in the variable screen and save it as a variant
    Thanks

    Hi,
    For this you will need to create variant for the query in RSRT transaction. Just goto RSRT transaction. Provide the query name and click on Query Variants button. You will get a n option to create variant for the query. paste all the 2000 values for that particular variable of the query and save it as variant.
    Now when you will execute the query in the web you will get an option to select that variant from the query.
    Navesh

  • 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

  • Query on Bex Broadcasting to the PDA

    Folks,
    I have been trying to BEx broadcast a report to a PDA/smart phone.
    I am unable to open the html attachment from the PDA.
    Would appreciate if any folks have been able to BEx broadcast the mail as a worksheet (MS Excel)
    Also, would also appreciate if folks have been able to open their HTML attachment in their PDA mail inbox without loss in format
    Rgds

    Can any one please help

  • Short Dump While selecting Variant for ABAP query

    Hi,
    ABAP query is going to short dump (CONNE_IMPORT_WRONG_COMP_LENG) while selecting a Variant. If i create and use variant then i am able to see Output of Variant.But not able to use Earlier created variants .
    I think some mismatch between variant values and selection screen fields.Can anyone tell me how to rectify this ?
    I am not able to debug the code as dump is coming in a System program(RSDBSPVD).Can anyone tell me which database table i can use to get values of the Variant.
    Thanks in Advance.
    Nirmala K

    Hi nirmala,
    chk the links:
    http://help.sap.com/saphelp_webas620/helpdata/en/c0/980398e58611d194cc00a0c94260a5/content.htm
    http://help.sap.com/saphelp_webas620/helpdata/en/c0/9803a7e58611d194cc00a0c94260a5/content.htm
    regards,
    keerthi.

  • How I look for Creator of variant and Adhoc Query

    Hi Gurus -
                   Is there anyway, I Can find out the user who created Variant and Ad-hoc Query?
    -Sonali

    Hi Sonali,
    You can use the table RSRVARIANTDIR to get the list of variants for each query and this tables has the created user id.
    Cheers
    Vasu Sattenapalli

  • 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 from web goes in infinite loop

    Hi All,
    After executing a query in web, when we click on the send button for the Bex broadcasting wizard to appear, the page keeps loading and the wizard does not appear.
    Please can you give some pointers....
    Thanks in advance

    Hi Sireesha,
    Can you right click on the Analysis item and go to Broadcast and Export->Broadcast E-Mail and check whether this opens the Broadcasting wizard?
    Disable the pop ups,if you have for the browser
    You can also open the query in BEx Broadcaster and can create the Broadcast setting through wizard to broadcast a query.
    Rgds,
    Murali

  • BEx Broadcaster Send button - No Broadcast Wizard with Key Figures in Rows

    Working in BI 7.0 SP 16, we are having an issue with BEx Broadcaster.  For a typical horizontal query (key figures in columns), the send button in BEx on the Portal works properly and returns the Broadcasting Wizard.  However, when using a query in a vertical format (key figures in rows), the window opended by the send button displays the "spinning wheel" and never procceds on to the Broadcasting Wizard.
    I have checked for SAP notes related to BEx Broadcaster and was not able to find anything relevant.
    The same query was tested with the key figures in columns and in rows.  The Broadcast Wizard comes up when the key figures are in columns, but not in rows.  Since it was tested both ways with the same query, I am assuming that the issue is related to the orientation (horizontal vs. vertical).
    Has anyone else run into this issue?  Is there a known limitation, or a patch available?  Does anyone have a BI system with a query you could flip the key figures from columns to rows and give it a try?
    thanks,
    -Shawn

    Shawn,
    I'm having my own issues with BEx Broadcaster in the Portal, but from BEx Query Designer - Query - Publish - BEx Broadcaster, the BEx Broadcaster Wizard is available in both cases (Key figures in columns and key figures in rows).
    Kim

  • Delete the variants of a query from SAP GUI

    Hi all,
    We have migrated queries from 3.5 to 7.0, and now we are migrating their variants also.
    But while migrating variants we got a situation where some variants got copied but not activated in 7.0.
    so now we want to delete those variants and migrate it again as they are not being over written.
    so, my question is how can we delete variants for a query in one shot from SAP GUI.
    plzz....help asap.

    Hi,
    note : 1003481... makes the point that...
    But the variant cannot be migrated when a variant with same technical name already exists in 'new' variant storage
    would it be possible that the variant that you are trying to migrate shares a tech name with one already on the system?
    to check variant tables for tech names used twice....
    tx: se16
    a)rsrvariant, (3x variants)
    c)rsrparametrizat(bi 7 made variants)
    variants that appear in rsrvariant (3x) will not migrate if the same
    tech name appears already in rsrparametrizat (new storage area for bi7).
    Delete the variant please refer the thread:
    How to delete the Variants?.
    Delete multiple variant
    Thanks,
    Venkat

  • Can not start bex broadcaster

    hi all,
    i can not start  bex broadcaster from
    Query -> Publish -> BEx Broadcaster
    i have the authorization objects
    s_rs_admwb with rsaomwbobj=br_setting
    s_oc_send
    s_rs_bcs
    could you please help me?
    Edited by: eren batu on Jul 1, 2008 10:12 PM

    Start by trashing your preferences. Use Preference Manger from Digital Rebellion.

  • Control Query for broadcaster

    Hi al,
    I need to send a report by mail in PDF format to a user which is a filtered report of a general report.
    Meaning: I have a general report of sales (A) and I need to send by e-mail report A filtered by sales group and by current month (B).
    In order to do this I have created a control query which filters the sales group and the month, and when broadcasting the report I choose the control query.
    When I execute the broadcaster I get 2 PDF files: one is filtered as my request and the other is filtered only by the sales group but not by the month so I get a report with all months since the begining of the year.
    The second report is unnecessary - How can I get rid of it?
    Thanks,
    Hagit

    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

  • To create variants for Bex query

    Hi Guys,
    where and how do we create variants for Bex query.
    Thanks,
    Your help is appreciated.

    Hi Sheo,
    There are several threads about this, check here:
    /thread/297437 [original link is broken]
    Hope this helps...

Maybe you are looking for