HR FORMS: PAYSLIP

Hi, I have a requirement where we need to create a custom payslip.
I was thinking of modifying the standard HR forms for payslip for international country grouping and then modify it by removing unneeded part.
But after I copied it based on my country grouping(34) and then I tried to activate it. But it resulted to an error related to the print program. When I check the print program, the error said that there are no structure HR_PY****** on the DDIC.I thought the structure was supposedly generated automatically?
Does anybody here has ever found problem like this, Or could someone share some knowledge in building a payslip form.
Many Thanks

I had a similar problem (on an ECC 6 box) - although from memory not quite the same.  In any case it may be worth looking at OSS note 878168 where it describes an inconsistency with the DB.  Basically it involves regenerating the table V_HRF_SELFIELDS through SE11.
Maybe worth a try.
Pete

Similar Messages

  • SAP HR Forms(Payslip)

    Dear Gurus,
    I have a Problem with HR Form. I have to Add Company Logo to a payslip. I created a Window for the Logo with PE51 but How to add the Image to that Window.
    Or any other method of adding a LOGO to payslip. Please Guide me.
    regards
    Ankit Vasavada

    Hi,
    There is a way to upload logo into you form .
    THERE IS A STANDARD SMARTFORM     " HR_ESS_PAYSLIP_TO_PDF "
    MAKE A COPY OF IT TO Z AND CREATE A LOGO  WINDOW  .
    UPLOAD  YOUR LOGO THERE .
    AND THEN   IDENTIFY WHICH STANDARD PROGRAM HR PEOPLE ARE USING  . ex : - HINCEDT0
    2)  COPY THE STANDARD PROGRAM TO Z .
    3) YOU CAN FIND A INCLUDE PROGRAM -- 'RPCEDS29'
    4) IN THAT  INCLUDE CODE U WILL FIND FOLLOWING SUBROTINE     'PRINT_XFORM'
    NOW CALL YOUR SMARTFORM IN THAT SUBROTINE .
    SAMPLE CODE :
    FORM print_xform USING $form TYPE tt_form.
    IF NOT $form[] IS INITIAL.
    DATA: $form_wa LIKE pc408.
    DATA: fm_name TYPE rs38l_fnam.
    DATA: pinfo TYPE pc407.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
      formname = 'ZHR_ESS_PAYSLIP_TO_PDF'   ****SMARTFORM NAME
    IMPORTING
       fm_name = fm_name.
    DATA:   l_devtype TYPE rspoptype,
            ls_output_options TYPE ssfcompop,
            ls_output_data TYPE ssfcrescl,
            ls_control_parameters TYPE ssfctrlop.
            ls_control_parameters-no_dialog = 'X'.
            ls_control_parameters-getotf = 'X'.
    ls_output_options-TDPRINTER = 'LOCL'.
    Combina SmartForm con el listado
    CALL FUNCTION fm_name
    EXPORTING
    control_parameters = ls_control_parameters
    output_options = ls_output_options
    user_settings = space
    pinfo = pinfo
    pform = $form[]
    IMPORTING
    job_output_info = ls_output_data
    EXCEPTIONS
    formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4
    OTHERS = 5.
    DATA: l_pdf_xstring TYPE xstring,
    lt_lines TYPE TABLE OF tline,
    ls_line TYPE tline,
    l_pdf_len TYPE i,
    P_DOC TYPE DOCS occurs 0 .
    Crea PDF
    CALL FUNCTION 'CONVERT_OTF_2_PDF'
    EXPORTING
      USE_OTF_MC_CMD               = 'X'
      ARCHIVE_INDEX                =
    IMPORTING
       BIN_FILESIZE                  = l_pdf_len
      TABLES
        OTF                          = ls_output_data-otfdata
        DOCTAB_ARCHIVE               = p_doc
        LINES                        = lt_lines
    EXCEPTIONS
      ERR_CONV_NOT_POSSIBLE        = 1
      ERR_OTF_MC_NOENDMARKER       = 2
      OTHERS                       = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'WS_DOWNLOAD'
    EXPORTING
      BIN_FILESIZE                  = l_pdf_len
      CODEPAGE                      = ' '
       FILENAME                      = 'C:_RESULTS.PDF '
       FILETYPE                      = 'BIN'
      MODE                          = ' '
      WK1_N_FORMAT                  = ' '
      WK1_N_SIZE                    = ' '
      WK1_T_FORMAT                  = ' '
      WK1_T_SIZE                    = ' '
      COL_SELECT                    = ' '
      COL_SELECTMASK                = ' '
      NO_AUTH_CHECK                 = ' '
    IMPORTING
      FILELENGTH                    =
      TABLES
        DATA_TAB                      = lt_lines
      FIELDNAMES                    =
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_WRITE_ERROR              = 2
      INVALID_FILESIZE              = 3
      INVALID_TYPE                  = 4
      NO_BATCH                      = 5
      UNKNOWN_ERROR                 = 6
      INVALID_TABLE_WIDTH           = 7
      GUI_REFUSE_FILETRANSFER       = 8
      CUSTOMER_ERROR                = 9
      NO_AUTHORITY                  = 10
      OTHERS                        = 11
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'HR_EFI_SHOW_PDF_FORM'
      EXPORTING
        TOP_EDGE        = 30
        LEFT_EDGE       = 20
       TABLES
         OTF_TABLE       = ls_output_data-otfdata
    endif.
    ENDFORM. "PRINT_XFORM.

  • PE51 - How to display a custom result in a PE51 forms?

    Hi experts,
    I want to display the result of a specific Module Function in a PE51 form (payslip).
    The module function returns a table with a proper contain for each employee / period.
    I don't know the size of the table (number of lines) for each employee, and data may change.
    For example 2 pieces of payslip from 2 employees :
    Name : Mr Smith
    Entry 1 | Good Father
    Name : Mr John
    Entry 1 | Tall
    Entry 2 | Funny Guy
    Please, could you help me to find a standard friendly solution?
    I imagine I have to use a window with a specific line and so on but I don't know "where" to insert the module function call and which table I have to fill.

    Do you think it's impossible to display a specific table in a PE51 form respecting the standard?

  • Missing wagetypes during selection by print program with HRFORMS

    Hi Folks
    we have a problem with selecting wagetypes for the form payslip via the HR-Formular-Workplace.
    On the block 'basis dedctions' e.g. we use wagetype '/5B1'. The wagetype is described on the table
    strip 'selections' of the block, accordingly.
    If we start the form on the HR-Formular-Workplace, this wagetype wil not be selected anyway.
    A similar case is in effect on block 'transfers'. We use on this block the wagetypes '/54U' and '/561', only.
    Both wagetypes are described on the table string 'selections' identically.
    If we start the form on the HR-Formular-Workplace, wagetype '/54U' is printed on the payslip, correctly.
    Wagetype '/561' on the other hand is printed never, allthough it appears on the HRDATA subtable
    PAY_RESULTS, correctly.
    Has anybody an idea were my mistake could be???? Any help is kindly appreciate!
    Regards
    Dieter Koppe

    We have never modified rffous_c before.  Try going to IMG node Financial Accounting --> Accounts Receivable and Accounts Payable --> Business Transactions --> Outgoing Payments --> Automatic Outgoing Payments --> Payment Method/Bank Selection for Payment Program --> Set up payment methods per company code for payment transactions.  Remove the SAPScript form from your payment method.  Then you just have to put your HR Form in your preDME selection.  That way it won't pick up the SAPScript form at all, and it will only use the HR Form.  This way you don't have to change rffous_c code at all.

  • PE51/Form Editor for Payslip - Need to Include a digital signature

    Hi,
    I have the digital signature of the Manager of HR,  and I need to include it in the payslip automatically.
    The payslip was made by using de PE51 Form Editor, and I can´t find the way to include it.
    I need to Know if there is a posibility to do this, using the PE51, or if I need to re-do the form in Sapscript.
    Thanks for your answers.
    Susana Quiroz.

    I believe you do have to put it in a SAPScript form.  I do not recall any way to put it directly into your HR Form through PE51.  Our rem statement is printed using a combination of a SAPScript and an HR Form, so our electronic signature is just included in the SAPScript. 
    You might want to check your config to see if you already have a SAPScript assigned to your payment method.  It is under:  Financial Accounting --> Accounts Receivable and Accounts Payable --> Business Transactions --> Outgoing Payments --> Automatic Outgoing Payments --> Payment Method/Bank Selection for Payment Program --> Set up payment methods per company code for payment transactions.

  • To include a header in Payslip - Form Editor

    Dear Friends,
    It would be really great if someone could help me in this regard.
    My client would like to add the name of the Company on top of the payslip. Currently from Line 1 something is displayed in form editor.
    Where should i do the header inclusion. Either in single fields or line layout?? Should i need to make any provision in Background also in PE51. If so how to do it there is no provision to add new line there.
    Hope to get a solution soon.
    Thanks and Regards
    Nelson

    Hi Nelson
    That can be done by selecting the ' Background ' subobject from your form editor pe51screen. select change.
    Right click on the first line and select ' New Line '. Thus a new line is formed. In this new line you can type in the companies header.
    You can even send the rest of the lines deeper down the page by creating more lines. below this header line.
    Hope that helped.
    Regards,
    Anand

  • Sec 10 Exemptions and form 16 summary  are not showing in payslip..

    Hi Experts,
    After configuration of all nodes i am unable to see Form 16 summary and Sec 10 exemptions In payslip.Please help me to resolve the problem.Thanks in advance.
    Regards,
    Sai.

    Hi Vicky,
    Did you configure your Payslip from PE51. IF Yes, please follow the same steps you did for configuring earnings & Dedcutions, for the window defined for FORM 16.
    Eg GO to PE51, enter the Form Name, and select the window , and click change, Now double click on the window defined for Form 16, click on the group, and maintain all the wagetypes that need to be displayed as a part of Form 16, like /416,  /130, /418  etc..
    Maintain these and let us know...will try to resolve if anymore issues!!
    Regards,
    --Pranitha

  • HR Payslip form

    Hi,
    Pls help me, how to add new text field with coding conditions,
    say for ex: if any employee's DOB falls in between the pay month then needs to add Happy birthday wishes in the payslip as separate text field.So how to add coding for this and where.
    Same like this, my user wants to add the employee's presence and absence days of the month and bank name details to be displayed in the payslip.
    FYI,table of pa0009 is not available in the indian remuneration form.Pls advise how to call it.
    Pls reply
    thanks & regards
    sankar.
    Edited by: sankar babu on Jul 12, 2008 1:01 PM

    any updates....or solutions....???pls
    I want to insert a new field of
    1) Bank Name and
    2)leave details fo a month like sick leave,earned leave, casual leave...LOP Days worked etc.
    Im getting the Bank table in Rule section and not in Single field table parameters.What is the use of Rule and how i declare my field in Single fields or in my form.
    Pls advise.
    regards
    Sankar
    Edited by: sankar babu on Jul 18, 2008 8:19 AM
    Edited by: sankar babu on Jul 18, 2008 8:37 AM
    Edited by: sankar babu on Jul 18, 2008 8:38 AM
    Edited by: sankar babu on Jul 18, 2008 11:26 AM

  • Add Logo in HR Forms for payslip

    Hi Experts,
    I need to inculde logo in HR froms, my consultant suggested that copy the satandart HR form and create a Z-form.
    i dont have that much idea on HR Forms, is it possible to include the logo in HR Forms?
    Based upon the input given by the user the logo should change dynamically.
    Client has many companies, but they are having common payroll so when they are running the payslip based upon the company the logo should print.
    could any one please suggest  how to so this?
    With Regards,
    Thanesh

    Hi Thanesh,
    There are two possibilities either create a 'Z' one or go through standard one. I prefer you to try the standard one.
    Have a look on this link.
    [Add logo in PE51;
    Hope this will solve your problem.
    Regards,
    Gaurav

  • HR Form Editor - how to display text on payslip

    Hi Experts,
    I have an issue in HR Form Editor ( TCode PE51).
    In the earnings window of a payslip I have a wage type 2041(Ticket Fare Payment). At the time of evaluation if there is a value for this wage type then some text message has to be displayed for such a employee.
    Can anybody please guide me for the proper solution.
    I have created text module for the text to be appeared and placed it as a single field.
    Any help appreciated.
    Thanks & Regards,
    Aisha.

    Try Exploring BADI ADDR_PRINTFORM_SHORT. This is the only place wherein we can think to write some custom code for Remnuneration statement.
    The other way is the do the Customer Enhancement for transaction PC00_M16_CEDT. Also try searching SAP Notes I think there are couple which can be of help.
    Regards
    Shital

  • Use of Smart Forms for Payslip

    Hi,
    I am trying to create the payslip using the HR Formular Workplace (TC HRFORMS) and Smart Forms. Has anybody has experience in that or where can I find information on that topic. I am working in release 4.6C.
    Thanks,
    Viktoria

    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYXXFORM/PYINT_FORMBUILDER.pdf
    Best Regads

  • Displaying and Printing Payslip without using Adobe forms in WD

    Hi,
      Is it possible to Display&Print Payslip in WD application without using Adobe forms?,is WD supports Smartfomrs?
    Thanks in advance...!!!

    Yes, you can convert  convert smartform into pdf and display it using web dynpro application. Below link contains detailed information about it.
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0de1eb8-0b98-2910-7996-8a3c2fcf6785]
    Regards
    Vishal Kapoor

  • ESS Payslip : Error when creating a form

    Hi Experts,
    Please help me on this issue.
    The payslip is not getting generated in QA portal. I have checked everything, feature, report variant. The payslip is getting generated from the back end.
    But I have not checked from PZ11_PDF, becz of authorisation issue.
    Can anyone guess what could be the problem?
    thanks
    Jay

    Here is the error
    Critical Error
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator.
      Error when creating the form   
      Error when creating the form:com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Error when creating the form
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:112)
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:122)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.reportBapiRet2Error(FcRepFramework.java:525)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcGetForm(FcRepFramework.java:394)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.processFollowingActions(FcRepFramework.java:484)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcExecAction(FcRepFramework.java:378)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.initModel(FcRepFramework.java:292)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFramework.initModel(InternalFcRepFramework.java:256)
         at com.sap.xss.hr.rep.fcrfw.FcRepFrameworkInterface.initModel(FcRepFrameworkInterface.java:136)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFrameworkInterface.initModel(InternalFcRepFrameworkInterface.java:198)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFrameworkInterface$External.initModel(InternalFcRepFrameworkInterface.java:258)
         at com.sap.xss.hr.rem2.selection.VcRem2Selection.onInit(VcRem2Selection.java:245)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2Selection.onInit(InternalVcRem2Selection.java:249)
         at com.sap.xss.hr.rem2.selection.VcRem2SelectionInterface.onInit(VcRem2SelectionInterface.java:161)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2SelectionInterface.onInit(InternalVcRem2SelectionInterface.java:144)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2SelectionInterface$External.onInit(InternalVcRem2SelectionInterface.java:220)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:564)
         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:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         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:1344)
         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:593)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:865)
         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:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:684)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         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)

  • Payslip - Error when creating the form

    Hi,
    I have an error with the Paylsip iview in ESS WebDP version backed by ECC5. I get 'Critical Error' in the iview and the following stack trace in the defaultTrace.trc.
    Not really sure even where to start looking.  Any help greatly appreciated.
    #1.5#00156056B38B006F0000001F0000265800041F985F051B79#1160639196531#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#sap.com/tcwddispwda#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#522046#102##sapt156z.bdn.neas_NPT_8144550#522046#2502ee2159c511dbc22e00156056b38b#ID\#(J2EE8144500)ID1747837850DB00989374704737658807End.WID1160638913529##0#0#Fatal#1#/Applications/Xss#Java###Error when creating the form
    [EXCEPTION]
    #1#com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Error when creating the form
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:111)
    TIA
    J

    Fixed it.  We were missing the Variant backing the payslip which hadn't been transported.

  • ESS Payslip : Error when creating form

    Hello All,
    I get the following error when i click on
    ESS - Pay Information - Payslip - Payslip Inquiry Service.
    Please help !
    Full Stack Trace
    com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Error when creating the form
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:111)
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:121)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.reportBapiRet2Error(FcRepFramework.java:525)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcGetForm(FcRepFramework.java:394)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.processFollowingActions(FcRepFramework.java:484)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcExecAction(FcRepFramework.java:378)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.initModel(FcRepFramework.java:292)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFramework.initModel(InternalFcRepFramework.java:256)
         at com.sap.xss.hr.rep.fcrfw.FcRepFrameworkInterface.initModel(FcRepFrameworkInterface.java:136)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFrameworkInterface.initModel(InternalFcRepFrameworkInterface.java:198)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFrameworkInterface$External.initModel(InternalFcRepFrameworkInterface.java:258)
         at com.sap.xss.hr.rem2.selection.VcRem2Selection.onInit(VcRem2Selection.java:245)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2Selection.onInit(InternalVcRem2Selection.java:249)
         at com.sap.xss.hr.rem2.selection.VcRem2SelectionInterface.onInit(VcRem2SelectionInterface.java:161)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2SelectionInterface.onInit(InternalVcRem2SelectionInterface.java:144)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2SelectionInterface$External.onInit(InternalVcRem2SelectionInterface.java:220)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:564)
         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:754)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         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:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1288)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:355)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:548)
         at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:592)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:864)
         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:319)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:684)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         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:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

    Please check the user language setting in SU01. If no language is defined, the portal will use the browser to set the portal language. The payslip language is defined in feature HRFOR and must match the employee's molga. If the language defined for the employee's payslip is different from the user's, a dump will occur. Try changing the user's language setting.
    Best regards,
    Antonio

Maybe you are looking for