ESS Links Description

Hi all,
how to change the description of the personal data link in Personal Information.
"Enter,change or delete your data" this description i need to change . where do i need to change in R/3.
Regards,
rameshb

Hi Ramesh,
Requires an IMG activity to customize the homepage framework.
SPRO >> IMG >> Cross Application Component >> Homepage Framework >> Resources >> Define Resources.
Search with the following key,
EMPLOYEE_PERSINFO_PERSDATA<_XXXX>
Change the Description of The Resouce.
Kind Regards,
Mrityunjay

Similar Messages

  • Probably a simple answer; centered links with floating link descriptions, both left and right of the links?

    Attatched is an image of the requested result. I'm new to Dw so this might be an easy bit of code, but with research I haven't been able to find an answer.
    Ideally, the numbers in the middle are links (centered on the page); and the text is a description of the link which floats to either side of the links, but is not necessarily centered; nor linked.
    I would really appreciate the help of someone more knowledgeable. Thanks in advance.
    The code I'm working on follows the image.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>design communications</title>
    <style type="text/css">
    body,td,th {
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: lighter;
      font-size: 10px;
      color: #FB6145;
    body {
      background-color: #FFFFFF;
    .strike {
      text-decoration:line-through;
    .links {
      color: #FB6145;
      text-decoration: none
    a:visited {
      text-decoration: none;
      color: #FFA493;
    a:hover {
      cursor: none;
      text-decoration: none;
    a:active {
      text-decoration: none;
    .back-arrow{
      color: #FB6145;
      text-decoration: none;
      font-size: 14px;
    </style>
    <link rel="shortcut icon" href="images/e_rimoldi_favicon_02.ico" type="image/x-icon" />
    <style type="text/css">
    </style>
    </head>
    <body>
    <p><a href="question mark/prefix_0_0.html">? </a></p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <div class="links">
    <p align="center">| <a href="works_03_01_perspective.html" id="01"
    onmouseover=
    "document.getElementById('02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >01</a> |</p>
    <p align="center">| <a href="works_03_03_plan.html" id="02"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >02</a> |</p>
    <p align="center"> | <a href="works_03_02_section.html" id="03"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >03</a> |</p>
    <p align="center">| <a href="works_03_04_mapping.html" id="04"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('back-arrow').className='links';"
    >04</a> |</p>
    <div class="back-arrow">
    <p align="center"><a href="works index_1.0.html" id="back-arrow"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';"
    >«</a></p>
    </div>
    </body>
    </html>

    hey marty,
    Perhaps this updated code will help clarify. I want the links to be centered on the page. But the link descriptions to float to either side? Does that make sense?
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>design communications</title>
    <style type="text/css">
    body,td,th {
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: lighter;
      font-size: 10px;
      color: #FB6145;
    body {
      background-color: #FFFFFF;
    .strike {
      text-decoration:line-through;
    .links {
      color: #FB6145;
      text-decoration: none
    a:visited {
      text-decoration: none;
      color: #FFA493;
    a:hover {
      cursor: none;
      text-decoration: none;
    a:active {
      text-decoration: none;
    .back-arrow{
      color: #FB6145;
      text-decoration: none;
      font-size: 14px;
    </style>
    <link rel="shortcut icon" href="images/e_rimoldi_favicon_02.ico" type="image/x-icon" />
    <style type="text/css">
    </style>
    </head>
    <body>
    <p><a href="question mark/prefix_0_0.html">? </a></p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <div class="links">
    <p align="center">| <a href="works_03_01_perspective.html" id="01"
    onmouseover=
    "document.getElementById('02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >01</a> | meddling</p>
    <p align="center"> kongenshus | <a href="works_03_03_plan.html" id="02"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >02</a> |</p>
    <p align="center"> | <a href="works_03_02_section.html" id="03"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '04').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('04').className='links';
    document.getElementById('back-arrow').className='links';"
    >03</a> | design communications</p>
    <p align="center"> green river | <a href="works_03_04_mapping.html" id="04"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( 'back-arrow').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('back-arrow').className='links';"
    >04</a> | utah</p>
    <div class="back-arrow">
    <p align="center"><a href="works index_1.0.html" id="back-arrow"
    onmouseover=
    "document.getElementById('01').className='strike';
    document.getElementById( '02').className='strike';
    document.getElementById( '03').className='strike';
    document.getElementById( '04').className='strike';"
    onmouseout=
    "document.getElementById('01').className='links';
    document.getElementById('02').className='links';
    document.getElementById('03').className='links';
    document.getElementById('04').className='links';"
    >«</a></p>
    </div>
    </body>
    </html>

  • How to enable ESS link  in portal

    I need the enable ESS link or provide access permission of ESS in my portal.what can i do for that.can anyone help me?
    Thanks in advance.
    S.Ramesh

    Hi RK,
    I will try to sum up as much as I can and limit to repeat whats already mentioned above (as they are whats needed in certain steps of implementing ESS).
    1) Go to the SAP MarketPlace and via there, you can proceed to SAP PC (or use this https://www.sdn.sap.com/irj/sdn/contentportfolio).
    There are 3 BP for ESS, choose the BP with suit your EP and backend system. Click on the text and you can see the below:
    a) Primary Backend System
    b) Portal Release
    c) iView Runtime Technology
    To see your EP version, goto http://<host>:<port>/sap/monitoring/SystemInfo. There you'll find something like sap.com/SAP-JEE 7.00 SPxx, this means, you're on Netweaver 7.00 (formerly 2004s), otherwise you'll see 6.40 (that's Netweaver 2004).
    2) Deploy the selected BP
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/fa068634000c4be10000000a11466f/frameset.htm
    3) After deploying the BP, you have to maintain the JCo's for ESS to access your backend system which host your HR.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/8c/cb3042366c0521e10000000a155106/frameset.htm
    4) In the backend system which host your HR, you have to setup the necessary ESS authorizations. ESS backend are normally to assign SAP_EMPLOYEE_ERP role to employee which is composite role, which contain following roles:
    SAP_BC_EMPLOYEE
    SAP_BC_ENDUSER
    SAP_ESSUSER_ERP
    SAP_HR_EMPLOYEE_DE_ERP
    SAP_HR_EMPLOYEE_US_ERP
    SAP_HR_PA_XF_EXPERT
    You can duplicate or maintain the authorization objects for the above mentioned roles (base on what you want them to execute) using PFCG, generate the profiles and complete the user compare.
    In summary, your setup Portal for your ESS users to display what they can see via the ESS BP and you can customise what you want them to see (ESS BP provide standard ESS iviews, pages, workset and role but you can create your own page, workset or role and delta link the provided ESS iviews). From the backend system (HR), you set what your ESS users can do via authorisation roles mentioned above. Once you have setup the above, your ESS users can start with their ESS activities.
    P.S: As also mentioned above SSO is also a plus point for your users as then they will not have to login when they try to access ESS (backend system) via the Portal.
    Hope that helps.
    Ray

  • ESS service description on EP

    Hi,
    We are implemeting Webdynpro ESS in ERP2004. We have a requirement where we have to provide a hyperlink in a service description. I am using relevant IMG of homepage framework to insert the description but it only uploads text files. Is there a way to insert a service description with hyperlink?
    Thank you.
    Regards,
    Abhijeet.

    Ok....so just to follow you....
    (1) Make a resource for the URL link (like for whatever URL the "Additional Info" is located...and you should already have one for your actual service (like Benefits Overview).
    (2) Assign the resource to a service which should be the one to display the link ("Additional Info").
    (3) Assign the service (and the service for Benefits Overview for example) to the <b>SAME</b> "subarea" with "Benefits Overview" given an order of say 10 and the "Additional Info" service given an order of 20...that makes them appear correctly (ie. stacked).
    (4) Assign your subarea to an area (probably already done since it was there for the "Benefits Overview").
    (5) Make sure your changes are moved to the right clients (since the config is client dependent) if in the same instance. For example, if you config in say client 030 but your data/unit test is from 035, log into client 035, run t-code SCC1 and pull over your transport from 030 (it's ok...you can do this as much as you want without releaseing the transport).
    Now...you do NOT have to restart the portal. Your change will not show immediately, but that is ok. Have your portal admin go into "System Admin->Support->Portal Content Directory" and click the "administration" link towards the bottom...then click the "release cache" button. This will clear the cache and next time you access yourpages, they will reload with your new changes. Just that easy! =
    Hope this helps.

  • Launchpad - ESS MENU - Descriptions not transporting to Quality client

    Hello,
    I have made some changes to the Launchpad role ESS, instance MENU.  Our customization included some changes to the Link Text and Descriptions.  I was able to translate the Link texts using APB_LPD_SHOW_TEXT_KEYS and transport them, however I am unable to get the Description (Customer Long Text) texts to transport.  I'm not sure what step(s) I'm missing so could someone provide me with details on how to get this done?
    Dev client
    Quality client after translation and transport.
    I've even attempted to force them into a transport using Program ID = LANG, Object type = DOCT, DOCV, using the keys seen in report APB_LPD_SHOW_TEXT_KEYS.
    Regards,
    Garrett Meredith

    Hi Siddharth,
    I'm a bit fuzzy on what your suggesting I do since I am unfamiliar with those transactions.  I will cover it with our development team to see if it makes sense to them on what steps to do before I confirm.
    Just as reference, I can see the text in the DOKTL in our Dev environment.  If I pull up report APB_LPD_SHOW_TEXT_KEYS for ESS MENU I can see the Texts Keys and Text.
    In our Q client, if I pull up the report, for ESS MENU, the Text keys are there, but the Text is not.  Were the Text Key already there or did my transport put them there?
    When you mention "activate the document *** in English in SE61"  What do I put into the Name field?  The Text key only gives me an error.
    Kind Regards,
    Garrett

  • ESS Fields Description:

    Hi Experts,
    I have customized the homepage framework. It is working fine till two days back. Now, whenever I am trying to access a service on portal, the description of each field, each button, and error messages are in non-English.
    It is happening with the both Standard Role and Customized role. had anybody faced this before? why is this behavior all of a sudden? Could you suggest some check points or any helpful links?
    Thanks!

    Hi,
    Did you change any of the language settings like
    Language of the user at the backend
    JCO langauge etc..
    This will affect the language used in the portal..check them.
    Regards,
    Sharadha

  • How to display a KM document iView as ESS link

    Hi Experts,
    In my project we have already implemented ESS. As per a new requirement, I have stored a page in KM. I have created KM Document iView. In the project we are already having standard link for ESS --> Personal Information --> Personal Data. Right now this is pointing to a standard iView. I would like to call KM document iView when the user clicks on ESS --> Personal Information --> Personal Data. How we can do so? I tried changing the spro setting in following way
    1) I have created iView. The PCD location is as below:
    pcd:portal_content/com.aa.all.folder.sabic/com.aa.ep.folder.enterprise_portal/com.aa.portal.folder.iviews/com.aa.portal.folder.singapore_ess/com.sabic.portal.iview.aa.coming_soon
    2) In the spro, I selected resource. I create a new resource called ZESS_SERV_COMING_SOON_SG
    3) I set URL of Resource Object as
    ROLES://portal_content/com.aa.all.folder.sabic/com.aa.ep.folder.enterprise_portal/com.aa.portal.folder.iviews/com.aa.portal.folder.singapore_ess/com.sabic.portal.iview.aa.coming_soon
    4) In the spro, I selected the node 'Define Services' for standard link ESS --> Personal Information --> Personal Data. Here I changed the service type to 'Call a Portal Page (PCD)'. I also changed Linked Resource to ZESS_SERV_COMING_SOON_SG.
    5) I logged off and again logged into Portal. However, I can not see the link altogether for ESS --> Personal Information --> Personal Data.
    6) Please let me know what is wrong with my method.
    Please help.
    Regards,
    Gaurav

    Hi All,
    Thanks for the help. The issue got resolved. I am writing the solution here for the benefit of SDN users
    1) Create iView
    2) Create Page
    3) Attach page in the Role
    4) Go to newly created resource. URL of PCD page should be filled up with the value. ROLE://.... path of page in the role.
    Regards,
    Gary

  • ESS Links not working

    Hi All,
    I have deployed the ESS 600 SP 11and PCUIGP 600 SP 11 on EP 7 SP 11 system with the backend as ECC 6.0.
    Now I am getting the ESS overview and other pages with the links. But when I click on any link its not taking me anywhere.
    To make the link navigate  to the respective pages do I need to do any configurations? Please let me know.
    Regards,
    Purush.

    For the third time now:
    The SAP_EMPLOYEE_ERP role is probably not GENERATED!
    Transaction PFTC => enter the role. Go to roles, double click on all the roles. Go into change, and choose generate. The authorization tab page has to have a GREEN icon.
    Than it should work. You should indeed not assign your users a SAP_ALL profile

  • ESS - Links issue for Appraisal

    My end-users are unable to access the appraisal forms  on the ESS portal, the link just does not open the form. We have been unable to resolve this issue. can anybody suggest anything?
    Best Regards
    Pallavi

    Hi,
    please specify in more detail what happens if you press the link in ESS Portal.
    Do you see a ivew? Do you get any erroro message? Maybe you have screenshots?
    best regards
    Martin Hastik

  • ESS link EP7

    Dear All,
    My landscape consists of EP7 and ECC6 using ESS and MSS from portal.
    In ESS role I have Benfits and payments workset , I dont want to use Benfits like participation overview page and FlexBeans. Deleted these pages from workset even though it is appearing in Benfits and payments workset.Please let me know how to disable these links when I click on Benfits and payments link in navigational panel.
    Points will be rewarded for useful answers!

    Hi,
    Check again the page and uncheck (visible box) the unwanted iviews from the page.
    Regards,
    Padman

  • ESS links

    Dear All,
    My landscape consists of EP7 and ECC6 using ESS and MSS from portal.
    In ESS role I have Benfits and payments workset , I dont want to use Benfits like participation overview page and FlexBeans. Deleted these pages from  workset even though it is appearing in Benfits and payments workset.Please let me know how to disable these links when I click on Benfits and payments link in navigational panel.
    Points will be rewarded for useful answers!

    You also need to make the changes in the backend configuration of the Homepage Framework. You could simply set those areas/services display number to 0 (zero) in the config. There are many more posts about this here....jsut search one "homepage framework" for more information.

  • ESS Links open in new windows

    hi people,
    i maintainded my own data on ess. than the next screen, it dosnt matter where i click, opens in a new window. why? where can i customize that?
    i looked at pers.mgt. -> ess -> general settings -> hompage for ss -> services -> define links on conf. page but somehow it dosnt make any diference what i adjust there.
    thanks alot

    /thread/307087 [original link is broken]
    please go through this thread
    please check note no  734861.
    To get personalise option, Please assign "eu_role" to the user. You will get personalise option on the top right hand corner.
    In this maintain workprotect mode and select 3rd option.
    Regards
    ashutosh

  • Tooltip shall be different to link description

    Hello,
    in the IC Inbox we have limited space. Therefore we have only the description of service requests in the result list but not the ID of the service request. The description is a link.
    Now the requirement is to add a tooltip to this description link which contains the OBJECT_ID.
    Any ideas how this tooltip could be added in coulding?
    Thank you
    Kind regards
    Manfred

    Hi,
        The spreadsheet icon is a normal table view. I was wrong in assuming that it was a tree view. For normal table views, you can make use of the index variable.
    Data:lr_col type ref to if_bol_bo_col,
            lr_iterator type ref to if_bol_bo_col_iterator,
             lr_bo TYPE REF TO if_bol_bo_property_access.
    lr_col ?= me->collection_wrapper.
    lr_iterator ?= lr_col->get_iterator( ).
    lr_bo ?= lr_iterator->get_by_index( iv_index = iv_index ).
    lv_object_id = lr_bo->get_property_as_string( iv_attr_name = 'OBJECT_ID' ).
    Regards,
    Arun Prakash

  • ESS link in Outlook express

    Hi friends
    My client wants when ever a workitem gets in the UWL a email has to notify that a workitem has come. I know that there is a report program RSWUWFML2 and configuration of this report with correct varient you can achieve it.
    I have followed the following link
    Link: [https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/workitemintimationintheemail]
    The link describes the SAP R/3 login screen. But i want Portal login screen. How to achieve it.
    Regards
    vijay

    Are you on 4.7 or ECC 6.0 version ?
    If you are on ECC 6.0, user SWNCONFIG configuration. In that you can specify link of the portal which is displayed in the email sent to the user whenever workitem arrives in the inbox.
    Regards,
    PR.

  • Missing Area Description (long text) in ESS EhP5

    Our company heavily uses the ESS Area Description (long text) to communicate FAQ's, tips, and other help information on ESS.  We like how this information is directly visible to users on the area pages.
    We are in the process of upgrading to EhP5 and it appears this field no longer exists in the new LaunchPad.  Instead, is the intention to use the portal Help Center instead?  I would like to get a definitive answer before I communicate back to the business of the change.
    Thanks,
    Scott

    for that you would need quick help or help center
    http://help.sap.com/erp2005_ehp_05/helpdata/en/a4/b1b1674f1442c281f4956efecfc945/frameset.htm
    Yes you are right there is no additional informatiion on right hand side as in java based iviews

Maybe you are looking for

  • Parent Child Value Sets for Item Categories

    I've tried to set up parent-child value sets, not independent-dependent sets for Item Categories but in vain. So, if Item Category has 2 segments - Category & Sub-Category; Sub-Category only shows valid values for a category. For example, if Category

  • Production Order to storage bin link

    Hi Experts, I have to develop a report where the client wants to track a FG (Batch managed) based on production order. One of the columns is storage bin as well. Is there a link to production order no and storage bins in SAP tables. Please suggest. R

  • Webservice Error. Please help...

    Dear all, I have an issue in my web service based PI scenario. Sender and Receiver side I am using SOAP. A message comes from portal to PI and from there the message goes to Siebel. The communication is asynchronous (like data insert). The Siebel tea

  • Elements keeps freezing when using healing brush - can you help?  Running Yosemite

    Elements keeps freezing when I try to use healing brush tool.  I'm running Yosemite.  Tried to download a "plug-in" workaround, but it just comes up blank. Can you please help?

  • What does the word "static" really mean?

    Yep, that's the question. What does the word "static" really mean? /Martin