The integration of SAP BW into SAP Gateway means that analytic queries can be provided as BW OData Queries or Easy Queries for mobile scenarios. In this page we focus on Easy Queries, a detailed discussion of the topic OData Queries can be found here:
For both cases, EQ and OData Query, certain settings have to be maintained in the BW backend system for the content creation user. This can be done with the help of report EQ_RS_AUTOSETUP, see 1944258 for further details.
BW/4Hana
Easy Query has been replaced by OData Query in SAP BW/4HANA, for details check note 2470206 and
SAP Online Documentation
- Architectural Overview of Easy Queries and OData Queries
- Creating Easy Queries and Creating OData Queries: A Comparison
- Transaction EQMANAGER - Managing Easy Queries (what features are supported in Easy Query)
- Configuring Easy Queries
SCN Blogs and Introduction
SCN Blog: Easy Queries on SAP NetWaever BW - Introducing the feature
SAP Notes
- 1944258 - Easy query setup: Setup-Report
- 1904623 - EQ: Limitations for SOAP & EQ-RFC --> Variables!
Tables, functions and transactions
Table RSEQ_DIR: Directory of Bex queries enabled as EasyQuery
- contains the web service and the functions module generated when flagging the Easy Query
Function RSEQ_START_GENERATION: generation of function module and web service stub
- allows fast generation of an Easy query function and web service
- can be used to check error message in more details
- Sample:
T ID NUM MESSAGE
E BW_BICS_EQ 042 Either package $EQ_GEN does not exist or authorization is invalid
I BW_BICS_EQ 005 Generation process started for easy query ZQ_1234
Function RSEQ_EQ_GENERATION
- This function is called within function RSEQ_START_GENERATION
- It can be used to debug the processing in dialog mode