cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori - My Timesheet Issue

Former Member
0 Kudos

Good day all.

I had the timesheet app working and recently applied updates to the system to address the launch page etc. and now have the following issue:

While I get no errors I do notice that the system spends all its time on the initialInfos. In the backend it is performing a sequential read, however the values no longer show up for selection.

Is this a known issue?

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Douglas,

Can you share what updates are initiated this issue?

Regards,

Masa

SAP Rapid Innovation Group - RIG

Former Member
0 Kudos

Hi Masa,

The following notes were applied:

This was the last note applied ... 1899518

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Douglas,

I have some confusion. Your UI add-ons are SP05 but you applied notes for SP04, right?

Can you clarify?

Regards,

Masa

SAP Rapid Innovation Group - RIG

Former Member
0 Kudos

Hi Masa, Once we installed the UI5 Add-ons, the launchpage tiles showed up, however they did not funtion. We then applied note 1899518 and the tiles allowed us to navigate to the apps using the tiles.

We have another system where only the UI addon SP5 is installed and this confirmed that the issue was introduced with the SP update.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Douglas,

Fiori apps were developed with UI-Add-on SP04 SAPUI5 1.12 libraries. You have updated to SP05 and got some compatibility issue. Please create a customer message in SAP Service Marketplace.

Regards,

Masa

SAP Rapid Innovation Group - RIG

Former Member
0 Kudos

Hi Masa,

Will do. Thanks for the assistance.

Former Member
0 Kudos

Hi Douglas,

I'm having exacly thesame problem, also updated to SP05.

Could you post it here when you find a solution?

Former Member
0 Kudos

Hi Masayuki,

Like Douglas (and probably) other, I've installed SAPUI5 to the latest SP05.

Valid expectation is that, although Fiori may have a minimum support pack prerequisite (aka SP04); is does not impose a 'maximum'. Stated otherwise: expectation is that SAP development (SAPUI5) makes sure that software is backwards compatible to the lowest supported SP.

And if not, that a sp is made public available for SAP Fiori (Timesheet) to enable it to function correctly with SAPUI5 SP05.

Regards, William.

pankaj_bisht
Contributor
0 Kudos

Hi  A, de Boer,

The issue happens because the width of the popover is not getting set properly in UI5 1.14.

Your current UI5 version should be 1.14.

you can check that with the link below.

https://{server}:{port}/sap/public/bc/ui5_ui5/index.html

This was fixed in UI5 lib 1.14.2.

Please find the details of the note below to upgrade to UI5 1.14.2.

https://service.sap.com/sap/support/notes/1896986.

After upgrading to UI5 the timesheet application had to be adjusted.

So after upgrade kindly implement the below notes.

SAP Note No. 1909892

SAP Note No. 1928827

These note should after upgrading to UI5 1.14.2 should resolve the

issue.

Best Regards

Pankaj

Answers (2)

Answers (2)

Former Member
0 Kudos

I was able to work around the issue. I downloaded the source of ui5_hcm_ts_man.

I modified the file WeekEntry.controller.js so it would navigate to the different page like it does on a phone instead of opening it in a Popover.

After that i uploaded it as zui5_hcm_ts_man.

It is a workaround that is easily done if you have a developer key on the system.

Former Member
0 Kudos

The problem seems to be in the style attribute of the div with id __popover0-cont.

The width is set to 0. if i use firebug to manipulate the width the screen immediately appears.