Bringing additional field in "Personal Data" iView

Hi All,
This problem might have been discussed on SDN, but I could not locate any concrete solution so posting new question.
We are implementing ESS for multiple countries including US, UK , Japan. Language is english only.
For ESS > Personal Data application, we would like to have Suffix field avaialble on the iView.
There is a field for Suffix in Infotype 0002, but there is no field on the iView.
Questions are :
(1) How this can be brought in the iView?
(2) Can this be done using any configuration or need customization using NWDI ?
(3) Does a single process or config will make it available in iViews of all countries?
Thanking in anticipation.
Regards,
Rajesh

Hi Rajesh
Each ESS service is country specific therefore it has to be customizied by country
Regarding adding fields you would normally do this by "Inserting a child" into the relevant views transparent container
- modifying by NWDS is only part of the customization - you still need to ensure the model recognises the
field and passes values to and from the Portal with the correct business logic
I also found the following which may be of interest -->
https://wiki.sdn.sap.com/wiki/pages/viewpage.action?spaceKey=profile&title=ESSPersonalInformationUIenhancementwithoutmodification&decorator=printable
Best wishes
Stuart

Similar Messages

  • Problem with displaying a standard field in Personal Data iView

    Hi,
    I'm trying to display the field 'Nickname' from  infotype 0002 in the Personal Data iView.  I searched SDN and SAP Help and all of the replies/documentation refers to "Maintain V_T588MFPROPC".  I want to display this field in the Edit and the Review and Save screens.
    The steps given in this forum seem straightforward but in reality it's a nightmare.  I've spent days and nights debugging and testing, but still couldn't solve this.  I can see from my debugging that the field is filled in with the appropriate values in all the internal tables/structures but it is not shown at all in the iView.  What I got from maintaining V_T588MFPROPC is just the field's attributes.
    How do I actually display the field in the Review and Save screens of the Personal Data iView?  Does this involving modification to the iView Java program?  Can anyone help?
    Thanks in advance.

    V_T588MFPROPC is the table where you add the technical field name for the country version you are using
    like for USA it is 10
    Now the same field if supported should appear in all screens, it if it not then you would need java modification
    of the ess component
    http://wiki.sdn.sap.com/wiki/display/profile/ESSPersonalInformationUIenhancementwithoutmodification
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?spaceKey=profile&title=ESSPersonalInformationUIenhancementwithoutmodification&decorator=printable

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

  • 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

  • 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

  • How to hide fields of personal data in Personal information

    Hi Guru's,
    W.r.t subject, please guide me to solve my issue.
    System Configuration : SAP ERP 6.0, EHP 6,NWBC
    We are Implementing ESS / MSS  through NWBC and I have a requirement of hiding fields in Personal Information --> Personal Profile --> Personal Data
    Here I have a requirement of Hiding fields like 2nd Nationality,3rd Nationality, Birth Country etc... Please find the attached Screen for the same and requesting you to help me in achieving this requirement.
    Thanks in Advance.
    Rajeswara

    Hi Shankar,
    We have 3 clients in DEV system,
    Configuration and Testing clients are different systems.
    Portal connected to Testing client, we are using NWBC for Portal services. So here Portal link is not required as like EP.
    It would be highly appreciable, if u can help me Step by step process to achive my requirement (Hiding Mandatory fields of Personal data IT in Personal information services).
    Thanks InAdvance,
    Rajeswara.

  • Hide or remove delete button - ESS personal data iView

    Hi, regarding for example ESS(50.4) personal data overview iView. 
    How to hide or remove delete button in the personal data overview iView screen(I know that this can be done on the ITS server side (web studio), but I want to do this in R3)
    /Best Regards
    Patrick

    Achim was right on. Edit/Change the Internet Service in R/3. A few things to consider though....
    (1) if using the original service, you may want to create a copy of theme 99 into your own theme (any number will do...99 is just the default theme). If doing so, be sure to change the service's service file (yeh, I always loved that about SAP's naming) to point the ~theme paramter to your new theme.
    or
    (2) Copy the entire service into your own "Z" service. Then modify the templates as you wish. You will need to point the iView to this "Z" service too.
    Also, it is best to do it via SE80 vs. file level because then it will be part of a transport and follow the correct path through the landscape.
    Now, if you really want to go back to R/3....find the function module or program the transaction code for your service actually calls, make a "Z" version of it, modify it, create your own "Z" t-code to call it, and THEN modify the internet service's service file (either the original SAP one or a custom version) to call your new "Z" t-code. Lot of work...yes, I know....but that's the way it's done if you gotta get back down to the ABAP level.
    Hope this helps!
    Message was edited by: Christopher Solomon

  • Additional field in standard MSS iView

    Hello all,
    We have created a new custom infotype (IT9915) in which we intend to hold some disability information.
    We would like to display one of this infotypes fields within MSS in the 'Employee Profile' page, 'General Data' iView.
    I have little JSP development knowledge but I can find and read the JSP program for this iView.
    Within the code I can see that you can extract field values from a call to a 'Resource Bundle' component request.
    My question is:
    Where and how do I add code so that the field (eg PA9915-DISABILITY) is added to the resource bundle and enable me to subsequently reference and extract it within the 'General Data' iView program?
    Many thanks in advance,
    Keiron.

    Hi
    U can create a new table view like V_TKZU3_CO, insert your new fields and create the maintenance view program for it.
    Max

  • Personal Data iview can be changed

    ESS-PersonalInformation--PersonalData-Webdynpro based iview
    I have a scenario that i need Personal Data only for display purpose.There should not be Edit button inorder to edit.
    Can we make changes to the Personal Data iview

    Personal Data uses SAP transaction PZ13 behind it.  You could make a Z copy of the SAP Program (function group EHF5) and remove the 'change' button from screen 100.  Then create a new iview that references this custom program/transaction.
    Adrian

  • Screen exit for MM01 to add additional fields to basic data tab .

    Hi All ,
    We are working on the SAP version ECC 5.0 . Our requirement is to add additional fields to the general data section of the basic data1 tab for the tcode MM01 . I have gone through many previous queries in SDN but not able to figure out what exactly the process should be . All I could figure out is to start the process from appending the structure to MARA for the additional fields . Then follow the steps in the SPRO .
    Define Structure of Data Screens for Each Screen Sequence
    Assign Secondary Screens
    Maintain Order of Main and Additional Screens
    Assign Screen Sequences to User/Material Type/Transaction/In
    Define How Maintenance Statuses Are Determined in Data Trans
    Create Program for Customized Subscreens
    I am not able to comprehend what we are trying to do in these steps .
    Can anyone explain me in detail what we are trying to do in the whole process ?
    Thanks ,
    Varun .

    Hi varun,
    Create the append structure on the MARA table.
    The SAP note 44410 describes how to add the new fields to the screen and how the updating will work.
    1.     Make a copy of function group MGD1to ZMGDI as stated inthe Ossnote using program COPYMGDI.
    2.             Goto Se38 enter program name SAPLZMGDI Click Display and goto> program-> other object---> enter screen number '0001' and add your fields to the subscreen which should apper on the the general data section of the basic data1 tab for the tcode MM01
    2.     Make the changes stated in SAP Note.
    3.     After make the changes the functional analyst will need to make some configuration changes.
    4.     SPRO -> Logistic General -> Material Master -> Configuring Materal Master -> Define Structure of Data Screens Sequence.
    5.     Select SSq = 21 then click on Subscreens select Basic DATA1
    6.     Enter in the new screens that were built
    7.     Change the row that was create putting in the program (function group program) that was created in step 2.
    Thanks and regards,
    Pavankumar

  • Singapore - nric field in personal data

    Hello,
    we noticed that the field NRIC in the personal data for singapore has been greyed out.
    Is there a way to activate this ? Or has this a particular reason ?
    thanks in advance !

    You are absolutely right man!
    This is the logic within infotype 0002 to populate NRIC field:
    FORM GET_NRIC .                             "SHYAL0K025888
      call function 'HR_READ_INFOTYPE'                    "RTTL6BK011465
             exporting
                  tclas           = pspar-tclas
                  pernr           = p0002-pernr
                  infty           = '0185'
                  begda           = p0002-begda
                  endda           = p0002-endda
             importing
                  subrc           = ret_code
             tables
                  infty_tab       = i0185
        EXCEPTIONS
             INFTY_NOT_FOUND = 1
             OTHERS          = 2.
        loop at i0185.                                       "RTTL6BK011465
          pmsg4-ictyp = i0185-ictyp.
          PERFORM re549d USING '25ICN' '1' feature_value ret.
        IF feature_value < value.                            "#EC  PORTABLE
            value = feature_value.
            move i0185-icnum to p0002-perid.
          ENDIF.
        endloop.
    ENDFORM.                    " GET_NRIC
    Cheers.

  • Personal data iView error....Anyone able to help?

    Hi All,
    I have a problem with my EP. I have create an iViews and link it to employee bank information (PZ03) which I publish this thru SE80 under Internet service. On the R/3 side, if I login as the employee, by typing “/n” then press “enter” and I type PZ03. I am able to see the screen. The problem is when I wanted to display the personal data (PZ13); I could not publish it in SE80 under Internet service. It gives me an error message that the object does not exist. However I am able to view the screen if I log in as an employee in R/3 (same with what I did for PZ03).
    On the EP side, I am not able to view that personal data (PZ13) iView. It gives me some error message which listed below. It is working fine in my development EP. Is there anything that I need to re-publish or any service that I need to activate?
    Error
    The page just hang there with an hour glass while on the bottom left corner of the browser, it show “done” with some warning. When I double click on the warning it gives me error which I listed some below.
    Line:572
    Char: 1
    Error: ‘Self.myOnloadhdIf2’ is null or not an object
    Code: 0
    URL: http://sapepprd.bimbdev.com.my/scripts/wgate/pz13/!?client=010&language=en&accessbility=0&DesignBaseUrl=http%3A%2F%2Fsapepprd.bimbdev.com.my%3A50400%2Firj%2Fportalapps%2Fcom.sap.portal.design.portaldesigndata%2Fthemes%2Fits&~design=sap_tradeshow
    Error 2
    Line:5116
    Char: 1
    Error: ‘its_tablecontrolObject’ is undefined
    Code: 0
    URL: http://sapepprd.bimbdev.com.my/scripts/wgate/pz1354ee2f84/~fIN0YXRIPTM4NDCUMDAxLiAyLiAy===?
    subframe=1&use_session_protocol=1&webguiuserareawidth=766&webguiuserareaheight=372
    Anyone know what is the problem or the solution?
    Thanks you…..
    Regards,
    Bryan

    Although I haven't used XSQL specifically with MySQL database, your issue is clearly related to some dependence on Oracle JDBC drivers. The first place to look - did you change the <connectiondefs> section of the XSQLConfig.xml file to include appropriate connection parameters for your database, including a class name of the MySQL JDBC driver? Another thing to try - switch to Tomcat's DataSource implementation - for instructions see comments in XSQLConfig.xml file. You'll need to use oracle.xml.xsql.XSQLDatasourceConnectionManager factory instead of the default one. Note that some advanced features may not be supported with DataSource-based DB connections, but those seem to be fairly obscure.
    Hope this helps,
    -M-

  • Gender field in Personal data-Belgium

    Hi Experts,
    During hiring of an Belgian employee i saved the gender as F.
    When i go to PA30 and try to change to M,it is getting saved as F only.
    Iam not able to change the gender field from F to M or vice versa.
    Is there any note
    Regards
    Mitra

    To determine the gender. SAP system set the Title (Mr/Ms/Miss) as a 1st priority to determine the Gender. Even if you select the gender as F (Female) but the Title is "Mr". When you save the record, system will automatic will change or default (If you did not maintain the gender) the gender base on Title.
    Please do select the correct title before you save the record.

  • ESS webdynpro personal information iView SSN field

    Dear Support,
    I am working with Personal Data WebDynpro iView (sap.com/essuspdata/Per_Personal_US) in EP 6.0 SP18 and ECC 5.0.  Currently, the SSN field is editable.  How can I disable this feature. Please advise.
    Thanks,
    -Bharath

    Did you check this Masking the SSN Field in ESS Personal data iview. ?
    ~Suresh

  • How to remove mandatory field for Last Name in Personal Data Editing Screen

    Hello All,
    CUrrently we are using BP_ ERP5ESS1.31 SP5 & SAP_ESS  603 SP5.
    All my ESS Services are Displaying fine and working from Portal.I am having the requirement like I need to make Last Name as Non-Mandatory field in Personal Data. While Editing the PD Screen, there  i will find the * mark for Last Name filed, i checked through the Global Personalization Make as Mandatory is Not Personalized its showing, i think its defualt prpoerty,so i am unable make any changes from Portal w.r.t Global Personalization.
    I checked in SPRO-- Personal Admin> Custmomizing User Interfaces>Change Screen Modifications, there i find the respective Module pool for those Infotypes and country Specific..
    I cheked forModulePool MP000200--> P0002 and Variable Key-40(For India)  P0002 - NACHIN -- LastName only OF Radio Button is Selected all other Rado buttons are not selected.
    I Checked in V_T588MFPROPS view there for 0002 Infotype P0002 -- NACHN Mandatory check box is Checked all other check boxes are Unchecked.
    How to make that Last Name field as Non-Mandatory in Personal Data Edit Screen, where i need to make the changes.'
    Please list out the Steps..Where i need to do the configuration. And i assigned all the required ESS roles on the backend.
    Thanks in Advance
    Adapag

    Hi,
    I don't think supressing through Global Personalization will change the business logic. Within the Business Logic it checks for the mandatory field.
    After the changes I guess you need to make the changes accordingly.
    The below link might be of some help.
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?spaceKey=profile&title=ESSPersonalInformationUIenhancementwithoutmodification&decorator=printable
    Please correct if I am wrong.
    Cheers-
    Pramod

Maybe you are looking for

  • How do I completely disable TB's attempts to tag/flag/judge email as junk?

    I don't want TB to touch my emails with ANY junk classification. I don't want it to display 'junk' icons. I don't want it to 'think' a message is junk mail. How do I permanently, completely and irreversibly disable any and all code in thunderbird tha

  • Problem in configuring MS Win2003 AD as a Directory Service

    I am trying to configure MS Windows Server 2003 Active Directory as a Directory Service for Sun ONE Web Server 6.1 I have made the following configuration at the Global Settings Page of the Administration Server : Directory Service ID : default Host

  • BAdi to change fields in cProjects dashboard

    Can anyone tell me which BAdi's are used to fill/change data on cProjects dashboard? I tried DPR_ATTRIBUTES , DPR_EVE_ATTRIBUTES and DPR_EVE_DASHBOARD. Only DPR_EVE_ATTRIBUTES  was triggered during external debugging but it has only import parameters

  • Where does iPhoto 9 iLife 11 store the original images

    Hi, where does iPhoto 9.4.3 (under OS 10.7) store my original photos? I used to be able to drag out a copy of my originals from iphoto.app (show package contents), but now it doesn't seem to be there or is otherwise hidden. I reviewed some long confu

  • Is it possible to backup your iPod songs or at least make a list of them?

    Basically, I was stupid and when I added music to my iPod, I would just delete it.. so now I have a bunch of music on my iPod, which is great, but no library. Now my iPod is coming up on it's 2nd year and it does crash from time to time, so if it wer