ESS Personal Information not working

Dear All,
Here we have ECC 6 and EP7 SP10, we have uploaded BP ESS 1.0 SP 7.
For ESS Personal Information workset, iViews for Address, Bank Information, Family Information and Personal Data is showing a page in which it is given steps which are
1     Overview   2 Edit   3 Review and Save   4 Confirmation
Previous Step      Exit
And also in SPRO setting for Personal information under ESS head is missing
Employee Self-Service-->Service-Specific Settings --> Personal Data , there is no personal Data link.
Kindly help me what needs to be done for Displaying iViews of Personal information and getting the link for Personal Data in SPRO under Employee Self Service.
Regards,
Sidhartha Chatterjee

Dear Awadh,
I am able to see Own Data in SPRO.
Issue is that while running Personal Information --> Address iView, the page which is being shown is like this
[1] -
[2]--[3][4]--
Overview           Edit         Review and Save      Confirmation
<Previous Step>   <Exit>.
and no data is being Displayed.
The same is the case for other iViews of Personal Information like Bank Details and Family Details.
But for Personal Data iView it is giving this error
"<b>failed to create or init instance of model 'com.sap.xss.hr.per.in.pdata.model.HRXSS_PER_P0002_IN' in scope APPLICATION_SCOPE with instanceId 'null'"</b>.
kindly tell me what needs to be done to resolve this issue.
Regards,
Sidhartha Chatterjee

Similar Messages

  • RFC Call Error - from Portal End - For ESS Personal Information service

    Hi,
    I am getting "Syntax error in program SAPLHRXSS_PER_MAC                       ., error key: RFC_ERROR_SYSTEM_FAILURE  " error Message on the portal (ESS--->Personal Information Screen).
    When I did RFC trace analysis (using ST 22) this is what i get.
    Can you let me know what could be the issue.
    We are running HR Backend(Support Pack 15,ecc 5.0).
    Portal (EP 6.0 SP19, ESS 100 (SP 10)).
    Could you please let me know what could be the issue ?
    Syntax error in program "SAPLHRXSS_PER_MAC ".
         What happened?
              Error in ABAP application program.
              The current ABAP program "SAPMSSY1" had to be terminated because one of the
              statements could not be executed.
              This is probably due to an error in the ABAP program.
              In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred
              in the Include "IF_HRPA_PERNR_INFTY_XSS=======IU " in line 114:
              "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."
              Author and last person to change the Include are:
              Author "SAP "
              Last changed by "C5069405 "
         What can you do?
              Please eliminate the error by performing a syntax check
              (or an extended program check) on the program "SAPLHRXSS_PER_MAC ".
              You can also perform the syntax check from the ABAP/4 Editor.
              If the problem persists, proceed as follows:
              Print out the error message (using the "Print" function)
              and make a note of the actions and input that caused the
              error.
              To resolve the problem, contact your SAP system administrator.
              You can use transaction ST22 (ABAP Dump Analysis) to view and administer
               termination messages, especially those beyond their normal deletion
              date.
              is especially useful if you want to keep a particular message.
         Error analysis
              In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred:
              "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."
         How to correct the error
              Probably the only way to eliminate the error is to correct the program.
              If you cannot solve the problem yourself and you wish to send
              an error message to SAP, include the following documents:
              1. A printout of the problem description (short dump)
                 To obtain this, select in the current display "System->List->
                 Save->Local File (unconverted)".
              2. A suitable printout of the system log
                 To obtain this, call the system log through transaction SM21.
                 Limit the time interval to 10 minutes before and 5 minutes
                 after the short dump. In the display, then select the function
                 "System->List->Save->Local File (unconverted)".
              3. If the programs are your own programs or modified SAP programs,
                 supply the source code.
                 To do this, select the Editor function "Further Utilities->
                 Upload/Download->Download".
              4. Details regarding the conditions under which the error occurred
                 or which actions and input led to the error.
         System environment
              SAP Release.............. "640"
              Application server....... "srv006"
              Network address.......... "167.116.230.56"
              Operating system......... "HP-UX"
              Release.................. "B.11.11"
              Hardware type............ "9000/800"
              Character length......... 8 Bits
              Pointer length........... 64 Bits
              Work process number...... 1
              Short dump setting....... "full"
              Database server.......... "srv006"
              Database type............ "ORACLE"
              Database name............ "H81"
              Database owner........... "SAPR3"
              Character set............ "en_US.iso88591"
              SAP kernel............... "640"
              Created on............... "May 21 2006 20:29:01"
              Created in............... "HP-UX B.11.00 A 9000/800"
              Database version......... "OCI_920 "
              Patch level.............. "129"
              Patch text............... " "
              Supported environment....
              Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
               10.2.0.."
              SAP database version..... "640"
              Operating system......... "HP-UX B.11"
              Memory usage.............
              Roll..................... 16128
              EM....................... 4189928
              Heap..................... 0
              Page..................... 0
              MM Used.................. 629192
              MM Free.................. 3558216
              SAP Release.............. "640"
         User and Transaction
         Information on where terminated
              The termination occurred in the ABAP program "SAPMSSY1" in
               "REMOTE_FUNCTION_CALL".
              The main program was "SAPMSSY1 ".
              The termination occurred in line 68 of the source code of the (Include)
               program "SAPMSSY1"
              of the source code of program "SAPMSSY1" (when calling the editor 680).
         Source Code Extract
         Line     SourceCde
            38     
            39     module %_rfcdia_call output.
            40         "Do not display screen !
            41         call 'DY_INVISIBLE_SCREEN'.
            42         perform remote_function_diacall.
            43     endmodule.
            44     
            45     module %_cpic_start.
            46       if sy-xprog(4) = '%RFC'.
            47         perform remote_function_call using rfctype_external_cpic.
            48       else.
            49         call 'APPC_HD' id 'HEADER' field header id 'CONVID' field convid.
            50         perform cpic_call using convid.
            51       endif.
            52     endmodule.
            53     
            54     
            55     form cpic_call using convid type c.
            56       communication send id convid buffer header.
            57       if sy-subrc eq 0.
            58         perform (sy-xform) in program (sy-xprog).
            59       else.
            60         message a800.
            61       endif.
            62     endform.
            63     
            64     form remote_function_call using value(type).
            65       do.
            66     *   test if sy-xprog and sy-xform are set
            67     *   sy-xform = 'quatsch'. sy-xprog = 'quatsch'.
         >>>>>         call 'RfcImport' id 'Type' field type.
            69         perform (sy-xform) in program (sy-xprog).
            70         rsyn >scont sysc 00011111 0.
            71       enddo.
            72     endform.
            73     
            74     form remote_function_diastart.
            75       do.
            76         call 'RfcImport' id 'Type' field rfctype_rfcdia.
            77         perform (sy-xform) in program (sy-xprog).
            78         "Parking position for next request
            79         rsyn >scont sysc 00011111 10.
            80         "ALternativ : Free mode
            81         "COMMIT WORK.
            82         "SYSTEM-CALL FREE MODE 0.
            83       enddo.
            84     endform.
            85     
            86     form remote_function_diacall.
            87         sy-xcode = '%_@no@'.
         Contents of system fields
         Name     Val.
         SY-SUBRC     0
         SY-INDEX     2
         SY-TABIX     0
         SY-DBCNT     0
         SY-FDPOS     0
         SY-LSIND     0
         SY-PAGNO     0
         SY-LINNO     1
         SY-COLNO     1
         SY-PFKEY     
         SY-UCOMM     
         SY-TITLE     CPIC and RFC Control
         SY-MSGTY     
         SY-MSGID     
         SY-MSGNO     000
         SY-MSGV1     
         SY-MSGV2     
         SY-MSGV3     
         SY-MSGV4     
         Active Calls/Events
         No.   Ty.          Program                             Include                             Line
               Name
             2 FORM         SAPMSSY1                            SAPMSSY1                               68
               REMOTE_FUNCTION_CALL
             1 MODULE (PBO) SAPMSSY1                            SAPMSSY1                               30
               %_RFC_START
         Chosen variables
         Name
             Val.
         No.          2     Ty.      FORM
         Name      REMOTE_FUNCTION_CALL
         %_DUMMY$$
                 2222
                 0000
         SY-REPID
              SAPMSSY1
                 5454555322222222222222222222222222222222
                 310D339100000000000000000000000000000000
         SYST-REPID
              SAPMSSY1
                 5454555322222222222222222222222222222222
                 310D339100000000000000000000000000000000
         %_ARCHIVE
                 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         TYPE
              3
                 0000
                 0003
         SY-XPROG
              SAPLSYST
                 5454555522222222222222222222222222222222
                 310C393400000000000000000000000000000000
         SY-XFORM
              HRXSS_PER_CLEANUP
                 455555545544444552222222222222
                 82833F052F3C51E500000000000000
         %_SPACE
                 2
                 0
         No.          1     Ty.      MODULE (PBO)
         Name      %_RFC_START
         %_PRINT
                  000                                                                                0 ##
                 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223200
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         RFCTYPE_INTERNAL
              3
                 0000
                 0003
         Internal notes
              The termination occurred in the function "ab_genprog" of the SAP
              Basis System, specifically in line 1374 of the module
               "//bas/640_REL/src/krn/runt/abgen.c#10".
              The internal operation just processed is "CALY".
              The internal session was started at 20070502223335.
              Program name.........: "SAPLHRXSS_PER_MAC ".
              Error message........: "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown.".
         Active Calls in SAP Kernel
         Lines of C Stack in Kernel (Structure Differs on Each Platform)
         ( 0)  0x40000000016d6a8c   CTrcStack2 + 0x2bc  [dw.sapH81_DVEBMGS33]
         ( 1)  0x40000000016d67c0   CTrcStack + 0x18  [dw.sapH81_DVEBMGS33]
         ( 2)  0x4000000001d41438   rabax_CStackSave__Fv + 0x100  [dw.sapH81_DVEBMGS33]
         ( 3)  0x4000000001d4dbf8   ab_rabax + 0x1f68  [dw.sapH81_DVEBMGS33]
         ( 4)  0x40000000018cc09c   ab_genprog__FPcPvUii + 0xdbc  [dw.sapH81_DVEBMGS33]
         ( 5)  0x4000000000d3b4cc   newload__FPcP13TmpSubpoolDirUi + 0x29c  [dw.sapH81_DVEBMGS33]
         ( 6)  0x40000000016a7324   ab_LoadProg__FPcUi + 0xec  [dw.sapH81_DVEBMGS33]
         ( 7)  0x40000000016831fc   ab_link + 0x334  [dw.sapH81_DVEBMGS33]
         ( 8)  0x40000000015694d4   ab_rfcimport + 0xccc  [dw.sapH81_DVEBMGS33]
         ( 9)  0x40000000018cff98   ab_jcaly__Fv + 0x598  [dw.sapH81_DVEBMGS33]
         (10)  0x4000000000f98df8   ab_extri__Fv + 0x17a0  [dw.sapH81_DVEBMGS33]
         (11)  0x40000000016ab2d8   ab_xevent__FPCc + 0x38  [dw.sapH81_DVEBMGS33]
         (12)  0x400000000189c9a8   ab_dstep + 0x120  [dw.sapH81_DVEBMGS33]
         (13)  0x4000000000ed4c00   dynpmcal + 0xd0  [dw.sapH81_DVEBMGS33]
         (14)  0x4000000000ed1554   dynppbo0 + 0x1e4  [dw.sapH81_DVEBMGS33]
         (15)  0x4000000000ed0af4   dynprctl + 0x43c  [dw.sapH81_DVEBMGS33]
         (16)  0x4000000000ecb7a0   dynpen00 + 0x2118  [dw.sapH81_DVEBMGS33]
         (17)  0x4000000000fa598c   Thdynpen00 + 0x6a4  [dw.sapH81_DVEBMGS33]
         (18)  0x4000000000fa49b8   TskhLoop + 0x50d8  [dw.sapH81_DVEBMGS33]
         (19)  0x4000000000f999f8   tskhstart + 0x1e0  [dw.sapH81_DVEBMGS33]
         (20)  0x4000000000d42194   DpMain + 0x484  [dw.sapH81_DVEBMGS33]
         (21)  0x400000000220d41c   nlsui_main + 0x14  [dw.sapH81_DVEBMGS33]
         (22)  0x4000000000992794   main + 0x14  [dw.sapH81_DVEBMGS33]
         (23)  0xc000000000020ab0   $START$ + 0xa0  [/usr/lib/pa20_64/dld.sl]
         List of ABAP programs affected
         Index     Ty.     Program     Group     Date     Time     Size     Lang.
              0     Prg     SAPMSSY1          0     06.11.2003     20:53:07         18432     E
              1     Prg     SAPLSYST          1     10.05.2006     09:57:38         30720     E
              2     Typ     SYST          0     04.12.2000     14:54:51         27648     
         Directory of Application Tables
         Name                                     Date       Time       Lngth
             Val.
         Program      SAPMSSY1
         SYST            .  .            :  :          00002404
         ABAP Control Blocks (CONT)
         Index     Name     Fl     PAR0     PAR1     PAR2     PAR3     PAR4     PAR5     PAR6     SourceCde
           118     CLEA     00     0035                                   SAPMSSY1
           119     CLEA     00     0036                                   SAPMSSY1
           120     CLEA     00     0037                                   SAPMSSY1
           121     MESS     00     001C                                   SAPMSSY1
           122     ENDF     00     0000                                   SAPMSSY1
           123     -
         00     0000                                   SAPMSSY1
           124     PERP     00     0001                                   SAPMSSY1
           125     PERP     02     0000                                   SAPMSSY1
           126     WHIL     00     0002     0000     0000     0000     0000     0000     0000     SAPMSSY1
           130     WHIL     00     0003     0000     0000     0000     0000     0000     0000     SAPMSSY1
           134     BRAN     05     000E                                   SAPMSSY1
           135     CALY     00     0003     0038     002A     0005     002B     0000     0000     SAPMSSY1
         >>>>>     CALY     02     0000     0039     8000     0000     0000     0000     0000     SAPMSSY1
           143     xper     02     0000     0010     0011                         SAPMSSY1
           145     PERP     80     0000                                   SAPMSSY1
           146     SYSC     1F     0000                                   SAPMSSY1
           147     BRAX     00     FFEF                                   SAPMSSY1
           148     WHIL     00     0004     0000     0000     0000     0000     0000     0000     SAPMSSY1
           152     ENDF     00     0000                                   SAPMSSY1
           153     -
         00     0000                                   SAPMSSY1

    Hi,
    The error is occuring in the program file SAPLHRXSS_PER_MAC.
    In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred 
    in the Include "IF_HRPA_PERNR_INFTY_XSS=======IU " in line 114:      
    "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."    
    Information on where terminated                                              
        The termination occurred in the ABAP program "SAPMSSY1" in               
         "REMOTE_FUNCTION_CALL".                                                 
        The main program was "SAPMSSY1 ".
    This place  where it has terminated is highlighted in bold letters.                                       
    form remote_function_call using value(type).   
      do.                                          
      test if sy-xprog and sy-xform are set      
      sy-xform = 'quatsch'. sy-xprog = 'quatsch'.
    <b>    call 'RfcImport' id 'Type' field type.     </b>
        perform (sy-xform) in program (sy-xprog).  
        rsyn >scont sysc 00011111 0.               
      enddo.                                       
    endform.                                       
    Thanks,
    Manoj

  • ESS Personal information few fields are in english and few are in Slovakia?

    Hi,
    We have installed EP7.0, ESS600
    Incase of ESS Personal information workset few lable texts are in english and few are in country specific language (Poland) in other words.
    In ESS the language translation for the languages Polish (Poland), Hungarian (Hungary), Czech (Czech) and Slovakian (Slovakia) are not fully reflected. Some texts are not translated and it is showing in English.
    Any helpfull suggestions please
    Regards,
    Murali

    Hi Bala,
    This not for one user. This basically for country specific.
    Thing is for few countries there are no personal data iviews available in Portal for example Polish (Poland), Hungarian (Hungary), Czech (Czech) and Slovakian (Slovakia).
    Hence the work around is for these languages we used other existing languages for example for Slovakia ( India). But few UI fields  (Lable text) are appearing in Slovakia and few are English.
    What may be the reason? did anybody faced similar situation.
    Regards,
    Murali

  • Issue in ESS Personal Information iViews

    Dear Experts,
    I have an issue with ESS Personal Information details. The issue is the personal information related iViews such as Bank information , personal id, address iViews are only displays a road map and a button in disabled mode. Its doesn't display any data.
    But my Employee search iViews are working fine.;
    Any idea about this issue?
    Thanks,
    Ram

    Im getting exactly like below in Bank information iView
    [1] -
    [2]--[3][4]--
    Overview Edit Review and Save Confirmation
    <Previous Step> <Exit>.
    Please help me out!
    Ram

  • ESS personal information Nullpointer exception

    Hi,
    When I try to save data in any of the ESS Personal Information (like Personal data, addreses, etc) I get a nullpointerexception while saving. The data is getting saved but the navigation is not going to the next page. Any ideas?
    Im on Portal 7.0 ECC 6.0 and ESS BP 1.0
       java.lang.NullPointerException
        at com.sap.xss.ser.xssconfview.vc.VcLinksView.wdDoModifyView(VcLinksView.java:167)
        at com.sap.xss.ser.xssconfview.vc.wdp.InternalVcLinksView.wdDoModifyView(InternalVcLinksView.java:354)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
        at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)
    Regards
    Srini

    Suresh,
    I hace added the role Self Service admin to my user id. Now I see the FPM and sort of things under Content Provided by SAP. I am not sure what to do about it.
    Is this a configuration step which needs to be done or does these things are come default on installation.
    Regards
    Srini

  • Family Details in ESS personal information

    Hi gurus,
    how to edit the family details in ESS personal information .
    when i click on family details link it is showing me spouse , child details
    beside child and spouse details there is a edit button, when i click on edit button it is showing the information in display mode,
    i want to change this to edit mode so than employee can change and save his family data.
    Note:- i have searched SDN , what i found is ,how to hide that edit button
    throw some light on this.
    Regards
    K Naveen Kishore.

    Hi Navin,
    Looks like some one has made fields readonly.
    1. It can be done via personalization
    2. It can be done from NWDS
    Do the personalization and make the fields required fields editable.
    See tish help link on how to do personalization.
    http://help.sap.com/saphelp_nw70/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/content.htm
    Make sure ur user id has the Content Admin role and the valid pernr attached.
    Regards
    Yugandhar Reddy

  • Iphone 4 personal Hotspot not working after update to IOS 7.1 India BSNL cellular

    Iphone 4 personal Hotspot not working after update to IOS 7.1 India BSNL cellular

    BSNL is not a supported carrier. Personal Hotspot requires carrier support and provisioning of the account to enable it. iOS 7.1 disabled the ability to manually configure Personal Hotspot on unsupported carriers.

  • Personal hotspot not working after upgrading to ios7

    Personal hotspot not working after upgrading to ios7

    I was having this problem (iphone 5 wouldn't work as hotspot for my PC laptop) and had tried everything suggested on these message boards, so I finally went to the Apple Genius Bar and they fixed it for me.  Here's what they did:
    1) Turned the Hotspot off on my iphone
    2) Went to the Control Panel on my laptop to "Network and Internet" > "Network and Sharing Center" > "Manage Wireless Networks" (on the left navigation panel) and deleted my iphone from the list of WiFi connections I've attempted.
    3) Flipped the manual WiFi switch on my laptop to Off and then back On again (to reset it)
    4) Turned the Hotspot on my iphone back on
    After that, when I tried to connect, it worked.  Hope this works for someone else.

  • Help! I updated Firefox to version 20.0 on my Imac and now Personnas is not working. What is wrong? What can I do to fix it?

    With the new version 20.0 Personnas is not working, how can I get Personnas to work?

    Whether particular persona or all the persona themes.
    Remove and reinstall the persona
    In order to switch to another persona that you had previously installed, do the following:
    #Go to ''Tools'' and click ''Add-ons'' (or click the Firefox button at the top left and click ''Add-ons'').
    #Switch to the ''Appearance'' tab. You should find your previously used personas in the list.
    #Find the one you want to use and click the ''Enable'' button.
    To uninstall the other ones you can click the ''Remove'' button on them and they'll be uninstalled instantly.

  • How to add 'Known As' field in ESS- Personal Information...Please guide

    Hello All,
    I have to show the 'Known As' field in the ESS->Personal Information page/workset.
    Do I need to use NWDI for the same?
    Please guide me as to how I can do this.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu
    Message was edited by:
            Ritu  Hunjan

    Solved it on my own.

  • In ESS- Personal Information want to call extra ITs.

    Hi All,
    We are using Portal versions 7.3 and ECC 6, EHP6
    In Ess- Personal Information (Workset) there are 5 iviews (IT0002, IT0006, IT0009, IT0021, IT0185) this all are standard.
    In this workset (Personal Information) I want to call another ITs. Those are (IT 0001, IT0028, IT0587, IT0588, IT0105, IT0022,) This all ITs I can see in table V_T7XSSPERSUBTYP   -  country grouping 40.
    Can I call this above ITs without customization,
    I am thinking without customization we can't configure.
    Am I wright or wrong? Please let me know.
    Can you tell me in which version we can do this if available.
    Regards
    Anoku Raj

    Hi Raj,
    I think you can add any infotypes to the overview screen, Please look at the below link..
    Adding any Info Type IN ESS in EHP5/6 through WebDynpro Configuration
    Thank you,
    kk

  • In ESS- Personal Information- Calling another IT's

    Hi All,
    We are using Versions Portal 7.3 and ECC 6, EHP6
    In Ess- Personal Information (Workset) there are 5 iviews (IT0002, IT0006, IT0009, IT0021, IT0185) this all are standard.
    In this workset I want to call another ITs. Those are (IT 0001, IT0028, IT0587, IT0588, IT0105, IT0022,) This all ITs I can see in table V_T7xsspersubtyp country grouping 40.
    Can I call this above ITs without customization,
    I am thinking without customization we can't configure.
    Am I wright or wrong? Please let me know.
    Can you tell me in which version we can do this if available.
    Regards
    Anoku Raj

    Hello,
    the link here might help you I think.
    Adding any Info Type IN ESS in EHP5/6 through WebDynpro Configuration
    Best regards
    Hadrien

  • Is it bug/error from SAP on ESS - Personal Information-Address exit button

    Hello Experts,
    when i click on ESS - Personal information - Address  exit button here when i click on exit button its opening another portal actually it should go back to same portal ESS - Personal information -  Address
    is this error/bug from SAP
    if no what could be
    could anybody help me on this issue.
    Thanks
    Regards
    Vijay

    Hello Eperts,
    Sorry, i want to reopen this thread, to clear one issue.
    i tryed and solved this issue.
    try to configre the workprotect in personalization so it discard changes and open in the same page.
    all my portal user are facing the same problem.
    my question is Do i need to do changes for all user in personaliztion.
    Do we have any global chage at once i do it takes effect for all users.
    Any help on this Please.
    Thanksyou,
    regards
    Vijai

  • Personal Data not working for an employee in ESS

    Hai All,
    I have configured Personal Data in ESS. But, for a particular employee Personal Data is giving the below mentioned error when he edits the data. The error happens when he edits and clicks on Review or when he clicks on the dropdown for Nationality(Only for this field, the error occurs) and selects a value from that dropdown.
    As I searched in the forum, I found that we have to search ST22 for that user. In ST22, it is throwing 4 errors:
    1. UNCAUGHT_EXCEPTION CX_HRPA_INVALID_INFOTYPE_DB. The exception 'CX_HRPA_INVALID_INFOTYPE_DB' was raised, but it was not caught anywhere along the call hierarchy.    Termination occurred in the ABAP program "CL_HRPA_TIMECONSTRAINT========CP" - in "COMPUTE_INSERT". The main program was "SAPMSSY1 ".                                                        
    2. SYSTEM_CANCELED. The current program "CL_HRPA_TIMECONSTRAINT========CP" has been terminated by another mode.
    3. OBJECTS_OBJREF_NOT_ASSIGNED_NO CX_SY_REF_IS_INITIAL. Termination occurred in the ABAP program "SAPLHRXSS_PER_MAC" - in  "HRXSS_PER_CLEANUP".     
    The main program was "SAPMSSY1 ".
    4. SYSTEM_CANCELED. The current program "SAPLHRXSS_PER_MAC" has been terminated by another mode.
    My questions are:
    a Why it is not working for a particular employee?
    b Why it is working for other employees?
    c Did I miss out some configurations?
    Please help me out.
    Regards,
    Jubish

    Hai,
    Thankyou for the reply. But the user has entry in the infotype. Likewise, it is possible to change data from PA30 transaction also. The problem occurs only when I try to change data through ESS.
    Regards,
    Jubish

  • ESS Personal Information Scenarios do not display any services in ERP 2005

    Hello,
    I am configuring ESS in ERP 2005.
    When I click on workset Personal Information it gives message 'There are no services in this area'. I have checked that all the resources services are present and that they are also assigned to the sub area personal information.
    I have assigned the roles SAP_EMPLOYEE_ERP05_US and
    SAP_ESSUSER_ERP05 to the user in SAP and also assigned PERNR of personnel area US01 to the same.
    What am I missing?
    Regards,
    Jai

    Hi,
    You need to maintain the fields which you are going to updated in the persinfo detail screen, in
    the view V_T588MFPROPS. Please check that all the fields which you are
    updating in the detail screen, are also present in this view.
    Also check table V_T7XSSPERSUBTYP for the infotype as well
    Please ensure that your landscape is as per the note 1081261,
    I hope this info is useful.
    BR, Abdul

Maybe you are looking for