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)..

Similar Messages

  • MSS 1.41 - General Data iView - Content not updated

    Hi Gurus,
    This is the first time I have this clue and i'm not able to find anything in the forum concerning this topic.
    A manager login the portal and selects an employee through Employee Search iView.
    General data iview displays his organizational information but not updated.
    This employee changed position on 01.01.2014, data are up-to-date in IT1 but still the oldest data are displayed.
    Nothing can be customizing in SPRO neither in PCD.
    Maybe a parameter to add in the iview config...
    Iview used : mss.generalinfo_generaldata
    Thank you in advance for your advices.
    Matthieu

    Did you check the org.unit and his positions relations ships dates are valid as per IT0001 record.
    can you place the screen shots for more clear on this issue ...

  • Trying to personalize the MSS General Data iView

    We want to make personalize the General Data iView, which appears on the General Information page.  We want to hide a couple of fields (contract text and cap. Utilization) and change the text for another field (Contract Data).  We attempted to do this in the standard way, which is to preview the iView and hover the cursor over the area we wish to personalize and use Ctrlright-click.  The general data iView does not work by itself.  It only works in conjunction with the Employee Search iView on the General Information page.  So then we tried to personalize the same fields on the General Information page also using the Ctrlright-click and then clicking Apply and then Ok.  The changes appear to save while still in preview mode.  Once we close and re-open the page the changes are gone.  The system will not allow us to make personalizations to a page and save them.  There is no error message showing, the changes are just not saved when you re-open the page.  Is there a fix that will allow us to personalize (as an administrator) a page and save the changes?

    Hi,
    Try it by doing it from portal content folder and navigate to the folder where the iview exits and then iview right click ->open object and preview here and do the changes and save.
    If we do it from the content area or from the page the changes will not be there for next time.
    Thanks,
    gopal

  • MSS General Data iView

    Hi To all,
    I'm implementing MSS 60.1.5 <b>(No WebDynpro)</b>
    I have a problem with GeneraData iView
    (com.sap.pct.hcm.eeprofilegeneraldata.default)
    It's a JSP and it utilize the RFC HRWPC_RFC_EP_READ_GENERALDATA
    The problem is that the iView do not show in a correct way the data. I.E. next to Employee SubArea(description) show the office adress, or next to salary class(description) show the value of the Employee status.
    Someone know how can I reorganize the view?
    Thanks in advance
    Dom

    Hi,
            Can you help me regarding MSS iview customization (based on par and not webDynpro).There is one iview General data in which we have to add one new field.For that a new function Module is created in the Backend R/3 by ABAP persons.The New Function module wraps the old function Module + the new Field.Do you know How this filed can be shown in our iview.
    Regards
    Imran

  • MSS Employee search and General Data

    Hi All,
             We are implementing ESS/MSS. When i preview "Employee Search" iview in (Content Provided by SAP>Line Manager> Employee Search) iview. It shows all employees under that line manger with all options. But when i click on any employee, it is not showing any information. I tried to test "General Data" iview, it simply shows "Please select any employee, to display data" text only.
    Any help on this will be greatly appreciated.
    Cheers,
    Krish.

    Hi,
    Please check your OADP customizing.
    If your system is at ERP 2004 release refers to ~
    Different Features of OADP based on ERP 2004  https://wiki.sdn.sap.com/wiki/display/ERPHCM/DifferentFeaturesofOADPbasedonERP+2004
    If your system is at ECC 6.0 release refers to ~
    Different features of OADP based on ECC 6.0
    https://wiki.sdn.sap.com/wiki/display/ERPHCM/DifferentfeaturesofOADPbasedonECC+6.0
    For ECC 6.0 you can check your customizing by testing function module HRWPC_OADP_TEST as shown in above link.
    Regards
    Pooja

  • MSS iView - General Data

    Hi All,
    I copied the "General Data" iview from MSS biusiness package. I am on EP7.
    When i view this page, i see "Contract Data", "Communications Data", "Organisational Assignment" and "Personnel Structure".
    I want to remove "Communications Data" from the above iview.
    How to achieve this ?
    Your help is much appreciated as we are in a critical phase.
    Thanks,
    Sathya

    Hi,
            Can you help me regarding MSS iview customization (based on par and not webDynpro).There is one iview General data in which we have to add one new field.For that a new function Module is created in the Backend R/3 by ABAP persons.The New Function module wraps the old function Module + the new Field.Do you know How this filed can be shown in our iview.
    Regards
    Imran

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

  • Salary Data iview inside General Information

    Hello Colleagues,
    In MSS, we added the "Salary Data" iview to the "General Information" section/workset. However, when we select an employee in the "Search" area, no data is displayed in the "Salary Data".
    However, the "Salary Data" works when used inside the "Compensation Information" section/workset.
    The Search iview for General Information is com.sap.pct.erp.mss.generalinfo_employeesearch
    The Search iview for Compensation Information is com.sap.pct.erp.mss.compensationinfo_employeesearch
    My question is: Is there any way of having the "Salary Data" iview working under the "General Information" section (with General Information Search..)?
    Thanks in advance,
    Marco

    Hello Marco,
    The iView will not event on selection by just adding the standard delivered view  to the General Information Page. You'll probably have to do the following steps first:-
    1) Add the Salary Data FPM view to the General Information FPM application perspective using Self-Service Administrator
    2) Create a new Salary Data iView by selecting Webdynpro Java Application ->MSS Empl Profile application --> General Information --> Salary data. Add this new iView to your General Information Page
    Hope this helps.
    Pooja

  • MSS - team - General Data, Employee selection add Custom col with KM link

    Hi There,
    I am trying to add a custom column for MSS team selection for general data. Which works alright, now i want to make that column click able (like email) and this should direct me to a dynamic Km link based on employee selected.
    I have added custom column and able to display custom content on the team member selection table. I am able to make it clickable if i select "link" option on column configuration. So that also works.. now i want to pass employee number to my custom webdynpro application. Can you suggest anything here.
    Thanks a lot.
    Regards,
    Sudhir

    Hi Sudhir,
    If I understand correctly, though oadp config, you have added new column and attached a service key to make it as a clickable one. Once u er clicks on the link, I believe you want to display the KM doc which takes pernr as url parameter or some thing like that.
    If my understanding is correct then, you have to  create a WD Application, which reads the selected pernr( or org or position). You need to add pcui_gp/xssutils as used DC and then add context nodes of FcObjectSelection to read the selected record details as described in the above wiki which I gave i.e. https://wiki.sdn.sap.com/wiki/display/profile/How-toaddacustomWebDynproiViewtotheMSSEmployeeProfile%28ECC+6.0%29
    You have to pass the value returned by the Selected Object to the KM as url parameter.
    Also use this blog to see the frontend context values of WDJ application. It will help you in understanding the various values of the context nodes.
    /people/yugandhar.reddy/blog/2011/03/26/simple-way-to-debug-ess-and-mss-web-dynpro-java-based-applications--very-useful-technique
    This should wok for you, let me know if your requirement is different.
    Regards
    Yugandhar Reddy

  • 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 General Information - Personal Data Iview

    Hi,
    On Mss> Team > General Information,  We want to add to Personal Data Iview more fields, for example secondary address, We dont have NWDI, so I'm looking for some table to customize an add the parameters....
    Any help?
    Thanks in advanced!

    Unfortunately there is no table for this to customise, You can try peronalisation
    Without NWDI this cannot be achieved.
    http://help.sap.com/saphelp_erp2005/helpdata/en/ee/63ef41925b2135e10000000a1550b0/frameset.htm

  • 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

  • Employee profile data

    Hi
    Iam not able to find the employee profile data.
    where is profile tab page in crm bussiness partner role
    employee.
    I want to give the following fileds in emoplyee master data in crm
    fields are:
    Profile Role     
    Job Function Role     
    SAP Role     
    PW Role     PWSW Role     
    PPS Id     
    BPDB Id     
    please tell me how to look for this fields.
    thx
    swathi

    Hi
    I have already created an enhancement to the application as this is where I have changed the label names and hidden items where necessary.  However I have been unable to find the relevant item within this to deactivate?  If you have a screenshot of the item within the application to hide, that would be useful.
    Thanks
    Claire

  • What Date in CNS0 we need to enter in Planned Gds mvm tab under general dat

    Hi PS Guruu2019s,
    Date should be after the (MRP2 tab in Material master Planned Delivery (Calendar day) +  GR Processing Time (Working days))
    Example:-
    For materials A from Materials master days are two.
    Thant means 16u2019Th March (consd'g 14'th march) we can enter data in CNS0 as in Planned Gds mvm tab under general data tab
    Please correct me if I am wrong.
    Many Thanks
    MM

    >
    MenakaM wrote:
    > in CNS0 as in Planned Gds mvm tab under general data tab
    > Many Thanks
    > MM
    The date of goods movement or delivery date of your items to the project site or to the client.

  • Business Partner Creation/Display - General Data fields are missing

    Hi,
    We have an issue in our ECC6.0 system. In FPP1/FPP2/FPP3 transactions General data fields such as Driver's license, SSN, Employee class are missing under Identification tab. But the same are displayed in BP transaction code. What configuration would causing this issue.

    I found a SAP Note 844949 which is talking about the same kind of issue. As per the note I regenerated subscreen containers for application object BUPA.
    Call transaction BUSP and generate the subscreen containers for the application objects BUPA, FICA and BUPR. To do this, set the "All screens" indicator under "Generate All Screens or Just Selected Screens".
    If this does not correct the incorrect display, use transaction BUPT for the business partner or transaction CAWM for the contract account to make sure that the fields are not missing due to the field modifications. (If you cannot call these transactions, exit the SAP Easy Access menu by using /n and then call BUPT or CAWM.

Maybe you are looking for

  • With an external hard drive connected to my mac , can i have the videos streaming on my hdtv via apple tv?

    i have 3TB hard drive where i store all of my HD videos since my macbook pro just cant handle them. i connect the harddrive to my macbook pro to watch the videos when i need to but do not upload them back to the mac can apple tv stream the videos to

  • Errors in Batch

    How can I update a custom table and create a TODO if the batch fails? In the catch block I am trying to rollback the session, update my custom table and do addError(). I have a TODO linked to the batch and I am implementing the createToDoProperties()

  • Wrong cell #

    I have been without my cell for over a month now.  My son was helping to activate my new phone and it has the wrong cell #.  It is showing (removed) and it should be (removed).  I NEED to activate my cell, so how does it get changed to the correct #?

  • Catalog upload problem..

    Hi We are using SRM 4.0 with CCM 1.0. Created a CSV file for supplier catalog and uploaded the file in CCM. Data has not loaded because of following errors.   Error in CSV file: row 2 ()    Error when uploading CSV file to catalog STAPLES My catalog

  • Help me with iMovie, please!!

    I'm trying to add photos from iPhoto to a project and it won't load them. Does anyone have any advice?