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...

View Entire Topic
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.