Mentor SAP
You use additional binding to define more than one binding conditions between elements of the source view and elements of the value help provider view.

 

The additional bindings are defined with the subannotation additionalBindings of annotation @Consumption.valueHelpDefinition. The subannotation is followed by a pair of square brackets ([..]) with a comma-separated list of element bindings.

 

Each element binding connects exactly one element of the source view (localElement) and one element of the value help provider view (element).

 

In addition, it specifies a usage with one of the following values:

#FILTER

The value of the referenced element in localElementis used as input for the value help. The value help proposes only entries that match this filter value.

 

#RESULT

The value of the referenced element in element is used as additional output. When an entry is selected in the value help, this value in is transferred to the input field that is based on the referenced element in localElement.

 

#FILTER_AND_RESULT

The binding is used for input and output.