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

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

  • 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 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

  • How to intergrate customer short profile into employee profile page MSS WDA

    Hi
    I have created a z version of SAP_MSS_General_profile and amended some the fieids contained within.
    I can't see where this is referred to in the employee profile application in order to get it to refer to the non-standard version.
    Can anyone help?
    Thanks

    Hi Liz
    Yes I did eventually!
    I had delve right down into the component configuration for the employee profile.  We have "z" versions of everything so via SE80 I went to the configuration of the application configuration zhrmss_emp_over_profile (of the web dynpro applications hrmss_emp_over_profile).  From within this configuration I wnet into the change mode of the component configuration zhrmss_emp_overview_profile_oif.
    On this configuration screen there is another button which says change from which there is a sub-menu - one of the items of which is "global settings".  On the global settings screen there is an option to change the short profile from the default setting of "HRMSS_SHORT_PROFILE_CONF"
    I have also found it useful when trying to change other parameters to drill down in the PCD into our role right down to the iview properties in which parameters are often passed such as ROLE and INSTANCE etc and allocate "z" values there.
    I hope this helps!

  • MSS: Eventing with Employee Profile/Search

    Hi All,
    I've followed this blog to event with employee profile iview. In the end, the application does pick the employee selected from Employee Search table, but the issue is, on selecting another employee, the application doesnt pickup the right pernr. The app reacts to the event only the first time when the application starts.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/how-toaddacustomWebDynproiViewtotheMSSEmployeeProfile%28ECC+6.0%29&
    Has anyone tried this? If so, is there anyother step missing?
    Any help is greatly appreciated.
    Cheers,
    Rajit

    Hi Rajit Srinivas,
    I have the same requirement where in which I have a custom WD Application.
    What I want is I should be able to select the employee from the Team Viewer iView and supply the information to the Custom Application so that it gives me output based on that.
    and how to adopt the team viewer view to your custom WD application....
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/how%2bto%2bread%2binformation%2bfrom%2bthe%2bteamviewer%2bin%2bweb%2bdynpro
    I have followed your document also but I couldn't find any information about to plug the teamviewer application into Custom WD development.
    Please give me a clear view on how to integrate the team viewer application with custom development WD application.
    If code is required pls provide that also.............
    I would appreciate the useful inputs with higher points.
    Thanks in Advance,
    Dharani

  • General Data iView under Employee Profile

    Hi All,
    I need to change the General Data file under Employee Profile in MSS.
    The file name is: com.sap.pct.hcm.eeprofilegeneraldata.par
    Right now the display under GEneral data in portal shows positon name but i need to show the position Number also..the concerned JSP file inside the above said PAr file uses Java class method like data.getPosition() to fetch the position name.
    NOw i am not sure how and by which method i can fetch position number too and display it.
    COuld anyone help/advice..
    thanks

    Hi Mate,
    quite new to these things..but i extracted my par file via WINRAR and i have to change my JSP page..i am able to change it but thing is i don know which method i have to use to fetch the posiiton number.
    The JSP code is like this  -
    <%@ page import="java.util.ResourceBundle"%>
    <%@ taglib uri="htmlb" prefix="hbj" %>
    <jsp:useBean id="data" scope="request" class="com.sap.pct.hcm.employeeprofile.generaldata.GeneralDataBean" />
    <jsp:useBean id="cKey" scope="request" class="com.sap.pct.hcm.orgmanagementeventing.CKey" />
    <hbj:content id="myContext" >
    <hbj:page>
        <%= cKey.getJavaScriptForURLCaller() %>
        <% ResourceBundle rb = componentRequest.getResourceBundle(); %>
        <%
            String payType;
            String payArea;
            String payGroup;
            String payLevel;
            if(data.getCompensationType()==data.TYPE_PAY_SCALE){
                payType = rb.getString("pay_type");
                payArea = rb.getString("pay_area");
                payGroup = rb.getString("pay_group");
                payLevel = rb.getString("pay_level");
            } else {
                payType = rb.getString("sal_type");
                payArea = rb.getString("sal_area");
                payGroup = rb.getString("sal_group");
                payLevel = rb.getString("sal_level");
        %>
        <hbj:form>
              <%= cKey.getHiddenFormField() %>
              <%= cKey.getJavaScriptForEventReceiver(componentRequest, myContext.getCurrentFormId()) %>
              <table border="0"><tr><td colspan="7">
                  <hbj:textView text="<%=data.getName()%>" design="HEADER2"/>  <hbj:textView text="<%=\"(\" + data.getPERNR() + \")\"%>" design="HEADER3"/>
              </td></tr>
              <tr><td colspan="7" height="5px"></td>
              <tr>
                <td colspan="3"><hbj:textView text="<%=rb.getString(\"group_contract_data\")%>" design="HEADER3"/></td>
                <td>   </td>
                <td colspan="3"><hbj:textView text="<%=rb.getString(\"group_communication\")%>" design="HEADER3"/></td>
              </tr>
              <tr>
                <td><hbj:label id="la" labelFor="a" text="<%=rb.getString(\"work_contract\")%>"/></td><td> </td><td><hbj:textView id="a" text="<%=data.getWorkContract()%>"/></td>
                <td></td>
                <td><hbj:label id="lb" labelFor="b" text="<%=rb.getString(\"email\")%>"/></td><td> </td><td><hbj:link id="b" reference="<%=\"mailto:\"+data.getEmail()%>" text="<%=data.getEmail()%>"/></a></td>
              </tr>
              <tr>
                <td><hbj:label id="lc" labelFor="c" text="<%=rb.getString(\"hire_date\")%>"/></td><td></td><td><hbj:textView id="c" text="<%=data.getEntryDate()%>"/></td>
                <td></td>
                <td><hbj:label id="ld" labelFor="d" text="<%=rb.getString(\"office\")%>"/></td><td></td><td><hbj:textView id="d" text="<%=data.getOffice()%>"/></td>
              </tr>
    etc etc----
    if you see here they are using method like getEmail() etc for displaying data on front end screen.
    at the top of this file there is a bean file included -
    <jsp:useBean id="data" scope="request" class="com.sap.pct.hcm.employeeprofile.generaldata.GeneralDataBean"
    this must be having all methods..bt i don know where this bean file can be acceessed? i cant see it anywhere in my extracted PAr file.
    The only requrement of mine is to display postion number next to the text(text is already getting displayed)..

  • Hide Overview & Miscellaneous from Employee Profile in Team View

    Hi all,
    I want to hide everything other than Short profile in Employee Profile in Team View(MSS)
    How can I do it.?
    Thanks,
    Namsheed

    Hi Jwala,
    Thanks for giving the path where it lies. Now if I want to delete or hide the overview & miscellaneous from short profile. what I need to do.
    In configuration of short profile, I have got the following :
    If I delete compensation field from here, will it get deleted from ESS Employee short Profile as well.??
    In Configure display of short profile,
    I have got the following screen :
    Here the pixel value is given. If I reduce the pixel, will my requirement will get satisfied.
    Pls advice what I need to do.
    Thanks,
    Namsheed.

  • ECM Planning-error in Employee profile view

    Hi,
    When i try to view an employee profile from Compensation view of MSS, i am getting the following error.
    Salary Development: An error occurred while the data was read
    I could see some data under other tabs like-Comp Guidelines,LTI,comp eligibility. But under SALARY DEVELOPMENT and SALARY SURVEY DATA, its showing as "no data available"
    We did not configure any job pricing data.Is this related to that config???
    Thanks
    Anjani

    Hi experts,
    Can anyone suggest me any solution for this(apart from hiding the respective field).
    Thanks
    Anjani

  • Webdynpro Application Name for MSS/Employee Search Iview

    Hi all,
    I want to modify <b>MSS/EmployeeSearch</b> application. I am not able to find out the technical name(WebDnypro Application name) for this <b>MSS/employee search</b> I view. I know we can find  it out from pcd I view properties, but in this case its different from PCD.
    Regards
    Praveen

    I solved it my self

  • Customizing standard MSS Employee Search (Web Dynpro Java)

    Hi Guys,
    Currently I am working on EP 7.0, and we have some requirements on MSS Employee Search.
    Based on SAP help:
    Technical Names of iViews :     com.sap.pct.erp.mss.employeesearch_geinfo
    Technical Names of Web Dynpro Applications :     sap.com/mss~eepro/GeneralInformation
    So downloaded package msseeprosap.com through NWDI, and opened in NWDS.
    There are 3 applications there:
    com.sap.xss.hr.eeprofile.GeneralInformation
    com.sap.xss.hr.eeprofile.CompensationInformation
    com.sap.xss.hr.eeprofile.PersonnelDevelopment
    and 2 Components:
    CEmployeeProfile_1Comp
    CEmployeeProfileAllComp
    but there is no views inside these 2 components which contains the screen layout.(E.g: Dropdown list for Employee Selection, Input fields for Last name, Personal Number, Personal area, etc)
    How can I identify which package contains the screen layout for employee search?
    Thanks a lot.

    currently our project has a requirement to modify Employee Search iview: When user select one Org Unit, We need to have a button under the table which contains the users.
    We imported package msstmvsap.com and found that it is using  OADP screen.
    Thus we imported pcui_gpoadpsap.com,  we feel View "DataViewView" is the view that contains the user table, so I simply added one textview there, then deploy to server.
    Then I run Employee Search, it is giving error
       java.lang.ClassCastException: com.sap.xss.ser.oadp.java.OADPObject incompatible with com.sap.xss.ser.oadp.java.OADPObject
        at com.sap.xss.hr.tmv.vac.VTeamViewerComp.onBeforeOutput(VTeamViewerComp.java:303)
        at com.sap.xss.hr.tmv.vac.wdp.InternalVTeamViewerComp.onBeforeOutput(InternalVTeamViewerComp.java:210)
        at com.sap.xss.hr.tmv.vac.VTeamViewerCompInterface.onBeforeOutput(VTeamViewerCompInterface.java:144)
        at com.sap.xss.hr.tmv.vac.wdp.InternalVTeamViewerCompInterface.onBeforeOutput(InternalVTeamViewerCompInterface.java:136)
        at com.sap.xss.hr.tmv.vac.wdp.InternalVTeamViewerCompInterface$External.onBeforeOutput(InternalVTeamViewerCompInterface.java:212)
    Then i removed that textview, deploy again, still it has this problem.
    Any help?
    Thanks with rewarding points!
    Regards,
    Guo Feng

  • Customer wise employee profile

    Hi,
    The requirement is slightly peculiar and i don't have any clue if this is achievable.
    We have 3 profiles in our organization lets say:
    Profile1
    Profile2
    Profile3
    All the employees in the organization have any one of these profiles (defined in HRMS). These profile needs to be associated with a customer for bill rate definition. For example for
    Customer A - profile1 will be 30$, profile2 will be 40$ and profile3 will be 50$
    Customer B - profile1 will be 20$, ,profile2 will be 25$ and profile3 will be 45$
    Customer C - profile1 will be 15$, ,profile2 will be 25$ and profile3 will be 35$
    When I create a project for Customer A, and allocate resource, the bill rate should be automatically picked up for each employee-profile as defined against Customer A. Similarly it should happen the way we create project and allocate resource for other customers too.
    How is this achievable?
    Thanks.
    Anand

    Hi
    You may use the Labor billing extension.
    This extension is called by the process GDR when the billing method is WORK. This extension will return the bill rate based on a custom logic you may code.
    We are using a similar method.
    You may set up bill rate schedules names for the various customers.
    You may also setup jobs, even though they are not assigned to employees.
    Populate the bill rates values on the bill rate schedule, per job (equivalent to profile).
    Alternatively, we created a custom table with rate schedule name and bill rate per employee profile.
    On the project billing options you can assign the bill rate schedule.
    Then go and develop the extension logic, so for the employee on the expenditure item it will select the profile in HR, and for the project will gather the bill rate schedule name. Then find the bill rate of the employee's profile on that schedule. This bill rate is the output returned by the extension to the GDR process to multiply by the EI quantity of labor hours.
    Dina

  • Remove fields from OrgChart extended employee profile

    Hello experts,
    I would like to remove two fields from the Extended Employee Profile from all Herarchies: "Address" and "Place of birth".
    I reviewed the Details Designer from the AdminConsole but I see they are part of a data sheet so I guess it is not as easy as untick them to be removed. Any guidelines where I can deleted them from the details panel?
    OrgChart 3.0 SP2
    Build 0702019400
    Any assistance would be helpful.
    Regards,
    Ana

    Hi Ana,
    Try ..\AppResources\detaildataconfiguration\SAPPositionIncumbentsInfoDetailsConfig_Data.xml - there is a fieldset called EmployeeDetailData that contains the fields.
    Best regards,
    Luke

  • UI5 Employee Profile Issue

    I am trying to activate SAP UI5 services from Ehp 7 on a sandbox but when I execute employee profile application from SE80 I am just getting a blank page. So far only leave request application worked file. All other ESS and HRPAO applications are not working properly. Either they are coming up blank or incomplete. We are on SAP Ehp7 SP 21.
    I am not sure where the issue is. I did debug for many hours but still not able to get past this. Help is much appreciated. I have completed the following setup.
    1. All the required odata services and SICF nodes have been activated.
    2. SAP NW Gateway is on the same instance as the ECC. SAP system alias in table /IWFND/V_DFSYAL looks like below. "ABC" RFC dest is setup correctly as type 3.
    SAP System Alias     Local GW     For Local App     RFC Dest     Software Version
         ABC                                                                      ABC               /IWSPI/BSFND_731
    3. Under SPRO-->SAP Netweaver-->Activate and Mantain Services - all the services have been activated and system alias shows up as ABC.
    After completing these steps only the leave request app is working correctly. All other UI5 applications are not working.
    Thank you!

    thanks Siddharth...I have IE 9 but as you mentioned I tried in google chrome and got the same result. I have gone through the thread you gave before. I do have all the relevant config_id and parameters are set.
    However my user does not have any of the UI5 delivered roles for Emp, Manager and HR prof. I am executing these applications at this moment from SE80. Do I still need to assign all the relevant UI5 roles? I didnt do this since leave request was working okay for me. Eventhough its sandbox there is too much hassel for getting the roles change but I do have a meeting with our security team member to grant me some additional access. I will repost when I have those assigned.
    I checked the error log using /IWFND/ERROR_LOG and see the below error.
    "Data Provider implementation 'ZLAUNCHPAD_0001_BE' '01' '/IWSPI/BSFND_731' does not exist"
    but I do see the relevant service under netweaver gateway...maintain/activate services.

  • OrgModeler - Employee Profile Telephone and Sec. Phone fields

    Hi experts,
    We're on OrgModeler 3.0 SP2.
    On the employee profile panel, the telephone and sec. phone fields are showing "n/a". Is telephone not being read from infotype 105 subtype 0020?
    Thanks in advance,
    L

    Hi L,
    I assume that you talk about the OrgChart module in OrgModeler (not the Scenario module)?
    This data is returned in the NakisaRFC function SAPPositionIncumbentDetails.xml. It uses the following keywords that can be displayed and changed in the Data Center (ABAP Add-on Keywords).
    <keyword name="EmployeeFaxSubType">
      <value>0005</value>
      <description>Employee Fax Subtype</description>
    </keyword>
    <keyword name="EmployeeCellSubType">
      <value>CELL</value>
      <description>Employee Cell Subtype</description>
    </keyword>
    <keyword name="EmployeeEmailSubType">
      <value>0010</value>
      <description>Employee Email Subtype</description>
    </keyword>
    <keyword name="EmployeeTelephoneSubType">
      <value>0020</value>
      <description>Employee Telephone Subtype</description>
    </keyword>
    If these are correct but you are not getting the information then check the cds.log file to see if there are any errors.
    Best regards,
    Luke

Maybe you are looking for