How to include portal link in task description of SRM 7.0 workflow

HI,
I want to include the SRM 7.0 Portal link in the standard task 40007980.
the link should be generated from parameters so that even in quality the url is generated as per the system settings.
Kindly guide me how i can achieve it.
Thanks in advance,
Regards,
Neha

Thanks Masa for your response.
I have a question here..if i add an attribute in the business object then would that be available in the Task container? I have gone through this program but it reads ITS_DEST which is obsolete incase of SRM 7.0 and it does not return the correct portal link.
Kindly let me know how can i get the right portal link? or would there be a need to construct it. If i have to construct then please let me know how can i get all the information to create the link. Also please tell me if it is possible to read these values in the mentioned task.
Looking forward to your response.
Regards,
Neha

Similar Messages

  • How to include Change Request Title and Description in Approval email

    Trying to figure out how to include the title and description of a Change Request in the email that goes to the managers when they approve it. Below is what we have now in the email template.
    Change request $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='WorkItem!System.WorkItem']/Property[Type='WorkItem!System.WorkItem']/Id$: $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity'
    SeedRole='Target' TypeConstraint='WorkItem!System.WorkItem']/Property[Type='WorkItem!System.WorkItem']/Title$, created by $Context/Path[Relationship='WorkItem!System.WorkItemCreatedByUser' TypeConstraint='System!System.User']$?$DisplayName$?, requires your
    approval.
    You can complete this request by replying to this message with [Approved] or [Rejected] in your message body (note the brackets).
    Alternatively, you can complete the request by looking up Review Activity $Context/Property[Type='WorkItem!System.WorkItem']/Id$ under the Activity Management views in the Service Manager Console and manually approving or rejecting it there.
    This basically translates to:
    Change request CR#: Test Change Request, created by TestUser1, requires your approval.
     You can complete this request by replying to this message with [Approved] or [Rejected] in your message body (note the brackets).
    Alternatively, you can complete the request by looking up Review Activity RA# under the Activity Management views in the Service Manager Console and manually approving or rejecting it there.
    When I click on Insert, there is a huge list of items and sub-items with all kinds of properties and I don't know what to select.
    The Targeted Class of the template is Activity

    $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target'
    TypeConstraint='WorkItem!System.WorkItem']/Property[Type='WorkItem!System.WorkItem']/Title$
    This translates to the Title of the CR (given that the targeted activity is contained in a CR). Simply replace
    Title with Description.
    Also if the Change Manager can approve a CR just by the description you have bigger issues (or just putting everything in the description). What about a reason? Implementation
    plan, rollback plan, testing, etc.?
    http://codebeaver.blogspot.dk/

  • How to Disable Portal Links with Web Dynpro Java?

    Hi all,
    I have configured some access to my apps through iviews in my portal content, each application is included in a PCD Structure inside a User Role; according the roles asigned to my users are the access to the applications the user wolud have
    For example:
    Role 1
    RootApp
         iView1.1
         iView1.2
         iView1.3
    Role 2
    RootApp
         iView2.1
         iView2.2
    Role 3
    RootApp2
         iView3.1
    My users might have one or even the 3 roles, and depending on their roles is the access to the applications that they may have.
    Now I have a requirement of the user wherein when the user logs in to the portal and clic in the RootApp link the Dynpro Application must to present an iView showing a set of terms and conditions; if the users accept the terms then they can continue using the application defined by the PCD definition, but if the users don't accept the terms, the aplication links in the portal must be disabled and the user can not use the aplications defined, but this only has to be applied to the root link selected (RootApp) in wich the user doesn't agreet the terms and conditions, however, other applications that are non dependent of the root link (RootApp) can be used (RootApp2).
    Are there any way to disable only certain portal links using a web Dynpro implementation?
    Thanks In Advance

    Hi
    IMyService portalservice=(IMyService)WDPortalUtils.getServiceRefrence(IMyService.KEY);
    portalservice.myMethod();
    This is the code to get portal service reference and call methods implemented in the service
    Also, add prtapi.jar to build path. Add sharing refernce to portal:sap.com/<Portal Application name>
    Regards,
    Yoga

  • How to include Portal login link in the workflow notification

    hi All,
              Wih the program RSWUWFML2 i am able to get the options like 1) workflow entry 2)workitem Display 3) workitem execution .
    When i click the workitem execution , it is going to SAP inbox and able to execute the workitem.
    How to do the same thing with Protal Gui. In my case most of the users will not have sap logon access but they do have protal acess.
    Like Option 3, if i click how to connect the protal and process the work item.
    Regards
    Venakat

    Hi,
    you have to copy this Program [RSWUWFML2|https://wiki.sdn.sap.com/wiki/x/moH8B] and modify. In this program mail is sent via the FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' before this code you  have modify the content of the email, you have to pass the link of the Portal in the mail.
    So that from the link users can able to logon to portal,if it is [Single Sign On|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0c78148-12de-2a10-27bf-960acc753aab], no password will ask otherwise the user have to enter the password.
    Regards,
    Surjith

  • How to include HTML link in BI Publisher Report?

    Hi,
    I am trying to include an HTML link in a BI Publisher report. But I get the HTML Code, not the link.
    I have put this in the Data Set SQL Query:
    select id_constancia, rfc, apellido_paterno, apellido_materno, nombre, e_mail_empleado,
    'a href="http://dbxserver.dbxprts.com:7778/pls/apex/f?p=134:1:::NO::P1_ID_CONSTANCIA:'||ID_CONSTANCIA||'">CITA</a ' as liga_cita
    from geiq_constancias
    where entregada = '0' and sust_rh = '0'
    And I have included the field LIGA_CITA in the rtf template,
    But I get this in the HTML output:
    =======
    Please clic on the link below to log into the system:
    a href="http://dbxserver.dbxprts.com:7778/pls/apex/f?p=134:1:::NO::P1_ID_CONSTANCIA:1183">CITA</a
    =========
    (I removed the beginning and ending '<''>' to prevent the text to be shown as a link)
    I have put the property "Make HTML output accessible" to TRUE in the report configuration, but nothing changes.
    Does anyone know how to make this work?
    Thanks.
    Francisco

    Hi Francisco,
    Note:
    your xml should only have
    <URL>http://dbxserver.dbxprts.com:7778/pls/apex/f?p=134:1:::NO::P1_ID_CONSTANCIA:1183</URL>
    Show me your sample XML , i can help you.
    What is your expected output ? PDF or HTML ?
    here it is.
    option1:
    If the XML data includes an element that contains a hyperlink , then you can use that element to create dynamic hyperlinks at runtime.
    a. insert hyperlink from word menu
    b. In the Type the file or Web page name field of the Insert Hyperlink dialog box, enter the following syntax:
    c. {ELEMENT_NAME_WHICH_HAS_URL_LINK}
    where ELEMENT_NAME_WHICH_HAS_URL_LINK is the xml data element name
    option2:
    create a form field, you can add it
    <fo:basic-link external-destination="http://www.google..com">
    <fo:inline text-decoration="underline">google Link</fo:inline>
    </fo:basic-link>
    or
    <fo:basic-link external-destination="{ELEMENT_NAME}">
    <fo:inline text-decoration="underline">google Link</fo:inline>
    </fo:basic-link>
    or
    <fo:basic-link>
    <xsl:attribute name="external-destination"><xsl:value-of select="ELEMENT_URL"/>
    </xsl:attribute>
           <xsl:value-of select="LINK_NAME"/>
    </fo:basic-link>

  • How to include Portal API's

    Hi,
    how can I include the Portal and the PCD GL API.
    Where can I get these .jar files?
    I installed the PDK and tried to get the jar's from there but I got an error by doing that. Also changing the property (as described) in the Visual Administrator did not work.
    Thanks in advance,
    Thomas

    Hi Francisco,
    I have to develop a Web Dynpro Tool, which should be able to create Folders, iViews, Pages ...
    in the Portal Content Directory. (Not with the Portal Admin Studio, but programmatically)
    Therefore I need the two API's (Portal API and PCD GL API)
    Under  <a href="http://help.sap.com/saphelp_nw04/helpdata/de/df/eb5c42da4de92ce10000000a1550b0/frameset.htm">help.sap.com</a>
    I followed the instructions to create an iView, but I wasn't able to include all the needed classes, because I can not find the .jar files (for these API's) to include into the DevStudio.
    I searched in the Filesystem and tried to get these files from the PDK, but I have not found it till now.
    Where can I find these files?
    com.sap.portal.ivs.api_iview_api.jar
    com.sap.portal.ivs.api_landscape_api.jar
    Thanks in advance,
    Thomas

  • How to include Picture link in Masthead?

    Hi all,
    I want to put some picture links on the masthead.
    Under the branding image, if I click on a particular image, it should lead to an HTML page.
    Any thoughts on how to accomplish this?
    Thanks in advance.

    If you have NWDS, it makes the work easier. You can import your downloaded par file, make the changes in the JSP and export it from NWDS itself causing it to be deployed.
    If you don'y then Navigate to System Admin -> Support -> Portal Runtime -> Administration Console -> Archive Uploader. Here you select your renamed par file and click upload.
    As I mentioned regarding reflection of changes in JSP. Make an iView out of your renamed par file after deployment.
    Select your Default Framework Page in Portal Content. Add your newly created iView to this. Mark as invisible your original masthead iView. Add this framework page to your desktop and assign the desktop to your user. You can see the changes.
    Or better still if you want quick checks. Just keep previewing the iView you create out of your new par file. That serves the purpose.
    Hope this helps!!

  • How to include citation information into document description

    I am a chemistry professor in a small college and have a large number of journal articles as pdf's that I reference in my research.  I'd would like to include fields for the article citation such as:  Journal, Volume, Issue, page, Author 1, Author 2.  I can copy these items in Zotero or Endnote, but it seems logical that they should be imbedded in the document and part of the Document Description and go along if I share the document with a student or collague.
    I have Acrobat 6.0 and would upgrade if a newer version of Acrobat would to this.  I would also really like to avoid using "metadata".

    Metadata is the logical way to include the information. You could add a text field, possibly making it hidden if desired, that contains the information. The standard form text field is markup and would not print if you selected only the document for printing. You could also add a header or footer that had the citation information. Another option would be to use the text touchup tool and hold the ctrl key as you place the cursor. That will give you a text field that is part of the document that allows you to enter the information. That lists a few items that might meet your need.

  • How GUID helps to link the backend documents and SRM docuements and updates

    Hello All
    there is no SRM business Objects without GUIDS.
    how really it updates the backend docuemnts and bringing the related docuemnts with use of GUID.
    Can any one expalin in details clena job and get status does this job?
    How this GUID concepts developed (Global Unique id).
    What a fantastic concept of GUID !!!!
    How backend understands SRM  GUIDs and where these GUIDs are stored in backend system.
    Muthu

    Thanks Jash,
    you mean the objecttype_hi could only be '05' or '06'?
    And I am reading some exsiting codes, there is a fragment:
    <b>SELECT DISTINCT
             e~guid
             e~object_id
             e~description
             c~stat
             d~priority
             e~created_at
             e~changed_at
             a~partner_no
             a~partner_fct
        FROM   ( ( ( crmd_partner       AS a
          INNER JOIN crmd_link          AS b
            ON aguid     = bguid_set )
          INNER JOIN crm_jest           AS c
            ON bguid_hi  = cobjnr    )
          INNER JOIN crmd_activity_h    AS d
            ON bguid_hi  = dguid     )
          INNER JOIN crmd_orderadm_h    AS e
            ON bguid_hi  = eguid
        INTO CORRESPONDING FIELDS OF TABLE lt_seltab
        WHERE   b~objtype_hi  = '05'
          AND   b~objtype_set = '07'
          AND   c~stat     LIKE 'E%'
          AND   e~process_type = gc_process_type-sr_serv_order
          AND   c~inact       = ''
          AND ( a~partner_fct = ls_bpfct-partner_fct
          OR    a~partner_fct = ls_c_bpfct-partner_fct )
        .</b>
    I wonder how could CRMD_ORDERADM_Hguid CRMD_ACTIVITY_Hguid and CRM_JEST~objnr are identical.
    Does it mean that the three tables describe the same object's different faces?
    Thanks very much and Best Regards,
    Marco

  • How to Include the URL of a page in Notification Email ?

    Hi ALL,
    I need your help to implement the below requirement.
    I have implemented Email notification in our application.so when ever the user creates any form/modify the form ,mail will be triggered to them.Now the users want to include the link in the email.
    When they click the link in email ,it should be navigated to the newly created form page in Apex.
    How to include the link of the page in the Email process?
    Thanks,
    Ramya.

    Hi Tuceef,
    Thanks for the response.
    I have created another hidden item P8_URL1 IN page 8 and
    I have created an on submit process in page processing section.
    the pl/sql code is
    Begin
    htp.p('<script type = "text/javascript">');
    function setLocation(href)
               // set the location path specified in the textbox.
               htp.p('location.href = document.getElementById(href).value;');
              htp.p('P8_URL1:= location.href');
    htp.p('</script>');
    end;But the code fetching the plain URL only,it's navigating to the empty form page when i click on the URL.
    Please correct the code if am wrong anywhere!
    Thanks & Regards,
    Ramya.

  • SRM-Synching company code description between SRM and ECC

    Hi,
    I have two questions:
    1. Is company code descriptions and other details are stored in SRM (like T001 in ECC)?
    2. If yes, how can we synch the company code description in SRM and ECC? What is the program name to synch both system
    Jit

    Sanjeev,
    Thanks for the reply. But still there is description difference in SRM - frontend and backend system.
    The SRM backend is correct but when we log ninto the SRM portal (frontend), the company code description are missing some characters. Can you pl let me know where is the frontend is picking the Company code description in SRM?
    Jit

  • How can I do link forgot user id when login to portal.

    In portal when login user can click logon help if he forgot his password. forgot password link in portal logon page | SCN But what if user forgot his user id? How can I do link in whitch on users id mail send his user id.

    Websites remembering you and automatically log you in is stored in a cookie.
    *Create an allow Cookie Exception to keep such a cookie, especially for secure websites and if cookies expire when Firefox is closed.
    *Tools > Options > Privacy > Cookies: Exceptions
    In case you are using "Clear history when Firefox closes":
    *do not clear the Cookies
    *do not clear the Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.
    Clearing cookies will remove all specified (selected) cookies including cookies that have an allow exception and cookies from plugins.

  • UWL Help - How can i create my own task within the Enterprise Portal

    Dear all,
    I am currently working with UWL .
    I have tried the customization and those stuffs associated with UWL , and it is working properly.
    My current issue is , how can create my own task within the Portal ( not using Ad Hoc  Workflow , which is present in Portal) ?.
    If i can create my own task within portal by API or using another method , then How can i add that task link within the drop down box that is present in the Collaboration launch pad and Mytask Workset.?
    Is there any API regarding  UWL (which is useful for creation of custom tasks in Portal using Developer Studio by means of Portal Application Creation) ?
    How can i add that custom task in the drop down ?.
    I have tried the customization of existing UWL.
    I shall be grateful to those who can help me to solve this issue with links regarding the  solution of my problem's.
    with regards
    Kishor Gopinathan

    Hi Kishore,
    I am trying to do the same thing. When i am creating Collaboration Task, it has standard templates in the dropdown like "Single Step" and "Multi-Step" etc., If i want to create my own Custom Task Template and display in that dropdown, how can i do that? Your help is really appreciated.
    Thanks
    Vijay

  • How to display task descriptions in shopping cart approval screen

    Hi,
    We are implementing SRM 7.01.
    We'd like to display descriptions of shopping cart approval task,
    which is defined in:
    transaction: PFTC
    in the 'Description' tab
    Text type : 0120 Task Description
    Currently only work item text is displayed in the UWL.
    Does anybody now how to display descriptions?
    Regards,
    Mio

    Problem solved.
    I needed to do some settings in portal view.

  • How to use loop in workflow task description

    loop doesnt work in pftc task description command line. please help

    Hi,
       Could you plse check this link 'http://mailman.mit.edu/pipermail/sap-wug/2005-February/016575.html'  to solve ur problem
    Regards,
    Rajeswari

Maybe you are looking for

  • Facetime - does it need to be switched on, on another person's device?

    I'm new to my iPad and new to Facetime. If I want to contact someone via their email address that is in as a contact, when I make the call do they have to have selected Facetime and be waiting for my call or does their device just ring and then they

  • MRP for subcontracting

    hi thr , here we r using planing strategy 10 .we have BOM like HALB A conatains ROH B and that ROH B is send outsidefor subcontracting for cutting operation . when i am taking planning run it is not generating DepReq for ROH B . i have maintained spl

  • How to run component

    Hi     I am new to Enterprise Portal. I used to work with EP5 using “jakarta-tomcat-3.3.1a” using PDK plugins I am using eclipse I used to develop small components.  I used to develop the portal application using eclipse in the following way     File

  • Utility Report to delete incomplete sales order items

    Does anyone know the name of the SAP report that is used to delete incomplete sales order items. When you save an order with multiple order items and later delete one of more of the items, SAP sometimes  leaves an entry in one of the internal tables

  • How to download free trial

    Hi! i need i trial of cs6 premire can you tell me where to download and how