Display Personal Data Screen

Hi,
How can I change the layout of the display when I display Personal Data(PA20)?
I would like to display the Personnel No, EE group, EE subgroup, Pers. area and valid from.
In this first screen I would like to display the Name and HR data tabs too. In the HR data tab, it should have the followings:
1. Male and female button
2. Birthday
3. Language
4. Nationality
5. NRIC
6. Birthplace
7. Country of birth
8. Religion
9. Since
10. No. of children
Regards,
John

Hi,
  Customizing Procedure-infotype menus-infotype menu-
Here you get two options
a) user group dependancy on menus n infogrps.
Here click new entries and gv ur menu name in the menu column,text,usergoup  check box shud b ticked and last column ref mention ur ref number.
b)infotype menu.
Here in the pop up give ur menu name which u mentioned in the menu column in the first step.
click new entries.
mention ur user group,infotypes which u want to display in ur menu.
Save it
Go to the next node dat is Determine Choice of infotype menus.you wil get 2 options.Choose infotype menus.
here mention 01 dat is HR Master data as ur menu.
click new entries.
ur user grp,sno,menu shud be entered.
save the entries.
And finally in su3,save ur UGR.
Hope this helps,
Regards,
RR

Similar Messages

  • How to change the   Success Message  for Personal Data Screen in ESS

    Hi,
           While saving the Personal Data in the ESS  I want to chage the Success message.When I check the DC , Message Class  i am not able to find the  the particular string.Can any  one please  guide how to find the Success Message String   for this Personal Data Screen or Which BAPI  I  have to check .
    Regards
    Alexi

    Hi  iidhya ,
      Please find the code below
        public boolean onEvent( )
        //@@begin onEvent()
        String event = fpm.getEventData().getEventName();
              if (event.equals(IFPM.EVENT_ADD)){
                   wdThis.wdGetFcPersInfoInterface().setModeForCreate(selectedSubtype);
              }else if(event.equals(IFPM.EVENT_EDIT)){
                   wdThis.wdGetFcPersInfoInterface().setModeForEdit(wdThis.wdGetFcPersInfoInterface().getSubtypevalue(selectedRecord));                              
              }else if(event.equals(IFPM.EVENT_REMOVE)){
                   wdThis.wdGetFcPersInfoInterface().setModeForDelete(wdThis.wdGetFcPersInfoInterface().getSubtypevalue(selectedRecord));                              
              return true;
        //@@end
    Regards
    Alexi

  • Different views in PA20 (Display Personal Data)

    Hi,
    in our (IDES) system I have seen that different persons could have a different view in PA20 (Display Personal Data).
    For example one have a field 'First name' and a field 'Last name' and another have only one field full name.
    Could somebody explain this?
    Thanks and regards
    Patrick

    Hi Patric!
    This diferences may be exists because of ID of Country Group of this persons. Check if this persons contains the same MOLGA (Country Group).
    In others cases, this diferences was related with de relation of Pers. Area and Subarea at 0001 infotype.
    Regards!

  • EHS Personal Data Screen is Missing

    Hi,
    I have question regarding Occupational Health..when I go to Edit Medical Service tcode is "ehsambtaet"..Personal data screen is missing.So i am unable to see the Medical service assigned to a person.
    Is there is any configuration is required for this?Is it in HR or EHS?
    Give me ur mail ID so that I can sent you the screenshot.
    Thanks
    Sachin
    [email protected]

    Hi,
    Sorry for the late reply..i can define the org structure..but still screen is missing and also I can open a medical service for the person through scheduling cockpit.but cant view it as the screen is missing...Plz give me the mail ID will send u the screenshot.Also if u have any SAP documentation on IHS or OH please send me..it will help me alot.
    Thanks and Regards,
    Sachin Borde

  • Add field to E-Recruitment Candidate Profile / Personal Data Screen

    Hi Experts,
    I have a very specific requirement.  I need to display a date field from date spec infotype in e-recruitment.  The date type will vary depending on the internal candidate's personnel subarea.  This field needs to be visible to both the candidate and the recruiter, but uneditable.
    How can I achieve this?  What is the best approach?  I was thinking about adding it to the Personal Data in the Candidate Profile.
    Thanks in advance
    Shane

    Yes, it will wok with Webdynpro
    The table T77RCF_PRMC_PL is for customer smartforms, this is where you should insert a record for your new custom smartform, the record will not be there by default, you have to insert it via table maintenance sm30
    The default standard smartform is fetched from table T77RCF_PRM_PL for standard smartforms, entry with parameter name FORM_CAND_DOVR
    So you have to create an entry in the customer smartforms table T77RCF_PRMC_PL with similar parameter name but with the name of your new custom smartform in the value field...
    The logic works like this: it will try to find an entry in the customer table first (T77RCF_PRMC_PL), if it cannot find an entry with parameter name FORM_CAND_DOVR, it will go to the standard table (T77RCF_PRM_PL) where the entry exists by default.
    To look into the logic more closely please go to the following method:
    cl_hrrcf_dataoverview_pl
    method: get_cand_dovr
    Inside the above method, the logic is implemented inside the following method call:
    CALL METHOD cl_hrrcf_t77rcf_prm_pl=>read_record
            EXPORTING
              iv_prm           = 'FORM_CAND_DOVR'
            IMPORTING
              es_t77rcf_prm_pl = ls_prm.
          lv_cand_dovr_form = ls_prm-value.
    I hope I made things more clear...

  • Invalid parameter SECONDARY_RECORD-PSKEY Error in Personal Data Screen

    Hi All,
    We are using EHP6. The Personal Data  iview is throwing an error while trying Edit something.
    I am able to add a new register  but getting the following dump while trying to Edit/Save
    This apply for all the employees.
    This apply for all the employees.
    I looked through SAP Note-1815863 - Dump in Class CL_HRPA_INFOTYPE_CONTAINER Method. However all the tables mentioned in that Note seemed to be configured properly.
    Any help will be appreciated.
    Short Dump
    Error while processing your query
    What has happened?
    The URL call sap/bc/webdynpro/sap/HRESS_A_PERSINFO was terminated because of an error.
    Note
    The following error occurred in system DEV : Invalid parameter SECONDARY_RECORD-PSKEY , value 1008119301067 9999123120130621000
    The error occurred on application server HRE_05 and in work process. 8
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_HRPA_INFTY_CONTAINER_DATA~MODIFY_SECONDARY_RECORD of program CL_HRPA_INFOTYPE_CONTAINER====CP
    I have checked:
    Report RPUPAV00.
    Subtype config, inconsistent data.
    I updated table V_T582V & V_T582W.
    I maintained tcode-GENIL_MODEL_BROWSER.
    I also have checked the following:
    sap > bc> webdynpro > HRESS_A_PERSINFO   ----check this once activate or not ...right click and check is it activated or not
    I also have run the report RPUFIXDS for that personal number, , however the issue follow.
    The error not occur when I delete the register for the the following  V_T582V & V_T582W, however the fields for the infotype secondary not appear in the dynpro of the infotype 0002.
    Thanks
    Regards

    There could be several possible causes
    Usually this error occurs if a secondary infotype functionality has been delivered via SP or SNOTE for infotype 0002 but the PERNR you are using does not have secondary infotype record
    Tables V_T582V & V_T582W determine if a secondary infotype will be used - if you remove entries here this will deactivate the secondary infotype useage - this might be one way to resolve the issue - but perhaps you wish to use the secondary infotype - in some cases it might be required- for example ESS might expects a secondary infotype and throw an error if there is an issue
    If you wish to use the secondary infotype you need the delivered entries in V_T582V & V_T582W and you need to run RPUPAV00 for any PERNR that has a 0002 record existing prior to the new secondary infotype being introduced to ensure they have a secondary infotype record key that matches the primary infotype key

  • Personal Data changes were not saved

    Hi,
    From the Personal Profile, I am able to edit and save data in all the sections but not for the Personal Data. Once after clicking on the Edit button from the Personal Data as shown below:
    We are getting below Edit Personal Data screen. Upon clicking on Save we are getting the error:
    Error:
    Here's the dump from st22:
    Category               ABAP Programming Error
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_HRPA_INVALID_PARAMETER
    ABAP Program           CL_HRPAD_IL===================CP
    Application Component  PA-ESS-XX-WDA
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_HRPA_INVALID_PARAMETER', was notcaught in procedure "MODIFY_LINE_RECORDS"          (METHOD)", nor was it propagated by a RAISING clause.
         Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated.
         The reason for the exception is:
         Invalid parameter SECONDARY_RECORD-PSKEY, value 0000099132589999123119860415000
    After running the report RPUPAV00, I get the below message:
    Regeneration of Additional ITs for Views
    2 ERP016X"Start of Subsequent IT Generation in Client:" "120" " " " "
    2 ERP016X"    New Personnel Number:" "00000991" " " " "
    2 ERP016 "*" "00000991" "No Conversion Routines for CGr:" "24"
    2 ERP016X"Statistics" " " " " " "
    2 ERP016 "No Database Conversion Occurred" " " " " " "
    This is this happening for country Colombia
    I have checked the sap note: 1815863, I found the table V_T582V & V_T582W. as per sapnote: 1542198, i maintained tcode-GENIL_MODEL_BROWSER.
    Thanks
    Regards

    For this table :
    If I delete the entries for the following tables , work fine.
    However this not is the solution.
    Other suggestions?
    Thanks

  • HT201274 I have wiped the old persons data and photos etc off my recently purchased ipod touch and now all the display shows is a usb lead and CD, please can someone tell me how to get past this screen so I can transfer my own music

    Please can anyone help, I recently purchased a second hand ipod touch and it had over 4000 photos on it, so to delete them I went to settings and found an option which said something like erase all content and data, I did this and the next morning I tried to turn it on to put my own music on, only to find that the only display on the screen is a usb lead with an arrow pointing to a CD. I cant get past this screen even after plugging it in to my itunes account, its like my computer can not find the ipod.

    Put it in Recovery Mode. If your computer won't recognize your iPod, try another one. How did you wiped the iPod? With iTunes or directly with the settings app?

  • 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

  • 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

  • How to display contact person full screen photo in making a call or receive call

    How to display contact person full screen photo in making a call or receive call

    Apple have removed the full screen contact image calling in 7.1, they come with default icon. Hope they bring back that option in next, you can also leave feedback @http://www.apple.com/feedback/

  • Way of displaying the date on the main screen in addition to the time?

    I see the time displayed at the top of the main screen. Is there a way of displaying the date as well?
    Thanks,
    doug

    But if you leave your calendar application on the main screen, the icon itself will show the day and date.

  • Display Alternative Account in Additional Data screen of FB03

    Dear SAP experts,
    Transaction code FB03's screen does have an alternative account column. But I want to display
    Alternative account when I click on each account (in line item of FB03 screen) or display
    alternative account in Additional Data screen of FB03. I don't know how to do it.
    Does anyone here know about configuring this, please help me.
    Thank you so much.
    Maxielight.

    Hi,
    To display the "Alternative Account Number" field in report of the new General Ledger, please proceed as follows:
    1) Implement Note 895609 and 939649.
    2) To display "Alternative Account Number" in the line layout variant, proceed as follows:
    - Call transaction O7R3 and add BSEG-LOKKT as special field.
    - Then change the line layout variant. The system now displays the "Alternative Account Number" field.
    3) In the line item display in the classic General Ledger (transaction FBL3N), you could enhance the custom selections in transaction SE36 as described in Note 310886. However, in the new General Ledger, the custom selection in transaction FAGLL03 has different sub-areas. Each of these areas corresponds to a structure:
    G/L account master record SKA1_FS
    G/L account company code SKB1_FS
    G/L account line item BSIS_FS
    Since the "Alternative Account Number" is not included in the structure SKB1_FS in the standard delivery, please implement the enhancement as described in Note 945932.  To include more fields in the custom selections of transaction FAGLL03, you can enhance the structures using an APPEND.
    Regards,
    Gaurav

  • Persona Data & Family Member Data Country screen with Middle Name for ESS

    Friends,
    I am using country version 99 and working on new Implementation of ESS on ECC6.0.
    Can any body help me with the following for ESS:
      1. Which Personal Data Country screen has got Middle name field?
      2. Which Family Member/Dependent Data Country screen has got Middle name field?
    Thanks for your help.
    Preethi

    I think MOLGA 10 and/or 26 should do.
    Yash

  • Display of data from DB table to screen

    i have added two date fields to the table MBEW by including a structure with 2 date fields. i want the data to displayed on the screen when the user retrives data.
    when i enter any data it gets saved in the DB table but when i try to read it from screen fields the date fields dont display any date they remain blank. i have set the attributes as input and output for the screen fields .
    please tell wats the problem.
    regards,
    Archana

    Hi archana,
              You have extended the standard table rt?
    So when you added these fields to the screen what is the reference structure you have taken to point to the screen fields.
    And does ur work area SAP contains ur custom fields?
    and also there is a standard procedure to extend the SAP screen.
    You better go through this link to understand it clearly
    Link: [Re: SCREEN EXITS]
    Reward points
    Thanks,
    Prasanna

Maybe you are looking for