Broadcasting filtered report to variable receipients.l

Hello experts,
we have a requirement to send same report to different users according to filters.
For Eg:-
If report has all ship to Data then in Information Broadcasting we need to filter out data for each ship to and populate that ship to with linked email id and send each ship to data specific to that Ship to only.
Regards,
Sachin Dehey

Hi Sachin,
By using one setting in broadcasting you cannot achieve the requiremnt. However by using different broadcast settings which have different filters and accordingly the email recepients, will achieve the required.
Hope it helped.
anil

Similar Messages

  • Information Broadcasting: Monthly Reporting with variable dates

    Dear all,
    we have created a lot of reports with RD and have pubished the reports in the portal. Our reports have a lot of selection screens. Now we would like to use information broadcasting. We have already created information broadcasting settings. We have maintained fix variants for our reporting
    For example:
    Variant x1
    Organization: C110
    Scenario:       Actual
    Date:             is filled by the user Exit
    Now we tried to shedule the report. We are using Variant x1 to find the correct selection. The problem is, that we have already saved a fix date in the variant (for example 01.01.2008), because the field is obligatory.
    The User-Exit for the variables works with step 1, but the problem ist, that the variant x1 is overwriting our User-Exit value.
    How can I avoid, that the Variant is not overwriting the User-Exit. Of course for reporting without variant, the manual entry has priority before the user exit.
    Thanks for a soon feedback.
    XmxhX

    hi,
    in order to update months, firstly create variants for the reports. Then implement the below program modifying the users inputs. For current month or last month you have to hard something like sy-datum(6), an you have to hard code the field name for the month variable that you use in query.
    Below program is for BI 7.0, you can also check the document. It also contains a method for bw 3.5 variants.
    You can schedule this program in a process chain or make variations of this as needed.
    [How To… Troubleshoot Information Broadcasting (BEx Workbooks)|http://www.sapadvisors.com/resources/HowtoInformationBroadcasting.pdf]
    *& Report Z_MASS_VARIANT_MAINTENANCE *
    *& Program to mass update BEx Variants within SAP NetWeaver 2004s *
    REPORT Z_MASS_VARIANT_MAINTENANCE.
    parameter variable like RSRVARIANT-VARI.
    parameter vname like RSRVARIANT-VNAM.
    parameter sign_01 like RSRVARIANT-SIGN.
    parameter opt_01 like RSRVARIANT-OPT.
    parameter low_01 like RSRVARIANT-LOW.
    parameter high_01 like RSRVARIANT-HIGH.
    tables: RSRVARIANT.
    select * from RSRVARIANT.
    if rsrvariant-VARI = variable AND rsrvariant-vnam = vname.
    rsrvariant-SIGN = sign_01.
    rsrvariant-OPT = opt_01.
    rsrvariant-LOW = low_01.
    rsrvariant-HIGH = high_01.
    elseif rsrvariant-vnam = vname.
    rsrvariant-SIGN = sign_01.
    rsrvariant-OPT = opt_01.
    rsrvariant-LOW = low_01.
    rsrvariant-HIGH = high_01.
    endif.
    update rsrvariant.
    if sy-subrc 0. insert rsrvariant. endif.
    endselect.
    RSRVARIANT-VNAM must be your month variable.
    RSRVARIANT-LOW and HIGH must be your automatic month like sy-datum(6)
    regards,

  • Broadcasting a report through bex Broadcaster

    Hi Guys,
    i want to broadcast a report through Email by Bex Broadcaster so that each receiver should get the report filtered for the characterstic values he is authorized to . Can some one tell me what settingd I need to make in Broadcasting wizard.
    thanks
    Anurag

    hi anurag,
    Refer thez
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c39fb990-0201-0010-abae-ba08ada8026b
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7ad1a6e3-0601-0010-508d-abbf23c22e72
    Note 760775 - Settings for Information Broadcasting
    Note 706138 FAQ on information broadcasting
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/359840dfa5a160e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/eb/0cfa40fe14f523e10000000a155106/frameset.htm
    check these ppt also
    http://csc-studentweb.lrc.edu/swp/Berg/articles/ASUG-2006-v6.ppt
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Broadcaster_v15.ppt
    regards,
    yunus

  • Problem in filtering reports in presentation services

    Hello,
    I have a problem with the data that is returned after filtering reports in the presentation services.
    The simplified problem:
    I have two physical tables: table A and table B.
    Between the two tables there's a left outer join, meaning, records from table A that does not join with any records in table B, should also be returned from the DB.
    In the presentation services, I create a report based on column 1 from table A and column 2 from table B.
    The problem starts when I filter the report in the presention services by a third column (from table B), that is not part of the report:
    The problem is that the Oracble BI creates a SQL query, that filters the data after the left outer join between the two tables is executed. Meaning, in the SQL query, first the data from the left outer join is returned, and then, in the SQL query, anthoer WHERE cluase is added, and filters the data by the filter we set in the presentation services.
    I want the filter we set in the presention services will be executed on table B, and only after that, the left outer join between the table A and table B will be executed.
    Is there a away of doing it?
    How can I define for the BI to create such query?
    Thanks!

    Hi friend,
    a solution could be create a view of the table B with the filter (by the third field) applied. Then, you can apply left join between table A and view of table B. So, you will obtain the results what you want.
    I hope this can be usefull for you. Please, if it's usefull or resolve your problem, mark the answer, Thanks
    Good luck friend.

  • Matrix Report with variable@incontext not working

    I had built a matrix report, using variable@incontext. I'm having a problem with my cell data. It seems that it is always using the value from the first record in the column instead of the actual value.
    ie in the example below, the data should make it come out like:
    Staff____01____02____03______
    Bob_____Bob_________Bob
    John____John__John___John
    Joe_____Joe___Joe____Joe
    but it's coming out like this (the data for John is wrong in column1 and 3 and the data for Joe is wrong in all columns) :
    Staff____01____02____03______
    Bob_____Bob_________Bob
    John____Bob___John___Bob
    Joe_____Bob___John___Bob
    Staff Column(Down):
    <?for-each-group:ROWSET2_ROW;./STAFF_NAME?><?variable@incontext:STAFF;STAFF_NAME?>
    <?STAFF_NAME?>
    Number Column (Across)
    <?for-each-group@cell://ROWSET2_ROW;PERIOD?>
    <?sort:current-group()/PERIOD;'ascending';data-type='text'?>
    <?if:count(current-group()[STAFF_NAME=$STAFF])?><?STAFF_NAME?><?end if?>
    <?end for-each-group?>
    <?end for-each-group?>
    It looks like the value for '$STAFF' and ?STAFF_NAME are not right when there was data in a previous column.
    Can anybody Help me?

    Hi,
    Can you please help me to solve the problem.
    Thanks in Advance
    Adina.

  • How to Broadcast BI Reports in the latest version of MS Excel

    Dear Friends
    I am broadcasting BI reports to our field team, and many of them are using mobile phones. But they are not able to view these reports in their mobile.
    I am broadcasting it as Excel and it is going in the format .xls. We have other BI tools where they could open the reports which are in .xlsx.
    That's why I doubt that our reports are not getting opened because we are sending in a older format of excel.
    Please let me know if there is any option to send reports in the latest version of MS Excel (.xlsx)
    Thanks & Regards
    Ranjan Jinka

    I agree with Michael Devine . You have to setup Pre-calculation server to broadcast with .XLSX format.
    Did you try with other output formats in broadcast definition? Also check your Users mobiles excel compatibility with .xls format?

  • Lock Problem while Broadcasting multiple reports using process chains

    Hi All,
    I am trying to broadcast 10 reports using the process chains using the program for RSRD_START and variants created in the Broadcaster..the Program jobs start fine.But I am facing the error that the RSRA_CA_LOG table is getting locked while trying to broadcast the Reports..Can any help me on how to run the jobs without the locking problem..Suggestions please.
    Thanks,
    Mike.

    Hi,
    Thanks for the Inputs and the SAP Notes.
    I am trying to broadcast the Reports from the the Bex Analyer and getting this ock error and not the workbooks.
    I am also trying to Broadcast the Workbooks also, but could not find the options to Broadcast them. we are in SAP -BW3.5 SP 12, Is it possible to broadcast the workbooks in this Patch level..or do we need to upgrade to achieve this.If so...can any one provide me the proceedure to  Broadcast the Workbooks.
    Thanks,
    Mike.

  • Layout problem with broadcasted BW report

    Hi all,
    a broadcasted BW report laying under /documents/Public Documents/TestReport looks good when opening the index.htm there... also the layout.
    Then I took an iView based on 'KM Document iView' (com.sap.km.cm.docs) and copied the path '/documents/Public%20Documents/TestReport/index.htm' into the property 'Path to Document'.
    A preview of this page shows the data but the layout of this page is missing.
    Viewing the source of this htm page shows the following stylesheet entry:
    <link rel="stylesheet" type="text/css" href="./StaticMimes/com.sap.portal.design.urdesigndata/themes/portal/fwtheme/ur/ur_ie6.css">
    So opening the index.htm in an iView can't find this stylesheet.
    Have somebody an idea what to do? Do I have to configure something else?
    We use NW2004s SP10. The report was made with the BEx Broadcaster Wizard.
    Thanks,
    Susanne

    The IE 6.0 which I use can handle .mht files. So the .mht link opened in the KM Content works:
    http://<host>:50000/irj/go/km/docs/documents/Public%20Documents/TestReport2.mht
    But why does this link works but not the preview in portal content area?
    I have to correct myself... I found out these effects trying to deposit different paths in the iView property:
    - path:  /documents/Public%20Documents/TestReport2.mht
      --> the preview shows the source code of the .htm in the browser. Saving this source code to a new .mht file and testing it locally works fine!!!
    - path:  /entrypoints/Public%20Documents/TestReport2.mht
      --> here the browser wants to know which programm the .htm file shall be opened. After choosing IE the source code was shown also like above.
    Therfore there is the same behavior after assigning the iView to a role.
    This url was generated for the iView
    http://<host>:50000/irj/servlet/prt/portal/prtroot/com.sap.portal.pagebuilder.IviewModeProxy?iview_id=pcd%3Aportal_content/nas/general/nas_every_user_role/de.cas.nas.general_ws/testfolder/TestReport2&iview_mode=default
    But also only the source code is shown in the browser.
    I looked at this side how to integrate a BI report as a document into portal:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/bc/7efa40dd14f06fe10000000a1550b0/frameset.htm
    Do you have any other idea?
    Regards, Susanne

  • Broadcasting Bex Report via email

    Hi
    I just want to know how can we broadcast Bex report from EP Portal to Email. 
    When I execute a Bex report, upon rt click I get to see Broadcast and Export Option.
    Can anybody explains me in detail how can we broadcast a Bex Query via email.
    Please explain me in detail how we make setting at Portal End, in BI.
    Is standard templates say 0analy.. is something to do with all these. like if I want to add a new feature in the Broadcast and Export setting say Export to Excel 2000.
    Regards,
    Yaseen
    Edited by: Yaseen Ahmed on Aug 18, 2009 9:03 PM

    Hi....
    You can use ABAP program RSRD_BORADCAST_STARTER with the variant value set to Broadcaster Technical Name.
    for more info : [Bex Broadcast creation user - best or common practice;
    Regards,
    Chintan

  • Broadcasting of reports to KM folders...

    Dear All,
    We need to broadcast the BI reports to KM folders in Portal. We are using Netweaver 2004s (EP 7.0 SP12, BI 7.0)
    Is it possible to broadcast the reports to some other user's KM folders than his own folder ? Please, shade some light regarding the same.
    Can we personalise the folders in order to be displayed by default.
    How to set the broadcasting notification email whenever user broadcast his report.
    Also, can we give permission to a user to set the permissions of other user;'s folder.
    Please provide any url links/documents for the same. Any help in this regards would be highly appreciated.
    Thanks for all your inputs in advance.
    Kind Regards,
    Anil Kumar.

    Hello Experts,
    Does any body has answers to below issues ?
    Please help me in this context with any alternate solutions.
    Would be highly appreciate if anybody can throw some light for the same. Looking forward to your repsonses.
    Regards,
    Anil Kumar

  • Reporting Quiz/Variables

    I am looking to find out if anyone has done a lot of research on reporting quiz/variables into PHP/mysql for Captivate 5 or 5.5.  I know there was some work done with C4 but I can't find anything for C5.  If it works the same I can figure it out.
    What I am looking to do is come up with a common set of variables to use across all elearning modules in our corporation (example firstname, lastname, group).  And then report both the quiz score with the common variables into a database that is ready for the variable names.  If someone could get me started I don't mind publishing everything after I am done.
    thanks
    Dave

    Captivate 5 introduced a publishing option called Internal Server Reporting:
    This uses server-side PHP and XML to record user interaction with a course.
    Check the online help files and Adobe Blog posts (Google it) for information about setting up Internal Server Reporting.  You may find that the variables they've set up with this will prove useful for your own application.

  • Filtering with presentation variable in my report

    Hi experts,
    I'm using Essbase with Obiee 11g.
    I have entity dimension like this:
    Gen1, Entity
    Gen2, Entity
    Gen3, Entity...
    Each Gen is a hierarchy.
    I have a prompt in my dashboard that is a number: 1, 2, 3... with presentation variable = num
    When prompt was number 3 I need to filter with Gen2, Entity.. if is number 2 with gen1, entity.. Always -1
    In my report I can general filter like this: Gen@{num}, Entity and I see report OK, My requeriment is @{num}*-1* like: Gen@{num}, Entity but I have an error...
    Can I do this??
    Thanks!!!

    You need to get the number using substring, substract it and then concat to the string "Entity"."Gen
    There is another way for the same, Based on the value from prompt can validate the column to show in the report.
    Try this scenario:
    I've a prompt Time.Week
    in the report I've picked two columns,
    Column1: Time.Week--> set to isprompt
    Column2: with exp
    CASE WHEN Time.Week = '2012 Week01' THEN Time."Month Name" ELSE Time."Month" END
    I've used existing columns to mimic your scenario
    Edited by: svee on Jul 2, 2012 9:52 AM

  • Information Broadcast / Sending reports automated

    Hello,
    I have the following task:
    we should send reports to non-bw users.
    For each recipient should be set a personlized variable (like customer no). So he only get the report with his company code.
    There should be possibility to implement this automated?
    In Information Broadcast I have to type in every mail adress and assign the right report.
    We would need a solution where the variable (eg. company code) is filled automatically, saving the report under a title starting with the company code and then send the report via mail to the correct partner.
    As the mail adresses are all in R/3 in the customer datas. It should not be a problem to load them to BW.
    Thank you for your help.
    Franz

    Hi!
    I think it is hard to implement a scenario of sending automatically to BP's when they dont have a userid in BW.
       Problem is that we can makes settings in broadcaseter either manually  or by creating a Variant of report automatically for each userid.  I think atleast in BW3.5 it is not possible to automate this.
    When we contacted sap regarding the simmilar problem,we were informed that it'S not possible. they suggested us to have atleast background user for each BP. this was about an year ago..so i dont know if there is a solution now.
    with regards
    ashwin

  • Broadcasting Recipient email related variable

    Hi,
    Requirement:
    For each sales person send weekly report using broadcasting.
    - Problem:
    When we select Email into broadcasting for particular sales person..In variable selection of broadcasting also select this sales person. How to automated this process in broadcasting..
    Exa:
    Sales person email: abcatemail.com- in report sales person variable automatic filled with abc value.
    I search SDN, but could not find right answer.
    Please, share your experience.
    Thanks,
    Chandresh Patel

    Hi Patel,
    You can create a setting for the report in BEx broadcaster and give the recipient name there so that it can be sent to that person. This can be scheduled. Or else try using the program RSRD_BROADCAST_STARTER for sending the report as a mail. You can use the BEx broadcaster setting technical name in the program as a variant and create a process chain to schedule on weekly basis.
    Regards
    Vijay

  • Manual or steps on BEX Broadcaster and reporting agents

    Hi,
    Please provide the manual on how to Sending Workbooks by make use of BEX Broadcaster and Please provide the manual on how to Broadcasting  by make use of Reporting Agent functionality and usage."
    your early help is highly appreciated
    Thanks , Karthik.

    Hi,
    ->Create and save a workbook
    ->Open the created workbook in the in the Bex Analyzer
    ->go to Bex Analysis Toolbox and click on Tools button
    ->Login to the IB page to create settings
    ->create a new setting by giving the appropriate e-mail id
    ->In the Texts tab give the subject and Text
    ->Provide the variable and server details
    ->click on schedule and give appropriate date and time.
    Hope this helps...........
    Rgs,
    I.Ravikanth

Maybe you are looking for

  • How to Connect my N79 through Internet on Laptop?

    Hi Friends , i am facing a problem while connecting my N79 through Internet on my laptop . i am using USB Modem for Internet Connectivity. And i want to share this Internet on my N79 through Wireless LAN . i am using Windows Vista . Please tell me ho

  • Executable won't re-connect to shared variable engine when it breifly goes offline

    Hi, I have shared variables that are hosted on a field-point controller. I read these variables from executables that run on a PC. When the shared variable engine on the field point controller goes offline and then comes back online (for instance, if

  • Automatic Virtual Machine Activation failing on Server 2012 R2 with Update

    Appears AVMA is now broken on new media with Update: Trying to use the Key from: http://technet.microsoft.com/en-us/library/dn303421.aspx en_windows_server_2012_r2_with_update_x64_dvd_4065220.iso Receive the message "We Couldn't Verify the product Ke

  • Change in Infotype fields

    Hi, If the below question is already answered, provide me the thread. I want to change HRP1001-PROZT field to HRP1001-PERCE and PA0002-NACHN to PA0002-FIRSTN. I am trying to say that is there any way to change the standard fields in the standrard inf

  • I just got a new MacBook Air -- Moving data over from the Time Capsule over WiFi??

    I just bought a new MacBook Air because my MacBook Pro 2008 died completely. I own a Time Capsule and it backed up regularly. I'd like to just move over all my data to my new 256GB MacBook Air, but it doesn't seem to be recognizing the Time Capsule o