cancel
Showing results for 
Search instead for 
Did you mean: 

Folder path for developing custom UI in SAP OEE

Former Member
0 Kudos

Hi,

recently I was developing in a scenario where I need to add a custom UI in OEE Dashboard. For that I followed the SAP How to guide for Custom UI. As per the guide I developed the view.js file controller.js file and then set them in activity configuration. It was stated in the how to doc that we have to put upto the name of the view page not the extension. Interestingly I found one thing here.

OEE always expects a folder path for that view file is such a way http://<host>:<port>/<Project name>/Web/WebContent/customActivity/<View page>.

Main problem to use that is, we can't add any specific folder in between any of the folder and even we can't change the name of the folder. I have tried with "customactivity", it didn't work.

I think this kind of limitation anyone can't expect while developing. I just post this here to explore that if I am doing anything wrong or that is a issue. Another point is in the how to doc it is not mentioned anywhere.

Thanks and Regards,

Suman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All,

This is for everyone's update.

I have raised this point to the SAP, they have sent the confirmation that they have wrote their logic in such a way, so we have to mention the same path while developing any custom UI for SAP OEE. But as per my understanding it is kind of limitation they are giving.

So the standard path to keep the custom UI code for any SAP OEE Custom UI is :

http://<host>:<port>/<Project name>/Web/WebContent/customActivity/<View page>

Regards,

Suman

Answers (0)