cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Check Price and Availability UI issue multiple quantity and date fields

Remco
Explorer
0 Kudos

Hello,

With the Fiori Check Price app I get multiple input fields for quantity and requested date after clicking on New Check, as shown by following screenshot. The date picker only works on the first date field. Does any one know how to solve this?

This issue occurs in following 2 situations:

a) After a first check has been performed successfully a new check shows multiple quantity and date input fields. However any following new check shows the correct input form with single input fields.

b) When a check is performed with a requested date in the past, a new check shows multiple quantity and date input fields.

The browser shows the error Uncaught TypeError: Cannot set property 'type' of undefined.

Within the UI it appears to be some kind of issue with:

sap.ui.getCore().byId("ProductDetail--dataSelected");

DateTImeInput

this._$input[0]

type of text

Regards, Remco

Accepted Solutions (1)

Accepted Solutions (1)

Remco
Explorer
0 Kudos

I have managed to solve this problem. We have upgraded the UI Add-on components (UI2_700, UI2_701, etc) to SP 6 and upgraded the SAPUI5 runtime to version 1.16.6 (from 1.16.3) with following notes:
1931051 SAPUI5 upgrade to version 1.16.4
1940304 SAPUI5 upgrade to version 1.16.5
1945647 SAPUI5 upgrade to version 1.16.6

Answers (0)