Use VC mailto hyperlink to include subject line taken from any given field

Hi All,
I'm a newbie and would appreciate some help....
...I'm am currently creating a model that uses a number of various BAPI's and displays the info to the user in a variety of tables & forms. I have created a toolbar button that enables an email to be sent to any user who created a sales order ('mailto:'&@email). However the problem I have is that I want to automatically input the order number into the subject line of the email. The order number is available via a field on a table so I don't envisage it being problematic to an expert, but as I don't know the exact coding to use for the formula I am stumped. could somebody please help....
Kind Regards,
Naz Ghafoor

Hi Naz,
try this one:
('mailto:'&@email&'?subject='@myOrderNumber)
Best Regards,
   Benni

Similar Messages

  • Considering a Macbook pro 13".  want to use garage band - how do i run line in from my guitar.  There is not a mic/line input that I can see in specs.

    Considering buying a Macbook pro 13".  Want to use garage band - how do i run line in from my guitar.  There is not a mic/line input that I can see in specs.

    Simple. GarageBand question, GarageBand forum where all those users are jacked into their Macs and can tell you how. Also look to the right of your post to the column, "More Like This."---------------------------------------------->
    https://discussions.apple.com/community/ilife/garageband

  • Sending email using CL_BCS in the background with subject line 255 chars

    Hello Gurus,
           Following is the sample code,. When I run in the foreground, I am getting the mail, with proper subject line. However my output medium type is '5-'External Send#. When I am trying to run this in my output program, it is resulting in dump.
           When I keep 'COMMIT WORK',  I am getting a dump saying tText * Invalid COMMIT WORK in an update function module.*
           When I remove this 'COMMIT WORK', I am still getting the error, saying Screen output without connection to user. (The current ABAP program "SAPLSTXC" statements could not be executed.)
          Hoping for a quick solution.
    Regards,
    Shaheen
    REPORT  Z_CL_BCS_TEST.
    * Trying classes
    DATA: send_request        TYPE REF TO cl_bcs.
    DATA: li_main_text        TYPE bcsy_text,
          lw_main_text        LIKE LINE OF li_main_text.
    DATA: document            TYPE REF TO cl_document_bcs.
    DATA: recipient           TYPE REF TO if_recipient_bcs.
    DATA: sender              TYPE REF TO if_sender_bcs.
    DATA: l_mtitle            LIKE sodocchgi1-obj_descr.
    DATA: sent_to_all         TYPE os_boolean.
    DATA: bcs_exception       TYPE REF TO cx_bcs.
    DATA: lv_sub TYPE string.
    TRY.
    *     -------- create persistent send request ------------------------
        send_request = cl_bcs=>create_persistent( ).
    *     -------- create and set document---------------
    *     Email title
        l_mtitle = 'attachment'.
        lv_sub = 'Email Title : I want to try for a subject which is more than 50 chars. will this work?'.
        CALL METHOD send_request->set_message_subject
          EXPORTING
            ip_subject = lv_sub.
    *     Fill the body of the mail
        REFRESH li_main_text.
        lw_main_text = 'This is test email'.
        APPEND lw_main_text TO li_main_text.
        CLEAR: lw_main_text.
        lw_main_text = 'Regards'.
        APPEND lw_main_text TO li_main_text.
        CLEAR: lw_main_text.
    *     Create Email Object
        document = cl_document_bcs=>create_document(
          i_type    = 'RAW'
          i_text    = li_main_text
          i_subject = l_mtitle ).
    *     Add document object to send request
        send_request->set_document( document ).
    *     add recipient (e-mail address)
        recipient =
            cl_cam_address_bcs=>create_internet_address(
                  'Shaheen.Taori at solvay.com' ).           " changed the email id purposefully
    *     Add recipient object to send request
        CALL METHOD send_request->add_recipient
          EXPORTING
            i_recipient = recipient
            i_express   = 'X'.
    *     ---------- send document ---------------------------------------
    *    sent_to_all = send_request->SEND_WITHOUT_DIALOG( I_WITH_ERROR_SCREEN = ' ').
        CALL METHOD send_request->SEND_WITHOUT_DIALOG.
    *      EXPORTING
    *        e_sent_to_all = 'X'.
    *    IF sent_to_all IS INITIAL.
    *      MESSAGE 'Erorr while sending email ' TYPE 'E'.
    *      EXIT.
    *    ENDIF.
          COMMIT WORK.
    *   exception handling
      CATCH cx_bcs INTO bcs_exception.
        MESSAGE i865(so) WITH bcs_exception->error_type.
    ENDTRY.

    Try using method SEND instead of SEND_WITHOUT_DIALOG.
    Also try calling method SET_SEND_IMMEDIATELY before calling method SEND.
    Use below code lines,
    send_request->set_send_immediately( i_send_immediately = 'X' ).
    sent_to_all = send_request->send( i_with_error_screen = 'X' ).   " Instead of CALL METHOD send_request->SEND_WITHOUT_DIALOG.

  • I've lost the use of predictive text in the subject line of gmail and I want to get it back

    I used to be able to hit a few characters in the subject line of a gmail compose window and it would bring up past subject lines with the same characters. That doesn't work anymore. How do I get it back? I've tried changing the settings under preferences/privacy/history but it doesn't seem to make any difference. Any ideas? Thanks

    See:
    *Firefox > Preferences > Privacy > Firefox will: "Use custom settings for history": "Remember search and form history"
    *https://support.mozilla.org/kb/Form+autocomplete
    This Gmail web page may be using autocomplete=off to prevent Firefox from storing form data.
    You can remove autocomplete=off with a bookmarklet to make Firefox store form data.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered
    Note that Firefox won't auto-fill saved form data automatically when autocomplete=off is used, so you need to double-click the empty name field to get a drop-down list.

  • SharePoint 2013 - document libraries and newsfeeds are visible when viewed using Internet Explorer running on the server but not from any other machine

    On a single Windows 2012 R2 server I have installed SQL 2012 and SharePoint 2013 SP1 with the latest update roll ups. When I remote desktop to the server using the farm and site collection admin account  and open page http://server_name_here using
    Internet Explorer, I'm able to see newsfeeds and document libraries.
    If I connected to a separate Windows 7 machine as  the farm and site collection admin account  and open page http://server_name_here using Internet Explorer, I'm able to view the SharePoint pages except I cannot see any newsfeeds or document libraries.
    There's just blank space where they should be. I have repeated this process on several other machines that are not the server and get the same result on every machine (I've tried other servers, desktops, adding the SharePoint site to the trusted sites list
    in IE, even using firefox). I'm using the same account as I did when I logged onto the server directly. Any thoughts as to what's going on?
    Thanks!

    Thanks for the idea, Harsh. What am I looking for?
    It is currently set to the default of http://server_name and http://server_name:port_number (the latter is for Central Admin).
    When I have access to the server, I have always done so the same way, using http://server_name. This was true when I access it from the desktop of the server itself and when I tried to access it from other desktops and servers (the machines where I had the
    issues with the libraries and feeds not showing up). Are there other values I should add?
    I have not tried to add http://server_FQDN as we don't plan on using that to access it but if you think it will help I would be happy to add it.

  • Is there a step by step guide on using iCal on iPhone. Could I create one from any website? For example a website that shows my cricket fixtures?

    I would like to use iCal but don't really understand the fields I need to fill.
    There are a couple of websites I would like to use this for.
    If I could have a detailed example of what I need to fill in to get this to work that would be great.
    Many thanks
    Richard

    Allmusic rates albums on a five star system. Within an album, it gives recommended tracks a checkmark. That's the closest I know of to what you are looking for.

  • Email update notifications subject line could be a *lot* more useful.

    I only started using the discussions forums a while ago (although I read quite a few Apple Mailing lists).
    I am registered to receive notifications for a few forums. These typically have a subject line like this:
    ===
    Apple Discussions forum "Some Forum" has been updated by Some User
    ===
    and a line in the body that reads:
    ===
    You have requested mail to be sent to you when messages to the Apple Discussions forum "Some Forum" are posted. Some User posted "Some Topic" on May 25, 2006 11:20:09 PM.
    ===
    It would be much nicer and more convenient if the subject line of these mail also contained the topic name, so that I can weed out those that I'm not interested in without actually opening the message, and also so that I can recognise which messages are going to direct to me to the same topic.
    For example:
    ===
    "Some Topic" in Apple Discussions "Some Forum" has been updated by Some User
    ===
    Even the thread id would be useful, if the length of the subject line is a concern.
    This should be pretty easy, as the information is clearly available when the mail is constructed.
    cheers,
    Martin

    Hi Martin
    that's odd, since my notification emails come with a subjecy header like
    Topic "Movies/Flash" in the Apple Discussions forum "Safari" has been updated by someone
    iMac G5 rev B   Mac OS X (10.4.6)   2GB 250GB

  • 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??

  • 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

  • Why is "[SPAM]" being added to the subject line on all my sent emails? see below

    [SPAM] Fwd: Help your friends recognize you

    Thunderbird does not use the word spam or modify subject lines. Look at your antivirus, and spam software or your providers spam filters.

  • Mail 7 standard-violating localized subject line

    With Mail Version 7.0 (1822) Apple has introduced a horrible standard violating localisation of the "Re:" we are used to at the beginning of subject lines in email responses. In German "Re:" gets replaced by "Aw:" an abbreviatiob of "Antwort" which translates to "reply". Most English-speaking users may have never heard of this, but this "Aw:" nonsense was originally introduced to Mac OS X by Microsoft Entourage 2004, only to be removed quickly after massive user protests.
    I don't know what Apple was thinking when they decided to have subject lines start with "Aw:" and frankly I don't care. I want this standard violation gone. The sooner, the better.
    How can I fix Mail to show me a proper "Re:" instead of a standard violating "Aw:" in the subject line?

    It is only bold if the message hasn't been opened from within Mail. You can select as many bold messages at once and mark them as unread to make them no longer bold.

  • 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.

  • How to modify Exchange 2013 TXT(SMS) notifications to not include the subject line or any of the message body of emails

    We have a group of users who are not permitted to download/save any emails they receive onto public or personal devices, they are only allowed to log in manually and view their mail through OWA (I realize there are ways to use OWA to download mail, however
    the users are explicitly forbidden from doing this, and any countermeasures that can be put in place, are/will be).
    With our new Exchange 2013 server, it seems it has the built in capability to send TXT(SMS) notifications instantly when a user receives mail.  We would like to allow our users to utilize this feature, however currently, the notification includes not
    only the sender of the email, but also the subject line and part of the message body.  As it stands, we can't have this as part of the email would then be saved on their device.
    I am wondering if there is a way to modify Exchange 2013 to not include the subject or message body, so that our users could at least get an instant notification 1-that they have a new email and 2-who it's from?
    Any information would be appreciated, thanks!

    We can configure SMS Text Message Notification for various situation like Calendar notifications, Voice mail notifications, Email notifications if your user's Mailbox hosted in Exchange Server 2013
    To set up your phone to receive text messages when you want to have Calendar notifications, Voice mail notifications, Email notifications use the steps as follows
    Note: Text message fees are applicable and it will appear on your phone bill.
    Login to Outlook Web App, click Options > See All Options > Phone > Voice Mail tab.
         In the Notifications section, choose one of the following options:
    Calendar notifications... 
    Voice mail notifications... 
    Email notifications using an Inbox rule...
    Turn On Notification
    First step is to turn on the notification of text messaging. Click Turn on Notifications
    Select Setup Notification: Need to select your operator,
    It will request to provide your Mobile Operator.
    Note: As of now Exchange Server 2013 supports only the below list of operators.
    Locale: United State
    Mobile Operator: AT & T, Sprint PCS, T-Mobile, Verizon Wireless
    Locale: Canada,
    Mobile Operator:Bell Telus Mobility
    Locale: Romania
    Mobile Operator:Orange Romania
    Provide your telephone number. It will send you the passcode on your mobile number.
    Type the passcode for confirmation
    Calendar Notifications:
    On Selecting Calendar Notification: Select the option based upon your requirement.
    Email Notification Using Inbox Rule:
    Similarly for the text messaging for the email notification, select the option based upon your requirement and setup them up
    Exchange Queries

  • Subject line blank for email using Milkman Games GoViral ANE

    I'm using Milkman Games' ANE called 'GoViral' and it won't include a subject line when I select Email from the activity sheet.  Why is that?
    Here is my code:
    GoViral.goViral.shareGenericMessage( "subject", "message", false );
    Thanks

    You're using the generic message, and whether the subject appears may depend on where you send the message. Read this page about that:
    http://www.adobe.com/devnet/air/articles/ios6-social-networking-with-goviral-ane.html
    If you really want to send an email, try using showEmailComposer instead, as shown here:
    http://www.adobe.com/devnet/air/articles/goviral-ane-ios.html

  • Tell a Friend emails sent using iPhoto--Subject Line

    I published two separate albums to my gallery using iPhoto (each with different names and password protected with different user names and passwords and hidden on my gallery page.)  I sent a tell a friend e-mail for each album to two different distribution lists (one to my side of the family, the other to my husband's side of the family.)  I also sent each e-mail to both me and my son as part of each distribution list.  My son and I each received the emails in Apple mail--on my iMac and his MacBook Pro.  I used the SAME SUBJECT in the Subject line on both "tell a friend" emails for the two different albums, and all information in each email was correct when I sent the emails:  Each had different album numbers in the link to the gallery page and the correct corresponding assigned username and password.
    We received both emails which appeared fine when viewed.  But once one album was accessed on the gallery page using one of the links, the text in the other email changed to the text in the other e-mail, including the username and password. 
    I tested this by resending the tell a friend emails using different subject lines and did not have the problem.  Can anyone explain this?
    Thanks!

    Welcome to the Apple Discussions.
    It is very slow and I can not find the way to customize the standard mail template.
    There is no way to customize that template. If it does not suit you needs send a regular email with the URL to the gallery in it.
    As far a slowness is concerned need more info on your setup. How much free space on the boot drive? How much memory? How many pictures in the library?
    from the other user the template is somehow corrupted
    Delete the Delete iPhoto preference file , com.apple.iPhoto.plist, that resides in the User/Library/Preferences folder for that user, launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding the the Option key. You'll also have to reset the iPhoto's various preferences.
    Do the templates work if you try the Tell a Friend from the gallery online?
    OT

Maybe you are looking for

  • Find and replace value in Delimited String

    Hi All, I have a requirement, where i need to find and replace values in delimited string. For example, the string is "GL~1001~157747~FEB-13~CREDIT~A~N~USD~NULL~". The 4th column gives month and year. I need to replace it with previous month name. Fo

  • Service Pack 3 appears to have broken the Report Builder click once installation

    We are running SQL Server reporting services on SQL Server 2008 R2. Recently we installed the service pack 3 and we now get the following error when a user clicks the Report Builder link: Application validation did not succeed.  Unable to continue. A

  • How do I deactivate a version on a non-working computer so I can activate on a new computer

    I don't see my question so I'll repeat it. I am trying to activate Elements 9 on my current laptop so I can upgrade to the new version. My old laptop and desktop apparently are still listed as active. My old laptop is no longer active and has not bee

  • Edit in External Editor does not work

    Hi, I added as External Editor Photoshop CS3, but no matter what option I chose as file format, bit depth or color space, Lightroom will always apply the defaul setting in "Edit in Adobe Photoshop CS3" preference tab, rather than the one I select. Do

  • How to change the font size of text and case in smartforms

    hi,    could any one explain how to change the font size of text in smartforms. ex. previously i had taken P4 left aligned and C6 but now i want to decrease the font without making it bold. pl......... guide me    secondly the value which are coming