Is it possible to send report results as an email attachment in BW3.x ?

Hi Friends,
I have a requirement wherein I need to automate the process to run the report via Reporting Agent..and also to send the results as an e-mail attachment.
Is it possible to do so in BW 3.x..?
I was trying to see if I can run the report using the Reporting Agent Settings, using the Web Templates tab. However I did not see any follo-up actions available for Web templates, but found so for the Exceptions.
Can you please help and let us know if there is a way to do that and what options are available..?
Thank You
Sri lz70d7

3.1 version.
try to follwong links
loginto rsa1
u will see tab of REPORTING AGENT, press that tab.
u need to schedule the jobs as u schedule process chains,
select ur query, make the time arrangement, select output format,
output type i.e.
http://help.sap.com/saphelp_nw04/helpdata/en/45/67bd3cad649f5ce10000000a114084/content.htm
Reporting Agent Configuration
After the two steps configuration
1 - configure the agent settings for web templates
2 - scheduling package which is a reporting agent scheduler
In RSRAJ Starts a Reporting Agent Job
SAP show-mw the folow information...
All Reporting Agent settings processed
My Questions is ---Where the system save the query data ????
In RSRAM Reporting Agent Monitor in Schedule --> Execution Target --> i have information of aplcation Server.

Similar Messages

  • Send report result to mobile phone

    Hi,
    Is it possible to send report result information to a mobile phone via SMS/text?
    Thanks,
    Milind

    For a complete mobile BW scenario check these docs
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d354ab90-0201-0010-5484-8fd287c30066
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/27ed0b95-0501-0010-63bb-dde7b5040910
    hope  it helps
    Andreas

  • Is there any possible to send/save the chart by email

    Hi, everyone
    Such as the title said, is there any possible to send the chart graphs by email or any other ways to save the chart(no screenshot)?
    Thanks.
    Regards,
    Minjie

    Thanks for responding Will. Yes I do know how to edit. I have assigned tones to all my contacts for texting and when there is an incoming text the assigned tones all work.
    However it won't work for phoning.  It reverts to default.
    Have removed any double contacts etc etc. 

  • Sending km document as an email attachment

    Hi all,
    I am trying to send a KM document as email attachment with the following peice of code. But I am getting FileNotFoundExceptio. Can anyone guide me as to where its going wrong. Any help will be appreciated.
    String filePath = "";
    ResourceContext ctx = new ResourceContext(getEP5User());
    RID rid = RID.getRID("/documents/LRForms/0000000054.pdf");
    IResource pdfResource =ResourceFactory.getInstance().getResource(rid, ctx);
    filePath =
         "irj\servlet\prt\portal\prtroot\com.sap.km.cm.docs\"
              + pdfResource.getRID().toString();
    Properties props = new Properties();
    props.put("mail.smtp.host", host);
    Session session = Session.getInstance(props, null);
    MimeMessage message = new MimeMessage(session);
    Address toAddress;
    Address fromAddress;
    Address ccAddress;
    Address bccAddress = new InternetAddress();
    MimeMultipart multipart = new MimeMultipart();
    BodyPart messageBodyPart = new MimeBodyPart();
    fromAddress = new InternetAddress("[email protected]");
    message.setFrom(fromAddress);
    toAddress = new InternetAddress("[email protected]");
    message.setRecipient(Message.RecipientType.TO, toAddress);
    message.setSubject("Subject");
    messageBodyPart.setText("Please find attached the details.");
    multipart.addBodyPart(messageBodyPart);
    messageBodyPart = new MimeBodyPart();
    DataSource source = new FileDataSource(filePath);
    messageBodyPart.setDataHandler(new DataHandler(source));
    messageBodyPart.setFileName(source.getName());
    messageBodyPart.setHeader("Content-Type", "application/pdf");
    multipart.addBodyPart(messageBodyPart);
    message.setContent(multipart);
    Transport.send(message);
    On executing this code I am getting following exception.
    MessagingException javax.mail.SendFailedException: Sending failed;  nested exception is: javax.mail.MessagingException: IOException while sending message;  nested exception is: java.io.FileNotFoundException
    Thanks and regards,
    Jaydeep

    Hi,
    Did you check permissions/security zone settings on the folder/file?
    Can you access the file directly from the browser?
    Regards,
    Omri

  • Starting yesterday I can scan a pdf file in from the scanner and can not send a pdf in an email attachment

    Starting yesterday I can scan a pdf file in from the scanner and can not send a pdf in an email attachment.  What happened?  Windows 8

    Adobe Reader can't scan documents. What software do you use?

  • Email bursting send report as HTML in email body

    Hello,
    I have Oracle BI Publisher 10.1.3.4.1 (build# 1101) version installed as part of Oracle Business Inteligence.
    I have question about email bursting. I created simple report and I am bursting it via email. But I would like to send report in HTML as part of email body and not as attachment. I read that it is possible in other versions of BIP (as part of EBS) with using of bursting configuration file. But I can not use this file with my version of BIP, I can configure bursting only vie SQL query.
    Is there any solution?
    Thank you

    My bursting SQL query:
    SELECT DISTINCT
    ip.APPL_ID KEY,
    '11F_Search_Prospect_Email' TEMPLATE,
    'RTF' template_format,
    'en-US' locale,
    'HTML' output_format,
    'EMAIL' DEL_CHANNEL,
    ip.email PARAMETER1,
    '[email protected]' PARAMETER3,
    'Welcome' PARAMETER4,
    'true' PARAMETER6
    FROM ugrad.inquiry_prospect ip,
    ugrad.correspondence f,
    ugrad.address e,
    ugrad.f_lookup fl
    WHERE ip.appl_id = f.appl_id
    AND ip.APPL_ID = e.APPL_ID
    AND fl.TYPE_CODE='C'
    AND ip.record_stage = 'Prospect'
    AND e.COUNTRY_CODE=fl.code
    AND e.table_name = 'INQUIRY_PROSPECT'
    AND e.address_type =
    NVL ((SELECT gg.address_type
    FROM ugradadm.address gg
    WHERE gg.address_type =
    DECODE (f.mailpref,
    'Home', 'HOME',
    'Best', 'LOCAL',
    'HOME'
    AND gg.table_name = 'INQUIRY_PROSPECT'
    AND gg.APPL_ID = ip.appl_id
    AND((gg.address_type='LOCAL' AND NVL(gg.address_expir_date,sysdate)>sysdate)
    OR gg.address_type='HOME')),
    'HOME'
    AND f.batchid = :Batch_ID
    This report when bursted sends an email with the layout template as html body.
    The EMAIL configuration is set with a server Port number and its host address.

  • Sending query result as html email

    hi,
    I have requirement to send query result as html emial to user, is there a possibility to send it?
    database is 11.2.3
    thanks,
    7Z

    Google is your friend
    http://oracle-base.com/articles/misc/email-from-oracle-plsql.php
    https://www.google.nl/search?q=send+email+oracle+database+11g

  • HT1222 My Ipod needs an update but I don't have internet service on my computer so is it possible to send the update to the email  to update the ipod system through the Ipod with wi-fi?

    my ipod needs an update but i don't have internet service on my computer i was wondering is it posible to send the update to the email to update the ipod system through Wi-Fi?

    If your iPod touch is already running iOS 5 then you should be able to upgrade to iOS 5.0.1 on the device with a Wi-Fi connection.
    tt2

  • Report output as an email attachment

    Hi ,
    I am sending report output as email attachment by using 'mail recipient ' CLTR+ F7' option in alv list.
    But this is sending mail as pdf attachment. I want it as excel format.
    Is there any option to change type of attachment which sending mail?

    Hi,
    This is not possible to change the filetype of the attachment. Instead you can have your own functionality in the program to send email with excel attachment
    Refer to this link..http://docs.google.com/Doc?id=dfv2hmgs_0fm22tggx&hl=en

  • Transfer report data As an email attachment

    i am having problem in tranfering report data.
    in the email, in the place of space it is showing some junk characters.i have saved the report data as 'RAW' .what other extension I can use to eliminate the spaces.

    you can check Raja's Article for converting report output to HTML format and send it as attachement.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5931ff64-0a01-0010-2bb7-ff2f9a6165a0

  • Send pdf (Adobe Form) as email attachment using BCS

    Hello everybody!
    I want to send a pdf, generated by Adobe Forms function module, as an email attachment to a certain external mail receiver. I have read that the methods of the Business Communication Services can render this, but I couldn't create a working solution. Can somebody give me a coding example for this scenario?
    I would be very happy if somebody could help me!
    Best regards,
    Markus

    Hello Alex!
    your link to this document was very helpful. The scenario described in the pdf is almost what I was looking for. The only problem is, that the mail is sent to the Business Workplace Inbox. I want to send it to an external e-mail address. When I change the programm part where the recipient is defined like this:
    Create recipient
      DATA lo_recipient TYPE REF TO if_recipient_bcs VALUE IS INITIAL.
      DATA l_reci    TYPE adr6-smtp_addr VALUE 'somemailaddress'.
      lo_recipient = cl_cam_address_bcs=>create_internet_address( l_reci ).
    Set sender
      lo_send_request->add_recipient(
        EXPORTING
          i_recipient = lo_recipient ).
    then no mail is sent to the recipients mailbox. I tried several variants but no mail is sent. Does somebody know how to set an external e-mail as recipient in this case?
    Best regards!
    Markus

  • Sending pics results in duplicate email msgs

    I use Aperture 3.4.3 and mac mail on my macbook pro 13".  I select several pics from my aperture library and select share by email.  I add several email addresses in the To or CC lines and when I send the message each person receives two exact emails. Thanks for the help.

    Hi eLeaner22,
    If you can spare the time would you mind filing this as a
    bug, the behavior you are experiencing is something that I have
    seen occur on many occasions. You can report this issue via the
    Adobe
    Captivate Feature Request/Bug Report Form
    The more people report issues with sending results via email
    the more chance we have of getting it fixed in a future version.
    Regards - Mark

  • PT61 - send Report Time Statement via email

    I have a question about Time Statement Report.
    Is there any change for send this report from PT61 to each person via email or is the only solution to create own report?
    Thank you,
    Mirko

    Hello Mirko;
    As far as I know there is no standard functionality for that.
    But you can read the results from cluster B2 and print it on smartform. And you can send this smartform via mail.
    Of course it will be a development and you will need assistance of an abaper.
    Regards,
    Okan

  • How to send text file as an email attachment havin more than 255 characters

    My requirement is to generate a text file and to send this text file as E-mail attachment. I am using FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' to send the E-mail. but here the limitation is the number of characters per line must not be more than 255 characters whereas in my case it is exceeding 1000 characters per line. could anyone please suggest me what should i do now ? Each field in the text file has to be tab delimited.

    Simplest might well be to use javamail API instead of the two tags that Sites provides, e.g. see email - Sending mail attachment using Java - Stack Overflow for a full example.
    Phil

  • Mail:send mail:attachment. Is there a simplest way to send a file as an email attachment ? or more correct ?

    <satellite:form  method="post" id="contact-form" enctype="multipart/form-data">
         <input type="file" name="adjunto" />
    </satellite:form>
    FTValList ftListaFichero = new FTValList(1);
    ftListaFichero.setValBLOB(ics.GetVar("adjunto_file"), ics.GetBin("adjunto"));
      <mail:send
           to="<%=to_emailaddress %>"
           from="<%=from_emailaddress%>"
           subject="Subject"
           body="<%=body %>" >
        <mail:attachment value='<%=ftListaFichero.getVal(ics.GetVar("adjunto_file"))%>'/>
      </mail:send>
    http://docs.oracle.com/cd/E29542_01/apirefs.1111/e39371/JSP/mail-attachment.html
    http://docs.oracle.com/cd/E29542_01/apirefs.1111/e39371/JSP/mail-send.html
    Regards,

    Simplest might well be to use javamail API instead of the two tags that Sites provides, e.g. see email - Sending mail attachment using Java - Stack Overflow for a full example.
    Phil

Maybe you are looking for