HR FORMS + ESS + MSS

Hi Experts,
Want to now method for creating HR Forms in ECC7.0 Netweaver.
How ESS & MSS is configured in ECC 7.O Netweaver.
What are more features in HR module in ECC 7.O Netweaver as compared to previous version.
Thanks in Advacne,
Regards,
IFF

Look at these links they are useful for HR forms
HR FORMS
http://help.sap.com/saphelp_erp2004/helpdata/en/3d/a458c7a4ab2a4382c5b6bfe988edcd/frameset.htm
Go through these pdf docs....
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_FORMS.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYXXFORM/PYINT_FORMBUILDER.pdf
http://help.sap.com/saphelp_erp2005/helpdata/en/c8/4cde4fe00811d1953c00a0c9306433/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/c8/4cde4fe00811d1953c00a0c9306433/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/c8/4cde4fe00811d1953c00a0c9306433/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/c8/4cde4fe00811d1953c00a0c9306433/frameset.htm
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_FORMS.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYXXFORM/PYINT_FORMBUILDER.pdf
Reward points if useful Answers
Minal

Similar Messages

  • ESS / MSS - is there a way to view Histories of FORMs submitted and processed?

    Hi,
    We're implementing the ESS / MSS RDS  EP 6 (version 3.606 SAP Enterprise Portal scenario).
    The project also includes the custom development of a number of Forms that will be integrated into ESS / MSS via iViews.
    The customer requires a "HISTORY View" of FORMs for the ESS and MSS users.
    It is the historic  FORMs themselves that they want to be able to display - or as much of the Key information from the Forms that they can identify specific Form submissions  (and not the related Workflows for these forms).
    I'm told that there is no HISTORY view for Forms.   The history functions for Workflows (in the UWL) is not really suitable for users but only for more technical analysis of workflows.
    Does anyone know of a way of getting these history views of Forms without resorting to a custom development?  e.g. is there a standard Report or a way of enabling Histories to be maintained and accessible?
    Kind Regards
    Alan

    Hi Alan,
    I think the best we could get is Process Browser application.
    Can you refer this link and see if this helps.
    Also try the WD Application - ASR_PROCESSES_DISPLAY.
    Thanks
    Raja Sekhar

  • Adobe forms in ESS/MSS

    Hi All,
    It would be great if you could provide me some links on where I can find some information on
    Building Adobe forms in ESS/MSS portal with workflows.
    Thanks very Much!

    hi Aakash,
        https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60cd3e04-204f-2a10-ba86-852f2a84f8c8
    Regards,
    sujatha reddy L.

  • Where Web Dynpro Java version of Adobe Forms are used in ESS MSS

    Hi, SDN Expert.
    I am working on research the use of Adobe Interactive Forms in the current processes of HCM ESS MSS.
    We are on ECC5.0, EP7.0, and ESS MSS SP21. We are in the midst of upgrading to ECC6.0.
    Do you know where Web Dynpro  Java version of Adobe Forms are used in ESS MSS are used? OR are they all in Web DYnpro ABAP version in ECC6.0?
    Thanks,
    KC

    Sergio,
    FYI.
    I am trying to see how the form I design/modify in TCode: SPF are working together to these piece of codes I found in NWDI WD4J pcui_gpisrsap.com --> VcISRShowForm DC --> ShowForm view:
    public void wdDoInit()
        //@@begin wdDoInit()
              InteractiveForm form =
                   (InteractiveForm) ((View) wdThis.wdGetAPI()).getElement("IsrForm");
              form.setDynamicPDF(true);
              form.bindPdfSource((IWDAttributeInfo) null);
        //@@end
    public static void wdDoModifyView(IPrivateShowForm wdThis, IPrivateShowForm.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        //@@begin wdDoModifyView
              logger.pathT("Entering: wdDoModifyView");
              // Dynamic context generation
              // Bind context
              if (wdContext.nodeNewGenericChildNodes().size() > 0) {
                   if (wdContext.currentContextElement().getContextToBeReset())
                        wdContext.nodeData().getContext().reset();
                   IWDNodeInfo genericNode = wdContext.nodeData().getNodeInfo();
                   IWDNodeInfo origNode =
                        wdThis
                             .wdGetVcISRShowFormController()
                             .wdGetContext()
                             .nodeGenericNode()
                             .getNodeInfo();
                   IWDNodeInfo childNode;
                   IWDNodeInfo deepChildNode;
                   for (int i = 0;
                        i < wdContext.nodeNewGenericChildNodes().size();
                        i++) {
                        childNode =
                             origNode.getChild(
                                  wdContext
                                       .nodeNewGenericChildNodes()
                                       .getElementAt(i)
                                       .getAttributeValue("name")
                                       .toString());
                        deepChildNode = childNode.getChild("DATA");
                        genericNode.addMappedChild(
                             childNode.getName(),
                             null,
                             childNode.isSingleton(),
                             childNode.isMandatorySelection(),
                             childNode.isMultipleSelection(),
                             childNode.getPathDescription(),
                             false,
                             true);
                        genericNode.getChild(childNode.getName()).addMappedChild(
                             deepChildNode.getName(),
                             null,
                             deepChildNode.isSingleton(),
                             deepChildNode.isMandatorySelection(),
                             deepChildNode.isMultipleSelection(),
                             deepChildNode.getPathDescription(),
                             false,
                             true);
                        genericNode
                             .getChild(childNode.getName())
                             .getChild(deepChildNode.getName())
                             .addAttributesFromDataNode();
              // Avoid another context generation - all context have been generated
              wdContext.nodeNewGenericChildNodes().invalidate();
              InteractiveForm form = (InteractiveForm) view.getElement("IsrForm");
              //Set the template source of the form (if necessary)
              if (wdContext
                   .currentIsrParamsElement()
                   .getSetTemplateSourceNecessary()) {
                   form.setTemplateSource(
                        wdContext.currentIsrParamsElement().getTemplateSource());
                   wdContext.currentIsrParamsElement().setSetTemplateSourceNecessary(
                        false);
              logger.pathT("Exiting: wdDoModifyView");
        //@@end

  • Can anybody send me some docs on ESS/MSS and Adobe Forms.

    Hi all,
    Can anybody please send me some doc/materials/link on how to coonfigure/develop/work with ESS/MSS and Adobe forms.
    Its very urgent requirement.
    Thanks n Regards
    A.M.Rao

    For ERP 2005 check out
    hi ,
    for ess..
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAESS/ESSIAC.pdf
    Personnel Admin.http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/0fab358b096510e10000009b38f839/frameset.htm
    Training & Event management
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/44/2bc9367a23fb68e10000009b38f889/frameset.htm
    Personnel Development
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/cf/5e9b38f8236e6de10000009b38f842/frameset.htm
    ESS - http://help.sap.com/saphelp_erp2005vp/helpdata/en/5b/76a6d7fd3a4e91bfb422405bf3e04d/frameset.htm
    MSS - http://help.sap.com/saphelp_erp2005vp/helpdata/en/29/d7844205625551e10000000a1550b0/frameset.htm
    For ERP 2004
    ESS - http://help.sap.com/saphelp_erp2004/helpdata/en/5b/76a6d7fd3a4e91bfb422405bf3e04d/frameset.htm
    MSS - http://help.sap.com/saphelp_erp2004/helpdata/en/0a/8b3b40b1607a56e10000000a1550b0/frameset.htm
    Also if you have S User ID on SAP Service Marketplace, check out https://service.sap.com/mss-staging for MSS.
    regards,
    venkat.

  • HR Forms  in  Netweaver ECC 7.O + ESS +MSS

    Hi Experts,
    Want to now method for creating HR Forms in ECC7.0 Netweaver.
    How ESS & MSS is configured in ECC 7.O Netweaver.
    What are more features in HR module in ECC 7.O Netweaver as compared to previous version.
    Thanks in Advacne,
    Regards,
    IFF

    Look at these links they are useful for HR forms
    HR FORMS
    http://help.sap.com/saphelp_erp2004/helpdata/en/3d/a458c7a4ab2a4382c5b6bfe988edcd/frameset.htm
    Go through these pdf docs....
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_FORMS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYXXFORM/PYINT_FORMBUILDER.pdf
    http://help.sap.com/saphelp_erp2005/helpdata/en/c8/4cde4fe00811d1953c00a0c9306433/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/c8/4cde4fe00811d1953c00a0c9306433/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/c8/4cde4fe00811d1953c00a0c9306433/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/c8/4cde4fe00811d1953c00a0c9306433/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_FORMS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYXXFORM/PYINT_FORMBUILDER.pdf
    Reward points if useful Answers
    Minal

  • HR FORMS  ECC 7.O + ESS + MSS

    Hi Experts,
    Want to now method for creating HR Forms in ECC7.0 Netweaver.
    How ESS & MSS is configured in ECC 7.O Netweaver.
    What are more features in HR module in ECC 7.O Netweaver as compared to previous version.
    Thanks in Advacne,
    Regards,
    IFF

    Hi Mike,
    The problem is NW04s Ent. portal doesn't support every feature of the ECC 5.0's XSS. On my portal XSS 600 and the BP for ESS-MSS have installed. Also XSS-100 is installed on the Java stack. I think i should use the java stack like a router to my ECC 5.0 ESS usage. But i don't know how!! 
    I wrote that situation to OSS and they offer two ways to solve the problem. Upgrade your ECC system or use double stack. We have to choose double stack right now but couldn't make the configuration.
    Tnx in advance,
    Regards
    A.

  • ESS/MSS PCR Forms Portal 7

    We plan on having a requisition form created which will have a number of fields including position and job information.  Once the requisition is approved, then the user can begin completing the new hire form.  When they come to the position field on the new hire form, can we default the position number entered on the requisition form?  Somehow we need to link the position number with the created requisition. 
    We were not sure you could pull data from one form to another or if everything has to come from the SAP backend.

    Hi
    Please search on SDN for integrating SRM, ESS/MSS in Portal.
    Regards
    Arun

  • Information required about ESS MSS forms

    Please let me know following points:-
    1.As per my understanding HCM Processes and Forms ( Hiring, Transfer ,Maternity leave ,Termination ) needs
    Hr administrator Role it  not present in portal box so please let me know if we need it?.
    2.It belongs to ESS/MSS Package or it is a seprate business package?.
    3.If possible kindly let me know complete Iview names for above mentioned forms.
    Please let me know about it.

    Laxmikant,
    The forms should be available with if you install the EA-HR component in ECC and there is BP for HR Admin which contains the iViews like Start Process etc.
    You can find the package :- Click to goto [SAP Portal Content Portfolio|https://www.sdn.sap.com/irj/sdn/contentportfolio] --> Business Packages for Specialists --> Business Package for HR Administrator (mySAP ERP)
    And documentation regarding it is available [http://help.sap.com/saphelp_erp2005/helpdata/en/98/32e842cd990121e10000000a155106/frameset.htm]
    Once you this, you will need Adobe License (check note : 736902) and need to configure ADS if you plan to create new forms.
    Chintan

  • ESS & MSS Forms

    Please could someone give me a list of Forms that comes as standard in ESS & MSS (erp 2005)
    Thanks

    Stuart --
    MSS delivered PCR forms:
    ISR_FORM_SPEG - Change Employee Group and Subgroup
    ISR_FORM_SPPA - Change Personnel Area and Subarea
    ISR_FORM_SPPD - Request for Internal Transfer (Enhnaced)
    ISR_FORM_SPPM - Request for Promotion
    ISR_FORM_SPPS - Request for Internal Transfer
    ISR_FORM_SPSD -  Request for Separation (Enhanced)
    ISR_FORM_SPSE - Request for Separation
    ISR_FORM_SPSP - Request for Special Payment
    ISR_FORM_SPTD - Request for Transfer (Enhanced)
    ISR_FORM_SPTR - Request for Transfer
    ISR_FORM_SPWT - Change of Working Time
    To display/maintain the technical details of the new interactive forms, go to txn SFP.
    Regards,
    Karen

  • What is the roles of technical and functional consultants in ESS/MSS area?

    Gurus,
    What is the roles of technical consultants in ESS/MSS area?
    What is the roles of functional consultants in ESS/MSS area?
    Please help me see the differences.
    Thanks,

    Hi Thaman,
    Responsibility of functional consultant in ESS/MSS:- Functional configuration under SPRO > Employee self service and manager self service, then preparation of Functional specification design (FSD) if any deviation from standard SAP, Unit test plan preparation and all functionailty testing
    Responsibility of Technical consultant:- Preparation of Technical specification design document (TSD), activation of work flow and creation of workflow if additional is required. Creatio of form like vacancy requisition form, new position creation form etc.
    Also some kind of technical configuration is there in SPRO for workflow and form
    Regards,
    Purnima

  • HR ABAP ESS/MSS

    Hello Gurus,
             I am new to HR ABAP. Can any body give the idea of What is the ABAP'er role in ESS/MSS area. <<text removed>>
    Thanks
    Chakri
    Edited by: Matt on Nov 14, 2008 9:16 AM - Removed request for material

    Hi,
    Basically in HR ESS/MSS: Their role is to setupt the portal stuff in ESS/MSS. Also need some hands on Adobe Form. As some std Abobe Forms needs to be modified. Also need to trigger the customised Adobe forms from BADI in R/3.
    Thanks,
    Chidanand

  • EP 7 with ESS/MSS errors

    Hi Guys
    We are using EP 7 sp13 with ECC 6 (sp13 ) we currently have ESS/MSS sp11 on it.
    All the ESS links work except EMPLOYEE SEARCH> CHANGE OWN DATA. it gives me the following error.
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: failed to create or init instance of model 'com.sap.xss.hr.cod.model.CodModel' in scope APPLICATION_SCOPE with instanceId 'null'
        at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:102)
        at com.sap.xss.hr.cod.FcCodBusinessLogicComp.callRFCDequeuePernr(FcCodBusinessLogicComp.java:396)
        at com.sap.xss.hr.cod.FcCodBusinessLogicComp.onCleanup(FcCodBusinessLogicComp.java:259)
        at com.sap.xss.hr.cod.wdp.InternalFcCodBusinessLogicComp.onCleanup(InternalFcCodBusinessLogicComp.java:520)
        at com.sap.xss.hr.cod.FcCodBusinessLogicCompInterface.onCleanup(FcCodBusinessLogicCompInterface.java:126)
        ... 57 more
    Here are those logs : #sap.com/tcwddispwda#com.sap.tc.webdynpro.sessionmanagement#shkaidyc#259##iecnt4006.ho.iec_EPD_12230850#shkaidyc#4f231680db9211dcbf1a001a64353d88#SAPEngine_Application_Thread[impl:3]_34##0#0#Error#1#/System/UserInterface#Java###An exception occured during application processing which got lost due to an additional exception that occured during session management post-processing phase. See nested exception for details about the original problem. Application=, RID=#2#com.sap.xss.hr.cod.ChangeOwnDataApplication#524da280db9211dcc053001a64353d88#
    #1.5 #001A64353D8800700000003000000F480004462CD31C2A02#1203058240790#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.sessionmanagement.ExceptionHandler.handleThrowable#shkaidyc#259##iecnt4006.ho.iec_EPD_12230850#shkaidyc#4f231680db9211dcbf1a001a64353d88#SAPEngine_Application_Thread[impl:3]_34##0#0#Error#1#/System/UserInterface#Java###Exception occured during processing of Web Dynpro application . The causing exception is nested.#1#sap.com/ess~cod/ChangeOwnDataApplication#
    #1.5 #001A64353D88005E0000001F00000F480004462CE8F64BF0#1203058607346#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.sessionmanagement.ExceptionHandler.handleExpiration#Guest#0##iecnt4006.ho.iec_EPD_12230850#shkaidyc#4f231680db9211dcbf1a001a64353d88#SAPEngine_Application_Thread[impl:3]_0##0#0#Info#1#com.sap.tc.webdynpro.sessionmanagement#Java###Session unknown: Request was sent to unknown session. Either request with wrong session parameters was sent, or session has expired before . Current request parameters=. Is termination request=. Hint: see SAP note 842635 for more details on session expiration. RID=#7##Fri Feb 15 08:10:17 CAT 2008#{sap-wd-norefresh=X, DESTRUCTION_REASON=Destroyed by invalidation of HTTP session}#true###2cda6d20db9311dcbf6b001a64353d88#
    #1.5 #001A64353D8800750000001F00000F480004462CED64CEC3#1203058681692#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.i18n.ClientSession.computeLocale#shkaidyc#402####592848c1db9311dca3cb001a64353d88#SAPEngine_Application_Thread[impl:3]_20##0#0#Info#1#com.sap.tc.webdynpro.i18n#Java###Computed locale for session : . Locale usage=. RID=#4#ClientSession(id=(J2EE12230800)ID1122215150DB00456128513810716498End_968000287)#<null>#locale was already computed in the session#592848c0db9311dccbae001a64353d88#
    #1.5 #001A64353D880056000003B700000F480004462CEE901955#1203058701301#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.sessionmanagement#shkaidyc#402##iecnt4006.ho.iec_EPD_12230850#shkaidyc#592848c1db9311dca3cb001a64353d88#SAPEngine_Application_Thread[impl:3]_32##0#0#Error#1#/System/UserInterface#Java###An exception occured during application processing which got lost due to an additional exception that occured during session management post-processing phase. See nested exception for details about the original problem. Application=, RID=#2#com.sap.xss.hr.cod.ChangeOwnDataApplication#64ceeb70db9311dc9d1e001a64353d88#
    #1.5 #001A64353D880056000003B900000F480004462CEE902134#1203058701301#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.sessionmanagement.ExceptionHandler.handleThrowable#shkaidyc#402##iecnt4006.ho.iec_EPD_12230850#shkaidyc#592848c1db9311dca3cb001a64353d88#SAPEngine_Application_Thread[impl:3]_32##0#0#Error#1#/System/UserInterface#Java###Exception occured during processing of Web Dynpro application . The causing exception is nested.#1#sap.com/ess~cod/ChangeOwnDataApplication
    And  the link CAREER AND JOBS  only SKILLS PROFILE works, the rest gives the following error :
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 02:21_15/02/08_0004_12230850
    See the details for the exception ID in the log file.
    #1.5 #001A64353D88005F0000001C00000BE400044631A5243BC5#1203078944497#/System/Server#sap.com/irj#com.sap.portal.sapapplication#shkaidyc#331##iecnt4006.ho.iec_EPD_12230850#shkaidyc#922658f0dbc111dc9663001a64353d88#SAPEngine_Application_Thread[impl:3]_33##0#0#Error#1#com.sap.portal.sapapplication#Java###Content pass of Application Integrator failed.
    Component Name:       'com.sap.portal.appintegrator.sap.BSP',
    Context Name (iView): 'pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_career_job/com.sap.pct.erp.ess.profile_release/com.sap.pct.erp.ess.profile_release',
    Top Layer:            'BSP/TopLayer',
    Producer ID (FPN):    'null',
    System Alias:         'SAP_EREC_TalentManagement',
    #1.5 #001A64353D88005F0000001E00000BE400044631A5244180#1203078944497#/System/Server#sap.com/irj#com.sap.portal.portal#shkaidyc#331##iecnt4006.ho.iec_EPD_12230850#shkaidyc#922658f0dbc111dc9663001a64353d88#SAPEngine_Application_Thread[impl:3]_33##0#0#Error#1#com.sap.portal.portal#Java###Exception ID:02:35_15/02/08_0006_12230850##
    #1.5 #001A64353D8800720000002D00000BE400044631A82673C3#1203078994967#/System/Server#sap.com/irj#com.sap.portal.sapapplication#shkaidyc#331##iecnt4006.ho.iec_EPD_12230850#shkaidyc#922658f0dbc111dc9663001a64353d88#SAPEngine_Application_Thread[impl:3]_13##0#0#Error#1#com.sap.portal.sapapplication#Java###Content pass of Application Integrator failed.
    Component Name:       'com.sap.portal.appintegrator.sap.BSP',
    Context Name (iView): 'pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_career_job/com.sap.pct.erp.ess.data_overview/com.sap.pct.erp.ess.data_overview',
    Top Layer:            'BSP/TopLayer',
    Producer ID (FPN):    'null',
    System Alias:         'SAP_EREC_TalentManagement',
    #1.5 #001A64353D8800720000002F00000BE400044631A82679B3#1203078994967#/System/Server#sap.com/irj#com.sap.portal.portal#shkaidyc#331##iecnt4006.ho.iec_EPD_12230850#shkaidyc#922658f0dbc111dc9663001a64353d88#SAPEngine_Application_Thread[impl:3]_13##0#0#Error#1#com.sap.portal.portal#Java###Exception ID:02:36_15/02/08_0007_12230850##
    If one clicks on MMS it opens fine, but when you go to the tab REPORTS it gives the same error as the CAREER AND JOB ERRORS in ESS.
    Edited by: Clyton Shkaidy on Feb 15, 2008 1:58 PM

    Hi Clyton,
    We are implementing SAP ESS on EP 7.0. This is the first time i been working on ESS project.
    Can you let me know the process of EP installation and about ESS Bussiness Packages and
    How you connect R/3 and ESS ???
    Can you mail me some screen shot of your ESS screen...
    Following things are in our scope
    Employee Self Service (ESS) will be activated for the following functionalities:
    &#61656;              Address Book
    •            Who’s Who
    •             Organizational Chart (if available)
    &#61656;              Time Management
    •           Leave Request
    •           Time Accounts
    •           Record Working Time (CATS)
    •           Clock-in/out corrections
    •           Time Statement
    &#61656;              Payroll & Payment
    •            Salary Statement
    •            Total Compensation Statement
    •             Form 16
    •             Declarations against Sec 80C
    •             Claims / Reimbursements
    •             Loan Applications (To be decided during Blueprint)
    &#61656;              Personal Information (Browse only)
    •           Address
    •           Bank Information
    •            Personal Data
    •            Family Data
    &#61656;            Travel Management
    •           Travel Planning
    •           Travel Expenses
    •           Trips and Expenses
    •           Travel Profile
    &#61656;             Life and Work Events
    •             My First Days
    •             Birth / Adoption / Marriage / Divorce
    &#61656;              Performance Management
    •             Appraisals
    &#61656;              Corporate Information
    •             Code of Business Conduct
    All workflows / Alerts required to support the above functions will be activated/configured.
    Please guide me for the same...

  • ESS/MSS problem with UWL

    Hi,
    Situation
    We are using ESS/MSS within the Portal 7.0 SP 14. The SAP Backend which we are using is ECC 6.0.
    SSO between the Portal and Backend works efficient.
    Problem
    There are some issues when using the Universal Worklist. All tasks appear in our Universal Worklist from the Backend. Unfortunately, when trying to open any task we are facing the following error:
    com.sap.aii.proxy.framework.core.DataAccessException: Type conversion error, field I_TRIPNUMBER, complex type class com.sap.xss.tra.tri.model.tripform.Ptrm_Web_Form_Pdf_Get_Input
    at com.sap.aii.proxy.framework.core.JcoBaseTypeData.propagateJcoException(JcoBaseTypeData.java:130)
    at com.sap.aii.proxy.framework.core.JcoBaseTypeData.setElementValue(JcoBaseTypeData.java:751)
    at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClass.setAttributeValueAsString(DynamicRFCModelClass.java:669)
    at com.sap.xss.tra.tri.model.tripform.Ptrm_Web_Form_Pdf_Get_Input.setI_Tripnumber(Ptrm_Web_Form_Pdf_Get_Input.java:282)
    at com.sap.xss.tra.tri.fc.tripform.FcTriTripForm.rfcFormPdfGet(FcTriTripForm.java:382)
    ... 65 more
    Following steps have been followed up
    The URL parameter of the resource "Employee_travel_tripform_srv05 has the value "sap_xss_tra_UsePdf=true"
    The iView "Display Trip Form" has the application parameter "sap.xss.tra.UsePdf=true"
    Question
    When a task is opened from the Universal Worklist, the Trip Form must appear in PDF Form.At this stage the iview "Display Trip Form" opens but shows the error mentioned above.
    Is there anyone who could help us out?
    Any help would be appreciated.
    Regards,
    Gene Madikrama

    Hi Barin Desai,
    Again thank you for your response. We have checked the workflow *WS90000013*, and you are right; it is a customized workflow.
    As we already mentioned, we are using a &BUS2089&.
    In this &BUS2089& there are the elements: &TRIP.EMPLOYEENUMBER& and &TRIP.TRIPNUMBER&
    Unfortunately it is not possible to delete &BUS2089&. Deleting the &BUS2089& will cause a lot of problems for this total Workflow.
    UWL iView
    For the UWL iView we are using the XML file "com.sap.pct.erp.mss.tra.xml" that comes with the ESS/MSS business package.
    A piece of the code of "com.sap.pct.erp.mss.tra.xml is:
    <Action name="com.sap.pct.erp.mss.tra.action.DisplayExpenseForm" referenceBundle="com.sap.pct.erp.mss.tra.DisplayForm"
             handler="SAPAppLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes"launchNewWindowFeatures="toolbar=no,menubar=no">
         <Properties>
           <Property name="SAPIntegrator" value="ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_travel_expenses/com.sap.pct.erp.ess.tripform"/>
           <Property name="sap.xss.tra.TripNo" value="${item.TripNumber}"/>
           <Property name="sap.xss.tra.PersNo" value="${item.EmployeeNumber}"/>
           <Property name="sap.xss.tra.TripComponent" value=" "/><!-- Display Travel Expense Report -->
           <Property name="display_order_priority" value="10"/><!-- Shift to left side -->
           <!Property name="UserComment" value="$"/>
           <!Property name="User" value="$The specified item was not found."/>
         </Properties>
        </Action>
    Question:
    Will changing the code of "com.sap.pct.erp.mss.tra.xml" solve our problem? Or do we need to change something else?
    Is there anything we need to do from the portal side or any configuration on the ECC backend?
    Regards,
    Gene Madikrama

  • ESS/MSS EHP5 role customization issue

    Hi,
    We have implemented EHP5 roles on Enterprise Portal 7.0, other version details are: EHP6 and SP9.
    Following issues are coming:
    1. Our portal is having customized theme. However, the lpd_cust ESS/MSS roles created when rendered Portal is taking Standard blue theme, how can we get our custom theme when lpd_cust roles are launched on Portal.
    2. The link text is getting vertically splitted in service map area. Eg. If we have "User Manual" as link text of a application created under lpd_cust folder ESS->User Manual, the text is getting splitted. How can we adjust size of this text?
    Please check attachment for both issues.
    Looking forward for help.
    Regards,
    Ashvini.

    Hello Luke,
    Yes, I mean talent management. The appraisal forms are in the flexible template in SAP Portal.
    Thanks in advance for your help
    Best regards
    Joao

Maybe you are looking for