The following section shows how to use the BW Cube component.

This component can be used to extract MDX or BICS data from BW InfoProviders (e.g., Cubes) directly or from BW Queries. The BW Queries can be based on all possible InfoProviders.

Look Up a BW Cube or Query #

  1. In the main window of the component click the [Search] button ( magnifying-glass icon). The window “Cube and Query Lookup” opens. Bw-Cube-Data-Source
  2. Select the Extractor, Datasource Type and Extraction Settings of the object (1).
    Look-Up-Cube

    Extractor defines if data is extracted using the OLAP BAPI Interface (MDX) or the native BICS Interface. BICS can only be used in combination with the NetWeaver RFC protocol.
    Datasource Type defines if the look up searches for a BEx Query or an InfoProvider.
    Extraction Settings only available for the MDX extractor. Use Only Structure if your BWCube extraction was created in an older software version, see Extraction Settings for more information.
  3. Enter the name of a Query or a BW Cube / InfoProvider in the search bar (2). Use wildcards (*), if needed.
  4. Click magnifying-glass and select the object of your choice from the displayed list (3).
    Alternatively click [Direct Load] to skip the lookup and load the BW Cube / InfoProvider directly. [Direct Load] only works if the full name is entered correctly in the search bar.
  5. Click [OK] to confirm your selection.

The application now returns to the main window of the component.

Note: Click [Refresh Metadata] to renew metadata. This is necessary if a data source has been adjusted in SAP, another source system has been connected, or the source system has been updated.

Warning! Invalid action
A BW Query must have the attribute Allow External Access to this Query switched on in the BEx Query Designer or the BW Modeling Tool to appear in the list. For additional details see the knowledge base article Allow external access to BW Queries.

MDX versus BICS (beta) #

  MDX BICS (beta)
Syntax in lookup for BEx Queries [tech. name of InfoPovider]/[tech. name of BEx Query]
example: 0SD_C03/0SD_C03_Q0018
[tech. name of BEx Query]
example: 0SD_C03_Q0018
Syntax in lookup for InfoProivders $[tech. name of InfoProvoider]
example: $0SD_C03
[tech. name of InfoProvider]
example: 0SD_C03
Wildcards in lookup The BEx-Query setting “Allow External Access to this Query” is required, see Allow External Access to BW Queries.
example: *0SD_C03_Q0018 instead of 0SD_C03/0SD_C03_Q0018
not required and therefore not supported
Supported InfoProviders InfoCubes, Multiproviders, Composite Providers InfoCubes, MuliProviders, Composite Providers, DSOs
Column names of Key figures EnterpriseID Technical name
If techn. name is empty: name of the base measure.
If name of the base measure is empty: EnterpriseID.
Tip: In case of duplicate names, change the technical name in the BEx Query Designer.
Character limit for dimension members max. 60 characters -

Selecting Measure (Key Figures), Dimensions and Properties #

When an object is selected, in the main main window of the component, there is a tree structure at the left hand-side. The tree structure represents the metadata of the Query (or InfoProvider).
Cube-Details The first directory contains all the measures (key figures) (4). The following directories correspond to dimensions and often contain additional dimension properties (5).

  1. Select key figures, dimensions, and properties for the extraction.
  2. Within the key figures directory, click the arrow to display the available units. Select a unit, if needed.
  3. Click [Load live preview] to display the output with data from BW. If a unit is selected (e.g., currency) the corresponding field is displayed in the preview.

Note: For every selected dimension or property, a key figure and a unit is displayed in the result.

Setting a Dimension Filter #

  1. Right-click a dimension. The button [Edit Filter] pops-up. Query Filter
  2. Click [Edit Filter]. The window “Member Filter” opens. You can set Single Values, define Value Ranges or select a List Parameter. Query Filter Define
  3. Select a single value (6) or click [Add] (7) to add value ranges.
  4. Define static values or runtime parameters for filtering key values. Filtering text descriptions is not supported.
    To use a dynamic list of values, select a List Parameter from the drop-down-menu (8). If needed, delete filters using the dustbin button.
  5. Click [OK] to confirm. The “Member Filter” window closes.

When filters are applied, a filter symbol appears in the metadata structure.

Note: BW queries often have defined variables to create filter options. To edit variables, see Query Variables.