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

Similar Messages

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

  • Changes to the ESS Personal Data iview

    Hi There
    With regard to the 'Personal Data' iview on ESS.
    I have a scenario where fields marked as REQUIRED are DISABLED.
    How do i enable them ?
    When trying to change the field configuration by previewing the Personal Data iview and then doing 'control + right click' on the relevant disabled field the changes DO NOT take effect.
    When changing an enabled field the change take effect.
    Any ideas as to what may be causing this ?
    Any advice with regard to resolving this issue will be appreciated.

    Hi,
    The ESS/MSS fields can be enabled/disabled from spro settings at the backend.
    Please check with HR consultant to see the status of that field.
    The pathmay be:
    >Personnel Management > personnel administration > own data > personal data
    Thanks
    Muthukumar

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

  • MSS Personal data iview

    HI Experts,
    I have to add phone field in personal data iview.
    I am using EP7.0 Portal ,and this is a webdynrpo based iview,I wanted to know whether there is any hidden field for phone or we need to add this field or is there any configuration required from backend.
    Thanks in advance.
    Thanks,
    Vinay

    Hi,
    If this field already manitained at r3 side, you need to get that field from R3 as same what the other fileds you are getting. Nothing is required for this only thing you have to Map this field and you have to bind this field to your view.

  • Error when trying to relocate the iCal server data store

    I'm so frustrated with iCal server already - I setup an advanced server as a standalone and got iCal server working with a couple clients. I then tried to move the data store to a new drive for greater storage and redundancy but as soon as I did I started getting failures from the clients when they attempt to register. The error I receive is:
    "Account information not found
    Unexpected secure name resolution error (code -9843) the server name xservername.myhost.com may be incorrect"
    My server is up and running fine at that address. What do you need to do to relocate the calendar store?

    It appears I have fixed the problem. I moved the directories and lost the permissions and directory ownership. I changed all of the files to RWXRWXR-X permissions with "sudo CHMOD -R 775 MyDocumentDirectory" and I changed ownership with "sudo CHOWN -R calendar:calendar MyDocumentDirectory"
    I then restarted the service. It still wasn't working. I had a hunch that it had to do with the SSL certificate so I created a new self-signed certificate, updated the ical service to use that and it appears to be working.
    Apple, if you're listening you REALLY need to work on the ease of use of this - I stumbled into this solution and nothing in the server of your documentation gave me any help with this at all.

  • Error 91 - Trying to Use the Variant to Data Function

    I am running into a problem when trying to use variants in my application. I have a state machine set-up in that one state creates a task list (cluster of arrays) and then converts it to variant. The variant is fed into a shift register that allows me to access the task list from a different state.
    The problem comes when I try to use the Variant to Data function. I right click on the task cluster to create a constant, and then wire that to the TYPE terminal of the Variant to Data Function. I wire the task cluster variant to the VARIANT terminal. When I run the VI, i get error 91: Possible reason(s): LabVIEW: The data type of the variant is not compatible with the data type wired to the type input.".
    How can I get this error when the type I wired to the TYPE terminal of the Variant to Data terminal is a constant created from the exact type created a variant from???
    Section of the state machine where I wire the cluster to variant:
    Section of the state machine where I use the Variant to Data to get the cluster out:
    The constant wired to the Variant to Data TYPE terminal was created from the cluster that is wired to the Data to Variant. I do not understand how there can be a type mismatch???
    Solved!
    Go to Solution.

    Charles_CLA wrote:
    crossrulz wrote:
    Are there any other state that run between these two?  I am noticing you have some "Use default if unwired" tunnels comming out of your case structure.  First of all, disable that on the tunnels.  Secondly, for those cases where you are not affecting that data, wire the data straight from the input tunnel to the output tunnel.  I recommend using the linked tunnels to make it even easier on yourself.
    With the default tunnels being output, your variant coming in could really be empty, therefore the conversion fails.
    Are you stalking me today?  Every single post I've clicked comment on, you beat me by a hair!
    No, just 12 hour days (due to the holiday) get really long...and you are just slow.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How to find out OrgUnit from the MSS team viewer iview

    Hi Experts,
    Please refer following link:
    https://wiki.sdn.sap.com/wiki/display/profile/HowtoreadinformationfromtheteamviewerinWeb+Dynpro
    Using this link, I am able to find out the perno.
    I have to find out OrgUnit of selected person. I did the mapping. I have also written following code:
    String orgunit = wdContext.currentSelectedOrgUnitElement().getObjid();
    wdComponentAPI.getMessageManager().reportSuccess("You have selected orgunit "+ orgunit);
    However, orgunit value is always null
    Can you please let me know how we can get the orgunit in this case?
    Regards,
    Gary

    Hi Gabriel,
    Requirement 1
    Thanks. I did so. Using this I can see the OrgUnit. However, this is the OrgUnit of MSS user. It remains same through out the program. It is unlike pernr which changes as the user clicks on different Employees.
    My exact requirement is as below:
    User will click on Employee Selection drop down box. After that he will select "Employees from Organizational Structure". Here organization structure will be displayed. Now the user will expand Org Structure. I want to know the Org Unit of different Organization as the user will go on expanding the Org Structure using the buttons
    Requirement 2
    User will click on Employee Selection drop down box. After that he will select "Employees from Organizational Unit". Now we can see the Go button. I have to write some code on the button. Where I can find the code for the button. I spent lot of time. I am not able to find out the exact place where the view for the button is located.
    Please help.
    Regards,
    Gary

  • When I am trying to use the 'Up to Date' Program, it says that my Serial Number is invalid.

    I give the online form all of my information, but it says that my Serial Number cannot be verified. I don't want to pay $29.99 heehee. And I purchased my MacBook Pro on June 11, 2011...

    That was it, Thought it was smarter than that.
    Thanks for your help.

  • When trying to download the up to date Itunes I get a message saying try to enter an alternative path to iTunes.Msi

    I cannot register my new phone as a message comes up saying
    Can anyone help me here?

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • 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 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 - Compensation Profile iViews Error Messages (Parameter CREVI not set)

    Hello Folks,
    We are currently implementing ECM with MSS and SAP Portal. In the Plan Compensation iView when I click on the Employee Name hyperlink it is launching Employee Compensation Profile page having General Data, Compensation Adjustments, Salary Development, Salary Survey Data, Compensation Guidelines, Compensation Eligibility, LT Incentive iViews.
    I am getting below listed messages in these iViews, I am not able to trace where the configuration for these is missing i.e. either in the Resource or Service or in any of the SPRO step. Could you please help me in pointing to the location where I am missing in the config part.
    General Data iView - "Internal error; Parameter CREVI is not set, Salary Development: An error occurred while the data was read."
    Salary Development, Salary Survey Data, LT Incentive iViews - "No data available"
    Compensation Guidelines, Compensation Eligibility iViews - "To display data, first select an employee".
    Thanks much for your help!
    Thanks,
    NVR.

    Enter in the iview PCD portal content :
    iView Compensation Planning - edit iview - in propertes search for the field Compensation Review (CREV) it's optional and fey from SAP Table T71ADM08
    Edited by: Javier Ignacio Serrano Zamorano on May 5, 2010 10:20 PM

  • MSS - General Information - Related Activities Links

    Hi,
    what is the best/easiest way to change the MSS - General Information - Related Activities links?
    Thanks!
    Elvez

    Hi,
    created a custom area and assigned it to my "Related Activities" iView.
    /Elvez

Maybe you are looking for