Show TOC Start of Content Area

Procedure documentation Implementing Window Controllers  Locate the document in its SAP Library structure

Overview

This graphic is explained in the accompanying text

Firing Suspend Plugs via IPublic API

You fire the suspend plug by invoking the IPublic-API of the window controller. As the IPrivate-API extends the IPublic-API the generated method wdFirePlugSuspend() can be invoked on the member variable wdThis (of type IPrivate-API).

 

Sample.java

 

wdThis.wdFirePlugSuspend(someTargetAppURL);

 

 

End of Content Area