Start of Content Area

Procedure documentation Implementing Methods for Outbound Plug Calls  Locate the document in its SAP Library structure

To call the outbound plug of the start view, you must implement a method in the subsequent view. To do so, you must edit the implementation file that was generated automatically for the subsequent view. Proceed as follows.

Procedure

...

       1.      In the Web Dynpro Explorer, start the edit mode for the view by choosing the context menu entry This graphic is explained in the accompanying textEdit.

       2.      Choose the Implementation tab.

       3.      Add code to your event handler as follows:

This graphic is explained in the accompanying text

Note

Use the CodeInsight function for the implementation.

Note

Enter the code in the green comment area intended for this purpose. Otherwise your changes will be deleted by the Web Dynpro Generator in a refresh at compile time.

 

End of Content Area