Show TOC

IF_WD_NETWORK_METHODSLocate this document in the navigation structure

Use

Some properties of the Network UI element are not set using the UI element properties but instead using the method handler IF_WD_NETWORK_METHODS. You can access the method handler in WDDOMODIFYVIEW.

  1. Declare a reference to IF_WD_NETWORK_METHODS in the Attribute section of your view.

  2. Assign the reference in WDDOMODIFYVIEW.

  3. Call the method.

You can find an example in the system in the WDR_NETWORK_TEST component.