Start of Content Area

Background documentation ~exitURL  Locate the document in its SAP Library structure

 

Description

URL to which a query is deviated when a session is terminated.
The Web browser navigates to the address defined here whenever ~command is executed with the values logoff or endofsession.

However, if function code /NEX is set in the application, then the ICF logoff page is triggered.

Set by

Service parameter setting for GUI connection in the ICF server or passed in the URL.

Values

Any valid URL

Example

~exitURL www.sap.com

Valid as of

6.40

 

Note

You can set this parameter at runtime either by passing the value in the URL or by using FIELD-SET calls in the application program (for example, `wgateURL(~command=“logoff“, ~exitURL=“/sap/bc/gui/sap/its/webgui“).

 

 

Note

More information: SAP Note 916727.

 

 

 

End of Content Area