Customise Standard Subject and Body Mail Text

Hi Workflowers,
I would like to edit the standard text that appears in the outlook e-mail after the Description in the mail body as follows:
"Open the SAP shortcut attachment in order to process the work item.
If you have any problems logging on, contact your system administrator."
And the message subject saying for example "Missed Deadline:...."
I know that when you run the report RSWUWFML2 under the block "Standard Text for Notification", there is a message class for the mail Subject "SWU_NOTIF" Message Number 2, which has &1: &2 in transaction SE91. How can I determine the text in these variables during runtime (In fact, I would like to Hard-code this text)
After I select "Collective Message" in the "Send granularity" block I have removed SWU_NOTIF_PROLOG1 for "Before Work Item Description" so that the standard text:
"Your Workflow inbox in the SAP system DEV, client 100, contains the following work item:"
does not appear in the outlook mail since I don't need it.
But I have not removed the SWU_NOTIF_EPILOG1. I would like to know how I can edit the text from this:
"Open the SAP shortcut attachment in order to process the work item.
If you have any problems logging on, contact your system administrator."
which I believe is the one involved with SWU_NOTIF_EPILOG1.
Regards,
Darlington

Hi Darlington
You have to do the custom development for the custom text in your mail. Instead of that which ever workflow you are triggering put a mail step in the workflow itslef with custom text both in subject as well as body. This is very easy job rather than developing ZRSWUWFML2.
Regards
vijay

Similar Messages

  • Change mail subject and body text

    Hi all,
    i activated access method M in tr. SPAD and via this method i'm sending various reports in PDF to external e-mails. But when recepitiens recive e-mail i have subject of e-mail composed of SYSTEM ID and SPOOL NUMBER (e.g. R3P-12345) and i also have defaulted mail body text :
    The Mail Attachment Contains the Print File Created by User XXXXX , with Number xxxx from SAP System R3P .
    To Print the Data, Open the Mail Attachment with a Suitable Program and Print the Document.
    How can i change mail subject and body text?
    Regards,
    PS*

    For the output type Maintian the Mail body and subject.
    You can do this at NACE==>Output Type ==> Mail title and texts
    rgds,
    TM
    See the link
    http://www.geocities.com/rmtiwari/main.html?http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/UtilityCode.html
    Message was edited by: Thomas Mann

  • Change mail subject and body

    Hi all,
    I configured a 'printer' in SPAD that is used to send email with pdf attachments with the smartforms / sapscritps that I developed.
    Is there a way to change email subject and body instead of standard text "The Mail Attachment Contains the Print File Created by User" bla bla bla?
    This is critical to me.
    Thanks in advance!
    Regards,
    André

    If you are already able to send the pdf attachment through mail using Function Modles 'CONVERT_OTF_2_PDF' &
    SO_NEW_DOCUMENT_ATT_SEND_API1 and the problem is with subject and Attachment name only then
    in the SO_NEW_DOCUMENT_ATT_SEND_API1 function Module
    For Subject
      EXPORTING
      document_data = docdata
    For Attachment Name
      TABLES
      packing_list = objpack
    Declarations for the above two are
    DATA:
      objpack LIKE sopcklsti1 OCCURS 1  WITH HEADER LINE,
      docdata LIKE sodocchgi1.
    and the values you need to pass are
      objpack-obj_descr = 'Invoice'. "Attachment name
      docdata-obj_descr = 'Mexico Direct Invoice'. "Subject of the mail
    Thanks,
    Phani.

  • Setting Mail Subject and Body

    Hi,
    I have configured sending a mail with PDF attachment for Invoices in NACE. the program is RLB_INVOICE The mail goes fine with the PDF attachment to external mail address.
    Now I need put subject and Body for the email.
    There are 2 issues now.
    1. In transaction NACE i am using "Mail title and texts" node when i fill the Document title, the same document title appears for the e-mail subject as well as the name of the attachment. But i need different names for the subject and attachment and the invoice number must be present in the subject.
    2. Under the "Text" tab when i maintain some texts, this doesn't appear anywhere in the mail.
    How do i maintain Subject and Body for the e-mail.
    Regards
    Rajvansh

    Hi
    Keep break point at SO_OBJECT_SEND.
    In the first screen
    VF01 / VF02  ->
    Set the Output type not to process immediately, use custom own transaction.
    Save and come out of transaction.
    And again
    VF01/ VF02 ->
    Issue Output type select the Output with medium 5.
    and click on the OK button.
    It should stop.
    To pass value from driver program to Enhancement point.
    I used FIELD SYMBOLS.
    Since i am offline, i do not have exact syntax.
    It will be something like this
    FIELD SYMBOLS : <OUTPUTTYPE> type any.
    ASSIGN '( PROGRAMNAME(FIELD NAME)) TO <OUTPUTTYPE>
    IF <OUTPUTTYPE> IS ASSIGNED.
    ENDIF.
    Or
    If it is custom driver program, you can use memory ID's also
    Regards
    MD

  • Emails appear in bold text (subject and body)

    A few days after installing OS X Yosemite on my iMac, all of my Comcast emails appear in bold text (subject and body text). This makes it difficult to distinguish unread email from read email.  I view email directly through the Comcast website (NOT with Outlook or Mail). This issue happens in Firefox and Safari. My email looks normal on other devices. I am working with Comcast to try to resolve the issue, but since it started a few days after upgrading to Yosemite, I thought I'd check here too.

    Try to set the Boolean pref <b>gfx.font_rendering.directwrite.use_gdi_table_loading</b> to <i>false</i> on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"

  • How translate Subject and body for a e-mail task to different languages ?

    We have several tasks with their corresponding subject and body text in a workflow.
    We would like to know if there is an easy way to translate all of them to several languages ?
    Thanks in advance.
    Juan.

    Hi Juan,
    The translation tools don't translate the subjects. I've found the best way to save yourself headaches is to log on in each target language and edit each task. Slightly longer but more reliable, simple and problem-free.
    Cheers,
    Mike

  • Change email subject and body

    Hi ,
    For one of my requirement, the email subject and body has to be changed. For order confirmation and quotation, the standard behaviour of having the smartform name as the subject name should be changed and ther ehas to be a dynamic subject name. Similarly the email content should also be changed. Is this possible? Can anyone suggest me the steps?
    Thanks.

    Hi,
    Could you please tell what method are you using to create emails?
    If it is using workflows then you can change the subject and mail body dynamically using parameters and expressions.
    If you are sending mail using an FM call, then also you can create dynamic subject and mail body.
    Please provide the details so that an appropriate solution could be provided.
    Regards,
    Saumya

  • Mailbox Quota Message, Sender, Subject and Body blank?

    Running Leopard Server, I have mail quotas enabled. System sends the email to the user but the email message From Address, Subject, and Body are blank. I have them set in Server Admin but they don't show in the message. Is there a setup file that I can edit in terminal to correct?

    Haven't checked yet on Leopard, but I would think the files are:
    /private/etc/mail/quota_warning.txt
    /private/etc/mail/quota_exceeded.txt

  • I have an email account on qou but all the incoming emails subject and body appear as question marks, why???

    I have an email account on QOU (al-quds Open University) but all the incoming emails subject and body appear as question marks, why???

    Try to set the Boolean pref <b>gfx.font_rendering.directwrite.use_gdi_table_loading</b> to <i>false</i> on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"

  • Using variables to populate Email Address, Subject, and Body

    I am trying to setup a for to alert contractor when their service calls are completed. I would like to use the email address, Subject, and body from fields on the PDF form.
    On the Button I am using the following Click / Javascript
    var myDoc = event.target;
    var rEmail = CuEmail.rawValue;
    var rSubject = EmailSubject.rawValue;
    var rBody = DescribeProblem.rawValue;
    myDoc.mailDoc(
    false,
    rEmail, "", "",
    rSubject, "", "",
    rBody, "", "",
    Nothing happens when I click the button with this code. But, if I drop the last comma from:
    rBody, "", "",
    It will send the email with the correct email address and it will include the subject like I want it. It will just not populate the body section of the email.
    Any help would be greatly appreciated.

    I had a similar requirement and but took a different approach for a request/reply model. There are two fields on the form that the request fills in that directs how the submit button will work for the responder...
    RequestFileType (This can be PDF, XML, or XDP)
    RequestDestination ( This the URL, FTP site or email)
    Here is the script that I run on the Presubmit event for the form when it initializes.
    MaterialCompositionInformationDistribution.RoHSpage2.RoHSDirective.SubmitMCDFormButton.#ev ent.#submit.target = MaterialCompositionInformationDistribution.RoHSpage1.RequestInformation.RequestDestinatio n.rawValue;
    MaterialCompositionInformationDistribution.RoHSpage2.RoHSDirective.SubmitMCDFormButton.#ev ent.#submit.format = MaterialCompositionInformationDistribution.RoHSpage1.RequestInformation.RequestFileType.r awValue;
    What it does is poke values into the submit button basically. To send to an email address. you enter mailto:[email protected] or to post to a servlet you would enter http://www.domain.com/foobarservlet

  • Mailto Subject and Body

    I've been working on an app that involves sending an email. I usually have no problem sending an email with just the recipient information, but this time, I am trying to add a preconfigured subject and body. I have looked at a few example online and used them, but I still can't seem to get the function to work. Here is the example I have been using:
    NSString *url = [NSString stringWithString: @"mailto:[email protected]?cc=[email protected]&subject=Greetings%20from%20Cupertino!&body=Wish%20you%20were%20here!"];
    [[UIApplication sharedApplication] openURL: [NSURL URLWithString: url]];
    The only time a preconfigured subject and body do work properly is when they are just one word.
    Any help would be appreciated.

    Use MFMailComposeViewController instead.

  • How to send Oracle report automatically in format pdf by email with subject and body?

    Hello,
    How to send e-mail attachment and mail other details like from ,subject,cc,to,mail body. In Oracle Developer Suite 10g?
    Regards.

    did you try to run report parameter form = yes ,
    put to the parameter form following system parameters  and set et.
    run report  with belove value
        - DESTYPE = MAIL
        - DESFORMAT = PDF
        - DESNAME =  mail adres
    then according to the result ,rearrange your report forms side  while invoke report from forms
         -  SET_REPORT_OBJECT_PROPERTY(  reportobject_id , DESTYPE          , mail ) ;
         -  SET_REPORT_OBJECT_PROPERTY(  reportobject_id , DESFORMAT     , PDF ) ;
         -  SET_REPORT_OBJECT_PROPERTY(  reportobject_id , DESNAME          , mail adres ) ;

  • Email submit button concatenate subject and body

    Hello Expert,
    I'm trying to modify what the body of the email will look like once the user has pressed an email submit button. In Livecycle designer, I clicked on the button and viewed java script code
    this.resolveNode("#event.#submit").target = "mailto:"+$record.XXXXXX.MAIL_ID.value+"?subject ="+" Subject line "+"&body="+"Body of the mail";
    Whenever i click the button its conacatenate the subject line with -- " Subject line &body body of the mail ".
    My requirement is to change the body of the mail. Can anyone help me on this issue.

    Hi Abdul,
    Try this. Create a regular button and in the click event put this script.
    var mail;
    var add = mailAddress.rawValue; // the to mail address you want.
    var msg = "Sample message"; // This is the body of the mail Customize it as per need by fetching value from different fields
    var sub = "Sample Subject"; // This is the subject of the mail.
    event.target.mailDoc({
              bUI: true,
              cTo: add,
              cCc: '',
              cBcc: '',
              cSubject: sub,
              cMsg: msg
    Thanks,
    Bibhu.

  • Yahoo emails display sender, subject and body in email listing

    The past couple of days my yahoo mail displays subject and as much of the body that space allows. The folders are all messed up. The whole screen is a mess. Nothing like it used to be. It works fine in IE.

    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl+0 (zero); Command+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you have made changes to Advanced font settings like increasing the minimum/default font size then try the default minimum setting "none" and the default font size 16 in case the current setting is causing problems.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow pages to choose their own fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"

  • Modify Standard CCMS Alert E-Mail Text

    Hi ALL,
    I have configured CCMS Monitoring and its working Perfect.
    Alerrt E-Mails are generated, but the Text of these E-Mail is Techno savvy and cryptic.
    Is there any way I can Modify/Customize the CCMS Alert E-Mail Text.
    Thanks

    Hi,
    Auto reaction methods triggered in sattelite systems are sent to client 000 and then through SMTP server to the external mailing address.
    In central auto reaction methods we make use of info sent by CCMS agents to trigger an alert in the central Solman system using the custom created central auto reaction method, assigned to a specific MTE class for a  satellite system.
    this is the new method modified to be able to do the configurations from the central system itself instead of doing the setting in the individual satellite systems, and as it makes use of ccms agents its faster.
    the configuration is same almost in both cases, just go through 455140 S-note, and follow the similar steps in solman system.
    Please let me know if any problems,
    Thanks,
    Regards,
    Kaustubh.

Maybe you are looking for

  • How can i add songs to my ipod touch???????

    apparently apple has done another update, and a whole revamp of the original layout and i can not find ANYTHING any more. updates dont work and it says my 2000 pictures are gone and my 500 songs show as only 1 song.....which is the ONE new song i jus

  • Automatic Payment FRAUD Someone Used My Account

    I own a business and have five BofA accounts. It wasn't till I was reconciling all 5 accounts with a new bookkeeper that we realized there were two automatic payments being made per month for the last 8 months. One was mine and god knows who the othe

  • NuBee: Brushing in presets?

    I've just upgraded to the trial a3 and so far like (most of) what I see. I'd like to be able to brush in or brush away the effects of a preset from portions of an image and can't figure out if this is possible or is it strictly a whole image concept.

  • [SOLVED] All applications lost their data

    Hi, today I started my computer, logged in with the same user as usual, but all the data of the applications are gone. My chromium lost its passwords, thunderbird lost the accounts, KDE lost all my panels and settings. Every file in my home folder is

  • User request to explore the possibility of downloading the distribution lists into excel for maintenance in t-code SO23.

    Hi Experts, There is a requirement from user that  "To explore the possibility of downloading the distribution lists into excel for maintenance in t-code SO23 ". Kindly provide your valuable informations/assistance in this regard. Madhavan K