SAP BEx Query Designer Tutorial & Query Elements

  1. The key to making informed decisions is having the right data in the right place at the right time. Executives and line managers rely on business intelligence (BI) and reporting tools to deliver timely accurate and relevant data for both operational and strategic decisions.
  2. The Business Explorer (BEx) is a component of SAP BI that provides flexible reporting and analysis tools that we can use for strategic analysis and supporting the decision-making process in an organization. These tools include query, reporting, and analysis functions.
  3. SAP NetWeaver 7.0 provides the following tools:
  • BEx Query Designer
  • BEx Web Application Designer
  • BEx Broadcaster
  • BEx Analyzer

SAP BEx Query Designer

  1. The BEx tool can be used to display past and present data differing in the level of their details and from different perspective.
  2. It can be used to create planning projections using BI Integrated Planning.
  3. The BEx Information Broadcasting can be used to distribute business intelligence content by e-mail, either as pre-calculated documents with historical data, or as links with live data.

Query Designer:

As the name suggests, it is used to define queries to retrieve data from SAP BW. Query Designer acts as the bridge between SAP BW InfoProviders and the reporting front-end tools (SAP BW / SAP BO). It limits the field list displayed, which is based on their requirements. It also defines the default placement of these report objects within a report Query Designer and adds value by allowing users to define filters, selection screen variables (a.k.a. Prompts), Calculations, Unit Conversions, etc. that are not available in InfoProviders.

Accessing Query Designer

To access BEx Query designer, follow the below steps:

Step 1)

  1. Navigate to Start -> All Programs.
  2. Under the folder “Business Explorer”, the “Query Designer” is available. Click on “Query Designer”.

SAP Accessing Query Designer

Step 2)

  1. Select required BW system
  2. Click the Ok button

SAP Accessing Query Designer

  1. Enter the Client
  2. User Name
  3. Password
  4. Logon Language
  5. Click the Ok Button

SAP Accessing Query Designer

Query Panel

  1. InfoProvider Details are available here.
  2. Tabs to view various report components.
  3. Properties Box which shows the properties of each component selected in the query.
  4. System Messages such as any error or warning messages during the Query check is displayed here.
  5. Shows the Where-Used List of any component selected within the query.

SAP Query Panel

Query Panel – Standard Toolbar

The Standard tool bar in the Query Designer has the following buttons.

  1. Create New Query
  2. Open Query
  3. Save Query
  4. Save All
  5. Publish on Web
  6. Check Query
  7. Query Properties
  8. Cut
  9. Copy
  10. Paste
  11. Toggle tabs for Filter and Rows/Columns
  12. Cells
  13. Conditions
  14. Exceptions
  15. Properties
  16. Tasks
  17. Messages
  18. Where Used
  19. Documents
  20. Technical names

SAP Query Panel - Standard Toolbar

Query Elements

  1. Key Figures: Key Figures represent the numerical data or the KPIs(Key Performance Indicator). They are further divided into Calculated Key Figures (CKF) and Restricted Key Figures (RKF).
  2. Characteristics : A characteristic provides the criteria according to which objects are classified. e.g. Material,Period, Location, etc.
  3. Navigational attributes appear as characteristics in Query designer.

SAP Query Elements

OTHER Query Elements

  1. Dimensions : Similar characteristics are grouped together in a dimension. e.g. Time dimension consistsof Year, Month, Week, etc.
  2. Attributes : Attributes define the additional properties of a characteristic. E.g. Material may have size,length or width. It is not possible to add a display attribute to a query unless the related characteristics are also added to the query. However, it is possible to set the property of characteristic as “No Display”.

SAP OTHER Query Elements

Query Properties

  1. Select the Tab “Variable Sequence”. The tab “Variable Sequence” is used to control the order in which selection screen variables are displayed to users.
  2. List the variables used in the Query. There can be multiple variables present here. These variables can be sequenced as per our need.

SAP Query Properties

  1. Select the “Display” tab.
  2. The Check box “Hide Repeated Key Values” controls whether the characteristic will repeat in each row or not.
  3. The option “Display Scaling Factors for Key Figures” controls whether the scaling factor is reported at the top of corresponding column.

SAP Query Properties

  1. Select the “Advanced” tab. The tab “Advanced” is most important from BO perspective . It controls whether the query is visible to BO or not. The option must be checked to allow query access to BO.
  2. The Check box “Allow External Access to this Query” should be checked if this Query is to be used from BO .

SAP Query Properties

  1. Select the “Rows/Columns” tab.
  2. The options under “Result position” section decide the Location of sub-total (a.k.a. results in BW world) as below / above or right / left of the Characteristics.
  3. The options under “Suppress Zeros” section decide the application of Zero-Suppression on the query.

SAP Query Properties

Filters

Filters are used to restrict the data retrieved by a query. Filters can be dynamic or static in nature. Values entered as static filters cannot be overwritten by users at runtime while dynamic filters or variables can be overwritten by user / system during query execution.

Steps to apply filters in the Query

  1. Select the “Filter” tab.
  2. Filters can be applied in the “Characteristic Restrictions” section.
  3. Filters can be applied in the “Default values” section.

SAP Filters

Characteristic Restrictions are applied before data fetch operation, while the default values will result in entire data being fetched by query. The restriction is applied only in report front end. If “Clear all filters” option is applied in WAD / Analyzer, the filters in Default Values will be erased from front end, but the filters applied via Characteristic Restriction will still remain in force. It is recommended to have at least one or two characteristic restrictions while using a BW query for BO Universe.

Variables

Variables are query parameters that we define in the Query Designer and are filled with values only when you execute the query. Variables are reusable objects. The variables defined in the Query Designer are available in all InfoProviders. They do not depend on the InfoProvider, but rather on the InfoObject for which they were created.

Types of Variables

  • Characteristic values
  • Hierarchies
  • Hierarchy Nodes
  • Texts
  • Formula elements

Steps to create a variable:

Step 1)

  1. To create a variable, browse to the folder called “Characteristic Value Variables” under the corresponding characteristic.
  2. Right click on the folder and select the option “New Variable”.

SAP Variables

Step 2)

  1. In the subsequent window, enter the Description.
  2. Enter the Technical name.
  3. Variable Processing Types
  4. Under reference characteristic, the variable can be assigned to either the specific InfoObject or all Info-Objects based on same reference characteristic.

SAP Variables

  1. Under the “Details” tab, we can specify whether the variable accept:
  2. Single Value/ Multiple Values/ Range
  3. Selection Option (allows any of the above at runtime, is not supported in BW-BO)

SAP Variables

Step 3)

  1. Click the “Default values” tab.
  2. We can specify the default filter applied to the report. This value can be over-written by user at run-time.

SAP Variables

Conditions & Exceptions

Conditions act as filters on key figures. e.g. Top 10 customers, products with bottom 10% margin, etc.

Exceptions are similar to “conditional highlighting” in MS excel. They are used to highlight rows / columns / cells where the KPI value is above or below a certain threshold. As these are not imported to a BO Universe, we will not discuss them in details in current tutorial.