Creating Wires In Wiring Schema
The wires in the wiring schema enable you as the application developer to connect the different UIBB configurations within an FPM application. The runtime interdependencies between UIBBS are defined by configuration entries called wires.
In the SAP development system, you have created a Web Dynpro application and created an initial screen. For more information, see:
The figure below illustrates the wiring process and is followed by explanation:

Note
The basic concept of wiring is to link one UIBB to other UIBB. The data flows from the source UIBB to the target UIBB through the connector class /BOFU/CL_FBI_CONNECTOR
. In case the source UIBB is a Form UIBB
the Collection
arrow
is used for connecting the UIBBs through the wire. In case the source UIBB is a list UIBB the Selection
arrow should is used to connect the UIBBs.
To complete the wiring, on the Wire Schema
tab, choose the Graphical Wire Editor
.
Select the UIBBs under Available UIBBs
.
Drag and drop the UIBBSs to the panel on the right-hand side. The configuration box, has two arrows, Selection
and Collection
, that you use to move data to other UIBBs.
Select the Collection
arrow of the initial screen box and join it to the arrow head on top of the bootstrap form.
In the Connector Details
dialog box, select /BOFU/CL_FBI_CONNECTOR as the connector class.
Connect the Collection
arrow of the bootstrap form to the arrow head of the main form UIBB.
In the Connector Details
dialog box, select /BOFU/CL_FBI_CONNECTOR
as the connector class.
Similarly complete the wiring for other UIBBs if any.
Choose the Done
button. The configuration screen appears.
Save the component configuration.