ESS equipment overview

Dear All,
I am configuring ESS equipment overview service. I have done the required configurations in the backend which includes BADI FCOM_EQM_EQUI_USER implementation. I have created a zimplememtation for this BADI
But when i click on the service in Portal, it just hangs, showing nothing. Also, one more thing, i have given an http breakpoint in the BADI implementation. But it dosent stop at the break-point.
We are EP7, ECC 6.0 system.
Can anyone please advice
Regards
Reshma

Hi All,
I activated rfc trace for this in st05 and then ran the service Equipment Overview. It comes into r3 inside a function module SYSTEM_RESET_RFC_SERVER at the statment CALL 'RFCControl' ID 'CODE' FIELD 'K'.And then goes out of the r3.The portal seems to be hanging.
Can anyone please provide some input on this.
Thanks and Regards
Reshma

Similar Messages

  • Work Environment - Equipment Overview: language issue

    Hello,
    Im having a little issue with the Equipment Overview iview.
    I've the portal in Portuguese language, but the Equipment Overview iview appears in Spanish.
    I want to know how to change the language of this iview.
    Thanks in advance.
    Best regards,
    Hugo

    Hi,
    If your homepage framework is working for German language then check if your setting are properly maintain for Area Group Key SAPDEFAULTESS_ERP2005 in  Portugese.  spanish.
    Solution:Login to system in each language i.e FR, TR, PT
    navigate to SPRO>FA>TM>ESS>Homepage FR> select Header & Area Group Pages>
    Select Define Area Group Pages > Add Entries> Select the SAPDEFAULTESS_ERP2005 Key check weather the Area Group
    Role Text is maintain for FR TR PT if not maintain the translation your problem will be resolved.
    u can set language at various levels.
    com/saphelp_nw04/helpdata/en/49/e607426338da6fe10000000a1550b0/
    frameset.htm
    Please have a look at the Note 947081,
    the hierarchy of what locale a component will be shown in the portal,
    will be :
    1)component- if he have a locale define
    2) portal mandatory locale -( that's what we suggest)
    3)user locale
    4)browser locale
    5)Portal default locale
    6) system locale

  • Issue with creating two ESS (WDA) Overviews

    I am prototyping ESS (WDA) EHP5 for my client. One of the requirements is to have 2 overviews for 2 groups of employeeds. This can be easily done with ESS Java where you just need to copy iViews and create different roles. However it seems very difficult to achieve this with the EHP5 version.  In my case, I have 2 portal roles and groups, and I created a copy of the configurator HRESS_A_Menu (ZHRESS_A_Menu). I also save the launchpad ESS under a different role (ZESS) so I have 2 copies of the launchpad. Odd thing is there seems to be no way to copy a launchpad so the best thing to do is to use the SAVE AS function.  So I have 2 configurator and 2 launchpads for the overview. I created a copy of the overview iView and pointed to ZHRESS_A_Menu configurator, which is configured to use ZESS role for launchpad.  The copied overview is assigned to custom role.
    However, any change I made in the ESS launch pad and the standard configuration can also be seen by users with the custom role.
    Do I need to make a copy of the component in addition to the configurator? How can I do this since it is not displayed in SE80?
    What else configuration is needed to achieve or this is simply impossible with this version?
    Pls advise and I appreciate.

    I would say its best to go to application configuration and do a 'Deep-copy'.
    This helps you take a copy of entire structure and it will automatically take care of references too.
    All you need to do is change the launchpad in two different copies. And specify these copied configurations in iviews.
    Thanks,
    Nag

  • NW 2004S and ECC 6.0 - ESS Quota Overview does not simulate

    Dear all,
    we are upgrading from 4.6C to ECC 6.0 and from the standalone ESS solution to the ESS in EP NW 2004s.
    In the old ESS we used service pz09 which allows EE's to simulate their future absence quota.
    In the new ESS in EP we are testing the application 'QuotaOverview' in packate sap.com/ess~quotas.
    The simulation of future quota does not work at all.
    Do you have any hints how to fix this problem?
    Thanks in advance!
    Best regards,
    Mathi

    Hello,
    this error is really strange. At this step, sapinst scans all keys that are located under
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
    in order to find existing SAP services and to retrieve their parameters. Since this usually happens in a sorted way, many other keys must have already been successfully retrieved.
    My guess is now that there is a problem that is related just to the service that was processed in the current iteration: ltpsnr
    -> call regedit and go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
    -> locate the ltpsnr entry, is it actually there? If yes:
    -> right click on the entry and chose 'permissions'
    -> are the permissions here actually different compared to the other entries?
    Best Regards,
    Michael

  • Link is disabled in ESS/MSS Overview pages

    Anybody has any idea how a link in the overview page is disabled? I have created a service and assigned it to a sub area and it is disabled. The disable checkbox is not checked. Only the "Quick Link" checkbox is checked.

    Hello Avadh,
    Am in the process of doing that.....
    I was also referring to link: http://help.sap.com/saphelp_erp2004/helpdata/en/f6/263359f8c14ef98384ae7a2becd156/frameset.htm
    under section - Define Portal Content Directory Objects
    1. I have create a workset as Universal_Worklist
    2. Created 2 pages namely Universal_Worklist1 & Universal_Worklist2.
    3. Need to create an iView which will point to XSSMenuArea application.
        Any idea as to under which WD project can I find this?
    Can I please have your number so that I can call you?
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu

  • ESS Address Overview - Modify BizCardsView

    Hi,
    I'm having trouble with the following scenario:
    For sybtype of 4, display BizcardField3 and BizcardField4.  For other subtypes, display BizcardField1, BizcardField2, BizcardField3, and BizcardField4.
    I tried the following in the wdDoModifyView with no luck:
    If (wdContext.currentSubtypesElement().getSubtype().equals("4")){
                            fieldInfo = new BizcardFieldInfo[] {          new BizcardFieldInfo(bizcardField4, "Areac"),
                                                                                    new BizcardFieldInfo(bizcardField3, "Telnr")};
                    else{
                            fieldInfo = new BizcardFieldInfo[] { new BizcardFieldInfo(bizcardField1, "Stras"),                                                                               
    new BizcardFieldInfo(bizcardField2, "Ort01"),
                                                                                    new BizcardFieldInfo(bizcardField4, "Areac"),                                                                               
    new BizcardFieldInfo(bizcardField3, "Telnr")};
                    wdThis.wdGetFcPersInfoInterface().CreateOverview(                                                                               
    wdThis.wdGetContext().nodeInfotypeList(),                                                                               
    view,                                                                               
    fieldInfo,                                                                               
    "Anssa");
    I also tried using  - wdContext.currentInfotypeListElement().getAnssa(), as well.
    Any help is greatly appreciated.
    Thanks.
    Duke

    Hi Duke,
    (Please neglect the last post).
    I had a quick look at the  BizcardView of DC VcPerAddressUSOverview. The context of this view has "Subtypes" as table parameter. In the method wdDoModifyView please try putting If Else condition on the Subtype to meet your business logic.
    something like this:
    Like if subtype == "01"
    String bizcardField4 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField4");
    fieldInfo = new BizcardFieldInfo[] { new BizcardFieldInfo(bizcardField1, "Stras"),
    else if subtype == "02"
    String bizcardField4 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField7");
    fieldInfo = new BizcardFieldInfo[] { new BizcardFieldInfo(bizcardField1, "Stras1"),

  • Creating tabs in Appraisals Overview Page(ESS/MSS) -Status Overview

    Hi,
    We have two types of Appraisal documents in system.
    One is normal Appraisal document and another is Talent Competency Assessment document.
    We are thinking to keep these two appraisal documents apart and away from each other.
    By creating the two Status Overview in ESS/MSS overview Page and controlled via PRogram to what documents appear in Status Overview Page.
    Can anybody suggest is ther any way around it to display two kinds of Appraisal documents separately.
    I tried this configuration in MSS,but it is not working.
    Regards
    Rizwan S

    Dear Siddarth,
    Thanks for the Previous Answer.
    Can I make the Zcopy of the Appraisals Page/Appraisals Application and use it for another type of Appraisal documents .
    1.Standard Appraisals Page for Standard Perfroamnce appraisals,
    2.Zappraisals Page for Competency Appraisals.
    Can you please tell me what are development efforts?
    What things to be copied to acheive this?
    Regards
    Rizwan S

  • Is ITS 6.20 still required for using ESS in ERP2004?

    Dear Team,
       I am looking at the master guide for ERP 2004 and the following line disturbs me.
    "SAP ITS 6.20 is necessary to run ITS-based ESS services. These services are not supported with SAP ITS 6.40."
    So now you need 2 ITS's, one v6.20 for ESS and one v6.40 for all other apps. Tell me this isnt true.
    Thanks
    Jeremy

    Hi Jeremy,
    Best wishes!
    Here is another interesting quote for you:
    "The documentation in this section refers to the old version of the Employee Self-Service component. This version comprises mainly applications that are based on the Internet Transaction Server (ITS). This version will be replaced with mySAP ERP 2004 (SAP ECC 5.0).
    If you are implementing the Employee Self-Service (ESS) component with mySAP ERP 2004 for the first time or you want to upgrade to the new version, the documentation in this section is not relevant for you. This documentation is only available until the old version of the Employee Self-Service (ESS) component has been completely replaced."
    Source: http://help.sap.com/saphelp_erp2004/helpdata/en/39/df95bcd15611d2b4a3006094b9c9b4/frameset.htm
    With other words, SAP is moving to a WebDynpro based environment. You can compare the current WebDynpro applications (also in the link) with the ones you are using. If you are using an ESS component that is not available with WebDynpro, you should use the ITS version.
    But then you need the latest Business Package for ESS (not MyERP2004). There should be listed which ITS version is required.
    As far as I can see now is that the following components are WebDynpro based:
    Address Book
    - Who’s Who
    Benefits and Payment
    - Enrollment
    - Participation Overview
    - Salary Statement
    - Country-Specific Applications
    Working Time
    - Leave Request
    - CATS regular / Record Working Time (Web Dynpro)
    - Clock-In/Out Corrections
    - Time Statement
    Equipment Overview
    - Internal Service Request (ISR)
    - Internal Service Request
    - ISR Scenario: Request Equipment Repair
    - ISR Scenario: Request Equipment Change
    - ISR Scenario: Report Equipment Loss
    Career and Job
    - E-Recruiting Applications
    - Skills Profile
    Personal Data
    - Addresses
    - Bank Information
    - Personal Data
    - Family Members/Dependents
    - Country-Specific Applications
    Travel Management
    Hope this helps...
    Noel

  • User does not exist in this period / ESS does not work anymore ;-(

    Hello experts,
    starting any ess application on portal side (leave request), I get the follwoing error code:
    com.sap.pcuigp.xssfpm.java.FPMRuntimeException: User TESTUSER does not exist in this period
    Starting application personal data I get the message: "There are no services in the area."
    I know, that this error has often been discussed in this forum. So I check the hints I found, but I could not solve my problem.
    The HR user TESTUSER is assigned to the portal user TESTUSER in IT0105 and the user is not exceeded.
    TESTUSER got SAP_ALL on HR side.
    The error appears for all users, that worked propably a few days before.
    Login on portal side and HR works. ESS overview is shown for TESTUSER. For a user that has not a login to HR system it does not appear. So the single singn on (SSO) between portal and HR system seems to work.
    The ESS applications worked fine until two days ago. Portal guys said, they had not done any changes on portal side.
    Where could the error occure on HR side? How can I recognize if any changes have been made on HR side?
    Thank you for your help.

    TX HRUSER seems not working.
    Using the function 'Set Up and Maintain ESS User (Overview)' in TX HRUSER with my test-PERNR it is shown under 'Employees with deleted users'.
    Clicking on it I got the Information:
    PERS.NO: 12345678 (i.e.) NAME: Test User FROM: 01.01.2011 TO: 31.12.9999 USER: Name:  FROM: TO: User does not exist.
    But in IT0105 the PERNR is assigned to user TESTUSER in that period.
    When I try to assign  PERNR to TESTUSER with TX HRUSER under 'Assign Employees to Existing Users' I read the follwing information:
    USER: TESTUSER Name: FROM: 01.01.2011 TO: 31.12.9999 USER GROUP: IT PERS.NO.: NAME: FROM: TO: no employee assigned.
    Trying to 'assign employees' I get the message 'Error occurred when creating relationship for user ESSUSER-B to employee'.
    Please create the appropriate assignment manually in HR master data.
    But I have assigned it manualy in IT 0105.
    Concurrent employment (CCURE PAUIX) is not activated.

  • Link missing for appraisal documents in MSS Status overview

    Hi all,
    For ESS Status overview page of Flexible Appraisal document, the appraisal documents are listed with links. when we click the link, its taking to the appraisal document.
    For MSS Status overview page of Flexible Appraisal documents, the appraisal documents are shown as texts and there is no link. (hyperlink). Opening the document is possible only by clicking 'Display' or 'Edit' button.
    I have checked throughout the SDN and unable to find the problem. Our functional team says that the link was appearing before. Could some one help on what configuration is necessary to get the link for appraisal documents in MSS
    Thanks,
    Kothand

    Hi Deepak,
    I think i have not made the details clear. Its not the tag or the text values i am talking about.
    Its the POWL page where i am not able to view the link for appraisal documents .
    Below is our MSS landing page for appraisal document
    [MSS Landing page  - |http://www.freeimagehosting.net/8ad47]
    Below is our ESS landing page for appraisal document
    [ESS Landing page -|http://www.freeimagehosting.net/f3572]
    The hyperlink property is missing in MSS page. I beleive its some IMG configuration or portal configuration missing for MSS.
    Can someone Please throw some light on this
    Regards,
    Kothand

  • ESS Time Accounts

    Hello,
    We are implementing ESS and I configured Rule groups and "Display of Absence quotas" for the ESS Quota Overview service ...but when I actually goto the application I see the quotas for one employee and not for the other....
    Please help.

    In R/3 you can configure
    all the customisatin of the Quotas using
    PTarq where you ll see the
    customisation required
    for display of absence quotas You need to ensure all the groupings
    are assigned to the rule group which are you using for the leave request.
    Check the groupings through Pa30 > it2006 and see what groupings you have, and using this define them in the table
    V_T556A_WEB

  • Participation Overview ERROR

    Hi all,
    I am having troubles with the ESS Participation overview service. When I click the preview of my iView in the PCD and when I click the link "Open in new Window" I can see the service, but if I click the preview on the container page or even from my Role open the tray with the Header but I can see the service, when I click "Refresh" I got the following error:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to restart application due to problems to destroy the original exception
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.restart(AbstractApplicationProxy.java:283)
         at com.sap.portal.pb.PageBuilder.refresh(PageBuilder.java:1705)
         at com.sap.portal.pb.PageBuilder.updateIviewsDataFromLayoutContainer(PageBuilder.java:1019)
         at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:325)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:868)
         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.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         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(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.NullPointerException
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.finalizeRequest(RequestManager.java:612)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:215)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.destroy(ApplicationHandle.java:105)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.destroyInternal(AbstractApplicationProxy.java:983)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.restart(AbstractApplicationProxy.java:278)
    Does anyone have any Idea of what could be happening? Any idea would be appreciated.
    Regards,
    Orlando Covault

    My mistake refering the wrong iview

  • Display Bank Account Type on Banks Overview

    Hello,
    I am on EP7.0 ERP05 NW04s and want to add a field Bank Account Type on the ESS Bank Overview Page under Account Number ...I tried the follwoing code in the Bizcard overview page -- wdDoModifyView method
    String bizcardField1 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField1");
    String bizcardField2 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField2");
    String bizcardField3 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField3");
    String bizcardField4 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField4");
    String bizcardField5 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField5");
    //Code to add field Bank Account Type on the Overview Page
    fieldInfo = new BizcardFieldInfo[] { new BizcardFieldInfo(bizcardField1, "Emftx"),
    new BizcardFieldInfo(bizcardField2, "Banka"),
    new BizcardFieldInfo(bizcardField3, "Bankn"),
    new BizcardFieldInfo(bizcardField4, "Bkont")
    When I actually run this code I get the field Account Number type but with a number as 01 or 02 ,this is because in the backend it is stored like that, ...what;s the way to show Checking or Savings rather than numbers...
    Any help would be highly appreciated..

    Sharadha,
    Actually I modified the Overview Helper.java file in ess~per application at the time when the Text is set for the TextView like :
    if(fieldText.equalsIgnoreCase("01"))
    textView.setText("Checking");
    else if(fieldText.equalsIgnoreCase("02"))
    textView.setText("Savings");
    else
    textView.setText(fieldText);
    but still it shows up as 01 or 02 on the page...
    Please help.

  • Objective on loans

    Dear All
    My client want see Objective on loans(0040)in Ess Portal,
    basicaly 0006,0002,0021,0009 Standard in Ess how to create 0040 infotype in ess portal level .
    Regards,
    bala

    Not sure what version you are on. For ECC6, the ESS bp contains an iView called "Equipment Overview". From the help.sap.com documentation....
    Equipment Overview
    Runtime Technology
    Java/Web Dynpro
    Technical Name of iView
    com.sap.pct.erp.ess.equipment_monitor
    Technical Name of Web Dynpro Application
    Xss500mssequ~sap.com
    Data Origin
    SAP ECC 5.00 Financials Extension
    Use
    The equipment overview gives employees information on the devices that are assigned to them. This information can be displayed via the Business Package for Employee Self-Service.
    Features
    The devices can be assets from the Asset Accounting component, equipment from the Plant Maintenance component, and objects on loan from the Human Resources component.
    Hope this helps!

  • Link to a PDF

    Hello folks,
    I am having a problem with viewing a pdf at a site that I am
    preparing for a friend; www.starprecision.com. It,
    /PDF/FacilitiesList.pdf, works in preview mode but not on the real
    server.
    I use <a href="/PDF/FacilitiesList.pdf" target="new">
    in the code and you may be able to see what I mean if you go to
    Capabilities > Equipment Overview. ----as long as you are not
    using IE7-----
    It would be ideal if I could open it in another window as
    opposed to a tab, But that is another issue.
    There are other issues with this site as well. But, again
    that is another issue. Please don't comment on grammar as that is
    not my dept.
    Any help anyone could provide is greatly appreciated.
    Thank you for your consideration,
    John

    Get Firefox, Web Developer Toolbar add-on. I use it all the
    time.
    Tools > HTML Validator will check your page on the server
    for validation
    errors AND tell you which type of server you are on.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "johnarvy" <[email protected]> wrote in
    message
    news:gc635c$qbc$[email protected]..
    > Hi All,
    >
    > Thank you all very much.
    >
    > Mark indeed the server is case sensitive and my IIS
    isn't. That is why I
    > could preview on my machine but not on the server. How
    does one know the
    type
    > of server? I only have ftp access to the web site root
    directory. I was
    > acutally told it was IIS.
    >
    > Micha, thank you for the advice on viewing the PDF. What
    you suggested
    is
    > what I did.
    >
    > Thank you again. BTW my wife created a new facilities
    list for these
    guys.
    > No editing on the rest of the site yet. The new one is:
    >
    >
    http://starprecision.com/pdf/FacilitiesList.pdf
    >
    > (the old one is at
    http://starprecision.com/pdf/FacilitiesListOld.pdf)
    >
    > Better eh?
    >
    > Take care,
    > John
    >
    >
    >
    >
    >

Maybe you are looking for