cancel
Showing results for 
Search instead for 
Did you mean: 

Framework log-off

Former Member
0 Kudos

Hi,

we have a web framework for our reports. Users must login. I try to create a log-off button but it doesn't work. My first try was javascript:self.close() - not fine. Now I try it via SAP functions <URL>/sap/bw/BEx?CMD=LOG_OFF&sap-sessioncmd=close but now I see a ad hoc report page? Only I need a log-off function maybe with a redirect to our intranet page. Ideas?

Greets, Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try below.


<a href="<SAP_BW_URL CMD="LOG_OFF" REDIRECT_URL="http://www.sap.com">">
Log off -> SAP</a>

https://websmp110.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=575182&_NLANG...

Former Member
0 Kudos

Hi,

I tried it but doesn't work. I use the ETA SE and edit the framework.

Greets,

Thomas

Former Member
0 Kudos

TA SE80. Sorry.