Functionality This function module returns relationship objects and selectedattributes in response to a search query. The search is restricted to one relationship class. The selection criteria are specified in the table QUERY. Each tableentry specifies restrictions for an attribute, similarly to a rangetable. The relationships found as a result of the query are written tothe table RESULT. The table PROPERTIES_REQUEST controls which attributes are returned forthe relationship found in the query. If this table is not specifiedwhen the function module is called, no attributes are returned. If thetable is specified in its initial state, all attributes for therelationship are returned. Otherwise, the attributes specified in thetable PROPERTIES_REQUEST are returned.
- Calling this function module without the table PROPERTIES_REQUEST
yields the best runtime performance, as no attributes need to bereturned.
- This function module is not a method for a relationship object.
- The relationship class determines the attributes that can be returned
as a result of the query.
|