cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5, ODATA4J , ie 11 ISSUE

Former Member
0 Kudos

Hi Everyone,

My application is built with sapui5(front-end) and oData services using oData4j framework . This was compatible with SP5 (patch level 33) for all the browser ( including ie11, firefox and chrome).

After the update to SP 12 patch level 6 of the UI component . It works fine with firefox and chrome whereas in ie11 it is getting rendered but my service calls are not getting modified that means the browser is using the local cache(http 304 )  for the read operations whereas the post operations are working successfully.

Any pointers to this issue .

Thanks And Regards,

Kamalpreet kaur

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi everyone,

Any alternatives for the above mentioned issue .

Thanks in advance.

Regards,

kamalpreet kaur

Former Member
0 Kudos

Hi sunanda,

Thanks for your reply. Can you share us with the implementation of no-cache in odata4j .

( We have extended our Producer.class with InMemoryProducer).

Regards,

kamalpreet kaur

Former Member
0 Kudos

Hi

Please implement the no_cache method in your OData service this issue will be resolved .

Regards

Sunanda Mandavi