Defining a Method for an Inport

Context

If you want your CHIP to have an inport so that it can be accessed from another CHIP, in the component controller create a method that you can use for the response.

Procedure

  1. Go to the component controller of your Web Dynpro component, open it with a double-click, and choose the Methods tab.
  2. Create a method, for example, with the name INPORT_METH, and set the interface flag.
  3. Create an importing parameter for this method, for example, PARAM_IN, and select an appropriate Dictionary structure as the reference type.
  4. You can reference this method when you create the inport for the CHIP.

    For more information: Creating Web Dynpro CHIPs.