Erec output of mailto URL in candidate email

Hi
I have a requirement in SAP EREC where I require URLs in the email body to mimic the same URLs in the attached PDF. In the registration document sent to candidates the Smartform contains a text element with text set as a URL. The code snippet below then sets the actual URL to the text link.
data lt_url type table of ty_url.
data ls_url type ty_url.
ls_url-name = 'URL1'.
ls_url-url = 'mailto:[email protected]'.
append ls_url to lt_url.
ls_url-name = 'URL2'.
ls_url-url = 'mailto:[email protected]'.
append ls_url to lt_url.
ls_url-name = 'Adobe reader'.
ls_url-url = 'http://www.adobe.com/products/acrobat/readstep2.html'.
APPEND ls_url to lt_url.
CALL FUNCTION 'HR_RCF_SF_URL_REFRESH_GT'.
CALL FUNCTION 'HR_RCF_SF_URL_PREPARE_CALLBACK'
   TABLES
     PT_URL = lt_url[].
When the letter is generated this is fine in the PDF but in the body of the email the actual URL value (i.e. mailto:[email protected]) is displayed.In the IMG Settings "SSF_PDF" is set as the format for the output channel "Email". Is it possible to override this behaviour?
Thanks in advance.
Jon.

Hi Nicole
The business requirement is that when the cover letter is emailed to the candidate the email body generated from our custom Smartform needs to contain 'mailto' links to various departments within our organisation.
These links need to take the form of Link1 in the text but the URL is actually 'mailto:[email protected]'. I use the code snippet in the original post to create this in other Smartforms but in the body of the email the text displayed is mailto:[email protected]
Cheers
Jon.

Similar Messages

  • Mailto URLs in erec email

    Hi
    I have a requirement in SAP EREC where I require URLs in the email body to mimic the same URLs in the attached PDF. In the registration document sent to candidates the Smartform contains a text element with text set as a URL. The code snippet below then sets the actual URL to the text link.
    data lt_url type table of ty_url.
    data ls_url type ty_url.
    ls_url-name = 'URL1'.
    ls_url-url = 'mailto:[email protected]'.
    append ls_url to lt_url.
    ls_url-name = 'URL2'.
    ls_url-url = 'mailto:[email protected]'.
    append ls_url to lt_url.
    ls_url-name = 'Adobe reader'.
    ls_url-url = 'http://www.adobe.com/products/acrobat/readstep2.html'.
    APPEND ls_url to lt_url.
    CALL FUNCTION 'HR_RCF_SF_URL_REFRESH_GT'.
    CALL FUNCTION 'HR_RCF_SF_URL_PREPARE_CALLBACK'
       TABLES
         PT_URL = lt_url[].
    When the letter is generated this is fine in the PDF but in the body of the email the actual URL value (i.e. mailto:[email protected]) is displayed.In the IMG Settings "SSF_PDF" is set as the format for the output channel "Email". Is it possible to override this behaviour?
    Thanks in advance.
    Jon.

    Hi Nicole
    The business requirement is that when the cover letter is emailed to the candidate the email body generated from our custom Smartform needs to contain 'mailto' links to various departments within our organisation.
    These links need to take the form of Link1 in the text but the URL is actually 'mailto:[email protected]'. I use the code snippet in the original post to create this in other Smartforms but in the body of the email the text displayed is mailto:[email protected]
    Cheers
    Jon.

  • Sending an email via mailto: URLs

    Hi all,
    is it possible (and how! :) ) to send an email from within a JAva application using the 'mailto:' URL in order to use the locally installed email client?
    What I need is to be able to use the local mail client to send an email with an attached file and a return receipt from within my app.
    Any suggestions?
    TIA,
    Luca.

    Since you want the return receipt, then you have to have a place for that return receipt to be returned to. If you are just "bouncing" a mail off of another application, you do not have a return path to recieve the receipt.
    The "bouncing" mail off of the local client is not doable with the mailto--if you try a mailto link it opens your local client with a pre-addressed mail (if you are lucky).
    You need to use the Java Mail API.

  • Attachment in a mailto-URL

    How can I include an attachment-file (for example a txt-file) in a mailto-URL?

    Sorry, my previuous suggestion wasn't clear. Put the PublicKey.txt on the web, then send an email that says
    Click Here for the public key. In the body, i.e your email URL is:
    Email me

  • How can I hide/rename a URL in an Email ?

    This is probably so easy I should've learned this years ago. Anyone know how to paste a URL into an Email, then change what you see to a slogan or something else ?
    Thanks...
    ~ FFLAK

    Does it matter ?
    I'm just trying to change this: <http://uk.youtube.com/watch?v=g_H7UQjFkT4>
    To this: +Manic Mechanic+
    I want the new text to hide the URL, but to remain hot and roll-overable, allowing the link to still take you to the video.
    Thanks again...

  • I used to be able to click on an URL in my email program ( Eudora) and it would open up in Firefox..it doesn't do that now, since Firefox upgraded itself

    since there has been a recent upgrade with Firefox, I can no longer click on an URL in my emails to go check the websites

    Do you get an error message from Windows?
    Sometimes the Firefox installer messes up the registry settings for how to handle URLs in other programs. One common way to solve the problem is:
    (1) Start up IE and have IE make itself the default browser
    (2) Go back to Firefox and have Firefox make itself the default browser

  • PO- Output to the PO creators by email in pdf

    Hi ALL,
    we have a requirement is to have the PO- Output  to the PO creators by email in pdf. Format.  how can we acheive this requirement , what is the partner function can be used for person who creates PO , where can we maintian his eamil ID .
    please advise.
    Regards,
    Amara.

    hi
    You need to do some configuration for this.
    u2022     Go to NACE.
    u2022     Select EF and click on OUTPUT TYPES.
    u2022     Then select Output Type NEU and click on processing routines .
    u2022     In that you have to add a new entry - medium 5 .
    u2022     Then you need to assign a program, form routine and form.
    u2022     You can use the standard program i.e. SAPFM06P, FORM routine is always ENTRY_NEU and standard MEDRUCK.
    u2022     Then in PARTNER FUNCTION you need to add a new entry : medium - 5 and function - VN .
    u2022     For subject of the mail go to Mail Title and Texts. In title give PO No. &EKKO-EBELN& .
    u2022     Under General data -> Replacement of text symbols give programme as SAPMM06E and Form Routine as TEXT_SYMBOL_REPLACE.
    u2022     Now the subject will be PO No. 1800004202.
    u2022     You need to maintain your email id in tcode SU01 and also the vendor's email id.
    u2022     Now while creating a new purchase order , change the medium to External Send .
    u2022     Then goto Communication Method and select CS01. ALSO make sure that the Cover Page Text has value PO No. &EKKO-EBELN& .
    u2022     Goto tcode ME9F .
    u2022     Execute.
    u2022     Select the checkbox and click on Output Message.
    u2022     You will get a message MAII 00000000000001 generated .
    u2022     Use note no 191470
    now to get the po in pdf u hav eto go to SCOT and here in internet tab maintain SAPscript/Smart Forms PDF
    regards
    KI

  • Error in smartform japaneese output allignment when we get thatby email.

    Hi ALL ,
    I am getting the following output when i am sending an email .
    I am using a smartform for that display.
    My problem is field allignment as shown in the below records.
    Because of small characters in japaneese language we are not getting the proper way of the below fields:
    Requirement: I have to arrange all the right side part the same way as the left part.
       貴社注文番号:                 A0012634-1
       受注処理日:                  23.05.2006
       弊社受注番号:                 7050808206
       弊社受注入力日:                23.05.2006
       変更日付:
       受注元:                    新日軽ベストシステム (株) 管理部
        通貨:                     JPY
       支払い条件:                  Close EoM/1 mo./Payment EoM
    Please suggest ur feedback to solve the issue .
    Thanks In advance.

    hi,
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            document_data = wa_doc_chng" check your language given.
            put_in_outbox = 'X'
          TABLES
            packing_list  = i_objpack
            object_header = wa_objhead
            contents_bin  = i_objbin
            contents_txt  = i_objtxt
            receivers     = i_reclist.
    here in the exporting parameter, which language u gave...
    Any japanese letter is printing in your e-mail.. ???
    hope this will help you..
    regards
    vijay

  • To send output as a PDF attachment via email

    Hi experts
    I have the (smartform) output data in OTF format..and displaying it in PDF form with FM 'HR_EFI_SHOW_PDF_FORM' .
    Now the requirement is <b>to send this output as a PDF attachment via email</b>.
    Please help me with sample code to perform this.
    Regards,
    Matt.

    Hi,
    Check this links,
    /people/sap.user72/blog/2004/11/10/bsphowto-generate-pdf-output-from-a-bsp
    Also for email:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8cd6adbb-0301-0010-39ba-938c601d5db9
    Refer the following link for more details:
    http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm
    Thanks,
    Reward If Helpful.

  • Please list all steps to rename a URL in an email in Mail

    Perhaps I should make this a new question instead of asking it on a reply to another answered question.
    =============
    HOW do you rename a URL in an email? Please list all the steps starting with opening a new email in Mail. I clicked on Add Hyperlink...in the Edit menu. I put in the URL. All that happened was that it put that whole URL into my email. Then I typed the name that I wanted to rename the link to in the email and highlighted it. Then I clicked on Add Hyperlink again and put the URL into that box. It LOOKED like the rename was an active link in the email that I sent to both myself and to my husband's computer. NEITHER email was able to access the web site using what looked like the renamed link. There has to be a way to identify the URL...AND "translate" that into the renamed link. All that Add Hyperlink does is let you type in the URL. That does not make it show up as something else. What am I missing here?
    So would you mind listing ALL the steps in detail, starting with opening a New email? What do you do to indicate what you want to rename it to?
    Thanks for your help!

    nobya wrote:
    I tried the basic copy and paste-myspace to comcast-but it just leaves the site without the highlighted link for people click.
    When you are composing an email in Apple's Mail.app email program, if you paste in a full URL, including the http:// at the beginning, it will work as a clickable link in the email you send. However, it will not be clickable in the window where you compose the email, only in the email that your recipient recieves.
    Test it. Type a full URL into an email in Mail.app, for example:
    http://www.apple.com
    It won't appear to be clickable in that composing window. But send that email to yourself. You'll see that in the email you receive, that link will be clickable.
    Note: This is somewhat dependent on the email program your recipient is using. Some will block links from being clickable. That's not something you can control. But most email programs will allow it to be a clickable link.

  • Billing document output needs to tigger for multiple emails.

    Hi Experts,
    We have a scenario wherein a single billing document output gets triggered for multiple emails. The requirement is to send the invoice layout copy to multiple emails where we maintain customer mail ids in customer master record.
    When tried ,we found option in customer master record and maintained multiple email ids to send the billing output.The system has considered first email id from customer master record and did not consider next mail ids from CMR. Could you please suggest how can we suffice this requirement .
    Thanks in advance.
    KV.

    Hi,
    Email Address is maintained in Table ADR6 against the address number of table BUT000 for a particaluar BP.
    If the custom code is used, following logic can be used:
    For multiple email address multiple entry will be there in ADR6 for the same address number. To send the correspondence to all email address, select all entries and concatenate them separated with semi-colon ( and pass the same to the email address field.
    This is working in our case where we are using a third party for creating and sending the PDF.
    Regards,
    Pranavjeet.

  • #Site.URL# link in emails

    #Site.URL# link in emails
    Hi - we have a new link for newScale for Request Center and it is https instead of http.  Now when we add a link to an email to the request center, it changes the https link back to the http link which doesn't work.   Anybody have any ideas?

    Thanks  Tylor - that didn't work.  Here's what I'm putting in -
    <A  href="https://our site url"  target="_blank">OnlineServiceCatalog</A>
    and  this is what it changes to - which errs out when user clicks on link in  email.
    <A href="#Site.URL#application.do"  target=_blank>OnlineServiceCatalog</A>
    The  #Site.URL# is standard in newScale and we know that it must live  somewhere in the code, but we can't seem to find it to change it so

  • Is there a way to send output from a Concurrent Request via email in r12?

    We are looking for a way to send emails out from the Concurrent Request output in r12.
    Discussions internally have involved using Unix procedures/commands but we were looking for an EBS integrated solution if one is available.
    I did find document 811716.1which seems to provide a solution, but the patches and information given are for 11i (we are r12). If this functionality is available in r12, is there any further documentation we can use?
    Any assistance would be appreciated.
    Thanks.
    Kevin
    Edited by: user3065048 on Jul 21, 2009 2:52 PM

    Duplicate post.
    Is there a way to send output from a Concurrent Request via email in r12?
    Re: Is there a way to send output from a Concurrent Request via email in r12?

  • I want to dispaly the output through printer or fax or email

    i want to dispaly the output through printer or fax or email.
    the selection screen are
    SELECT-OPTIONS: S_MATNR FOR EKPO-MATNR OBLIGATORY.
    PARAMETERS:     P_RQNAME TYPE CHAR40,
                    P_LAND1 TYPE T005-LAND1 MEMORY ID LND MODIF ID LDS,
                    P_BUKRS TYPE T001-BUKRS MEMORY ID BUK OBLIGATORY,
                    P_SPRAS TYPE T002-SPRAS OBLIGATORY,
                    P_PRT_RB RADIOBUTTON GROUP GR1 DEFAULT 'X',
                    P_PRT_TX TYPE NAST-LDEST,
                    P_FAX_RB RADIOBUTTON GROUP GR1,
                    P_FAX_TX TYPE AD_FXNMBR1,
                    P_EML_RB RADIOBUTTON GROUP GR1,
                    P_EML_TX TYPE AD_SMTPADR.
    how can i write the logic

    For Printer Call FM GET_PRINT_PARAMETER.
    For EMAIL & FAX call FM SO_OBJECT_SEND.
    FM to send Email and FAX
    Regards,
    Amit

  • Firefoxopens when I click on a URL in an email, but it doesn't go to the site!

    That is basically it. When I click on a URL in an email, Firefox opens, but does not go to the site requested.

    I don't appear to have a toolbar either.

Maybe you are looking for