cancel
Showing results for 
Search instead for 
Did you mean: 

Return to Logon screen when F8 logoff in RF transaction

prasanna_rao4
Explorer
0 Kudos

Hi,

I followed the solution as per discussion http://scn.sap.com/thread/3354349 to return to logon pagae when F8 logoff done from RF screen. I do get logon screen with the Explicit response page body containing code as below:

<html><head><title> 

Logoff Page 

</title><script> 

function home() { var url = 'http://' + window.location.host + '/sap/bc/gui/sap/its/zrf01?sap-client='+'050'+'~command=logoff&exiturl=http://hostname.com:8000/sap/bc/gui/sap/its/zrf01';window.location.replace(url);

</script> </head> <body onload="home();"> 

...Disconnecting...  

</body></html>

But we have mulitple client and one dev system. So need the client number to be defualt from where the logoff is made. Can anone suggest how this is can be made.

regards

Prao

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hello Prao,

Are you trying to pass client 050 (as the default client) when doing this logoff?

What is the client setting of the zrf01 service in SICF?

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin,

If you remember, i had the same problem in a box with two clients. I wanted the default client on the logon screen to be the one from which i had logged off. I also already had the "Field Authentication" setting done after which you had said the best possible option would be to open an Incident with BC-MID-ICF and that you were going to consult with the BC-MID-ICF guys. So, i kind of got stuck there.

I am not setting any client in the SICF of my Z service.

Therefore, please let me know too.

Thank you,

Utkarsha

prasanna_rao4
Explorer
0 Kudos

Hi Oisin,

I have not maintained any client settings in SICF for ZRF01. I have only maintained the  Explicit response page body containing code as specified in my first message. There you can see I have hardcoded the client 050. If i dont then F8 gives error message. Instead of hardcoding '050' (client) is it possible to get the client logged off using some sort of variable or system parameter and then use the same in the codes included in the Explicit response page.

Having said that, the samething happens if  we logoff from SAP GUI screen. Ie if there are more than one client in Q system, if we log off, initial log on screen is displayed with a defualt client and not from the client logged off. Does the same applies to ITS as well.?

This is not a major issue, as the production system has only one client.

regards

Prao