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

Similar Messages

  • ESS Personal Information Services

    Hi,
    We are in planning to upgrade our existing ITS version to the latest webdynpro version ESS services. We will be implementing for 13 different countries. I can see based on the delivered Business Package that the iviews are based on specific countries (at lest for personal information). Due to this, i assume that i'll have to create 13 different roles (based on countries) and assign accordingly to the users (either this or use groups). Can someone confirm this? By the way, how is the checking being done against the user? Thanks
    Regards

    Hi Nahoj,
    The country-specific apps works with the country grouping information from SAP User. To assign the country grouping, set the MOL parameter in the ABAP User.
    In the customizing side you disguise this information through 2 entries:
    - All services:
    Employee Self-Service > General Settings > Homepage for Self-Services > Services > Define Services
    - Country-specific services:
    Employee Self-Service > General Settings > Homepage for Self-Services > Services > Define Country-Specific Services
    You can maintain/remove services inside your countries of application, but if still that not cover your requirements, you can add a country-specific app service from another country (check this link: [Reuse Country-Specific Applications|http://help.sap.com/erp2005_ehp_04/helpdata/EN/6d/5e207f3bb547aebdd1399aaa3d23d7/content.htm]).
    When a User enter to Portal, after read Portal's Role, it reads the country grouping and display the services enabled from All Services + services enabled from Country-specific services for the corresponding User's country grouping.
    Regards!

  • 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

  • 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

  • Send data to ECC table through RFC Call function from SAP B1 via  b1if

    Hi,
    I have created scenario in B1if which triggers from SAP B1, now I have to send this data in to ECC table, so I have created scenario for that with inbound SAP B1, outbound void and in process RFC Call atom is there but I am not getting data in receiver and also how to write xml to send data in RFC function. Function for RFC has configured from ECC end and have access of that function.
    So please help me to send data to ECC table through RFC Call function from SAP B1 (9.0) via b1if
    Thanks

    Solved by my own.

  • Smartform Printing : Error in spool C call: Error from TemSe

    Hi! everybody,
    I am stating my problem as follows : I have to print a bar-code sticker of size 10 X 7 cms. I have worked on bar-codes before this also. This time the output from a smartform is to be given to a ZEBRA TLP 2844 printer. I initially encountered problems in printing. The data does not fit on to the page.
    After a lot of searching I found that ZEBRA was a partner of SAP and that a special device type needs to be created for output from a ZEBRA printer. I did this two times. Each time my steps were as described under.
    To create the device type I did the following :
    1. I finally found the driver from the ZEBRA website from http://www.zebra.com/id/products/global/en/utilities/sap_device_types.UtilityFile.File.tmp/Zebra_SAP_Device_Types.zip From this I uploaded the driver for 203 DPI zebra printer with IBM code 850 font file name "YZB200.PRI" into the transaction SA38.
    2. Then I created a new device ZEB10 in SPAD after assigning my format to the device.
    Thereafter, I tried to print my sticker. During this procedure, on selection of the new device type, the fonts automatically changed to ARIAL in the print preview. When I give the print command (Spool request : Print immed = X, Delete after output = X & New spool request = X) it gives an error message Error in spool C call: Error from TemSe.
    Since the output had not been issued, I opened the spool request to view its TemSe characteristics. Here I found
    Spool Attributes
    Output Device    ZEB10
    Format           ZTT               Format
    Doc. Category    SMART
    Recipient
    Department
    Deleted On       19.01.2011
    Authorization
    Output Attributes
    No. of Copies   1
    Priority              5
    SAP Cover Page Do not print SAP cover page
    OS Cover Sheet  Print as set at printer
    Requested           0
    Processed           0   With Problem                             0
                            With Error (Not Printed)                 0
    Storage Mode Print
    TemSe Attributes
    Object name           SPOOL0000013836
    Data type             ????????????
    Character set         0 -
    > Character set of dev type = 1162
    Number of parts       0
    Record format
    Size in bytes         0
    Storage location
    On seeing SP01
          Spool no.              Type                 Date        Time   Status   Pages               Title
           13836      Smartforms(OTF) 11.01.2011  07:32       +          0      SMART LP01 USERID
    I hope this data helps you help me. Please ask for more data if you wish. Also, I have searched vastly for this error on the net  have already come across the link http://help.sap.com/saphelp_45b/helpdata/en/d9/4a8f9c51ea11d189570000e829fbbd/frameset.htm but to no use. On the SDN, I have not found a similar thread and that is why I decided to post this problem here, hoping to find a solution. Kindly help.
    Regards,
    Manas

    Hi Manas,
    I am facing the same issue for one of my clients.
    Can you please share the solution with me if you have come out with it.
    Regards,
    Nirmal.K

  • ESS - Personal Information error

    I have installed the business package (ESS 60.2)latest support pack on EP 6.0 SP19.
    The backend is ECC 5.0 HR support pack 15.
    I am facing an issue with the personal information service.
    When i launch personal information screen (of the ess role) i am getting the following error message.
    Syntax error in program SAPLHRXSS_PER_MAC                       ., error key: RFC_ERROR_SYSTEM_FAILURE
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Syntax error in program SAPLHRXSS_PER_MAC                       ., error key: RFC_ERROR_SYSTEM_FAILURE
        at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)
        at com.sap.xss.per.fc.persinfo.FcPersInfo.initPernr(FcPersInfo.java:356)
        at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.initPernr (InternalFcPersInfo.java:500)
        at com.sap.xss.per.fc.persinfo.FcPersInfoInterface.initPernr(FcPersInfoInterface.java:167)
        at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface.initPernr(InternalFcPersInfoInterface.java :217)
        at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface$External.initPernr(InternalFcPersInfoInterface.java:345)
        at com.sap.xss.hr.per.ar.personal.overview.VcPerPersonalArOverview.onInit(VcPerPersonalArOverview.java :266)
        at com.sap.xss.hr.per.ar.personal.overview.wdp.InternalVcPerPersonalArOverview.onInit(InternalVcPerPersonalArOverview.java:276)
        at com.sap.xss.hr.per.ar.personal.overview.VcPerPersonalArOverviewInterface.onInit (VcPerPersonalArOverviewInterface.java:164)
        at com.sap.xss.hr.per.ar.personal.overview.wdp.InternalVcPerPersonalArOverviewInterface.onInit(InternalVcPerPersonalArOverviewInterface.java:144)
        at com.sap.xss.hr.per.ar.personal.overview.wdp.InternalVcPerPersonalArOverviewInterface$External.onInit (InternalVcPerPersonalArOverviewInterface.java:220)  
    Can anyone tell me if there is anything specific HR Backend configuration needed to enable this scenario ?
    Any pointers to the solution of this problem ?
    Thanks and Regards,
    Manoj

    Hi,
    I am trying with ESS business package version 10 ( as i am on ECC 5.0 Support Pack 15, which includes HR Support pack level 15 as well).
    I am still getting the same error message.
    the error message on the portal is as follows.
    Syntax error in program SAPLHRXSS_PER_MAC ., error key: RFC_ERROR_SYSTEM_FAILURE
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Syntax error in program SAPLHRXSS_PER_MAC ., error key: RFC_ERROR_SYSTEM_FAILURE
    at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)
    at com.sap.xss.per.fc.persinfo.FcPersInfo.initPernr(FcPersInfo.java:336)
    at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.initPernr(InternalFcPersInfo.java:492)
    at com.sap.xss.per.fc.persinfo.FcPersInfoInterface.initPernr(FcPersInfoInterface.java:166)
    when i checked it in the backend (HR System) using transaction ST 22 to see the problem in backend RFC.
    I am getting following dump (please see below) of ABAP Program SAPLHRXSS_PER_MAC. The error message has been highlighted in bold letters.
    Since i am not ABAP developer can anybody please help me with what kind of problem this could be ?
    It's very urgent matter to me. I would surely give points for any kind of help that i get.
    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@'.
    Thanks,
    Manoj

  • Error in ESS Personal information on deployment of ess/per.ear

    Dear Gurus,
    we have configure NWDI on our development server. we successfully checkout ess/in/bank application and made changes to a lable UI element to notice it on our server. since it refers to ess/per application, we check-out that too and deployed by right click--> deploy on the sandbox server(not dev server by normal route of check-in).
    after successful deployment all personal information services address, bank e.t.c are not working properly.
    Please suggest what to do.
    shall I copy the ess/per.ear file from dev to sandbox ?
    regards,
    Ankur

    Detailed  error log is:
    Exception occured during processing of Web Dynpro application sap.com/essinfam/Per_Family_IN. The causing exception is nested.
    [EXCEPTION]
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.sap.xss.hr.per.in.family.overview.VcPerFamilyINOverview. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
    at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:940)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:177)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:141)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent$ComponentUsageManager.createVACComponentUsage(FPMComponent.java:747)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:563)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
    at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:783)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:303)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:761)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:696)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
    at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:869)
    at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:229)
    at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1346)
    at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:356)
    at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:549)
    at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:595)
    at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:867)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:333)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:219)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:80)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:44)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:315)
    at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
    ... 57 more
    Caused by: java.lang.UnsupportedClassVersionError: (com/sap/xss/per/model/mac/Hrxss_Per_Subtype_Info) bad major version at offset=6
    at java.lang.ClassLoader.defineClassImpl(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:254)
    at com.sap.engine.services.deploy.server.ApplicationLoader.defineClassWithInterception(ApplicationLoader.java:168)
    at com.sap.engine.services.deploy.server.ApplicationLoader.loadLocalClass(ApplicationLoader.java:140)
    at com.sap.engine.frame.core.load.ReferencedLoader.loadRefClass(ReferencedLoader.java:573)
    at com.sap.engine.core.classload.impl0.LoaderInfo.loadClassByReference(LoaderInfo.java:34)
    at com.sap.engine.frame.core.load.ReferencedLoader.loadClassByReference(ReferencedLoader.java:301)
    at com.sap.engine.frame.core.load.ResourceLoader.loadClass(ResourceLoader.java:119)
    at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:365)
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:119)
    at com.sap.xss.hr.per.in.family.overview.wdp.InternalVcPerFamilyINOverview.<init>(InternalVcPerFamilyINOverview.java:47)
    ... 62 more

  • 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

  • ESS Personal information country specific services

    Dear Guru's,
    We have set up the following country specific services (Dutch = molga 05)  for the Personal Information Workset in ESS:
    - Adresses
    - Bank relations
    - Personal Information
    While testing these services for two persons the following situatin occurs:
    - Person A: has parameter MOL 05 set in transaction SU01 and uses ESS portal role.
    - Person B: has parameter MOL 05 set in transaction SU01 and also uses ESS portal role.
    Als the country specific services are defined to the country speficif resources.
    While trying to change the record in infotype 2, 6 and 9 for Person A using ESS all the procedures are succesfull.
    While trying to change the record in infotype 2, 6 and 9 based on the date of today for Person B the systeem gives back the following error:
    "record 00001101      0009        0        with date x has group value "" instead of "05".
                      (pernr) (infotype)  (sub)                  (date previous record)               (MOLGA)
    This seems to be strange because both users have exactly the same profile in ECC and Portal.
    Also the application seems te have a problem with the limitation of the previous record since the system says that that record has group value " "  instead of "05"
    Since this is the last problem we face in ESS we could need some help.
    Kind regards

    Hi,
    This issue is because of data inconsistency. In se38, the report RPUFIXDS should be run to fix this.
    This can be run for a single personnel number or a range of personnel numbers.
    Thanks,
    Muthukumar

  • 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

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

  • 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

Maybe you are looking for

  • How can I align multiple titles in Premiere Pro?

    We are working on a video (obviously) and we have a bullet list that we'd like to come up as the speaker is naming off specific items. So far we have created a separate title for each bullet point, so that we can control when the bullets fade in. The

  • Will the new update for mozilla support the Realplayer plugin?

    before I install the present new upgrade,i'd like to know if the new upgrade supports realplayer plugin as i like to download clips and stuff. when google put in a new upgrade, it disabled Realplayer. If it does, i'll stay with the older version,even

  • MacBook Pro or MacBook Air for Web & Mobile Development

    Hi  Guys, I have always been a PC users since I was young. Currently I do Web Development, HTML, CSS, javascript and Sencha Touch HTML5 mobile app development The reason I want to change to a Mac because I need a laptop to travel and work, previously

  • Keyword tags on JPG from Photoshop Elements

    Hi, I have just started to use Lightroom and used to use Photoshop Elements for organizing my photos. And in Photoshop element I only put a keyword tag on the JPG file on and not on the RAW file. And after that I "hided" the RAW files in Photoshop el

  • External Operation but without entire Procurement Cycle

    We have an operation in the Production Order, where a process is done by a vendor. However this is handled such that the Vendor collects materials across several production orders on a regular basis. The invoicing is also done late, perhaps monthly.