Email bursting without attachment

Dear all,
while using email bursting to send out bi report, we have to provide a sql. my sql statement is here:
select distinct
Operation."Market Director (MD)" KEY,
'Standard' TEMPLATE,
'RTF' TEMPLATE_FORMAT,
'en-US' LOCALE,
'PDF' OUTPUT_FORMAT,
'EMAIL' DEL_CHANNEL,
Operation.EMAIL PARAMETER1,
'[email protected]' PARAMETER2,
'[email protected]'PARAMETER3,
'Your Invoices' PARAMETER4,
'Hi' PARAMETER5,
'true' PARAMETER6,
'[email protected]' PARAMETER7
from "BE Daily Sales FnP Cost Analysis".Operation
However, I did not receive any PDF attachment with only the email file output.
Anyone knows how I can solve this problem? It is urgent!
Thanks a lot ~!

You can do it by scripting your own submit button.
So use a regular button and put the following on the click event of the button. The operators can point to field rawValues instead of hard coding the values (cTo, cCC, cSubject, cMsg).
var oDoc = event.target;
oDoc.mailDoc({
bUI: true,
cTo: "[email protected]",
cCC: "[email protected]",
cSubject: "This is my email subject",
cMsg: "This is my email message"

Similar Messages

  • Image in a email body without attachment

    Hi Gurus,
       I have requirement wherein i need to send an image in body of email.As of now i am able to create attachment and refer it to body of the email .this works fine and the image displays in body of the email.
       The problem is when i send the mail to outlook it works fine, but when i send to others for e.g. gmail or lotus note, no image comes in the body , only image comes as an attachment.
       can some expert solve this problem.
    Or if some can help in sending the image in the body of the email without attachment is also fine?
    Regards,
    Madhu

    Madhu,
    Can you post the steps you took to get the html to goto the body when it is sent to an Outlook account?  Even this is an impressive feat.  Did you put the html into a Smartform and somehow get it to render in the e-mail body?  Please explain.
    -Ken

  • Send email message without attaching form

    Below is a sample click event javascript for a button.  This will generate an email including form information of your choosing without attaching the actual form (PDF) itself.
    This would benefit people in situations that have the form auto saving to a predetermined location, but would still like an email notification that the form has been submitted.
         var cMyMsg = "Your Text\n\n";
              cMyMsg += "Your Text " + Fieldname1.rawValue + "\n";
              cMyMsg += "Your Text " + Fieldname2.rawValue + "\n";
         app.mailMsg({
              bUI: false,
              cTo: "To EmailAddress",
              cCc: "CC EmailAddress",
              cSubject: "Your Subject Text",
              cMsg: cMyMsg
    Enjoy!

    Below is a sample click event javascript for a button.  This will generate an email including form information of your choosing without attaching the actual form (PDF) itself.
    This would benefit people in situations that have the form auto saving to a predetermined location, but would still like an email notification that the form has been submitted.
         var cMyMsg = "Your Text\n\n";
              cMyMsg += "Your Text " + Fieldname1.rawValue + "\n";
              cMyMsg += "Your Text " + Fieldname2.rawValue + "\n";
         app.mailMsg({
              bUI: false,
              cTo: "To EmailAddress",
              cCc: "CC EmailAddress",
              cSubject: "Your Subject Text",
              cMsg: cMyMsg
    Enjoy!

  • HTML dynamic content email bursting (no attachment)

    Hello,
    Could you please advise if the below scenario is feasible using BI Publisher:
    An email need to be bursted. This email should have an html template in it (with some dynamic values, like name, etc. - "Dear X,"). This html template should include some images and a very specific format.
    There has to be no attachment - the only place with dynamic fields should be an email body formatted as a specific template (html).
    I've done some investigation on the web and metalink so I know I can specify the body content (parameter 6) and even a dynamic one.
    Can I include HTML tags/HTML template as the email body?
    Could anyone please advise?
    Thanks,
    Michal
    Edited by: MichalB on Aug 1, 2011 12:36 PM
    We're using BIP Release 10.1.3.4
    Edited by: MichalB on Aug 1, 2011 4:35 PM

    I am assuming, you are using bursting from Enterprise Release. First try file delivery. If it works fine, then make sure you set the delivery SQL setting properly. You can validate from the following mapping.
    KEY
    TEMPLATE_FORMAT
    TEMPLATE
    LOCALE
    OUTPUT_FORMAT
    DEL_CHANNEL=>     EMAIL
    PARAMETER1 =>     To Email address
    PARAMETER2 =>     Cc Email address
    PARAMETER3 =>     From
    PARAMETER4 =>     Subject
    PARAMETER5 =>     Message Body
    PARAMETER6 =>     Attachment (true/false)
    PARAMETER7 =>     Reply-to
    Regards
    Ashish

  • Email Button without attachment

    I am hoping to send an email from a pdf that sends the link for where the pdf form is on the local drive rather than the physical copy of the pdf form.
    I have figured out how to place the link of the location of the file into the body, but I can't figure out how to disable the file attachment part of the submit button.
    Is there anyway to disable the attachment when you use the submit command? I have tried playing with EmailButton.resolveNode("$..#submit").format but can't change it to nothing. And if the submit button my submit something is there any other way to send an email without using the submit command?
    Thanks!

    You can do it by scripting your own submit button.
    So use a regular button and put the following on the click event of the button. The operators can point to field rawValues instead of hard coding the values (cTo, cCC, cSubject, cMsg).
    var oDoc = event.target;
    oDoc.mailDoc({
    bUI: true,
    cTo: "[email protected]",
    cCC: "[email protected]",
    cSubject: "This is my email subject",
    cMsg: "This is my email message"

  • Forward mail to specific email id without remove attachment - Exchange 2010

    Hi,
    How can I forward mail to another email id without attachment or by removing attachment. in Exchange 2010
    i.e the another email only includes message body and subject not the attachment file.
    is it possible.
    Thanks,

    Hi,
    Based on the description, you want to remove attachments from email when you forward to another user. Per my knowledge, there is no way to meet this requirement. Here is an article about attachment inspection in transport rule for your reference.
    Introducing Attachment Inspection in Transport Rules
    http://blogs.technet.com/b/exchange/archive/2009/05/11/3407435.aspx
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • How to send email using u201CSO_DOCUMENT_SEND_API1u201D without attachment.

    Dear Expert,
    I am using the folowing code to get the content of smartform as otfdata :
          CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
            EXPORTING
              formname           = v_formname
            IMPORTING
              fm_name            = v_fm_name
            EXCEPTIONS
              no_form            = 1
              no_function_module = 2
              OTHERS             = 3.
          CALL FUNCTION v_fm_name
            EXPORTING
             control_parameters         = control_parameters
             output_options             = output_options
          orderadm_h = orderadm_h
          activity_h =  activity_h
          status_i = status_i
          working_set_e_s_bbp = working_set_e_s_bbp
          language = l_langu  "sY-LANGU
           IMPORTING
             document_output_info       = document_output_info
             job_output_info            = job_output_info
             job_output_options         = job_output_options
           EXCEPTIONS
             formatting_error           =  1
             internal_error             =  2
             send_error                 =  3
             user_canceled              =  4
             OTHERS                     =  5
    How can I send the data in job_output_info-otfdata in the email body without putting it into attachment?
    I am using the function u201CSO_DOCUMENT_SEND_API1u201D.
    I am sending also a normal text in the email and I want to put the data in the job_output_info-otfdata at the end of the text.
    Thank for very much in advance.
    Best regards
    Ahmed Hadi

    Hi Ahmed,
    I believe this blog will help you:
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3417800%29ID1330314450DB01968839116473008128End?blog=/pub/wlg/2273
    Kind regards,
    Garcia

  • To send smartform output in an email without attachment

    Hi All,
      How to send smartform output in an email without attachment?
    Thanks & Regards,
    Mamta Gupta.

    Try this,
    DATA:
    ls_control_param TYPE ssfctrlop, "Control paramters
    ls_output_options TYPE ssfcompop. "Output options
    DATA:
    lv_ip_mailaddr TYPE so_name, "Address of a Mail Recipient
    lv_ip_type_id TYPE so_escape, "Recipient type
    ls_recipient_id TYPE swotobjid, "Structure for recvr obj ID
    ls_sender_id TYPE swotobjid. "Structure for sender obj id
    CONSTANTS:
    lc_ip_type_id TYPE so_escape VALUE 'U', "For internet address.
    lc_smartform TYPE tdsfname VALUE 'ZVSF_ASN_DELNOTE', "Smart form name
    lc_mail TYPE tddevice VALUE 'MAIL'. "Mail device
    Assign recipient
    lv_ip_mailaddr = gv_smtp_addr. "CSAM email id
    lv_ip_type_id = lc_ip_type_id. "External address
    Create Mail title
    CONCATENATE text-001
    nast-objky
    INTO ls_output_options-tdtitle.
    Create recipient object
    CALL FUNCTION 'CREATE_RECIPIENT_OBJ_PPF'
    EXPORTING
    ip_mailaddr = lv_ip_mailaddr
    ip_type_id = lv_ip_type_id
    IMPORTING
    ep_recipient_id = ls_recipient_id
    EXCEPTIONS
    invalid_recipient = 1
    OTHERS = 2.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    Get sender object id.
    CALL FUNCTION 'CREATE_SENDER_OBJECT_PPF'
    EXPORTING
    ip_sender = sy-uname
    IMPORTING
    ep_sender_id = ls_sender_id
    EXCEPTIONS
    invalid_sender = 1
    OTHERS = 2.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    Assign the smart form name
    w_ssfname = lc_smartform.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = w_ssfname
    IMPORTING
    fm_name = lf_fm_name
    EXCEPTIONS
    no_form = 1
    no_function_module = 2
    OTHERS = 3.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    For Print output:
    IF nast-nacha = '1'. "Print output
    ls_control_param-preview = 'X'.
    ls_control_param-no_dialog = 'X'.
    ENDIF.
    For Email output.
    IF nast-nacha = '2'. "Email
    Output options
    ls_output_options-tdteleland = gs_kna1-land1.
    ls_output_options-tdtelenum = gs_kna1-telfx.
    ls_output_options-tdfaxuser = sy-uname.
    ls_output_options-BCS_COMMIT = 'X'.
    ls_control_param-device = lc_mail.
    ENDIF.
    dynamically call Fm behind the Smart form
    CALL FUNCTION lf_fm_name
    EXPORTING
    control_parameters = ls_control_param
    mail_recipient = ls_recipient_id
    mail_sender = ls_sender_id
    output_options = ls_output_options
    user_settings = ' '
    TABLES
    delivery = gt_delivery
    EXCEPTIONS
    formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4
    OTHERS = 5.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    Regards,
    Joan

  • Sharepoint 2013 document library incoming email without attachment not firing event and not getting email

    sharepoint document library incoming email without attachment not firing event and not getting email
    If email contains attachment it works. Is there any setting in document library that will allow emails and eventhandler to fire with out attachment?
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    What is the purpose of email sent to document library if no attachment. What document library will do what that email if it cant find attachment to save and create a spdoc object. If you want to store email/communication body then opt for site mailbox
    app.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How do I customize the Email Attachment name in Email Bursting?

    I had worked on BI Publisher extensively on 10g and 11g. I have a client requirement with BIP email bursting to deliver the reports as email attachments. I'm able to do it, and also customize mail body etc. However the email attachment file name is randomly generated with some numbers. I read through the docs, and couldn't find any parameter mapping to the attachment/file name (like we do it with File bursting). How do I specify the mail attachment file names in my Busrting properties?
    Thanks,
    Padma

    Please go through the following link:
    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    I think after the 'Output' we can specify the filename

  • Email Attachment SQL field giving error without attachment...

    Hi All,
    I'm running Apex 4.1.0.X on 10g and trying to solve the following problem with little success.
    After reviewing the OBE on Viewing and Downloading BLOBS within Apex 3.1 from here -http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r31/apex31nf/apex31blob.htm...
    I was able to create a simple form to send an email with an attachment as well as a simple report from which to view the stored email messages send and the attachments associated with them. All good, all working just fine. Problem comes about when I try to send a message without an attachment. When I do this, I get the following error:
    ~~~
    ORA-20022: Null value supplied for parameter p_attachment.
    ~~~
    I have two process...one to store the message content in the table (Process Row of EMAIL_NOTIFICATIONS with source type as Automatic Row Processing DML) and a second to send the email which is just the canned mailer in Apex. I have defined the Attachment SQL field as follows:
    select attachment, att_file_name, att_mime_type from email_notifications where subject = '&P88_SUBJECT.' and body = '&P88_BODY.' and sender = '&P88_SENDER.'...There is no primary key on the table as there is a high likelihood that duplicate messages will be sent....so I am attempting to use the combination of three fields together to make sure that the correct BLOB is attached to the outgoing email....with no where condition...the wrong BLOBS were being attached....tried using ROWID as a unique record but it kept coming back null and no BLOBS could be attached.
    Anyway....hope I haven't made the issue too unclear.
    Thanks for any help. Mike
    Quick Edit...Just want to reiterate...as strange as the above "Attachment SQL" used in the canned Email Process seems...in testing it does seem to do the job....only snag is when no attachment is added....in case the error is presented and no record was saved to the table or sent in email.....My hope would be some crafty way in which to NOT use attachment SQL when there is no attachment.
    Thanks!
    Edited by: Twinkle Berry Sunshine on Jun 26, 2012 9:56 AM

    Yes...you can attach BLOBS to emails...there is a MIME_TYPE attribute which is automatically inserted with the BLOB...I have this successfully working emails with attachments stored as BLOBS....so long as: 1.) There "MUST" be an attachment 2.) I use the syntax you said should work... where subject = '&P88_SUBJECT.' The documentation talks of using pl/sql method which I'll now try instead of what I was using:
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/apex_mail.htm#CHDHCEGF

  • Email with attachments shown on blackberry but not on computer, while without attachment seen at both places (same sender)

    One sender sent me 3 emails, two with attachments and one without attachment. I could see all the emails on my Blackberry but I didn't see emails with attachments on my computer. thanks for the help.

    I would think this is an issue with your email provider, not the BlackBerry. What email service do you use?
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • HT4519 how do i get my server email to send pictures.  Email works without pictures, but when attaching a picture the mail will not send

    Email works without pictures, but when attaching a picture the mail will not send

    Hi,
    In Mail > Preferences > Accounts to can find out which STMP server you are using for outgoing items.
    This can be one account.
    I do this with a dial Up account I still have access to.
    I can "fetch" mail over DSL and now Fibre.
    However I have to be Logged in via Dial up to actually use their Servers to Send.
    As a Consequence I "send" via one of the other Accounts STMP servers.  (I tend to add a signature that reflects this account change)
    The other thing that might explain what you are seeing is the Full Name Box.
    8:38 PM      Monday; April 8, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • When I try to send file from Reader as email it is attached without .pdf extension

    Hello,
    When I try to send file from Reader as email it is attached without .pdf extension.
    What could be a cause of this problem?
    TIA.

    Hello I got more info about this strange scenario. This happens when our user want to send a pdf file embedded on www page. Web application uses this control to display pdf files: Winnovative PDF Viewer Controls for ASP.NET and Windows Forms
    It is strange that when I try on my computer I will get file name with pdf extension, but people in different location get it without .pdf extension. I have no idea what happened, and now I am not sure if it is problem with Reader.
    User reports that he uses Adobe Reader version 11.0.0

  • How can I verify an apple id already created without attaching a credit card?

    how can I verify an apple id already created without attaching a credit card?

    Why do you need to verify it? Have you received an email telling you to click a link to do so? - if so it's very possible that it's a scam designed to trick you into entering your credit card details. If you have received such an email don't follow any links in it. If it's not addressed to you by name it's unlikely to be from Apple.
    You could copy and paste the email into a post here so that we can have a look at it - remove your own email address when you do this.
    If there is some other reason you want to verify the ID please give more details.

Maybe you are looking for

  • What is the safest way to learn whether or not my MacBookPro has fallen victim to DNSChanger?

    Hundreds of Thousands Losing the Internet in July? I didn't know if anyone else had heard about this, but the following article was recently published in the Denver Post.  Since the Denver Post usually checks this type of stuff out pretty thoroughly,

  • 1440x900 Display

    Has anyone ever been able to get a resolution of 1440x900 working on a mac? I have a G5 and (2) Samsung monitors that really want to see a resolution 1440x900, and the video card says it will support it (NVidia FX6), but it is not listed in the avail

  • IS Mill functionality in ECC 6.0

    Hi experts, I wanted to use an IS mill specific functionality of PRT capacity planning in ECC 6.0. How can I do this?. Is it possible to activate only this functionality of IS Mill in ECC6.0. Is there any implication by doing so? Request you please r

  • Conditional Output in a template fragment

    Hello, Using jdeveloper 11.1.1.3.0 I have created a basic application using template fragments. Within the "header" fragment, I want certain elements to appear depending on which page is called. I have an HTML Table containing a dropdown box that I w

  • What is Adobeforms?

    Dear All, What is Adobeform? In which version it is available? How to work with it? Regards, Dharmesh