Send Report By email Dynamic

Hi,
I'm using Oracle E-business suite 12.1.3 , and I Have requirment to create report using the BI publisher with the E-business suite.
The report simply will display data as below
employee number, employee name , employee email (stored in the data base) , Employee sallary details.
I created the rdf and generated the XML file and the template
how ever we need to email the RTF file output from the report to each employee according to his email
Example
records returned
001 Employee1 [email protected] xxxxx
002 Employee2 [email protected] xxxxx
003 Employee3 [email protected] xxxxx
004 Employee4 [email protected] xxxxx
now I need when i run the report automatic each employee have his own data as RTF attached in his email.
Is there any steps to do this.
Best Regards
Amir

plz see http://oraclemaniac.com/2012/03/29/bursting-email-report-output-in-xml-publisher-reports/
tag "xapi:request select="

Similar Messages

  • Send report as email thru bursting

    I am trying to send report by email thru bursting. My query follows:
    SELECT CLIENT_ID AS KEY
    ,'afsrep' AS TEMPLATE
    ,'RTF' AS TEMPLATE_FORMAT
    ,'en-US' AS LOCALE
    ,'EXCEL' AS OUTPUT_FORMAT
    ,'FILE' AS DEL_CHANNEL
    '[email protected]' PARAMETER1, '[email protected]' PARAMETER2, '[email protected]' PARAMETER3, 'TEST' PARAMETER4,
    'BODY TESET' PARAMETER5, 'true' PARAMETER6, '[email protected]' PARAMETER7
    from Client_contacts
    When we burst the report is opening in the desktop but NOT SENDING EMAIL.
    Can someone help me.
    Edited by: user10711255 on Jun 11, 2009 3:36 AM

    have you configured the address for the email server you will be snding through. its in the delivery setup in administration.

  • Send reports by eMail without .BIAR

    Hi,
    Can i send reports by email for deployment on another CMC without using .BIAR file? The reports are created in Webi Rich client. The universe and associated DB already exist at the destination location. I am relatively new to BO.
    Thanks...

    Technicaly - yes you can, but in that destination environment you will have to open thise reports using Webi Rich Client, re-point them to the proper universes and then export them to repository.
    The Proper , Recomended and Supported method is to use Life Cycle Manager or BIAR file funxctionality for this operation.

  • Webi Publication - Do not send report by email when zero records

    Hello,
    I have a report that I am scheduling.  It is using dynamic recipients and personalization based on the recipients.  Some of the recipients will have zero records for the report and I do not wish to send the report by email to them.  I have searched and found a "workaround" of adding a conditioned error in the footer to get a division by zero error if there are no records.  However, the report still runs and gets sent to the recipient with no data.  Any way to accomplish what I want to do?
    I am using SAP BusinessObjects BI Platform 4.1 Support Pack 2 Version: 14.1.2.1121
    My data sources are Excel, so I am not using a Universe for this particular application.
    Thank You in advance.

    I have been trying different options and the most promising one would be to generate a list of dynamic recipients that have data and output it to Excel file.  I can use that Excel file as data source for a Webi Document that is going to be used as the dynamic recipient document in a publication.
    One problem is I cannot automate the creation and replacement of an Excel file in InfoView folders.  This means I would have to update the Excel file manually.  Also it seems like the Webi document used for dynamic recipients must be refreshed and saved, otherwise the old list of recipients is used by the publication.

  • Send report Via Email in HTML format

    hi,
    i am using forms 6.0
    I want to send my report Via Email to an email address in HTML Farmat.i want to set destination property at run time retriving from database. (mean without giving any runtime parameter manually)Plz tell me how i can do that i am working in windows environment.
    Waiting 4 ur reply.
    Thanx in advance.
    Zahid Raj.

    Zahid,
    reports6i sends mails where the Report itself is attached as a file in the format you specified. The support for sending a report as part of the HTML mail body is provided in Reports9i.
    Frank

  • Send report via email as xls file.

    Hello from Spain,
    Sorry if this is not the correct forum. It's both a forms and reports question, but I think it fits better in the reports forum. I have queried into the forums for similar questions and found some threads without any replies around this same issue. I wish I am lucky today.
    I have developed some web forms which generate pdf and txt reports. The latter ones make use of desformat=delimiteddata when calling the reports. They run fine. I have also developed one form which suscribes those reports to email addresses. To do so, I am setting those email addresses in the DESNAME reports parameter and setting DESTYPE parameter as MAIL. They arrive as an attachment with pdf or txt extensions.
    Now, I am required to deliver those reports as xls files. I have been reading that desformat=spreadsheet would allow me to do so (as well as formatting the reports and make them look "cuter" than by using just delimiteddata), but have been unable to do it so far. When setting desformat=spreadsheet, reports are sent via email as html attachments, and when they are opened they look awful. Is there any way I can do this? It shouldn't be a too big deal, but I feel completely unable.
    Thank you,
    Fernando G.

    Hi,
    Please check the following forum thread that may help --> Re: Generate report in Excel and send to user via email.
    Thanks, RZ

  • Send report to email address!

    Hi Expers,
    Besides Information Broadcasting, is there anothe way to send out a certain query report to email address? Like the one in Process chain error report!  Thanks!
    Linda

    Hi
    See
    http://help.sap.com/saphelp_nw04/helpdata/en/28/734d3caa70ea6fe10000000a114084/content.htm
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/28/734d3caa70ea6fe10000000a114084/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/28/734d3caa70ea6fe10000000a114084/content.htm</a>
    Thanks
    SKR

  • Send reports as email attachment

    Hi,
    In the APEX application, I have a page that has filters on top and few reports generated based on the given filter values. I have a email button that when pressed, send the whole page as an email attachment. I cannot use PDF. Is it possible to send the page with few reports as email attachment?
    Thanks
    saru

    When you send as an e-mail, do you mean the html produced report or some sort output file? You could send it as an excel produced output.
    Why can't you use a PDF option in this case?
    Thank you,
    Tony Miller
    Webster, TX

  • Want to send report Via Email

    hi,
    i am using forms 6.0
    I want to send my report Via Email to an email address in HTML Farmat.i want to set destination property at run time retriving from database. (mean without giving any runtime parameter manually)Plz tell me how i can do that i am working in windows environment.
    Waiting 4 ur reply.
    Thanx in advance.
    Zahid Raj.

    Hi Zahid
    From Forms 6.0, you need to call Reports using standard SRW.Run_Product call. Please refer to the product document for other SRw calls which can be used for Forms/Reports integration. In this SRW call, you need to sent the runtime argument to Reports. In your case, write a pl/sql code which would set the destype=mail, desformat=html and desname set to the email address for reciever which you would be fetching from DB in Forms application. And then send these arguments in the SRW call to run the Reports.
    Thanks
    Rohit
    Thanks
    Rohit

  • Send report in email ! URGENT !

    hey everyone,
    i have a requirement where we want to broadcast a report once the loads are finished. I have a process chain "zdaily". the requirement states that once the process chain is successful, we want to broadcast a report "Orders by Customer" to a user via email. i searched on SDN but i didnt understand the steps i need to follow to achieve this. Please help me out.
    thanks
    Laura.

    Hi,
    Here are the steps.
    1. at the end of your process chain , include the  process type " Trigger Event data change (for broadcaster)" .
           (this is available under process type of Loadprocess and post-processing )
    2.  Maintain the variant for the trigger event data change . ie) specify the infocube name which you want to broadcast the report .
    3.  Activate the process chain..
    4. go to the information broadcaster for the report  , in the scheduling option  you will find "  Execution with Data Change in the InfoProvider " &  "Scheduling in SAP Background Processing ".
    In that mark the check box for execution with datachange in the infoprovider.
    5. If you didn't find the option as above  I said , then you have to check the authorization óbject S_RS_BCS . In that object check the RS_EVTYPE  whether the DC (Execution with Data Change in the InfoProvider) is enabled.
    6. Schedule the process chain , it will trigger the information broadcaster and it will precalculate the report send a mail to the users.
    Regards,
    Siva.

  • Run and send report as email from forms10g

    Hi,
    we are generating a report from forms10g and sending it as an attachment in an email using RUN_REPORT_OBJECT and everyting is fine.
    but we would like to use the parameter 'REPLYTO' in addition to FROM,CC,SUBJECT. i tried to use 'REPLYTO' but in the email i am not seeing the email address corresponding to the 'REPLYTO'
    ADD_PARAMETER(thelist, 'REPLYTO',TEXT_PARAMETER, report_replyto_address);
    can anyone guide me how to use this 'REPLYTO' parameter
    Also is there anyways we can het a 'BODY' in the email, i think we do not have 'BODY' as the parameter
    Thanks
    Vinod

    I don't know about Run_product.
    U can achieve it by using rwrun command
    eg. Client_host(rwrun...)
    this proc. in Webutil package.
    we can pass parameter like Desformat=PDF,Destype=MAIL
    reply_to,cc,bcc,subject, from, desname, report output send as attachment to that mail.
    Best Regards,
    Avinash Deokar

  • 530 authentication required, when send report as email thru Discoverer View

    Hi,
    I got the "530 authentication required" error message when I tried to use the "Send as Email" function to attach a report in the Discoverer Viewer.
    Could anyone shade some light on this error?
    Thanks
    Kevin C

    Hi,
    You need to talk with your "system", it seems like you got to a closed port.
    Also it may be that a firewall is blocking you.
    Tamir

  • Sending reports by email

    I have a report that will be broken by User name. There is a table which holds that user's email address.
    What I would like to do is have the Crystal report, separate the large report to ind. users.
    so the date would look like this:
    User              date              Cust no                     Cust name         Note1
    Joe                010114         123                      Mycust1                 note1a
    Joe                050114          456                     Mycust2                 note1b
    John              040114           789                    Mycust1                  note1a
    I can get the email from another table. Where do i place the email address so that it would break after line2 and send that part ( the first 2 lines here) to Joe?

    hi Paul,
    are you using businessobjects enterprise or crystal reports server?...i.e. creating a publication? if so i can move this post to the bi platform space.
    or are you developing an application? if so, what sdk?
    -jamie

  • Send Report By Email (Not Attachment)

    Hi,
    I have the following query,
    select last_name, first_name, email from tableA where data is not null;
    With the results of this query, I would like to send a customized letter by email, but not as an attachment, rather through the email body.
    EXAMPLE:
    Dear John Smith,
    Thank you for your interest etc…..
    Can anybody help me with this?
    Thanks in advance.
    VC

    Hi,
    I don't think I made myself clear when I posted the original question.
    I am get the required result if I hard code the values in the url:
    http://server/reports/rwservlet?destype=mail&desformat=html&report=c:\reportName.rdf&userid=user/pass@DB&desname=toEmailAddress&from=fromEmailAddress
    My problem is, I need to send this to multiple address, but these addresses will be generated at runtime. Therefore what I think I would need is a loop that executes the url, until all emails have been sent.
    http://server/reports/rwservlet?destype=mail&desformat=html&report=c:\reportName.rdf&userid=user/pass@DB&desname=emailaddress1&from=fromEmailAddress
    http://server/reports/rwservlet?destype=mail&desformat=html&report=c:\reportName.rdf&userid=user/pass@DB&desname=emailaddress2&from=fromEmailAddress
    etc....
    Thanks

  • Sending Report via Email from app Serv 10g

    I am able to generate a report as an email using the following link
    http://server:7778/reports/rwservlet?userid=xx/xx@xx&module=ord_ack.rdf&destype=MAIL&DESNAME=[email protected]&desformat=pdf&subject="Order Placed"&from=[email protected]&A_SEQ_ORDER_NO=4104&a_user=NKW&a_by_user=NKW&A_PRINT_KIT=Y&A_RPT_NAME=P
    The issue is that the email is blank... I've tried using &body=" " or &message=" " to no affect.
    This is going to be user defined text, so I need to be variable. Anyone have any suggestions on how to achieve this?
    Thanks,
    Scott

    I believe with destype=mail, the whole report is going to be attached as a file, so there is no body message.
    Are you getting the report attached as a .pdf file ?
    If you want to customize the body with a message and send the report as a .pdf attachment then look at chapter 15 - Creating Advanced Distributions, basically, you would be doing XML distribution.
    http://download.oracle.com/docs/cd/B14099_19/bi.1012/b14048.pdf
    i.e.
    Sample XML file
    <mail id="grx90" to="[email protected]">
    <body srcType="text">
    Attached you will find the summary report and breakdown by department of weekly
    totals.
    </body>
    <attach format="rtf" name="myAttach.rtf" srcType="report">
    <include src="report"/>
    </attach>Sample URL
    http://your_server:port/reports/rwservlet?report=rep.jsp&userid=db_credentials&destination=$ORACLE_HOME/reports/distribution/distribution.xml&distribute=yes
    Edited by: Rodolfo Ferrari on Jun 23, 2009 3:38 AM

Maybe you are looking for

  • Problem loading Applets from Jar files on 64 bit machine

    I am developing an applet (extends Applet but uses swing components) using JDK 1.6 (Though these problems still happen in JDK 1.7) and I am unable to get the applet to load on a 64 bit machine in most cases. The web server(s) are running on localhost

  • Full Hard Drive, Need to Delete from DVD Startup

    My MacBook/Leopard crashed today while I was in the middle of using it because the hard drive filled up. When I turn it on now, all I get is the gray screen with the Apple symbol and the spinning loading indicator. I tried booting into safe mode, but

  • ICloud Backup fail. iOS 5 running on Verizon iPhone 4

    When I turn iCloud Backup on, I keep getting a badge that says: iCloud Backup Failed>There was a problem enabling iCloud Backup.>Cancel>Try Again. My iCloud was merged from my old MobileMe account. My iMac is a G5 PPC running OS X version 10.5.8.  I

  • Photos missing after directory import

    Hello, I've experienced a problem during photo imports where the photo will be in the Originals directory, but not show up anywhere in the album. For example, after an import this is in the iPhoto Library/Originals/2006/Philadelphia directory -rw-r--

  • Premiere pro cc stopped working

    Hello I have the final version of Premiere pro CC 2014. I was working on a project and the PC freezes, the only way was to hard reset it. Since then, premiere, encoder and after effects stopped working. Error message "Adobe Premiere Pro could not fin