Show TOC

Background documentation~exitURL Locate this document in the navigation 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 from

6.40

Note 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“).

End of the note.

Note Note

See also SAP Note 916727.

End of the note.