Hyperlink to sap tcode in email notification

hi,
I am in need to put an hyperlink in the email notification in the business workplace. when the user clicks the link he has to navigate to the transaction in SAP. i am able to give the hyper text but help me out how to trigger the transaction when the user has clicked the hyperlink.
Adding the hyper text through html tags was possible but i am not able to trigger it.
thanks in advance,
babu

Hi Babu,
When you configure a Task (while you create a Task), there itself you specify the Object Category, Type and Method. That should be sufficient to lead you to transaction directly upon double clicking on the work item. There is no need to send a link. For example, if the step requires editing a document (DMS), then upon clicking the work item, we should dirstly reach transaction CV02N (edit document).
In case you have a different requirement, can you please elaborate?
Best regards,
Abir

Similar Messages

  • How to provide hyperlink for CSN message in email notification

    Hi,
    I have the following requirement, could anyone provide some ideas/solution on this.
    We integrated Change Notification Service to portal as transaction iView. once the CSN is raised and assigned to resopnsible person, the message will be notified through email. The requirement is in the email notification a hyperlink should be provided so that on clicking on the link it should open the page with respective CSN message.
    Could any one provide solution how to achieve this?
    Thanks in advance.
    Regards,
    Ravi.

    Yes you can do that. using the fieldcatalog there is an option for that. give HOT_SPOT = 'X'. for the column you want.
    wa_field-hotspot = 'X'.
    REPORT  ztest_alv.
    TYPE-POOLS:slis.
    DATA:it_fieldcat  TYPE  slis_t_fieldcat_alv,
         wa_field LIKE LINE OF it_fieldcat.
    DATA: BEGIN OF it_likp OCCURS 0,
           vbeln TYPE likp-vbeln,
          END OF it_likp.
    DATA: layout TYPE slis_layout_alv.
    wa_field-fieldname = 'VBELN'.
    wa_field-tabname = 'IT_LIKP'.
    wa_field-hotspot = 'X'.
    wa_field-outputlen = 10.
    wa_field-no_zero = 'X'.
    wa_field-seltext_l = 'Sales'.
    APPEND wa_field TO it_fieldcat.
    SELECT vbeln FROM likp
    UP TO 10 ROWS
    INTO TABLE it_likp.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        i_callback_program      = sy-repid
        is_layout               = layout
        i_callback_user_command = 'USER_COMMAND'
        it_fieldcat             = it_fieldcat
      TABLES
        t_outtab                = it_likp
      EXCEPTIONS
        program_error           = 1.
    *&      Form  user_Command
    *       text
    *      -->UCOMM      text
    *      -->SELFIELD   text
    FORM user_command USING ucomm TYPE sy-ucomm
                        selfield TYPE slis_selfield.
      CASE ucomm.
        WHEN '&IC1'.
          SET PARAMETER ID 'VL'  FIELD selfield-value.
          CALL TRANSACTION 'VL02N' AND SKIP FIRST SCREEN.
      ENDCASE.
    ENDFORM.                    "user_Command

  • System monitoring - alert email notification

    Hello Sapers,
    I already set up system monitoring in our Solution Manager but i would like to receive mail if any alert occur.  Unfortunatelly I did not find any way how to do it through Solution Manager. I guess there must be something like edit -> Automatic email transmission where I set up sending Earlywatch and SL reports to my mailbox, but how to set up alert email notification?
    I also tried another way - setting up CEN (in our sollution manager) in RZ20, there i created monitor where i have desired alerts from all remote systems configured in SMSY (i have not used sapccm4x or any other ccms agent), also tried autoreaction method on local and it is working fine (SCOT is set up) but when i tried create and assign central autoreaction method (sapnote 429265) during assigning i receive error "no ccms agent avalable for system" and it is not working. Do I really need configure SAPCCM4X on all remote systems when i want to use central autoreaction? I dont feel very confortable with this solution. I think there must be some other smarter way (maybe in solution manager).
    We also tried to connect our RZ20 monitor set to nagios (used in our company to monitor non sap servers and email notification), but we are not able to compile the ccms nagios plugin uder 64bit. AIX 5.3.
    I also heard little bit about ALM (Alert management) but dont know anything about forwarding alerts from RZ20 to ALM and transmitting email from there. But I think this sollution would be the most difficult from all mentioned above.
    Thank you very much for any help

    Josef,
      Somewhat chasing the point here - when you have the Solman and you look in your CCMS and you can see the other systems - it is all RFC data and not actually on the Solution Manager (the only local MTE's are those tha belong to the Solution Manager).  For the Solution Manager to Centrally Auto-React to threasholds (act as the CEN System), the information needs to be passed to the Central System through the agents.
      If you want to do email threasholds on your remote systems, you can configure it on each of the systems individually without agents as this is a CCMS Function that any SAP System can do - but this is not Central Auto-Reaction.  This is just actions taken on individual systems based on local MTE's.
      To Centrally Auto-React - you have to add the agents so the information is passed to the CEN to react on.
      I hope that this has clarified the situation a bit more.  If this answers your question, please set this thread to answered.

  • Email Notification to Customers for Expiring Contracts

    Hi Gurus,
    Is there a way in standard SAP to send email notification to customers regarding Expiring contratcs with details of valid period and materials in the contracts. So that the subscriptions are renewed before exxpiry and advances are collected.
    Thanks,
    MM

    Take a look at the Action field in the Header -> Contract data. There is a standard follow-up action "send internal email", but looks like it's only for sending an email to the responsible employee.
    You might also be able to use the standard output functionality, but most likely additional programming would still be required to select the data and trigger the output processing. We've just develped our own ABAP program instead.

  • SAP BPC 10.0 Netweaver : Workstatus email notification sender is the User how to change it ?

    Hi Gurus,
    I've just set up email notification for Workstatus. I works fine but I've noticed something that won't be accepted by my customer :
    I Had created a BPC Service User SMAIL to send email notification. But it is useless since the email notification sender is always the user who actually made the workstatus change.
    This is very strange because this means that SAP can send emails IN NAME of Users. By default the email used is the user's email set up in SU01 and if the user has no email the sender mail adresse is : USERID@DEFAULTHOST
    Default domain defined in SCOT transaction for SAPCONNECT.
    I think that this situation raises a security breach ; to my opinion SAP should not be able to send emails in the name of users.
    Do you have any idea to change this situation in order to make all notification emails send by one unique System User as BPCSERVICEMAIL for instance.
    Thanks in advance for you help.
    Vincent.

    Hi JW,
    The answer to your question #2 is that we won't have SSIS packages in BPC7NW since all SQL server based functionality won't be there in Netweaver version. If you use migration tools to migrate from BPC5.x to BPC7NW, it can convert SSIS packages. However any custom SSIS code would have to be converted manually. For more information, please read Ryan's blog at SAP's definitive strategy for planning technologies moving forward: What's the word on BPC, BI-IP and SRC?
    Regards
    Pravin

  • Adding a hyperlink to the email notification for leave approval

    Hi All,
    Is it be possible to have a hyperlink in the email notification that goes to the approver ( for a leave ) so that the approver can click on the link and be taken straight to the ESS/ MSS portal to approve/reject the leave request?
    Regards
    AK

    Basically you can modify the standard task too. Of course it is not recommended, but maybe it is not that bad, if you only need to modify the work item text (and the variables are already available in the container, so you don't need to do any additional bidnings and container elements (or do you?)).
    Other options is that you take a copy of TS12300097 and a copy of the leave request worfklow template, and then do the changes to these copies. Then you just need to remember to also check the SPRO settings, that your copy of workflow is started instead of the standard workflow.
    Regards,
    Karri

  • Modify SAP Email notification subject and content

    Hi,
    As of now we are receiving notification emails with standard subject whenever we are receiving workflow items in SAP .
    I want to customize the subject and content of the notification...
    Eg;
    One of our team receiving email notifications for all workflow items [for Idoc Status errors] .. now i want to change the subject and content for this team alone . ..
    Suppose if the orders got failed , workflow will assign to EDI team .. they will receive email for this ..
    Now i need to change the email subject / append the idoc status in the subject ...
    Please help me

    Hi, how did you solve the problem? I have probably the same problem and I am new in this. After payment clarification process in FS-CD the email is automatically generated and send to user. But I do not know where can I change the body of the email. If it is Customizing, or change in some program or User exit or FM?
    thank you for any help..
    Michal

  • SAP Web Dispatcher Monitoring: Email notification

    Hi,
    Is there any utility or tools around where we can get email notification if SAP Web Dispatcher is down?
    I am looking for a more proactive way of monitoring SAP Web Dispatcher.
    Thanks.
    Regards,
    Annie

    You can use GRMG Lite:
    http://help.sap.com/saphelp_nw70/helpdata/en/6d/6fe040852f712ae10000000a155106/frameset.htm
    /people/dirk.jenrich/blog/2006/07/18/availability-monitoring-of-html-pages-with-grmg-lite

  • Email notification for instance activation not working - SAP BPC 7.5

    Hello Everybody,
    I have a problem with email notification in SAP BPC 7.5.
    I want to configure an email notification to whenever an instance is activated.
    I have followed one How-To guide and basically I have created and activated a template in SAP GUI with transaction se38 and a program called UJB_MAINTAIN_EMAIL_TMPL.
    Also, the web server was configured by systems admin.
    But still is not working.
    I am completely new with SAP BPC so I donu2019t know what more can I do to solve the problem.
    Hope you can help me.
    Regards,
    Nadine

    You can greatly improve your chance of receiving a helpful answer to your question if you state the version (MS or NW) of BPC which you are using.
    Also notice the sticky [note|Please do not post BPC, SSM or FI/CO questions here!; at the top of this forum whereby we announced new dedicated forums for BPC which are the proper place to post your questions regarding BPC in the future to be able to reach the right audience for your question.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Customer Solutions Adoption (CSA) team

  • Sap email notification

    Hello.
    Can you tell me what are the steps I have to do to configure email notifications from SAP?
    Thanks a lot .

    no interview questions
    no research done
    That info is widely available at help.sap.com
    Read the "Rules of Engagement"
    Regards
    Juan

  • BPM Alerts not sending email notifications

    Hello Experts,
    I've successfully configured BPM within SolMan and alerts are being generated but I'm not receiving any email notifications. In the setup of Business Process Monitoring, "Contacts" have been maintained within the Solution Directory as well as the notifications section of the monitoring type with a sender and a valid recipient address . Both yellow and red alerts are being generated but no email notifications are being sent. Thresholds have also been maintained.
    Researching other threads regarding this same issue points to tcode RZ20->SAP CCMS Technical Expert Monitors ->All Monitoring Contexts->BPM->Activate Maintanance Function-> and assiging Central auto reaction methods to MTE Class BPMRoot Context and the other BPM_APPMON_* MTE classes. Is there something that I am missing in order to have these alerts send email notifications when the alert threshold is reached?
    I also defined the new Central Auto Reaction method and maintained the parameters properly which calls FM DSWP_BPM_SEND_ALERT. Please assist as I have exhausted all options. Please provide a step by step guide to setup alert notifications if possible.
    Thanks
    Mike

    These notes might help you
    [https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=543414]
    [https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=546981]
    check the timezone settings also [https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=572608]
    regards
    Naveen

  • SOST email notification not coming SBWP

    Hi,
    We are not getting email notifications for failed SOST messages in SBWP transaction. This is happening for emails sent through payment run Tcode F110.
    When we directly send emails using SBWP tcode to incorrect email we do get notification. But for Payment run F110 emails we are not getting this notification.
    SAP_BASIS is on 702 SP 10.
    SAP Kernel: 720_REL
    Regards,
    Raj

    Hi Raj,
    But for Payment run F110 emails we are not getting this notification.
    Can you check with ABAP workflow developer whether such scenario is possbile.
    Standard SAP cannot provide this.
    Regards,
    Deepak Kori

  • Email notification for Process Chain Status

    Hi Experts
    Can any one suggest me how to setup Email Notification for the Process Chain status
    For eg If there is any error in the process chain is there any way that we get an Email notifications.
    Thanks

    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=64389689
    This can be perfectely done using Tcode ALRTCATDEF.
    1. go to ALRTCATDEF
    2. select classification "Process Chains"
    3. click on display/change
    4. double-click on "error in a process of a process chain"
    5. click on "fixed recipients"
    6. write in your username (you have to maintain your e-mail address in SU01 for that to work)
    7. save
    8. go to your process chain (rspc)
    9. go into edit mode
    10. from the menu, select Process chain -> attributes -> alerting
    11. check "send alerts if errors occur".

  • Using Alert Framework to send email notifications when Process Chain fails

    Hi Everyone,
    I've configured ALRTCATDEF in Solution Manager, selected the alerting option for Process Chains in - RSPC > Attributes > Alerting, but it looks like whenever any process chain fails, an email notification will be sent to the same recipients.
    Is there anyway to have an ALRCATDEF - alert category for different process chains, so that different recipients receive notifications for different Process Chains.
    Thanks,
    Ken

    Interesting....I was actually hoping for different recipients for different process chains.
    E.g. for our
    CRM process chain - Support Team 1
    FI process chain - Support Team 2
    and so on and so on.
    I think the only way may be creating a custom process type and implementing a class for this process type that calls function SALRT_CREATE_API. Then adding this process type to the process chain, with a different variant for each.
    However if anyone knows a way to do this in a SAP standard way using the Alert Framework, that would be great.
    Cheers,
    Ken

  • Email Notifications for both UWL Tasks and Collaboration Tasks.

    Hello,
    I want to configure Email Notifications for both UWL Tasks and Collaboration Tasks.
    Could any one please give me the configuration steps.
    Thanks in Advance.
    Regards,
    Sridhar.

    Hi sri,
    Refer the following threads
    https://www.sdn.sap.com/irj/scn/thread?threadID=147316
    https://www.sdn.sap.com/irj/scn/thread?messageID=315715#315715
    https://www.sdn.sap.com/irj/scn/thread?messageID=1170132#1170132
    Regards,
    P.Manivannan

Maybe you are looking for

  • Compiled binary crashes during initialization on Solaris 10/x86 platform

    Hi, I have a problem to run application built with Solaris Sun Studio compiler. It dumps a core which contains: $c_init+0x19a(1, 804761c, 8047624, 8047610, 80dabfd, 80da64c) _start+0x78(1, 8047744, 0, 804774c, 8047756, 8047829) > When application is

  • Problem with butterworth simulation

    I am trying to simulate a butterworth filter, as per Analog Devices application note AN-209. I captured the first stage (attached multisim file). However, when I simulate, I get some weird result. Looking into the scope, the circuit is oscillating, w

  • Converting movie files for iTunes.  How the ??!

    Hi there I LOVE my Nano! However, I'm wanting to import some movies into iTunes so I can watch them on my Nano. It sounds ridiculous but I really can't figure out how to do this! Do I HAVE to have / buy a conversion program, eg: Quick Time Pro? Obvio

  • Error while GR

    Dear All , I just faced a problem in Testing client while doing GR for a production order .ie while doing MB31 101 movement type . Error Msg : "  For object RF_BELEG Company code (XYZ),  number range interval 21 does not exist FBN1    " Regards W>A E

  • Resume Process Chain (BW 3.1)

    Hello Gurus: Can I resume a broken process chain ? My process chain was stoped due to termination from source system. I now I can resume with BW 7. But now I am using BW 3.1 Can I resume ? Rgds, BWAS