cancel
Showing results for 
Search instead for 
Did you mean: 

Custom UI with BPM Task

Former Member
0 Kudos

Hi All,

I was trying to integrate a custom UI with the BPM task in 7.3 EHP1. I know, relative path of the UI has to defined to refer to the custom UI, but not sure on how to extract the relative URL. 

I have built a JSP page named Home.jsp and the absolute URL for this page is http://<host>:<port>/demo.sap.com~custom_ui_bpm~web/faces/Home.jsp. I tried to refer to this jsp page, by defining the relative path as /demo.sap.com~custom_ui_bpm~web/faces/Home.jsp in BPM task. But this is not working. When I try to access this task from UWL, I get "IE cannot find this page" browser error.

Please help me in identifying the relative path for the web application/jsp page deployed on the same server, to be used in BPM task. Also, please let me know, if I am missing any prerequisite step(s) in the above mentioned procedure.

Thanks & Regards,

Vishweshwara P.K.M.

Accepted Solutions (1)

Accepted Solutions (1)

ch_loos
Advisor
Advisor
0 Kudos

Hi,

the path you entered is correct.

Make sure to also set the http.baseurl property as described here:

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/e4/32ff7865fa483dba3686160f5c6dd0/content.htm?frame...

Regards,

Christian

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vishweshwara/Christian,

I have a similar requirement where I need to call a JSP from a BPM task.

But I am working on NW 7.3 without EHP1.

I am unable to find the place to give the relative path in the BPM task as mentioned by you above.

Can you please let me know if this is only available in EHP1 or if not, can you please guide me where I can find this configuration spot?

Thanks in advance,

Kshitija

SandipAgarwalla
Active Contributor
0 Kudos

Kshitija

This feature is there only with EHP1, not available with 7.3

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Kudos

Available as of 7.3 EHP1 SP5 to be exact

SandipAgarwalla
Active Contributor
0 Kudos

you bet