Start of Content Area

Procedure documentation Creating Rule Containers  Locate the document in its SAP Library structure

Use

The rule container for a WebFlow rule must contain all additional container elements that you need to execute the methods in the ABAP class. At runtime the system fills the rule container from the workflow container using binding. For further information about which data the methods contain as standard, see the interface documentation.

Prerequisites

You are on the Rule: Change or Rule: Create screen, on the This graphic is explained in the accompanying text Container tab page.

You know the data type references of the workflow container elements that you want to transfer to the rule container.

Procedure

1. Choose This graphic is explained in the accompanying text.

The Change Container Element dialog box appears.

2. Make entries in the Element, Name, and Short Description fields.

3. Create either an object reference or an ABAP dictionary reference for the container element. As a guide, use the data type reference of the container element of the workflow container from which the container will be filled at runtime.

4. On the Properties tab page, set, if required, the Obligatory and/or Multiline indicators.

5. Repeat steps 1 to 4 until you have defined all the necessary elements for the rule container.

End of Content Area