Functionality With this method you can determine a list of InfoCubes defined in the BIsystem. Using selection criteria (RANGES tables on the technical name anddescription of the InfoCube), you can restrict the amount of InfoCubesthat are determined. You can further restrict the amount using type(standard, remote) and the InfoCube version. Example Notes The selection tables are linked together with 'ODER' just as theindividual entries are in the selection tables. Empty selection tablesare not taken into account.
Description Method return parameter. The return parameter provides information onthe success or failure of the call. Value range The most important error messages refer to
- invalid object version
- missing authorization (for individual InfoCubes)
Description InfoProvider type:
- 'B' = Standard InfoCube (InfoCube with a database table in BI system)
- 'R' = RemoteProvider (data outside of BI system)
Description Version of InfoCube to be selected. Only InfoCubes of this version areread. Value range
- 'A': active
- 'M': modified
- 'D': delivered by SAP as Content
Description The output structure for InfoCubes contains all the object propertiessuch as description, object status, assigned InfoArea and so on. Description Selection area entries are performed in the same way as with texts. Description Description Selection criteria for InfoCube long texts. SIGN : 'I': you should select the specified values 'E': you should not select the specified values OPTION : 'EQ' Equal: Single value 'NE' Not Equal: All except the specified single value 'BT' Between: All between the interval [LOW,HIGH] 'NB' Not Between: All outside the interval 'LE' Less or EQUAL: All <= the value in the field LOW 'GT' Greater Than: All > the value in the field LOW 'GE' Greater or Equal: All >= the value in the field LOW 'LT' Less Than: All < the value in the field LOW 'CP' Contains Pattern: Masked entry: Search pattern (e.g. 'ABC*' for all values beginning with 'ABC') LOW : Selection value HIGH : Selection value for interval upper limit Value range
|