Email with hyperlink to Outlook from WF

Hi All,
Requirement: I am working on enhancing our WF with sending emails to outlook with a hyperlink that will open SBWP->inbox->workitem. This hyperilink sent should be opening SAPGUI from windows.
My Achievements: I configured SWNCONFIG also activated the services from SCIF. I am able to send a email with the link:
http:/abcd:1234/sap/bc/gui/sap/its/bwsp?sap-client=100
Issue:
1. First of all i am getting this link in the mail as pain text and not a hyperlink. What am i missing?
    I did search the forum and found couple of post with this issue but  they had their URL pretty long.
2. When i copy this link in the browser it works but is opening SAP GUI for HTML. I am looking to it to open SAP GUI for  
    WINDOWS. How can i achieve this?
3. To open a specific activity from SBWP how do i figure what parameters to send? ex: PO# with the link.
4. Even before i implemented 'Extended Notification' the email was being sent with link. As we had all SCOT working. What is
    the purpose of SWN_SELSEN scheduled background job for?
Thanks in advance,
Karuna

Hi Nitin
Sounds like you are still missing configuration in transaction SWNCONFIG (or SWNADMIN - whichever you are using). 
You need:
a) Inbox_link_url maintained in General Settings
b) Subscription parameter maintained for your subscription within your business category/scenario to say what type of links you want.
c) Schedule selection and delivery selection etc. configured as per usual for extended notifications.
d) SWN_SELSEN program scheduled as a batch job
If you can't see the links still try checking the log information in transaction SLG1 under object WF subobject NOTIFICATIONS and read through the log to see if there is a problem with creating the links.
Other than that you do seem to be a little confused?  A hyperlink is used to open SAPGUI for HTML. To open SAPGUI for WINDOWS requires a shortcut attachment because it is not web-based it is based on a client application,i.e. SAP Logon.
Regards,
Jocelyn

Similar Messages

  • Sending emails with attachments through outlook 2003

    Hello,
    I have recently switch from cablevison to Fios. With Cablevison, I never had a problem with email. However, now I am having problems sending emails with attachments using outlook 2003. I have called Verizon and we troubleshooted the problem and they feel this is a Microsoft problem.
    I can send email's without attachments through outlook and verizon.net, but I can't send emails with attachments through outlook, I can send them though verizon.net.  All my settings are correct for sending and receiving email.
    I called Microsoft and they say it a Verizon problem...
    HELP, does anyone have a solution?????
    Thanks
    Len628

    Which antivirus software do you run on your computer? Are there any errors posting?  Have you shut off any email firewalls temporarily to attempt to isolate your issue?  Do you have outlook 2003 on more than 1 pc in your home?  Have your tried to attach a small text file and send it to see if that goes thru successfully?
    Joe D
    Verizon Telecom
    Fiber Solution Center
    Notice: Content posted by Verizon employees is meant to be informational and does not supercede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.Follow us on Twitter™!

  • How do I send an email with hyperlinks active upon receipt?

    How do I send an email with hyperlinks active upon receipt? Currently the hyperlinks are only active once I open the attachment. I want them to arrive active just like they do in the emails I receive from Office Depot et al.

    mlaughbaum wrote:
    BTW, it is "showing". It's just that the links aren't active.
    Sometimes you need to look at it from the perspective of a recepient. Save the message before sending and close it. It will be in your Drafts Folder. Click once on it in the Drafts list so you can view is as the recepient would. (Don't open for edit) The links should be active.
    Jerry

  • ICloud email with hyperlink not being received

    I have tried several times to send an email with a link to a tumblr blog and it is not being received by the recipients.
    It is in my sent items and I have not received a notification to say it has not been sent. If I send the same email without the hyperlink they recieve it.
    What is stopping this email from being sent properly and why am I not receiving a notification to say otherwise.
    Thanks.

    It's probably being caught by a spam filter somewhere along the way. Spam filters don't usually send notifications to the alleged sender or the nominal recipient.

  • Deleting emails with a specific subject from a single user mailbox

    we are exchange 2007 on SP1. we do not have an edge server, only a hub server.
    A user mailbox was flooded with 11000 "Undeliverable:" emails in the last 2 days, the source being "DSA". I am still finding out why this has happened. As for now, I have set up a rule to silently drop all emails with this specific subject.
    now the user wanted our team to delete all of these 11000 emails from his mailbox.
    we gave the appropriate permission to the users mailbox by running the command
    Get-Mailbox -Identity “[email protected]” | Add-MailboxPermission -User [email protected] -AccessRights FullAccess -InheritanceType all
    Then I ran the below command
    Get-Mailbox -Identity “[email protected]” | Export-Mailbox -SubjectKeywords "Undeliverable:" -IncludeFolders "\Inbox" -StartDate "09/22/2014" -EndDate "09/23/2014" -DeleteContent -Confirm:$false
    The command ran for a while, showing it was deleting 19000 odd emails with the below summary
    [PS] C:\Windows\System32>Get-Mailbox -Identity "[email protected]" | Export-Mailb
    ox -SubjectKeywords "Undeliverable:" -IncludeFolders "\Inbox" -StartDate "09/22/
    2014" -EndDate "09/23/2014" -DeleteContent -Confirm:$false
    TargetMailbox                    :
    TargetServer                     :
    TargetDatabase                   :
    MailboxSize                      : 733800KB
    IsResourceMailbox                : False
    SIDUsedInMatch                   :
    SMTPProxies                      :
    SourceManager                    :
    SourceDirectReports              :
    SourcePublicDelegates            :
    SourcePublicDelegatesBL          :
    SourceAltRecipient               :
    SourceAltRecipientBL             :
    SourceDeliverAndRedirect         :
    MatchedTargetNTAccountDN         :
    IsMatchedNTAccountMailboxEnabled :
    MatchedContactsDNList            :
    TargetNTAccountDNToCreate        :
    TargetManager                    :
    TargetDirectReports              :
    TargetPublicDelegates            :
    TargetPublicDelegatesBL          :
    TargetAltRecipient               :
    TargetAltRecipientBL             :
    TargetDeliverAndRedirect         :
    Options                          : DeleteSourceContent
    SourceForestCredential           :
    TargetForestCredential           :
    TargetFolder                     :
    PSTFilePath                      :
    RsgMailboxGuid                   :
    RsgMailboxLegacyExchangeDN       :
    RsgMailboxDisplayName            :
    RsgDatabaseGuid                  :
    StandardMessagesDeleted          : 0
    AssociatedMessagesDeleted        : 0
    DumpsterMessagesDeleted          : 19020
    MoveType                         : DeleteOnly
    MoveStage                        : Completed
    StartTime                        : 9/23/2014 7:29:01 PM
    EndTime                          : 9/23/2014 7:32:19 PM
    StatusCode                       : 0
    StatusMessage                    : Messages have been deleted from the source m
                                       ailbox.
    ReportFile                       : C:\Program Files\Microsoft\Exchange Server\L
                                       ogging\MigrationLogs\export-Mailbox20140923-
                                       192900-8103154.xml
    However, when I open the user's mailbox all of the emails still exist. kindly help me understand where I am going wrong and how I can delete all these emails.
    Thank You
    Philip

    Are they still specifically in the Inbox?
    I was thinking that the account might have "Deny" permissions to the user's mailbox but it looks like it can access the mailbox and delete items.
    StandardMessagesDeleted          : 0
    AssociatedMessagesDeleted        : 0
    DumpsterMessagesDeleted         : 19020
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Email with attachments QPAC: setting "From" using process data doesn't work

    Hi,
    I trying to set the "From" in the Email with attachments QPAC from a process variable, let's call it "mailagent", which is of type xs:string.
    So I use a set value QPAC, which sets the "mailagent" variable to "[email protected]". The workflow then continous with the Email QPAC.
    Which stalls and throws the following exception:
    javax.mail.MessagingException: 501 Syntax error, parameters in command "MAIL FROM:<{$/process_data/@mailagent$}>" unrecognized or missing
    Hrm. I thought, I had already used the Email QPAC this way.
    Is there some kind of magic to apply to the Email with attachments QPAC in order for it to accept process data in the "From"?
    Steve

    Yes, I'm sure, it worked for us to. But it obviously no longer does.
    Yes, "mailagent" definitely is a variable of type string, though it's of type
    xs:string. I'm no longer able to create variables, which don't feature the
    xs namespace. Which is quite confusing as I've got absolutely no idea, what the
    xs is used for.
    We are using LiveCycle Workflow 7.2.1, the Email QPAC is 7.0.2. Is this the latest version?
    Steve

  • Friends on Android galaxy do not receive my emails with attached photos sent from my iPhone.  Why

    I have an iPhone 4 running 6.1 OS.  Several times I have taken photos with my iPhone and then tried to email them from my iPhone to friends using Android Galaxy.  They never receive the emails. When I select the photo to be emailed from "Camera Roll", several options appear  (Mail, Message, Photo Stream, Twitter, Facebook etc).  I select "Mail", then select an email address from my contact list, add some text to the message, select the size of photo and send.  The email with attached photo is never received.  Any idea why?

    Well, your response about MMS is beyond my understanding unfortunately.   Don't understand too well this issue of MMS and IMessage. I checked my settings and "Send as MMS" was OFF.  I have turned it ON and tried to re-send the photos.  No word yet if it was received..  Also, the "send and receive" addresses in the "Messages" setting only included my "@me" email address, and not my Yahoo address, which I am trying to add.  It doesn't seem to be able to complete the verification process for that Yahoo address (it remains in a perpetual state of "verifying"), although it did add an "icloud" address, and my cell phone number.   I have my "cellular data" turned OFF because I am in the States (I am Canadaian) and wish to restrict roaming charges.  So are you saying that I cannot send photo attachments in emails from my iPhone, while connected to the in-house internet modem/router - ie., that I can do so only if my "cellular data" setting is ON?  Then why do the messages still appear in the SENT folder?  Do the settings on the recipient phone have an impact?  It doesn't seem so because they were able to receive the messages from the PC/Hotmail source.

  • New email with attachment action disappeared from Finder

    Does anybody know what might have happened? I've been using this action for some time, and after upgrading to Mountain Lion it stopped working. Then after some time I discovered that the action is no longer available in the Finder context menu.
    Note: I'm using Bitcasa, and the Bitcasa client added some actions of its own under an option called "services".The action "new email with attachment appeared under "services" as well.
    I don't think it's a Bitcasa problem as it's been working just fine for several months now. It crapped out after upgrading to ML.

    Nevermind, figured it out elsewhere on the suport forum.
    https://discussions.apple.com/thread/4139642?start=15&tstart=0
    Aruk
    Do this from in the mail app. Change it to Mail 6.0.
    "Hey, mine seems to be working now, what i did; i change the email preferences>general the first options reads: "default email reader" mine used to read "google chrome", after i changed the preferences the "share" button now shows all the options including "email". hope this helps in some way:D"

  • What is the procedure to send an email with an electronic signature from a Mac?

    Is ther a certificate available within my Mac?
    If yes, how do I get it?
    Thank you!
    AlainQc

    You can get an email certificate here: http://www.comodo.com/home/email-security/free-email-certificate.php
    Follow the instructions on how to install it in the Mail app.
    Once installed when you send an email there will be 2 new icons on the right side of the mail under the subject that look like this.
    If you click the icon on the right your mail will be signed and it will show so in the recieved email
    If the person that you are exchanging email with also has a certificate and just sends you 1 signed email, you will then be able to use the left icon which will encrypt the email between the 2 users.
    Hope that this helped.

  • Email withe HyperLink

    Hi,
    I am trying to send an email using the class CL_BCS. And I am successful. Now my requirement is to put a hyperlink in the body of the email and on clicking that hyperlink SAPGUI should be opened. Is this possible? Is yes how can I do that?
    Regards,
    Rahul Muraleedharan.

    Hi,
    May I share my 2 cents worth of code:
    This is based on what I have learned from this post.
    I just added to program Y_R_EITAN_TEST_10_02 (attached program) some code to open MM03 from mail link.
    * See FORM mail_1_prep_8
      CALL METHOD ob_string->append_htm
        EXPORTING
          fragment = : '<P><U><a href="cid:MM03.sap">Click here to execute MM03</a></U></P>' .
    FORM mail_1_prep_8
      CHANGING
        ob_document_bcs TYPE REF TO cl_document_bcs .
    * A link to open SAP transaction
      DATA: big_string TYPE string .
      CONCATENATE big_string '[System]' cl_abap_char_utilities=>cr_lf INTO big_string.
      CONCATENATE big_string 'Name=' sy-sysid cl_abap_char_utilities=>cr_lf INTO big_string.
      CONCATENATE big_string 'Client=' sy-mandt cl_abap_char_utilities=>cr_lf INTO big_string.
      CONCATENATE big_string '[User]' cl_abap_char_utilities=>cr_lf INTO big_string.
      CONCATENATE big_string 'Name=' sy-uname cl_abap_char_utilities=>cr_lf INTO big_string.
      CONCATENATE big_string 'Language=E' cl_abap_char_utilities=>cr_lf INTO big_string.
      CONCATENATE big_string '[Function]' cl_abap_char_utilities=>cr_lf INTO big_string.
      CONCATENATE big_string 'Command=MM03' cl_abap_char_utilities=>cr_lf INTO big_string.
      CONCATENATE big_string 'Title=MM03' cl_abap_char_utilities=>cr_lf INTO big_string.
      CONCATENATE big_string 'Type=Transaction' cl_abap_char_utilities=>cr_lf INTO big_string.
      DATA: it_solix TYPE solix_tab .
      CALL METHOD cl_bcs_convert=>string_to_solix
        EXPORTING
          iv_string = big_string
        IMPORTING
          et_solix  = it_solix.
      DATA: attachment_subject TYPE so_obj_des .
      MESSAGE s000(oo) WITH 'MM03.SAP' space INTO attachment_subject .
      TRY.
          CALL METHOD ob_document_bcs->add_attachment
            EXPORTING
              i_attachment_type    = 'EXT'
              i_attachment_subject = attachment_subject
              i_att_content_hex    = it_solix.
        CATCH cx_document_bcs .
      ENDTRY.
    ENDFORM .                    "mail_1_prep_8
    Regards.

  • Email with Droid and Outlook 07

    Why does some, (not all) of my Email go to both my phone and my Outlook and then some only goes to my phone?  I have everything set to leave the mail on the server, and I've checked and it's still there, so that is not the problem.

    OS version: 10.1.0.2030
    -checking the outlook.com account shows it is suffering from the same effect. It is also not displaying any email unless you search for it. 
    -checking the text messages is showing those messges without having to filter. 

  • Create an automated email with hyperlink

    Using Mail I want to make something that runs something like the following
    Prompt ask for week Number
    Enter Week Number = weekNumber
    --can this below be made into a selectable radio box so you can select who you want the relevant emails to be sent to?
    set theBrand1=test1
    set theBrand2=test2
    then create email
    to. [email protected]
    Subject week weekNumber
    content
    --This needs to be clickable/hyperlink
    file:///\\uranus\A\B\C\D\E\2011\week + "weekNumber"\theBrand1
    ---then send
    --then create 2nd email like this
    to. [email protected]
    Subject week weekNumber
    content
    --This needs to be clickable/hyperlink
    file:///\\uranus\A\B\C\D\E\2011\week + "weekNumber"\theBrand2
    --then send

    KingHenry4 wrote:
    Thanks, got me brave enough to give it a go.  Worked. 
    Must say it still seems very inelegant from a household managment standpoint, where you have multiple users and devices.  But I see that disucssions on this subject are quite extensive, so I am not bringing anything new to the table there. 
    The ironic thing is that now that I have set up the @me addresses for the family, I am going to cancel out the email accounts I used to create the Apple ID in the first place.  And that will be the only use of those Apple ID's that I can forsee.  Why would Apple want to clog up their databases thusly? 
    Someone needs to set up an app for this..........
    No app needed and not inelegant at all, just setup individual user accounts on your computers, setup the iCloud associations and when anyone logs on they are in the right account for iCloud automatically.

  • Emailing with Hyperlinks

    I am using the Hyperlink function to make a link to email a group that is ever changing their partners and their partners contact info. I am doing it monthly to let them know who their partner is at the beginning of each month and getting reporting info at the end of that same month.
    I created a column that has the formula HYPERLINK. The short of it is, if I have a mailto and there is a space in it, I get an error. It will be working until I make a space. testworks will work in the subject and test works will not. I have quotes at the beginning and end of the mailto code. Mailto should be able to have spaces but in Numbers it isn't working. I know it is probably something easy but I just can't see it.
    I have even used the example in the help file.
    =HYPERLINK("mailto:[email protected]?subject=Quote Request", "Get Quote")
    Doesn't work but ...
    =HYPERLINK("mailto:[email protected]?subject=QuoteRequest", "Get Quote")
    Does
    Can someone help me out?

    Congratulations, you found a bug.
    I copied and pasted Apples example straight from their help file, and get the error that the hyperlink is not formatted correctly. Just like you said. Its nothing your doing wrong.
    I already submitted feedback on it. you should too.
    Jason

  • Email with hyperlink

    Hoe to send hyperlink from sap workflow to outlook.

    Hi,
    Just check this might be helpful.
    Send Mail From SAP Workflow to Outlook
    Regards and Best wishes.

  • CUP/AE's emails with  hyperlink

    Hi Expert,
    I want to insert an hyprelink to a CUP/AE email, and want to know if using direct HTML tag, will work?
    Like "<a" href="http://intranet/directory">Risk Issues</ a>
    It's possible?
    Regards,
    Edited by: Magaly Córdoba on Mar 25, 2009 5:55 AM

    Hi Magaly,
       Yes, you should be able to use it. Most of my customers have added a hyperlink in CUP emails.
    Test it and let me know.
    Regards,
    Alpesh

Maybe you are looking for

  • Delete one Skype account on LG TV

    How can I remove/delete one account from LG TV? I have signed-in with 5-6 Skype accounts, some of them I dont use any more, how can I delete it? tx

  • Hard drive won't mount.

    I am running Arch x86_64 with Cinnamon as my DE. First off, Nautilus does not recognize the hard drive in question unless I run gparted. Then, when i try to mount the partition I get the error fuse: mount failed: Device or resource busy The drive tha

  • How to create a Blog in Adobe Muse

    Hi, who created a blog in Adobe Muse, help me please!

  • IDOC packaging/No packaging - need either/or depending on receiver

    Hello IDOC adapter gurus, We have an existing scenario with IDOC packaging, in which the message goes to multiple receivers . The client wants to OMIT idoc packaging for a single one of the receivers. Since the packaging is done in the sender adapter

  • I can not register premiere elements 12

    i have installed premiere elements 12 on my computer and it appears to have installed correctly. When I go to execute the file, it asks me to register the program and when I put in my adobe username and password, I get a continous hourglass circle an