cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5 - Uncaught Error: found in negative cache

Former Member
0 Kudos

Hi all,

I am working on custom SAP Fiori Application on SAP WEB IDE.

I developed the application on SAPUI5 1.26.0  version and deployed it to Gateway Test System.

I can run the application but when i press "create" button to navigate my add view, it gives error because of TimePicker component.

1) Can it be about version difference between Application on WEBIDE and Gateway System ?

2) How can i resolve this kind of error ?

Thanks for your help.

Best Regards,

Serkan DEMIR

Accepted Solutions (0)

Answers (2)

Answers (2)

omakinen
Participant
0 Kudos

Hi serkan!

The reason could be that sap.m.TimePicker doesn't exit in SAPUI5 version 1.26. It came around in 1.32.

In older versions you could perhaps use sap.m.DateTimeInput control instead.

If your Gateway is running 1.26.x then you should seriously consider upgrading it to at least 1.28.x.

br,

Ossi M

b_punith
Participant
0 Kudos

Serkan,

Please see if below Note is applicable and Implemented.

2246386 - UI_700 (SP01-SP02): Invalidate UI2 Cache on UI5 app change

Also check below link if it helps you.,

Regards,

Punith