How to hide standard Iviews in MSS employee profile service

Hi ,
I am on MSS Add on 1.0 .
when I click on Team then employee infomration then employee profile.
I can see details of employee. How to hide additional information like salary data , compensation information, apprisal which is part of standard delivery.
Please see attachment.
Regards,
Vijay

Package PAOC_MSS_PROFILES_WDA Config ID            HRMSS_EMP_OVER_PROFILE Application name is HRMSS_EMP_OVERVIEW_PROFILE and there you can delete as shown in below blog for similar case. http://scn.sap.com/community/erp/hcm/employee-self-service/blog/2012/04/25/mss-homepage-customisation http://scn.sap.com/thread/3486553 http://scn.sap.com/thread/3554348

Similar Messages

  • How-to add a custom Web Dynpro iView to the MSS Employee Profile

    Hello everybody,
    i have created a small How-to guide of how to add a custom iView/Web Dynpro application to the standard MSS Employee Profile for ECC 6.0.
    The How-to guide can be found <a href="https://wiki.sdn.sap.com/wiki/display/profile/2007/04/15/How-toaddacustomWebDynproiViewtotheMSSEmployee+Profile">here</a>
    I hope its of any value.
    cheers,
    Markus

    Hello Luca,
    unfortunatelly it wont work. A WDA Application does not have access to the Floorplan Manager for XSS Applications. So until SAP develop an interface, you have to stick for such a task to WDJ.
    regards,
    Markus

  • How to hide an iView

    hi All,
    how to hide an iView on a particular page?
    I have an iView which when opened up, plays online music..
    I would like to hide this particular iView so that when the user goes to the page, the music would be played but  the iView would be hidden

    hi senthil and stephen,
    I tried the first way, the iView is hidden. then what happened is that the music is not played..so the functionality of the iView is lost.
    well the one Stephen was telling, could you be more specific on which length and width you are mentioning....like fixed height, fixed width or something like that......
    thanks in advance.

  • MSS "Employee Profile Information" Personalization

    Hi all.
    I´m trying to make some personalization in the "General Data" iView at the "Employee Profile Information" page of the MSS with the "ctrl + right click" method... But no modification remains. I make it, save it, but... When I preview the page again... Everything is as in the beginning.
    Does anybody know why this happends and what can I do??
    Thanks a lot in advance... Points, after the stuff

    Module: MSS
    Page: General Information
    iViews: Employee Search
    Personal Data
    General Data
    Monitoring of Days
    Absence Days
    Photo
    (If you want PCDs or any other info... Ask me again)
    Thanks a lot for your time.

  • How to create Customized Iview in MSS

    Hi Gurus ,
    we are currently using MSS, as per requirement we need to create a custmized IVIEW in MSS using JavaWEBDYNPRO .
    Please let me know .
    1) where i can create javawebdynpro,is anywhere i can sample programs of JavaWebdynpro to check how SAP tables and FM being used in the Java code ...?
    2) How to create Iview in the MSS ?
    3) How do i Call Javawebdynpro in the MSS?
    ViswaRani

    1. the simplest solution to your requirement is create a webdynpro(abap) application using following function modules.
    HRMSS_RFC_STRUCTURE_GET
    PT_ARQ_ACCOUNTS_GET
    BAPI_ABSENCE_CREATE
    The effort of above will be 2-3 days
    2. If you want to develop an applicaiton that can be integrated to the team viewer then its simple,
    build an application with above RFCs either in abap or java and just integrate the iview to the team viewer as per note 1112733.
    with new release all the team viewer iviews throw portal event that passes a string and your application can catch that string. so if you select an employee as a manager then that is passed from the team viewers to all the iview that are covered under the page. read note 1112733 its really good.
    these approches are already implemented for various customers and working absolutely fine. Discuss with your customer before you decide on the approach.
    Edited by: Barin Desai on May 8, 2009 1:41 PM

  • How to call Standard Iviews in Webdynpro application?

    How to call STD iviews  in the wwbdynpro application.
    can any of friends give the code

    Use this snippet to call standard iviews from your webdynpro code :
    //use LinktoAction UI element
    onActionClick (com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent)
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/folders/X.Iview", WDPortalNavigationMode.SHOW_INPLACE, (String)null, (String)null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, "Called iView Name", (String)null, (String)null);
    Hope this helps.
    Rgds
    Prabhakar

  • How to Call standard iView from WebDynpro custom iView

    Hello all Experts
    I want to know whether there is any way to call (navigate to) standard iView from my cutom WebDynpro iview or not?
    If yes please tell me how to code it.
    (Points will be awarded for helpful answers)

    Hi Vinod,
    read this document (from pages 7 ).
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62</a>
    In addition lok at these links: (Navigation Between Web Dynpro Applications in the Portal)
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm">http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm</a>
    It may be helpful for you.
    Best regards,
    Gianluca Barile

  • How to hide an iView from a User w

    Hello Experts.
    Is there any way to hide an iView from some group of people?
    Fox example, we have a role (Role A) containing a page containing the iView (Role->Page->iView) and we want to hide this iView for users that don't have some another role or group. Is it possible to hide this iView even for users who have Role A?
    Best regards,
    Timur Semenchuk.

    Hello Timur,
    that sounds... complicated. This is probably one of those cases, where a nice drawing or screenshot would help a lot to understand.
    Is this homepage already there? Do I understand that correct, that it will contain links in the detailed navigation, that are iviews and those link to documents (in the KM for example) that have infos like pictures etc in them?
    And you just want to show those iviews on this start page, if the user has the roles, that are needed to show the content that is displayed AFTER you click on a link in the document in the iview on the start page?
    If I understood correctly, why don't you put those start iviews (let's call them like this for now) into the roles, that they should display? This way, only a user that can use the content after the jump can see the start point.
    So every iview in the start page is part of one of the roles, that the user has. Or can an iview have content, that leads to different displays, depending on which link/banner he click in the iview content?
    Like I said, I wouldn't do this via the PCD permissions. It's not very practical and later on hard to maintain.
    Regards,
    Steffi.

  • MSS Employee Profile

    Hello,
    We are implementing MSS on Portal. When a Manager views the Employee Profile for a particular employee and goes to Miscellaneous Tab -> Organizational Assignments -> History it shows the Manager's Communication information like Phone Number and Email Address.
    It should display employee's communication data instead.
    Any help would be highly Appreciated.

    It should be the employees, Please can you check if you are using standard launcpad entries for MSS users 1972195    Manager is not able to view Employee#s Profile in M 1972102    Adding Exceptions to the method signature

  • Integrating Manager Self-Services(MSS), Employee Self-Services(ESS) in EP60

    Hi,
    I would like to integrate Manager Self-Services(MSS) and Employee Self-Services(ESS) into my Enterprise Portal EP6.0 SP2.
    I have downloaded the business packages for the same and looking for a good document which can guide me to implement the integration.
    Any quick response would be highly appreciated.

    Hi,
    the "connection" between iView and R3 System is done via the system definition. The ESS - iViews use a System alias SAP_R3_Human_Resources (and the other names I mentioned above).
    If you have assigned this ESS role to a user the iView connects to the R3 system defined in the alias. If you chose single sign on the user id from the portal should be the same as in the R3. If it is different the easiest way would be to use usermapping.
    The best way would be to assign this ESS role to your user and watch what is happening.
    Regards,
    Holger.

  • How to hide standard fileds ?

    Hi All,
    How can we hide the standard fields like Company Code , Location , Goods Recipents etc under the tab Basic Data in EBP?
    Thanks,
    Anubhav

    Hi Anubhav,
    You can use BBP_UI_CONTROL_BADI to hide these standard fields under the basic data tab.
    Sample Code:
    CASE IV_FIELDNAME.
              WHEN 'GS_SCR_BASIC_I-BE_CO_CODE' OR 'GS_SCR_BASIC_I-RECIPIENT_ID'.
                        CV_INVISIBLE = C_X.
                        CV_INPUT_READY = ' '.
    ENDCASE.
    You can try hiding these fields in the Screen Variant through the SHD0 Transaction.
    Thanks,
    Pradeep

  • How to  add Custom Relationship in MSS Employee Search Drop down

    Dear Sap Fans,
    I would like to link Custom Drop down link at following path.
    Manager Self-Service->Team->Employee Information->General Information->Employee Selection
    Drop Down 1. Direct Reports
              2. Employee from Organization Structure
              3. Employee from Organization Units
              4. Who's Who
    We would like to add one more custom drop down. Can any one suggest how to add custom drop down in this list ? We have created custom relationship in R/3 but it is not showing in Portal.
    Your prompt reply highly appreciated and points will be rewarded.
    Regards,
    Ashish Brahmbhatt

    Barin,
    I have done settings in back end. I have created new realtionship for evaluation path. I am not able to see that link on portal. How/From Where I can use object and data provider tool and eventing for config ?
    rds,
    Aashish

  • How to hide standard application toolbar through config?

    Hi,
    My requirement is to make the transaction SWIA available in CRM WEB UI and to hide some buttons from the application toolbar like the execute Work Item, display Workflow Log buttons and few more.  Is there a way i can do it through cong?

    You can use transaction variants.
    [http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/frameset.htm]
    Your fist step will be to execute transaction SHD0 and create a transaction variant for SWIA. Then you can create a Z transaction (ZSWIA) that will call SWIA with the transaction variant you have just created.

  • How to hide standard page links on oaf page

    hello buddies,
    on the oaf page header section we have links like: "Navigator" , "Favorites" , "Home" , "Logout" , "Preferences" ..etc
    also, we have some links on the footer section like : "Privacy Statement" , "Home" , "Logout" , "Preferences" and copy right.
    I want to remove all these links on my custom page except for "Home" and "Logout" is this possible?
    please advise.
    Thanking you all to find some time to read my post!
    Jenny

    Hi,
    May be you need to remove the the links from the global Menu, ICX_STANDARD_GLOBAL_MENU or the related global menu in that page.
    See one of my old thead
    Re: adding a new link in global button bar
    and the blog
    http://apps2fusion.com/at/kv/321-oa-framework-copyright-privacy
    might be helpful.
    Thanks,
    With regards,
    Kali.
    OSSi.

  • Please, how to hide/change my BBM's contact profile pic??

    Hello,
    because I keep seeing the (incorrect) advice like this: " FIRST YOU HAVE TO ATTACH YOUR BBM CONTACT TO A PHONEBOOK CONTACT ON YOUR BB. THAT MEANS THAT WHEN YOU OPEN A PERSON�S PHONEBOOK CONTACT, YOU HAVE TO VISUALISE HIS BB PIN NUMBER IN THE CORRESPONDANT SPACE. STEP TWO: YOU HAVE TO ASSIGN A PICTURE TO THIS PHONEBOOK CONTACT ( ANY ONE U CHOSEE) AGAIN IN THE PHONEBOOK CONTACT. STEP 3: YOU GO TO BBM OPTIONS, YOU HIGHLIGHT THE OPTION WHER U CAN SUBSTITUTE THE BBM DISPLAY PIC BY THE PHONEBOOK PIC (THE ONE U ALREADY ATTACHED IT TO)."
    But it is not like that! The option in BBM changes your PHONEBOOK's contact profile pic with the BBM's pic. So when my BBM friend changes the picture, it changes also in my Phonebook list. But I need to do it THE OTHER WAY ROUND. I want to change the pic in my phonebook so that it changes in my BBM's contacts. 
    It's very important for me, how can I do it?
    Best regards,
    Marcin. 

    I resolved this issue!!! FOr those who will have the same problem, go to :
    http://crackberry.com/how-change-contacts-picture-blackberry-messenger#comment-1151386
    Thread is closed. 

Maybe you are looking for