cancel
Showing results for 
Search instead for 
Did you mean: 

Javascript on SICF

0 Kudos

Hello Gurus,

I followed the steps mentioned on [http://help.sap.com/saphelp_nw04s/helpdata/en/fc/04a5421935c511e10000000a1550b0/content.htm] to logoff a stand alone webdynpro application.

Can any one please help on how to call a custom method in tcode u2018SICFu2019. Is there something I am missing.

Regards,

Abhi.

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

Hi Abhi,

I'm not sure what you are attempting to do... the link shows you quite clearly how to implement your own log-off script.

if you are trying to invoke some application logic after the exit plug - I'd suggest that you'd be better off calling that from your WDA.

You can use the log-off redirection to point to another ICF transaction which could then do some logic - although I can't think why you'd want to.

Chris

0 Kudos

Hi,

I followed the Sap help link step by step to logoff the standalone WD application.

However when I write my own custom method (mentioned on sap help) to clear authentication cache I get java script error.

Is there any setting to run Javascript from SICF?

Regards,

Abhi.