Show TOC

Procedure documentationCreating Web Dynpro CHIPs Locate this document in the navigation structure

 

A Web Dynpro CHIP is based on a Web Dynpro ABAP component.

Procedure

  1. Depending on how you want to use the Web Dynpro CHIP, a few preparatory steps are necesary:

    For more information, see Preparing the Web Dynpro Component

  2. Then you can create the Web Dynpro CHIP.

    For more information, see Creating Web Dynpro CHIPs.

  3. Inport and outports are needed to enable wiring in the runtime environment of the Page Builder.

    For more information, see Defining Ports for the Wiring

  4. If you want your CHIP to support tagging, you can create tags for inports and outports and for the respective parameters.

    For more information, see Define Tagging

  5. (Optional). You can also implement CHIPs for embedded Web Dynpro components, or for ABAP classes. In this case though you cannot use ABAP Workbench functions.

    For more information, see Implementing CHIPs Dynamically