Re: Fiori My Benefits Error

Hi,
I try to implement My Benefits app.
And there is one feature. When I open it in En language the View Summary Button works.
But, when i try to open it in Russian Language I see an error.
I would appreciate any suggestions.
Thank you.
Best regards,
Olga
Tags edited by: Michael Appleby

Hi Olga,
Please mark this Discussion with a Correct Answer and Helpful Answer where appropriate.  See http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why   Even if you discovered the solution without any outside contributions, it helps others to understand what the solution turned out to be.
Regards, Mike
SAP P&I Technology RIG

Similar Messages

  • Fiori Approve Requisitions error - unable to start app

    Hello Experts,
    We have implemented the UIX01EAP (SAPK-10002INUIX01EAP) Fiori component. I have followed the link Approve Requisitions.
    I have activated the OData Service GBAPP_PRAPPROVAL, activated the UI5 application MM_PR_APV, assigned the Business Role SAP_MM_BCR_Buyer_X1, Technical Role SAP_MM_TCR_T_X1 in the Front-end Server and the authorization role SAP_MM_PR_APV_APP in the Back-end server to the relevant User ID.
    I have also followed the Configuration Tasks given in the above link including maintaining the Workflow Task under Customizing for Materials Management under Purchasing Purchase Requisition Approve Requisitions App Specify Workflow Task IDs for Approve Requisitions App.
    After this when I login to the launchpad URL using the approver user, I am able to see the Buyer (MM) group on the home page and also the Approve Requisitions tile with the correct number of pending workitems.
    But when I click on the Approve Requisitions tile to open the app, I get an error popup saying Failure - Unable to start App and get the below error in Chrome console.
    Can this be due to some missing role/authorization? Or can this be an issue with the Approve Requisitions app itself?
    Regards,
    Saurabh

    Thanks for your response Masa.
    I am getting the below response when I run the service /sap/opu/odata/UI2/INTEROP/ResolveLink service:
    Regards,
    Saurabh

  • Benefits error

    Hello experts
    I am getting an error in Benefits v. 4.7 for USA. Would be very thankful if someone can shed some light on it.
    We have separate life insurance plans for Spouse and Domestic partners. These plans are displayed to all employees and the system gives error message "Age Group of the Domestic Partner could not be determined" for employees who do not have domestic partners and "Spouse’s age group could not be determined" for employees without a spouse.
    The coverage and cost variants are dependent on spouse/domestic partner’s age and the fact if they are a smoker. We have selected the option of Spouse for Spouse life insurance and Domestic Partner for domestic partner life insurance in Age determination….Relevant data from…..
    Please suggest whats going wrong.
    Thanks
    PG

    Hi,
    You could use eligibility groupings to restrict those life insurance plans for spouse/domestic partners to be displayed for only set of employees based on Marital status key.
    Hope this helps.
    ~sharath
    Message was edited by: Sharath V

  • Fiori Launchpad Designer error 400

    Hi,
    While configuring launchpad using launchpad designer, I encountered the following error. Attached please find the details of the error. At ICF service, I cannot find any child node of TRANSPORT.
    Tags edited by: Michael Appleby

    Hi,
    Please take a look SAP Fiori LL17 - SAP Fiori launchpad troubleshooting.
    I guess SP level is old or the service is not activated.
    Regards, Masa
    SAP Customer Experience Group - CEG

  • ESS Benefits error - No entry for period parameter 04/payroll year/payroll

    Hi,
    When I click on Annual Enrollment link under ESS Benefits section, I get an Error from Standard WebDynro Application - No entry for period parameter 04/payroll year/payroll period. What config could be missing in the R/3 ?
    Any suggestions?
    Cheers,
    Murali.

    Hi,
    Employee assigned Payroll area (refere to  IT0001- Org Assignment) not moved into prd Payperiods. And as per you Payroll area assigned to "00", Ask your payroll consultant assign payroll area period parameters and generate periods through T.code "OG00"
    Issue is with T549Q..

  • Fiori My timesheet error

    Hi,
    I've implemented My Timesheet Fiori app.
    But I'm unable to crete quick entry. I see the following error.
    Could you please sugest the reason.
    Thank you.
    Best regards,
    Olga
    Tags edited by: Michael Appleby

    Hello Pankaj,
    The same error that Olga was receiving was happening in our app as well. Then we applied the note 2061764 and the error went away, but sill the we were not able to save the entries. By turning the Netweaver Gateway way traces on for my user ID we found HTTP Post request was failing and we were getting a short dump in backend. Hopefully this helps.
    Information on where terminated
        Termination occurred in the ABAP program "CL_GDT_CONVERSION=============CP" -
         in "UNIT_CODE_INBOUND".
        The main program was "SAPMSSY1 ".
        In the source code you have the termination point in line 22
        of the (Include) program "CL_GDT_CONVERSION=============CM00A".
        The termination is caused because exception "CX_GDT_CONVERSION" occurred in
        procedure "GET_CONVERSION_INFO" "(METHOD)", but it was neither handled locally
         nor declared
        in the RAISING clause of its signature.
        The procedure is in program "/IWBEP/CL_MGW_DATA_CONV_UTIL==CP "; its source
         code begins in line
        1 of the (Include program "/IWBEP/CL_MGW_DATA_CONV_UTIL==CM00D ".
    There is also a message in the in the run time error.
    L0 1088
    V0 EBM                  034No measurement unit is assigned to ISO-Code SPACE
    Thanks
    Bhavani Prasad

  • Fiori Toolkit:  Template Error

    Hi,
    I installed Fiori Toolkit on Eclipse Juno.
    I wanted to create a 'Starter Application' and selected 'Basic Fiori Application' as the template. I gave 'http://services.odata.org/V4/Northwind/Northwind.svc/' as the service URL, and it populated the Entities upon clicking 'Go'. Now when I hot next, I get an error as below.
    " The template is not constructed properly. The template model resource is not accessible. Contact the Template Developer."
    Any Idea how to get pass this?
    Thanks
    Krishna

    I have faced the same issue and here are  details on "How" i resolved this.
    Pre-Check   : Check whether your Eclipse is running on Java version 1.8.
    You can verify the same by looking at the detail using either of below options
      Option A : Eclipse -> About Eclipse -> Installation Detail ( Button ) -> Configuration
      Option B : Go to Error Log and look for "Unexpected Exception" error triggered by the plugin
       "com.sap.odata.dt.cons.toolkit.bloom.templates.common"
                      Double click the error log. You will find the JRE that is being used by the plugin
    Resolution 1 : Change your eclipse configuration to use JDK 1.7 / JRE 1.7
    Below are the different options to do the same
      Option A : Modifiy your eclipse.ini file in ECLIPSE_INSALLATION_PATH by adding below two line
      -vm
      {JDK1.7_INSALLATION_PATH}\jre\bin\javaw.exe
      Option B : Change the shortcut / start the eclipse using
    "{ECLIPSE_INSALLATION_PATH}\eclipse.exe -vm {JDK1.7_INSALLATION_PATH}\jre\bin\javaw.exe"
    Resolution 2 : Modify the JAXP properies of your JDK 1.8 installation
    This resolution becomes relevant when you only have JDK 1.8 in your machine & your other softwares have dependency on JDK 1.8.
    Hence you can't downgrade you JDK from 1.8 to 1.7
      Step 1 : Go to {JDK1.8_INSALLATION_PATH}/jre/lib
      Step 2 : Add the below line in the file "jaxp.properties" ( you need to create this file if it doesn't exist )
    javax.xml.accessExternalSchema = all
      Step 3 : Re-Launch your Eclipse
    Recommendation
    Among these different Resolution options, the safest one is to point your eclipse alone to JDK 1.7 / JRE 1.7 so that the other software will continue to work  AS IS.

  • Fiori LaunchPage Admin error

    I am tring to configure the Fiori Launchpage and I am getting the following error.
    I am on SP level 5 for the UI add-ons, turned-on the SICF services, create the System alias, etc. The Launchpage home is blank too, even after assigning the appropriate roles.
    Could someone please help? Where do I look for problems. ST22 shows nothing and IWFND/ERROR_LOG shows nothing too.
    Thankyou.

    Thanks for your early reply Masayuki.
    I have activated the OData for UI2 as attached. The OData ICF nodes are in green and activated in SICF.
    I will go through your attached link to see if there are any missing notes that need to be applied.
    Thanks again.

  • Fiori : Decision making error : HTTP Bad Request

    Hi All,
    Have referred this discussion and followed same steps of upgrading the patch number.
    Fiori - Approve Purchase Requisition Error
    I have Gateway and Backend as separate systems
    I am facing same issue. I have upgraded kernel patch to latest level in Gateway system, but no hopes, still getting HTTP bad request error.
    I have IWPGW version IW_PGW SP05
    From gateway system , i am able to post properly.
    Please let me know if this kernel patch level upgrade has to be done in back-end as well ?
    Regards,
    Tejas

    oh, and I know its not week signal because I set up a blackberry simulater and MDS simulater on my computer on the same network with the apex server and it has the same issue

  • Fiori Approve PR Error

    Hi,
    I was able to installed and configure the Fiori PO, but had gone through lot of errors in order to bring up the page. Now I'm installing the PR, it seems showing me the errors also.
    I already define the scenario as below. But it is still not working.
    Workflow is activated and assigned users for it. But still getting the error. Anything that I miss?
    Thanks.
    Tags edited by: Michael Appleby

    Hi Adrian,
    This does not solve your issue but I see you use old UI components which were released in May 2013.
    Important Note: Please use new UI with new SAP Fiori Launchpad
    New UI components have UI extension points and work with new SAP Fiori Launchpad.
    Please find correct components based on your Backend version.
    SAP Fiori - Add-on quick reference for transactional apps
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Fiori- shopping cart error

    Hi,
    I am trying to implement the shopping cart app.
    When the user clicks on "Review" the screen keeps on processing.
    The error message generated is :
    The specified HTTP method is not allowed for the resource identified by the Data Service Request URI
    The URL being called is :
    http://XXXXXXX:XXXX/sap/srm/srmnxp/SRMSHOPPING_CART/$batch
    Regards,
    Meghna

    Hi Meghna,
    I am facing the same issue. Have you resolved the issue? If yes please tell me the process how you resolved it. Thanks in advance.
    Regards,
    Prasad

  • SAP FIORI : LEAVE REQUEST ERROR in Launchpad.

    Hello Everyone,
    We have activated required services & RFCs' and they are working fine between NW Gateway Server 2.0 with 740 SP07 and Backend System ECC with latest patch 740 SP07.
    While accessing the LEAVE APPLICATION from Launchpad, we are facing following problem :
    1. Failed to start App,
    2. Service LEAVEREQUEST failed. Contact your system administrator
    Cannot call service with URL: /sap/opu/odata/GBHCM/LEAVEREQUEST;v=2
    Not sure how to solve this issue.
    Error Found at in SAP ;
    1.No service found for namespace /GBHCM/, name LEAVEREQUEST, version 0001.
    2.No service found for namespace /GBHCM/, name LEAVEREQUEST, version 0002.
    3.No service found for namespace /SAP/, name SRA002_TIMESHEET_SRV, version 0001.
    4.No service found for namespace /SAP/, name SRA007_BENEFITS_SRV, version 0001.
    5.No service found for namespace , name SRA021_SRV, version 0001
    Please guys I need help .. Thanks in advance.
    Regards,
    Gaurav.

    Hi Tejas,
    Thanks for your reply buddy.
    I have checked once again in Transaction : /IWFND/MAINT_SERVICE , Leave Request Service is visible and ICF Nodes are also in green.
    Please find below screen for the same.
    Also, I mean I am not sure how to populate the metada but I have tried following please find below screens :
      A.
    B.
    Please do reply, where else I can find the solution or check things.
    Tejas, do you have any guide that you have made which has the step by step instructions which I can follow once again to check my configuration.
    If yes then please do share it with me , that will be great help.
    [Removed by Moderator]
    Thanks Guys... Please do reply..
    Regards,
    Gaurav.
    Message was edited by: Michael Appleby

  • ESS Benefits Error

    Hi Experts,
          When employee try to save Benefit information in ESS, he is getting below error.
    Change before earliest retro. date 30.12.2009 acc. to control rec. to py area OM. Pleae advice.
    Regards
    Jacob.

    retroactivity is triggered according to the settings in below table
    1. Execute transaction SM31.
    2. Enter the table/view as V_T582A
    3. Click on maintain.
    4. Select Infotype 0021.
    5. Check the checkbox "Before ERA date", in the block Retroactive
       accounting trigger.
    Please check it

  • Fiori leave request error "Could not start the app due to an internal error"

    Hi,
    I'm getting this error "Could not start the app due to an internal error" when accessing leave request application.
    I don't get this error when I login and launch the app for the first time. when I go back to the home screen and select "My Leave Requests" app again, I get this error.
    If I close the error message and do a browser refresh, everything is fine again for the first time, if I access the LR app again- same error .
    Other apps are working fine.
    I don't see any error in gateway or App logs.
    below is the Request URI
    /sap/opu/odata/UI2/INTEROP/ResolveLink?linkId=%27LeaveRequest-createLeaveRequest%27&shellType=%27FLP%27&formFactor=%27desktop%27
    Service call info
    Anyone with similar issue? any SAP notes?
    we are on
    UI2_731        100    0009    SAPK-10009INUI2731        SAP UI2 IMPL. FOR NW 7.31
    UI2_FND        100    0009    SAPK-10009INUI2FND        SAP UI2 FOUNDATION
    UI2_SRVC    100    0009    SAPK-10009INUI2SRVC        SAP UI INTEGRATION SERVICES
    UI5_731        100    0009    SAPK-10009INUI5731        SAP UI5 TEAM PROVIDER ON 731
    UISAPUI5    100    0009    SAPK-10009INUISAPUI5    SAP UI5
    UI_INFRA    100    0009    SAPK-10009INUIINFRA        SAP UI INTEGRATION INFRASTRUCTURE
    UIX01HCM    100    0003    SAPK-10003INUIX01HCM    UI for HCM Application
    Tags edited by: Michael Appleby

    Hi Masa,
    We have required SAP notes now, we are on version 1.22.5.
    It is still the same, working the first time I access the App, but subsequent access wont work until i refresh browser.
    I've include the response and lpd/tile screens.
    Thanks,
    Phani

  • SAP Fiori - Launchpad: Tile Error

    Dear Fellow Members,
    Currently, while using a custom made theme via UI Theme Designer for Launchpad, we fail to load the same custom made theme to individual tiles. Once any tile is launched, it opens up using the default theme.
    Can someone please support us in identifying the way to fix this issue and have the tiles (individual apps) replicate the same theme that is being consumed by the Launchpad? (Hint: where is the Launchpad pulling the Target URL for the tiles from?)
    Awaiting reply!
    Thank You
    Nikisha Singh
    SAP Mobility Consultant

    Hi Masa,
    1) The Action was put Manually - not sure what to fill in that field. Service URL was picked up from Catalogue Administration - Approve Leave Request. See below -
    2) See the Target Mapping Screenshot:
    3) UIX01HCM - has not been installed. We are at GW 2.0 NW 7.02
    Rgds,
    Nikisha

Maybe you are looking for

  • Keyword selection function in Adobe Bridge CS3

    Hello, Does anybody know if and how I can change the "selection criteria" of keywords in Adobe Bridge CS3? -> selection criteria: If I want to use the filter with the keywords, it selects the images which include any of the selected keywords (OR-func

  • Oracle Database11g Express Edition - Some Problems after Installation

    Seemed everything went ok until I tried the Query Builder. Selected a Table and checked fields to include in my Query. These fields do not appear in the "Columns" TAB below as the documentation says they should. Any ideas what's wrong? Additionally,

  • Connecting to a wirelss network

    I am a newbie to Apple and have the following question: I am in the process of setting up my Macbook Pro and going through the steps with Set up Assistant. I get to a point where it asks me what wirelss connection I want to use and gives 3 options: 1

  • Ultra-interactive PDF

    Hey guys, I'm wondering if I can do this with Acrobat, or if I maybe need a different program for it.. What I'm trying to do is build a page, kind of like a digital pamphlet, showcasing several various products. Upon mousing-over each product (not cl

  • Re: Vista SP1 support

    Hello! Does anyone have information about the toshiba vista sp1 support? There is no official statement anywhere as far as I know. I encountered problems after the sp1 installation yesterday, so I was looking for help on the toshiba website, but ther