cancel
Showing results for 
Search instead for 
Did you mean: 

Could not figure out the exact reason why page view and button is changing to Link and page color is changing when bsp page url uses a public IP

Former Member
0 Kudos

Hello Expert,

My requiremet :  I have to call a bill desk(for online payment like VISA/Msstercard) url from one bsp page .BSP page URL should be (in Public IP) from which bill desk gateway will be called. I call my bsp page from  webdynpro button event in srm portal.

For example :  Lets say my BSP page url is as below and when I click  “My Payment” button Some bill desk url will be called:

http://abc11.sdc.def:8000/sap/bc/bsp/sap/ztenderpayment/zpaymentreq.htm

and above link is actually called with parameter as below :

http://abc11.sdc.def:8000/sap/bc/bsp/sap/ztenderpayment/zpaymentreq.htm?VNO=0001000050&VID=AT&T=&TNO...

When I use public IP as http://stv.erp.vvv:8080/zpaymentdev ( which is from another box and redirects to original one , not sure) , then correct data came but the BSP page color is changing and button like “Make Payment” is showing like a link as below:

  http://stv.erp.vvvv:8080/sap(bD1lbiZjPTEwMA==)/bc/bsp/sap/ztenderpayment/zpaymentreq.htm?VNO=0001000...



I could not figure out the exact reason why button is changing to Link and page color is changing while rendering html.Most probably theme is not getting loading properly, but not sure.

Can anybody help with proper solution, I tried with pure html elements instead of htmlb elements but same result came. Is there any configuration or role or profile need to be changed? Or any other solution.


Thanks & Regards,

Partha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Partha Sarathi,

Seems that there is a problem accessing theme/design files (css/js).

In case you are using Design2008 (htmlb:content design=Design2008), the "bsp" service should be already activated in your system (check via SICF > default_host > sap > public > bc > bsp)

Best regards,

Adrian

Former Member
0 Kudos

Thanks Adrian.

Nothing wrong with my code.

The issue is with network team . now they have set proxy entries  have been entered in Reverse proxy for the link. and now the page is opening as expected. The requested page is loading the java script file from the requested server.

Answers (0)