cancel
Showing results for 
Search instead for 
Did you mean: 

WebGui in Fiori

Former Member
0 Kudos

I am implementing List Expiring Contracts app in s/4hana 1610.

While execution,encountering below error.

As seen from above issue link, the host name and port is missing in it.

Please Advice how to maintain it.

Rehan Sayed

Accepted Solutions (0)

Answers (1)

Answers (1)

Jochinnabathini
Contributor
0 Kudos

Hi Partha,

As you have noticed in the http trace, the url is incorrect. It is not captured the <host>:<post> of the server. it should be like below:

http://<host>:<post>/sap/bc/gui/sap/its/webgui?~transaction=SDV1&~nosplash=1. this will come up automatically when your path starts with / in the target url.

please go to the Target url parameter where you have maintained in the catalog, and put / infront of sap/bc/.....(assuming you kept path as sap/bc/..... instead of /sap/bc/.....)

for ex: it should be like /sap/bc/gui/sap/its/webgui?~transaction=SDV1......

It will work.

Thanks,

Joseph (JC)