Fonction SAP BAPI_CUBE_GETLIST - Generates an InfoCube List

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
CUBETYPE BAPI6112-CUBETYPE C 1 '%' X InfoCubetype ('%': all Types)
OBJVERS BAPI6112-OBJVERS C 1 RS_C_OBJVERS-ACTIVE X Object Version ('%': All Versions)

Paramètre Reférence Type Long. Description
RETURN BAPIRET2 u 548 BAPI Return Parameter

Paramètre Reférence Long. Facultatif Description
INFOCUBELIST BAPI6112L 126 InfoCubes List
SELINFOCUBE BAPI6112SL 63 X Selection Criteria for InfoCubes
SELTEXTLONG BAPI6100SL 123 X Selection Criteria for Texts

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