Show TOC Start of Content Area

Background documentation Unsubscribe a Client Event  Locate the document in its SAP Library structure

Unsubscribing a client event is very similar to subscribing:

WDPortalEventing.unsubscribe("urn:com.sap.tc.webdynpro.test.portal",
                             
"TestEvent",  
                             wdThis.wdGetTestEventAction()); 

Make sure that you unsubscribe every single Web Dynpro view, as the subscription and unsubscription is valid only for the current view.

 

 

End of Content Area