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...

Similar Messages

  • How do you delete the email addresses in the BEx Broadcast wizard(send..F4)

    Hi
    In the BEx Broadcast wizard, you can enter email addresses manually or then you can see them on the drop down list(previously used email ids).
    Question: you can create any email address and send to these but how do you delete those ones you have added? That means I dont want those email ids that display in the dropdown list or (F4) (can find next to the send column where we give recipent email id in the Broadcast wizrd).
    Please help me in this regard.
    Thanks,
    Sasi

    Hi Gurus,
    Can you please tell me how to delete the e-mail ids that you can see when you click on a button beside recipient Email Address field?
    Please give ur inputs.
    Thanks,
    Sasi

  • How to use  the same channel to send a file and messages to the server

    I'm trying to develop a simple program that will send and receive files from the server and in the same time I need to communicate with the server through the messages
    I'm using TCP Socket
    my problem is
    I have only one channel
    so, I have no option, either I can use it for sending the file itself or sending the message .. but not both !
    my question is : How can I use the same channel for sending and receiving (file & message)
    I would appreciate for any clue or hint
    best

    kajbj wrote:
    kmarwani wrote:
    Thanks for reply
    yes, that what I'm thinking to do
    but, in case of sending binary file, if I attached a flag on its header, will it corrupt the file ?
    bestThe other end would of course need to decode the messages that you get, and only write the "data" part to the file.Thanks
    I'm gonna try to hard-code what you suggest and i will post what happen with me here
    even though I'm not sure how can I add header to a binary file and remove it from the file at other end. (coz I read it as stream and send as array without touching its contents)
    this how I'm sending the file
    ConnSocket = CSocket.accept();
    ToClient = new DataOutputStream(ConnSocket.getOutputStream());
    File myFile = new File("abc.jpg");
    FileInputStream myFileInStream = new FileInputStream(myFile);
    BufferedInputStream mybuffInStream = new BufferedInputStream(myFileInStream);
    myBytArray = new byte[(int) myFile.length()];
    mybuffInStream.read(myBytArray, 0, myBytArray.length);
    ToClient.write(myBytArray, 0, myBytArray.length);
    ToClient.flush();
    myFileInStream.close();best

  • Cannot use the server talktalk to send emails

    my macbook refuses to allow the use of the server talktalk for sending emails from talktalk although I can receive them. My cloud account is working and on my ipad both work. Anyone help?

    Sterling, Tried Connection Doctor but found all but the Hotmail server succeeded. Green light showed and talktalk, gmail and icloud showed " Connection and login to server succeeded". The Talktalk server ie. smtp.talktalk however would not accept my message and it would only accept it when I edited the list of servers and picked the gmail server. I've tried deleting the Talktalk account and reinstating it but without having any success. My ipad also has bother at times using the talktalk account to send messages although it receives them ok. Main difficulty arises if I have to reply to a Talktalk message that I have received. Baffling. Any help would be appreciated.

  • When I try to send email from my iPad I get the message "A copy has been placed in your Outbox.  The sender address hplar45ATcomcastDOTnet was rejected by the server". Prior to this I have used the same process to send email for a year.

    I have been using the iPad for email for a year.  WIFI connection cannot be established for some reason, I am stuck on 3G.  I am sitting next to the WIFI router.
    Why can't I send email using my only email address hplar45ATcomcastDOTnet?
    Why can't I get a WIFI connection?
    What changed?
    Dan
    <Email Edited by Host>

    I can't answer why you are not able to connect to WiFi but I can tell you to try the basic things, turn WiFi off and on again, restart your iPad, reset network settings, reboot your router, forget your WiFi network and try again .....
    The issue with the email is probably a password issue. Make sure that your password is entered in the incoming mail server setting and in the outgoing mail server setting as well. The outgoing server setting can be accessed by tapping on the SMTP under the Outgoing Mail Server Setting and then tapping the smtp.comcast.net in the next window under the Primary Server Setting.
    The outgoing mail server setting will be in the first window when you tap on the Comcast account in the Mail settings.
    Look here for a few different web sites for help with the WiFi.
    http://www.google.com/search?q=troubleshoot%20wifi%20on%20iPad

  • How to use the submit button without an email address

    We are changing the way one of our forms is used.  Previously the "submit by email" button opened up an email with a specific TO: address.  Now we like to have the user put in the address but still have the form attached to the email when it is opened. 
    Has anyone done this or does anyone have an idea how we can accomplish this?

    Place a HTTP submit button in your form and update the User Entered email using the below script.
    YourHTTPSubmitButton.event__click.submit.target = "mailto:" + txtEmailField.rawValue

  • How to use people/group picker to send emails

    Hello all,
    Forgive me on my lack of understanding this subject. I've read multiple articles and it is driving me crazy! All I need to do is have a user select someone from "people/group picker", click a button and the person selected gets an email. That is
    it!
    I need a simple set of instructions. Help!

    Hello,
    You need several things:
    a view that contains the form and text for the email body (Email view)
    a data connection to "Submit to Email"
    a data connection to GetUserProfileByName
    Re 1: create a view with the field controls and the text that you want to email. Alternatively, if the email is all static text, you can enter it in the email body in step 2.
    Re 2: create a data connection to submit to email: on the Data ribbon click the
    To Email button and follow the prompts. You can go back later to modify the data connection, change the fields and configure them to receive data from your form. Set the "To" field to receive its value from a field in the form (emailHelper)
    Re 3: When the button is clicked, you need to get the user's email address from the UserProfile service. The steps are explained in this page http://sharepointisland.wordpress.com/tag/getuserprofilebyname/ and
    consist of setting up a data connection to the User Profile Service "_vti_bin/UserProfileService.asmx?WSDL"
    on the site, feeding the user AccountID into the query field, querying the service. After that the data connection contains the user's data and you can filter it with the "WorkEmail" parameter. 
    This is the value that you need to put into the "To" field of the "Submit to Email" data connection. You may want to store the field in the emailHelper field and then point the "To" field to emailHelper.
    The button to send the email is on the Users view and should contain these actions
    set a fields value - User Account ID to the GetUserProfileByName query field
    query a data connection - the GetUserProfileByName connection
    Set a field's value - the emailHelper field to the GetUserProfileByName field filtered by Name = WorkEmail
    Switch to the Email View
    Submit to Email data connection
    Switch back to Users view
    cheers, teylyn

  • Outlook Add-In Mail Item How to use the mailitem object after .send() is called on it?

    Hello,
    I am developing an outlook add-in, where I have added a custom button to "send & process" the mail item.
    I want to first send the mail - by writing 
    ((Outlook._MailItem)mailItem).Send();
    but after the mail item is sent, I am unable to process the mail item object.
    Could some one please guide, how to tackle this?
    Thanks!
    -Vinay Pugalia
    If a post answers your question, please click "Mark As Answer" on that post or
    "Vote as Helpful".
    Web : Inkey Solutions
    Blog : My Blog
    Email : Vinay Pugalia

    I get the above error in Visual Studio 2013 Ultimate when I process my mailItem in the ItemAdd event
    handler.
    Upon search, the above error seems to be related to Visual Studio but still searching to find a fix for
    it.
    In the code, I just read the Recepients of the mailItem, save the mailItem as .msg file to a physical
    location & upload the .msg file to a FTP location.
    Sorry to say, but sharing the code would not be possible due to NDA.
    Could you please guide further?
    -Vinay Pugalia
    If a post answers your question, please click "Mark As Answer" on that post or
    "Vote as Helpful".
    Web : Inkey Solutions
    Blog : My Blog
    Email : Vinay Pugalia

  • When I first began using the Razr I could send email to groups that I had set up in my Google account.  I can no longer get this function to work.

    I can do this function on the PC using my Google Gmail account which accesses my personal email account. << Personal information removed to comply with Verizon Wireless Terms of Service >> I had been able at first to forward email go groups on my Droid Razr when away from my PC.
    Message was edited by: Verizon Moderator

    Have you by chance Cleared the Cache it might not hurt to Clear it and see if that Helps..

  • How to use the chart option in bex analyzer

    Hi Expert
    i want to know how to use the Chart in Bex Analyzer.
    Next week i hve End user Training. my user wanthow to use the chart option in Analyzer.
    plz let me know how to use chart & any Document on that plz reply me.
    Reagards
    siva
    Edited by: patel siva on Sep 16, 2008 4:34 PM

    Check here:
    https://reporting.uky.edu/BWBExContextMenu.pdf
    http://help.sap.com/saphelp_nw70/helpdata/EN/8b/4ffd9b07474279b3bbee75a60db41f/content.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/5b/30d43b0527a17be10000000a114084/frameset.htm
    Thanks..
    Shambhu

  • How many airport express can I add to my network for the purpose of using the airport express to send audio signal to different rooms in the house? I'm interested I'm running about six different zones.

    How many airport express can I add to my network for the purpose of using the airport express to send audio signal to different rooms in the house? I'm interested I'm running about six different zones.
    What I'm looking to do is to have self powered in ceiling speakers in every room in my house with out having to run wires to every room to carry the audio signal. I would like to use the airport express to do the job of carting the audio signal.
    Here's my set up now I have an airport extreme and one airport express that I use to carry audio to one room.

    FWIW. I have used up to four AirPort Express Base Stations (AX) for streaming sucessfully in pretty much the way you have described. I didn't have a need to try more so I can't attest that more would or would not work.

  • Creating Text Variables to use in BEx Broadcaster

    Creating Text Variables to use in BEx Broadcaster OR How to Broadcast reports (Excel output format) and dynamically generate each Excel file name
    Hello,
    I'm new into posting to this forum, but I always come here when I need some answers and I find them almost everytime.
    But now I couldn't find a solution for my problem so I decided that maybe you can help me.
    I'm using BEx Broadcaster (I'm working on a SAP BW 7.0, SP17) to broadcast to SAP Portal some Excel files generated from a query.
    I use Filter Navigation, because the query provides me with information regarding Sales Orders from all my customers and I need to broadcast an Excel file per customer. This is working perfectly, meaning, with this query I put the Broadcaster generating an Excel file per Customer.
    The problem is that I needed that each Excel file had a different name on it.
    For example, for Customer1 the Excel file name should be something like Customer1_SalesOrder.xls, for Customer2 it should be Customer2_SalesOrder.xls and so on.
    At the present, the Broadcaster generates each Excel file using the technical name of the Query that originated the file. You can use some stardard text variables that broadcaster has available, but these standard text variables don't solve my problem. I needed to create my own Text Variables so I could have the Customer ID on the file name.
    Can someone give me a light on this?
    Points are obviously awarded.
    Thanks,
    Cristina

    Hi All,
    I have a similar requirement, where I publish my reports on to the SAP PORTAL  KM folders.
    In my broacast setting for the web templates, I have the fisrt tab called
    TARGET in PORTAL
    File Name : ReportXX MONTHLY_<MONTH_ID>  (F4) List
    Currently I use the sys variable <MONTH_ID> which gives me the curr month;
    My requirement is
    If the report is run in the first week of the month, I want to generate a filename_PREVIOUS MONTH (label) and
    if the report is run between 7th-30th of the month then to generate a filename_CURRENT MONTH (label)..
    On BI.7 POTAL is it possible using some exit variables instead of the system variable which are given in the F4 List.
    If so where do I create the exit variable in BW backend or the PORTAL itself so that I can access it from the F4list of of the filename column.
    Thanking you in advance for you time.
    Rao

  • Does anyone know how to use the bcc functionality for apple mail while accessing it on the cloud from my PC?

    I am currently away from my MAC and want to send an email through apple mail with the bcc functionality.  I am using the cloud to get to my mail, however, I can't figure out how to use the BCC functionality, please help.  Thanks!

    Open your mail,
    lower left corner click on settings,
    go to composing and check BCC, save and your done

  • How to use the same email address for outgoing email on two iPads?

    How to use the same email address for outgoing email on two iPads?.   My wife and I both use the same email address.  We receive the same incoming email on both iPads but are unable to send email from my wife's iPad.  She is using an iPad 2 and is usng IOS 6.0.1

    Hi Creaturekeeper,
    If you've added the account into the iPad and you are unable to send email from it, then please follow the troubleshooting in the article below.
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    Take care,
    Alex H.

  • How to use the BAPI_GOODSMVT_CREATE for Transfer posting Sales order

    Hi Friends,
    How to use the Bapi BAPI_GOODSMVT_CREATE for transfer posting sales order to sales order.
    pls, send the list of parameteres to pass to the bapi, if program avail please send it to me.
    Thanks in advance
    Shankar

    You have to pass Header and GM code as the INput parameters for uing this BAPI....GM code would be structure.
    Also you have to pass the INternal table Item for the goods mvt cxreate which will contains
          BATCH.
          MOVE_TYPE.
          ENTRY_QNT.
          MOVE_PLANT.
          MOVE_STLOC.
          MOVE_BATCH.
          MOVE_REAS
    these parameters.
    Regards,
    Sushil.

Maybe you are looking for