cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BPM and no refresh of UI written in UI5

Former Member
0 Kudos

Hello,

I started to implement UIs for SAP BPM in UI5 instead of WebDynpro.

In NWDS I had to create two Development Comonents (DC):

  1. J2EE Web Module containing the UI
  2. EAR with the Webmodule as dependency

I followed this steps:

In the Standard-Project (after the NWDS wizard to create a UI), there is a model containing Strings.

These Strings define the texts of Buttons, Form Elements, Header, ...

I have changed one String in another Header Text.

Additionally I have added one more textfield in the view.

After changing the source I "Build"* the Web Module DC and I "Deploy"* the EAR containing this Module as Dependency.

After starting the BPM process I've received the Task and the UI of the Human Activity. But there are no changes in UI.

No text change. No new textfield.

Why?

Thanks for help in advance.

* Commands in Development Infrastructure

Accepted Solutions (1)

Accepted Solutions (1)

abdulbasit
Active Contributor
0 Kudos

It looks like a cache issue. Can you try again after deleting the browser cache ?

Former Member
0 Kudos

Hello,

thanks for your answer. I've tried your solution. No Changing.
Then I've disabled the whole cache in Mozilla developer tools and now the new TextField appers.

Possibly there is a big caching.

Now I have to search the responsible cache in portal.

Is there an indication of the right one?

abdulbasit
Active Contributor
0 Kudos

It is not on the server-side. Your SAPUI5 application is cached on the client browser. Using cache buster may solve your problem :

Cache Buster - UI Development Toolkit for HTML5 (SAPUI5) - SAP Library

Answers (0)