cancel
Showing results for 
Search instead for 
Did you mean: 

How to Close connection and Exit

Former Member
0 Kudos

Hello,Can anyone tell me how to exit from an WebDynpro application and R/3 Connection on click of a push button say (EXIT)

Thanks...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Instanciate your Model class and make it disconect.

<Model Name> anyName = (<Model Name>)WDModelFactory.getModelInstance(<Model Name>.class);anyName.disconnectIfAlive();

it mihgt helps.

Thanks

Lohi.

Answers (1)

Answers (1)

lajitha_menon
Contributor
0 Kudos

Hi,

Have a look at this thread as well,to force log off from the portal etc.

Regards,

LM

Message was edited by: L.M