cancel
Showing results for 
Search instead for 
Did you mean: 

FIORI Time sheet App Issue

prathik
Participant
0 Kudos

Hi ,

      Recently we installed the time sheet app, I was just trying to figure out how it works, I get an error which is displayed as "Internal Server error", every time I click on a button in the app and some buttons stop working when i navigate to different months.I am not able to submit any entries either.

The Fiori app is installed on the gateway system. Is there anyway I can track the errors, something like error log to figure out whats going wrong or is it an installation or configuration issue.

I tried checking the console in the inspect element options of my browser, but dint help much.

I have attached the screenshots for reference.

Could someone please throw some light on this issue.

Best Regards,

Prathik

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please test you can create time sheet in ERP without Fiori.

You can check OData error in the transaction /IWFND/ERROR_LOG.

You can also get info in the network tab of inspect element.

If you get some xsrf token error, check http/https settings.

Note 1896961 - HTTP/HTTPS Configuration for SAP NetWeaver Gateway

prathik
Participant
0 Kudos

Hi Masa,

               Thank you for the reply.

Yes, I'm able to create timesheet in ERP without fiori.

I tried using a web debugging tool and figured out its not able to access a properties file , this was the error in the web debugging tool log,it is unable to load this file

" http://<server-name>:<port-no>/sap/bc/ui5_ui5/sap/ui5_hcm_ts_man/resources/sap/ca/common/uilib/i18n/...

Could you please suggest how do I go about solving this issue

Regards,

Prathik

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Your original error is connection error. You can ignore I18N language text warning messages.

Please check rest of checkpoints I mentioned in the previous post.