Shipment  Number in Subject line of Email for SD Outputs

SAP ECC is  currently emailing the Bill of Lading of a shipment  to our customer. They have asked us to change the subject line of the email to include certain shipment information - i.e. shipment number, and shipment date.
I use a Program in the Output Type for other delivery documents and need to replicate it on the shipment side - can someone please tell me the name of the Program that I need to use and the Form Routine that I need to use to make this work? Or if there is a better way to handle this in config, please let me know.
Thanks,
Russ

Hi ,
refer Snote 325827
https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=325827
Thanks
Chidambaram

Similar Messages

  • Change subject line of Email sent through "spool recipient functionality".

    A batch job creates a spool, which is send through Email using spool recipient functionality. The subject line of the Email is as follows
    "Job<job name>, Step <step no.>".
    Is it possible to change the subject line of the Email?
    Any pointers on this would be highly appreciated.

    check the program name for job.
    If the program is Custom program(starting with Z or Y)  then you can easily change subject line of email.
    If it is standard program then we have to look for alter path.
    Edited by: subas  Bose on Feb 18, 2010 6:54 PM
    Edited by: subas  Bose on Feb 18, 2010 6:55 PM

  • How to increase the length of the subject line in email using FM

    Hi
    we have maintained 50 characters for the subject line initially, but some subjects are having more than 50 characters. how can we increase the length of the subject line in email.
    urgent.
    points will be rewarded generousely.

    Hi Rana,
    In this case, you have to create a user defined field of required length under Journal Transactions Header to fill the data.
    Regards,
    Vijay Kumar
    SAP Business One Forums Team

  • Abbreviate long subject lines in email messages by following RFC 2919

    The subject lines in email are ridiculously long due to the added forum
    identification and other non-content. Especially if threads originate by
    people like me who believe subjects should cover the actual content of
    the message.
    The smart way to add the forum identification information is to use the
    standard way from RFC 2919: http://www.ietf.org/rfc/rfc2919.txt
    This allows you to embed additional information in email headers where
    MUAs can act upon them, without cluttering up the screen for the human
    reader. And you could even embed additional information such as a URL to
    report abuse, to unsubscribe etc.
    Jochem
    Jochem van Dieten
    http://jochem.vandieten.net/

    I apologize for responding in the wrong thread, but I am finding that I simply cannot take the time to process the current structure of the forums.
    After deleting the almost 400 Premiere and  Encore emails from about 2 days (almost all unread), I found today that the structure of the emails changed so that the content of the message is first (shows up nicely in Outlook reading pane), the link to the item is still convenient, and much of the unnecessary stuff is gone.  A step in the right direction.
    I'm sure the subject line is a bigger problem to fix, since it is being used to track, but I have still not found a way to avoid lots of separate groups.  I just found (should have thought of it before), that if I don't group them at all, just list the messages and then sort by subject, I get a passable list.  However, the unique code per item is not always in the correct (time) order.

  • Change Subject Line of Email!!!

    Hi all,
               Can anyone please tell me if it is possible to change the subject line of email.
    IF it is possible then can you please send me a code snippet as to how to change it from a BAdi.
    Kindly reply immediately as this is bit urgent.
    Regards,
    Vijay

    Hi,
    Where do you want to change?
    Regards,
    Raj

  • Primary Key in subject line of email

    I'm sending emails from my application and I want the Primary Key or the number that is being generated to be in the suject line of the email...
    I have the following code, but nothing is showing up in the subject line besides TEST EMAIL- NEW PTA NOTIFICATION :
    The P1091_PTA_ID is the primary key that I'm trying to send in the email and its not showing up in the body or the subject line...
    DECLARE
    l_body CLOB;
    v_empl_email_addr varchar2(200);
    v_empl_email_addr2 varchar2(200);
    BEGIN
    l_body := 'An PTA has been created. Please log into the database at http://dvlp01.bhti.com:7777/pls/htmldb to continue processing.'||utl_tcp.crlf||'Your PTA number is :'||to_char(:P1091_PTA_ID)
    v_empl_email_addr := '[email protected]'||','||'[email protected]'||','||'[email protected]'||','||'[email protected]';
    v_empl_email_addr2 := (:P1091_USER_ID);
    htmldb_mail.send(
    p_to => v_empl_email_addr,
    p_from => v_empl_email_addr2,
    p_body => l_body,
    p_subj => 'TEST EMAIL - New PTA Notification -'||to_char(:P1091_PTA_ID));

    Maybe try seomthing like this -
    p_subj => 'TEST EMAIL - New PTA Notification -'||:P1091_PTA_ID||' created';
    I changed the variable format, and added literals at the end, just for checking.

  • Javascript to pull a PDF field into the Subject line of email?

    I've created a fillable PDF form using Pro X.  I'd like to program the Submit button so that once in the email portion, the subject line would automatically pull 3 specific fields from the PDF file.
    Example:  After hitting "Submit"....once in the email, I'd like the Date, Vendor Name, and PO # from the PDF form to automatically pull into the Subject line.
    I have to PDF the complete document and go through the Desktop Email Application on my PC.
    Thank you!

    Hello Everyone,
    I am having the same issue as tlg814 with needing three fields to pull into the subject, and I followed the blue print of the code as well, but I am only getting one field to populate in the subject line.  I am using Acrobat XI. Here is my code:
    Mouse up> Run a JavaScript
    var parts = getField("SR#", "Urgency", "Ship To").value
    this.mailDoc({
    cTo: "[email protected]",
    cCc: "[email protected]",
    cSubject: parts,
    cMsg: "Please create a Parts Request for the items in this email. Thanks"
    Any thoughts as to why it is not pulling all three fields?
    Thanks

  • Import Text From Form Field into Subject Line of Email

    Hello,
    Is there a way to import text from a form field into the subject line of the email when sending back (attaching) the PDF form?  In other words, there is an "applicant name" and I would like that name to be the subject line of the email.
    I am using Adobe Acrobat X (10.1.7)
    If any one has aby guidance or resources online where I can locate this information I would greatly appreciate it!  I have been searching all day but have not found a solution yet. 
    Thanks!

    Thank you so much for the help.  For some reason I cannot get it to work though.   Now, when I hit the submit button it does not do anything.
    Previously, I had the following code under
    ACTIONS>Mouse Up>Submit a Form
    mailto:[email protected]?subject=Employee Application
    I removed the above mailto URL and put in your code as a Javascript function. I made sure that my field name matched the name in quotes within the code.
    I used the following:
    var subject = getField("lastname").value 
    this.mailDoc({
    bUI: false,
    cTo: "[email protected]",
    cSubject: subject,
    cMsg: "Type message here"
    Do you see anything obvious that I am doing wrong?
    Many thanks!

  • Change subject line of email when submitting a form using Acrobat X Pro

    I have created an interactive PDF in Acrobat X PRO with a submit a form button. Everything works fine all the way through distribution except that I need the Subject Line of the submitted form when attached to an email to read "Form Returned: File Name" rather than "Submitting Completed Form". All of my past forms had the "Form Returned: File Name" subject line automatically...did something change and is it possible to change the subject line? Any help would be much appreciated.

    Thank you for your reply. I had actually come across that form on multiple occasions during my research. Looks like I need the doc.mailDoc() function, but there isn't an example of the code. Looking in other places I have tried a few things unsuccessfully. I did find this, which I thought would be even better than Form Returned: File Name in the subject line...actually taking information from fields in the form:
    // Build the subject line text from several fields form fields
    var subj_text = getField("text1").valueAsString;
    subj_text += getField("text2").valueAsString;
    subj_text += getField("text3").valueAsString;
    // Send the email
    mailDoc({
        cTo: "[email protected]",
        cSubject: subj_text,
        cMsg: "Body of email message goes here."
    I entered the script(adding in my own information for the email, body and subject line) by adding an action to the button to run the java script but it did not work. Any ideas??

  • PDF form not populating Subject line in email when submitted in Google Chrome browser

    Google Chrome doesn’t seem to work, but all other browser do.  In Chrome the subject line and location populate the CC: and BCC: fields in email client and not the subject line? 
    My current javascript is:
    if (email != "")
                    this.mailDoc({bUI:false,cTo:email,cSubject:location,cMsg:"Completed Employee Appointment Request Attached"});
    *I'm sure something can be added or fixed to resolve this so it will work in all browsers.  It is important to me that it work well in IE, Chrome, Firefox, and Safari.  The big four browsers anyways.
    Sample image of issue:  Basically user is forced to delete bcc: and then click send.    Thus no subject line.  Which means a manual move to location folder from inbox will be necessary, because I have rule setup to sort the inbox based on subject line.

    My final solution was to post the form and offer a link to dowload/install Adobe Reader and to also offer a link for Chrome users.
    * I will continue to look for a better solution, but at least the above is functioning.
    **I also set my bUI to true.
    Many thanks, Tim
    P.S.  I did report this to Google Chrome, heard nothing yet.  Also if you think of a better solution let me know.  I'm not familiar with javascript........I have a better understanding of HTML.......if this were HTML I would have done the below.
    <html>
    <body>
    <script type="text/javascript">
    alert("this is an alert");
    function go() {
                    alert("Hi");
                    var location = document.getElementById("location").value;
                    //console.println("location: = " + location);
                    var email = "";
                    email = "[email protected]";
                    if (location == "Select a location")
                                                    alert("You need to select a location first");
                    else if (location == "Other")
                                    email = "[email protected]";
                    if (email != "")
                                    //this.mailDoc({bUI:true,cTo:email,cSubject:location,cMsg:"Completed Employee Appointment Request Attached"});
                                                    window.open('mailto:' + email + '?subject=' + encodeURIComponent(location));
    </script>
                    This is a test
                    <input type="text" id="location" value="Select a location">
                    <input type="button" value="submit" onclick="go()">
    </body>
    </html>

  • Subject line of email question

    In a script the following is saving a file as Email Date then the date then the time.
    Instead of having the "name" Email Date I would like the subject of the email there. What is the command to put the subject line there?
    keystroke "Email Date " & short date string of (current date) & space & time string of (current date)

    I don't know if a script such as the one you wish to get will ever work in Leopard. Many people have already noted that the mail rules don't work properly with AppleScript in Mac OS X 10.5. See for example http://discussions.apple.com/thread.jspa?threadID=1226817.
    So I have written a more complete version of the script first proposed in http://discussions.apple.com/message.jspa?messageID=9451103#9451103. Each time it is launched, the new script will search for all the messages of your "inbox" mail box which have not yet been put into the "Prints" folder on the desktop; it will then open and save them as PDF files into that folder. Moreover, the name given to each PDF file will correspond to the first 20 characters of the subject of the message, followed by the date and time at which the message was received. This script surely still needs to be improved and adapted to your own needs, but it works. Better than nothing…
    property theMostRecentDate : (current date) - 5 * days -- an arbitrary starting point
    tell application "Mail"
    activate
    set theList to messages of mailbox "INBOX" of account 1 whose date received > theMostRecentDate
    repeat with theMessage in theList
    open theMessage
    set theSubject to subject of theMessage
    set theDate to date received of theMessage
    tell application "System Events"
    tell application process "Mail"
    keystroke "p" using command down
    repeat until sheet 1 of window 1 exists
    -- just wait
    end repeat
    click menu button "PDF" of sheet 1 of window 1
    click menu item "Save as PDF…" of menu 1 of menu button "PDF" of sheet 1 of window 1
    delay 1 -- 1 second should be enough
    keystroke "d" using command down
    if value of checkbox 1 of window 1 is 0 then click checkbox 1 of window 1
    click radio button 2 of radio group 1 of group 2 of window 1
    select item 1 of (rows of outline 1 of scroll area 2 of splitter group 1 of group 2 of window 1 whose value of static text 1 is "Prints")
    keystroke "o" using command down
    set L to the length of theSubject
    if L > 20 then set L to 20
    keystroke (text 1 through L of theSubject) & space & short date string of theDate & space & time string of theDate
    keystroke return
    delay 1
    keystroke "w" using command down -- to close the message
    end tell
    end tell
    if theDate > theMostRecentDate then set theMostRecentDate to theDate
    end repeat
    end tell

  • Adding Field Info in Subject Line of Email with Attached PDF

    Had a question regarding the email submit button. I wanted to know if there was a way to put the information put into a specific text field in the email subject line when the PDF is being sent via email as an attached.
    For Example:
    Question one on the form would be.....
    1). Why are you submitting this email?
    (Answer by User) Website Technical Issue
    I would like to take the text "Website Technical Issue" and add to subject line of the email being sent by the user when they press submit/send at the bottom of the PDF. So it would send an email out of their inbox, with the attached PDF they filled out, and the subject line stating what ever they put in text field 1.
    Any help or a given PDF example would be greatly appreciated! Thanks in advance!

    Hello Everyone,
    I am having the same issue as tlg814 with needing three fields to pull into the subject, and I followed the blue print of the code as well, but I am only getting one field to populate in the subject line.  I am using Acrobat XI. Here is my code:
    Mouse up> Run a JavaScript
    var parts = getField("SR#", "Urgency", "Ship To").value
    this.mailDoc({
    cTo: "[email protected]",
    cCc: "[email protected]",
    cSubject: parts,
    cMsg: "Please create a Parts Request for the items in this email. Thanks"
    Any thoughts as to why it is not pulling all three fields?
    Thanks

  • How do you control the Subject Line in emails sent from RS_PREC_PLAN?

    We are using the program RS_PREC_PLAN to broadcast precalculated workbooks from a process chain.  We have entered values for each parameter (i.e. Precalc server, workbook, web template, and email addresses) and saved as a variant. 
    However, each time the program is called from the process chain the email recipient gets an email with "Test" as the subject line.  Is there any way to control what is displayed in the subject line of the email?
    Thanks,
    Brad

    Brad,
    Looks like the subject is hardcoded...
    you can find the same in
      Form  sent_mail
    where there is :
    l_r_parameter->add( i_id    = 'DESCRIPTION'
                          i_value = 'Test'(001) ).
    what you could do is create a copy of the same program and look at passing the subject to the program...
    Arun
    Hope it helps...
    You could also look at using the how to document on sending workbook as attachment available in SDN - created by Durairaj Athavan Raja,,
    Arun
    Hope it helps...

  • Subject line in Email Me button won't reset

    I have been using a textbox as a substitute for the Email Me button, I like the look of my own text better. Now I want to change the subject line in the emails I get from people using this link, but no matter how I try, I can't get iWeb to publish the changes I make.
    So far I have tried: removing the existing button, saving, publishing and then re-creating the email button using Inspector to assign the address and subject line. Then I save again, and re-publish. The change in email address works, but the subject line remains the original. Seems like a minor point, but I don't want that subject line going to the email address. In the future, I might use an email link to send mail to somebody else, and that would require a different subject line as well.
    Suggestions?
    Bryan

    Sorry, I figured it out. I was "re-creating" the text box by copying the original text in order to keep the font. When I tried the procedure starting from scratch, voila - new, accurate Email Me button.

  • Creating a blank subject-line in email hyperlinks

    I'm producing a pdf that includes email hyperlinks, and want to leave the subject line blank so responders can choose the most appropriate line themselves. Keynote, however, seems to insist on a subject line being provided, otherwise it defaults to showing 'email subject'.
    Anyone know if it's possible to produce a blank subject line for the email links?
    iBook G4   Mac OS X (10.4.6)   1.2 GHz, 768 MB

    Sorry, I figured it out. I was "re-creating" the text box by copying the original text in order to keep the font. When I tried the procedure starting from scratch, voila - new, accurate Email Me button.

Maybe you are looking for

  • IS it possible to share external hard drive Mac To Mac, over a PC network,

    I would like to explain this situation in it's own post so it's clear. I am at my brother's house (PC user) and both my wife and I are Mac users who are on the network. I have an external hard drive which is plugged directly into my wife's Macbook. I

  • Really Strange Internet COnnectivity Problem

    I have a wireless-G 2.4Ghz Broadband Router (Model No. WRT54G) with three computers (all wireless) and two printers (both wired) hooked up to it, but right now only one computer is able to recieve any internet connectivity whatsoever. I've tried repa

  • Mini won't boot

    Greetings all. My G4 Mini will not boot. Hangs at the grey screen (No Apple logo.) Booting to DVD, Single user mode, resetting PRAM, Safe mode, Open Firmware all unsuccessful (holding the appropriate key for about 2 minutes after the Boing.) Issues s

  • I am trying to upload adobe to my IPAD

    I am tring to upload free adobe to my IPAD and it states I need iOS5.  What is this and how do I get it? Please explain in user friendly vocabulary.

  • Third octave analysis giving very close but in accurate results

    I am having troubles with 1/3 octave analysis. I have recorded a calibration tone of 94 dB in B&K Pulse and exported a time series that is Pa values, an AC signal of 1.414 peaks over a time period of 15s. When loading this CSV file and passing throug