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

Similar Messages

  • How to provide hyperlink for a particular field in ALV

    Hi,
      How to provide hyperlink for a particular field in alv report.
    Regards,
    Ramu.

    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

  • How to create hyperlink for the messages in oneorder documents

    Hi ,
    I want to create hyperlink for the error messages that are raised for a payment request, so that i can navigate to that particular object ID mentioned in the message.

    Hi Paparao,
    But we can find the same functionality for trade promotions overlap, the messages raised when two or more tradepromotions overlap, provide us with hyperlink through which we can navigate to that particular object id.
    Regards
    Tejarshi
    Edited by: tejarshi vadduri on Apr 17, 2009 6:55 AM

  • IN bapi- how to provide spool report with messages

    in BAPI, how to provide spool report with messages?

    >
    sujan T wrote:
    > Thanks for your reply.
    >
    >    What is the logic to call the standard report from zprogram?Inside the zpogram how to call standard report?
    >
    > Regards,
    > Sujan
    no special logic is required
    If u want to use
    RPUAUDOO IN THE ZREPORT.
    Put the submit button where ever required
    ex: In zreport after certain process reacedu want to call then use
    submit rpuaudoo and return.
    Regards
    Sas

  • How to provide hyperlink in alv

    Hi,
    how to provide hyperlink only for one column in alv in webdynpro abap
    Thanks and regards,
    Sridevi.D

    DATA:
        lr_column_settings TYPE REF TO if_salv_wd_column_settings,
        lr_link_to_action TYPE REF TO cl_salv_wd_uie_link_to_action,
        lr_col type ref to cl_salv_wd_column.
      lr_column_settings ?= wd_this->alv_config_table.
      lr_col = lr_column_settings->get_column( 'MATNR' ).
      CREATE OBJECT lr_link_to_action.
      lr_link_to_action1->SET_TEXT_FIELDNAME('MATNR').
      lr_col->set_cell_editor( lr_link_to_action ).
    The variable alv_config_table is defined in the attribute tab of the view which is reference to the class CL_SALV_WD_CONFIG_TABLE
    Use this code in the init method of the View.
    Reward points if helpful.
    Thanks in advance.

  • Output determination for sales order via email notification

    Dear All,
    Can some one provide  me  a  step by step configuration guide for Output determination via email notification.
    I would appreciate for your prompt response.
    Thanks
    ANGKS

    Hi there,
    For getting output Email or any media you have to do output determination. output determination is also carried by Condition techniques.
    Configuration path: (following are the steps)
    1) SPRO-> IMG-> Basic Functions-> Output Control-> Output Determination-> Output Determination using Condition Technique- >Output Determination for Sales Documents .
    2) Create Condition Table: select the field Sales Doc Type from field catalog & Save
    3) Maintain Access Sequence: 4-digits code & description. 
    4) Assign condition table to access sequence. Select Accesses line item and Go To Fields. Fields will display the fields we have selected in the condition table i.e. sales doc type. Maintain Output Types:BA00: Order Confirmation Select BA00 & Copy & Rename. Give the same 4-digit code as given to access sequence. You Can Maintain: Languages of Output Partners (to whom you need to send output) Print Program- print specification Sap Script- layout Assign Output Types to Partner Functions: go to new entries & assign your output type to partner functions. Maintain Output Determination Procedure: V10000 (Standard Procedure)here you select communication medium Email.
    Go to new entries and create your own 6-digit code with description. Select the procedure, go to Control Data. Here mention the output type i.e. condition type and leave requirement and manual only columns as blank. Determination Rule: link the 6-digit procedure code to doc types. Create Condition Records: VV11. Select document type and click on Communication. Mention partner function, medium, time. Output device: LP01, Spool request Name: SD_003, Suffix 2: order_confir & flag on print immediately. Once you press enter you will come across 2 key combinations: Sales organisation/ Customer Number: fill SO, Customer No, Partner Function Abbreviation, Partner to whom the output should be sent, time, medium, language. It contains: Sales Orgnisation, Customer, Partner Function (The abbreviated form of the name that identifies the Partner) (During output determination, the system determines the recipient of the output from the master record for the specified partner function. In this field, you can explicitly specify a recipient that will override the standard partner. There must also be a master record for the partner that is specified explicitly.), Medium, Time & Language.} Order Type: Document Type, Partner Function (abbreviation), Partner, Medium, Time & Language. Path For Output Determination For Sales Documents: Logistics -> Sales/distribution -> Master data -> Output -> Sales Document -> Create (t-code VV11) Path for Output Determination
    I hope this will help you.....
    Regards
    Deepak

  • How to display Help for the message in our program

    Hi Experts,
    Do any one know how to display the HELP for the Message in our ABAP program? Just like the user click the Long Text button in SE91.Do we have any function modules or Class method to do that? Thanks in advance.
    Joe

    Hi Joe,
    While creating a message class in se93, theres a button (documentation) on the application tool bar. Click on that and you will be lead to a text editor where you can fill in the necessary documentation for the message you have created.

  • How Display Standard Help for a Message?

    I have a program that executes a Call Transaction.  When it returns an error message, I write the message to a report. 
    I would like to define a hotspot on the report so that the user can click on the message and get the standard long text for the message.  This would be equivalent to the result you get when you click on a message at the bottom of a screen.
    Is there a standard function module that would provide this feature?

    Check This FM DOCU_CALL
    Regards,
    Naimesh Patel

  • How to provide formulae for the columns in report based on date column

    Hi,
    How can we provide formulae for the columns in report, where each column is based on another Date Column.
    Can anyone suggest on this.
    Thanks

    Hi Manu,
    I think you a logical column X on which you created another Logical Column Y.
    Now you want 'Y' to be filtered based on Date Column.
    1. If, my assumption is right - You can do your requirement i.e. Filtering the logical col. 'Y' on Reports.
    Else,
    2. See - Your Logical column 'Y' While creating log. column 'Y' make sure you use any expression builder to filter across Date column. (i.e. using any case statements or where clause).
    Else,
    3. Make sure your First Logical column comes from Table by default (i.e. Create the same col. in d/b so it would be your Physic col. )
    Thank you.
    Edited by: GRK on Jan 28, 2013 7:48 AM

  • How to provide credentials for outbound HTTP connection

    Hi all,
    My outbound request requires basic authentication How to provide credentials within xsjs for outbound request.
    My .xshttpdest file has authType=basic:
    host = "host";
    port = 80;
    description = "decription";
    pathPrefix = "/geoserver/";
    authType = basic;
    useProxy = false;
    proxyHost = "proxy";
    proxyPort = 8080;
    timeout = 0;
    Correspondent xsjs class create request:
    var request = new $.net.http.Request($.net.http.GET, "");
    Is any possibility to provide request with credentials?
    Thanks.
    Slava

    You provide credentials by configuring for the HTTP destination via the XSAdmin tool. Directly supplying credentials in the XSJS code itself would not be sure.

  • How to enable hyperlink for a cell in excel thru OLE?

    Hi,
    Iam using OLE2 to download data from an internal table into excel sheet.I want to enable hyperlink for one cell in each line of the excel. Please advice how to go abt it?
    Regards,
    Shambu

    To hyperlink to the specific sheet in your workbook, you need to first create the sheet and use the parameter #3 of the Hyperlink's ADD method.
    Try like this:
    *.....Hyperlink to another sheet
      GET PROPERTY OF e_appl 'Range' = e_range
        exporting
        #1 = 'A1'
        #2 = 'A1'.
      GET PROPERTY OF e_activesheet 'Hyperlinks' = e_hyperlink.
      get property of e_work 'Sheets' = e_sheets.
      CALL METHOD OF e_sheets 'Add' = e_work2.
      CALL METHOD OF e_hyperlink 'Add'
        EXPORTING
        #1 = e_range
        #2 = ''
        #3 = 'Sheet2!A1'.   "Targeted Sheet & Cell
    *.....Hyperlink to another sheet
    Regards,
    Naimesh Patel

  • How to create hyperlink for region

    I have page which contain two region.i want to create a link for each region. when i click the first link
    first region should display,viceversa
    Actually how to create link for region?
    Thanks and regards
    skud

    Hi Bosamiya and vee,
    Thank you very much...
    but,
    when i run my page it shows three tabs (*show all*,*region1*,*region2*).
    How to disable that show all tab?
    i want to show only region1 and region2 tabs.
    Is it possible to disable the show all tab?
    Thanks and regard,
    Skud.

  • How to get MessageSecurityConstants for a message

    Hi,
    I need to get the MessageSecurityConstants for a message (mail, appointment, etc...).
    I looked at the Object API document and could not find a way to get it.
    Please let me know a way.
    I am using GroupWise 8.
    Thanks,
    Hilmi.

    There is not in the ObjectAPI. You would have to use the
    SOAP API.
    >>> On Friday, October 16, 2009 at 7:46 AM,
    hilmij<[email protected]>
    wrote:
    > Hi,
    > I need to get the MessageSecurityConstants for a message (mail,
    > appointment, etc...).
    >
    > I looked at the Object API document and could not find a way to get
    > it.
    >
    > Please let me know a way.
    >
    > I am using GroupWise 8.
    >
    > Thanks,
    > Hilmi.

  • Need notification for successful messages in email

    Hi experts,
    Is it possible to send email notification for all the successful messages with a link to message content.
    I am working on PI 7.1 and the scenarios are Idoc,RFC,Proxy  to SOAP (WS)  and vice versa.
    How can I achieve this?
    Any help is highly appreciated.
    Regards,
    Praveen

    Hi,
    you can try with link to messagingsystem like this:
    http://server:port/MessagingSystem/monitor/monitor2.jsp?messageid=43409223-475a-11e1-b77b-0000027c581a&messageDir=OUTBOUND
    all you need to set is the message ID which can be easily fetched in all PI flows
    Regards,
    Michal Krawczyk

  • 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

Maybe you are looking for

  • Error while outbound processing

    Hi In WE19, when i enter control record details( sender and receiver port, partner etc ) and then when i click outbound processing button i am getting a warning saying that "IDOC saved successfully but it should not or cannot be sent". i am tring to

  • Screen Configuration Missing

    Hello All, We have upgraded from CRM 4.0 to CRM 5.0. As a result SAP have deleted CRM001 (Sold-to Party) and created CRM000 (Sold-to Party). All the config. as part of the upgrade process seems to have been copied across except the screen configurati

  • Date Format in DD-MM-YYYY in Module Pool

    Hi, How can I show date in DD-MM-YYYY Format in Module Pool Thanks

  • Verifying a time machine back up package?

    Hi I need to do a clean install on my macbook. I have started a time machine back up of 200Gb or so, the backup was progressing over several hours but i can't confirm that it was completed. When i came back to the MacBook the message "this computer m

  • Constructor of package protected class

    Why has class Test no constructor when trying to get the default constructor by reflection. class Test {      public static void main(String[] args){           try {                Class test=Test.class;                Constructor[] ctor= test.getCon