Functionality With this method a list of the InfoSets defined in Business InformationWarehouse can be determined. Using selection criteria (RANGES tables using the technical name andthe description of the InfoSet), you can restrict the quantity ofInfoSets determined. Notes The selection tables are connected vertically, similarly to how theindividual selection table entries are connected, with 'OR'. In doingso, empty selection tables are not included. Description Return parameter for methods. The return parameter gives informationabout the succes or failure of the call. Value range The most important error messages refer to
- invalid object versions
- missing authorizations (for individual InfoSets)
Description Version of InfoSet to be selected. Only InfoSets from this version areread. Value range
- 'A': Active version
- 'M': Modified version
- 'D': Delivered version from SAP as Content
Description List of InfoSets Value range This table contains a list of selected InfoSets with technical names,texts, and status information, as well as the InfoArea. Description Selection criteria for the InfoSet technical name. The structure issimilar to that of a range table. SIGN :> 'I':,,Specified values are selected 'E':,,Specified values are not selected OPTION : > 'EQ' ,,Equal: Single value 'NE' ,,Not Equal: Everything except the specified single value 'BT' ,,Between: Everything between intervals [LOW,HIGH] 'NB' ,,Not Between: Everything outside of the interval 'LE' ,,Less or EQUAL: Everything <= the value in the field LOW 'GT' ,,Greater Than: Everything > the value in the field LOW 'GE' ,,Greater or Equal: Everything >= the value in the field LOW 'LT' ,,Less Than: Everything < the value in the field LOW 'CP' ,,Contains Pattern: Masked entry: Find model (for example, 'ABC*'for all values that begin with 'ABC') LOW :> Selection value HIGH : > Selection value for upper interval limit
|