Properties Tab Page
Use
You can define instance-independent properties on this tab page. A property is a name-value pair. You can query a property by using a programming exit and use it to group steps, as shown in the following example:
System Property sap.bc.bmt.wfm.groups
This mechanism for grouping steps is also used for teamworking in the Workflow Builder (see also: Teamworking in the Workflow Builder). The system property sap.bc.bmt.wfm.groupsis used. You can define your own values for this property. You can, for example, arrange the steps of a workflow according to the groups that execute the individual steps (workflow system, sales and distribution, production, and so on). The Teamworkingtray is available in the object area for this.
Example
You can find an example of using a property to group workflow steps in the SAP workflow Process notification of absence( AF_APPROVE, WS30000015).
The workflow has the property sap.bc.bmt.wfm.process.status. A process info system is created for this workflow by evaluating this property in the programming exits. You call the process info system by choosing .

