Hi,
i have set my logon page and all works great. But i have a problem : my application send email with links to a page with parameter (Like : http:
sapserver\page.htm?param=test)
The problem is when the user don't have any browser connected to the application, when he clicks the link, he's redirected to the logon page and after identified himself, he's redirected to the page http:
sapserver\page.htm?sap-ffield_b64=%3d%3d%3d%3d and it have lost the parameter param and his value. Why ?
In sicf, i wrote :
/sap/public/bsp/sap/system/login.htm?sap-url=<%=PATHTRANS%>&bspchangepasswordvisible=X&bsplanguagevisible=X&bspclient=XXX
Does it miss a parameter ?
Thanks
Inside ICF, there where you configure this redirect, did you also configure that the parameters must be saved? There is a radiobutton group with three values: (1) don't transfer, (2) as text fields and (3) as base64 (which is what we usually use).
To test this, please start the application system_private with some extra parameters in the URL, and see if they survive. In older SPs, we did have an error here.
Add a comment