Hi,
I'm using the standard SYSTEM application to perform the Login redirection. The redirection works fine in normal cases. However I face problems when I pass some parameters in my original URL.
Consider my app URL is: http://testsystem/sap/bc/bsp/sap/test/default.htm?bookid=1000 During login this gets redirected to url /sap/public/bsp/sap/system/login.htm?sap-url=<%=PATHTRANS%>
The login happens here, but after that, the parameter "bookid" got removed from the original URL.
Why does this happen?
Is this the standard system behaviour? Or am I missing something?
How else can I pass parameters to the URL while still retaining the login redirection through SYSTEM application?
Regards,
Pradeep