report to report interface in sap bi 7.0

8
 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx .sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2011 SAP AG 1 Report to Report Interface in SAP BI 7.0 Applies to: SAP Net Weaver BW 7.0. For more information, visit the EDW homepage Summary Step by step implementation on how to implement RRI. Author: Adlin Sundararaj Company: Accenture Services Pvt. Ltd. Created on: 1 July 2011 Author Bio  Adlin S is working as SAP- BI Consultant in Accenture Services Pr ivate Ltd and has experience of working on implementation and maintenance projects.

Upload: raja-yellapu

Post on 03-Jun-2018

228 views

Category:

Documents


0 download

TRANSCRIPT

8/11/2019 Report to Report Interface in SAP BI 7.0

http://slidepdf.com/reader/full/report-to-report-interface-in-sap-bi-70 1/8

 

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

© 2011 SAP AG 1

Report to Report Interface in SAPBI 7.0

Applies to:

SAP Net Weaver BW 7.0. For more information, visit the EDW homepage 

Summary

Step by step implementation on how to implement RRI.

Author:  Adlin Sundararaj

Company:  Accenture Services Pvt. Ltd.

Created on: 1 July 2011

Author Bio

 Adlin S is working as SAP-BI Consultant in Accenture Services Private Ltd and has experience ofworking on implementation and maintenance projects.

8/11/2019 Report to Report Interface in SAP BI 7.0

http://slidepdf.com/reader/full/report-to-report-interface-in-sap-bi-70 2/8

 

Report to Report Interface in SAP B I 7.0  

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

© 2011 SAP AG 2

Table of Contents

Introduction ......................................................................................................................................................... 3 

Demonstration on how to execute RRI ............................................................................................................... 3 

Scenario .............................................................................................................................................................. 3 

Step 1 .............................................................................................................................................................. 3 

Step 2 .............................................................................................................................................................. 4 

Step 3 .............................................................................................................................................................. 5 

Step 4 .............................................................................................................................................................. 6 

Related Content .................................................................................................................................................. 7 

Disclaimer and Liability Notice ............................................................................................................................ 8 

8/11/2019 Report to Report Interface in SAP BI 7.0

http://slidepdf.com/reader/full/report-to-report-interface-in-sap-bi-70 3/8

 

Report to Report Interface in SAP B I 7.0  

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

© 2011 SAP AG 3

Introduction

Query jump targets: 

Jump Queries are pairs of queries that are linked based on given characteristic values. A jump query allowsyou to automatically access a specific BEx query, An ABAP report, BEX WAD Application, Crystal Reports,InfoSet Query, and Web Address.

These are also collectively referred as jump targets icon-linking points within a query.Jump query uses RRI as an interface between the sender and receiver queries. Query jump targets areapplicable for calling the following report types:BW BEx Query, BW Web Application Designer etc.

RRI (Report to Report Interface): 

RRI is a technique used in SAP BW to link reports for Drill-through reporting. It calls a 2nd more detailedreport (receiver query) from an initial request (sender query). It allows the drilled down from InfoCube to DSOobjects for more detailed reporting.

Drill Through (calling): 

Drill through are calls from a query to another query using RRI. In SAP BW, Drill through are possiblethrough InfoCube query to InfoCube query, from InfoCube query to DSO, Query.

Demonstration on how to execute RRI

Report-Report-Interfacing is the terminology used to describe linking reports together. Report-Report-Interfacing uses Jump Targets that are created using the transaction code RSBBS. Query with RRIfunctionality can be identified by clicking on the Goto icon in the BEx Analyzer toolbar.

ScenarioWe have two reports

‘ZAD_Q1  Product Query’ which contains the product details

‘ZAD_Q2  Sales Order’ which contains sales doc details

In this document we are going to see how to link these two reports and get the data.

Step 1

To get started with RRI setup, from the initial screen select SAP Menu Business Explorer Query  Maintain Sender-Recipient Mapping. Also, can use the T-code: RSBBS as shown below

8/11/2019 Report to Report Interface in SAP BI 7.0

http://slidepdf.com/reader/full/report-to-report-interface-in-sap-bi-70 4/8

 

Report to Repo rt Interface in SAP BI 7.0  

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

© 2011 SAP AG 4

Step 2

The t-code will display the RRI screen as shown. The RRI function works for query level and theInfoProvider-level (All queries of InfoProvider) as shown.

We are going to see the query level functionality.

In our example, the source is ‘ZAD_Q1  Product Query’ 

Click on the create button

New window will open to select the target

Select the target as ‘ZAD_Q2  Sales Order’ in search help and click on ‘Transfer’

InfoProvider / Query

& description

8/11/2019 Report to Report Interface in SAP BI 7.0

http://slidepdf.com/reader/full/report-to-report-interface-in-sap-bi-70 5/8

 

Report to Report Interface in SAP B I 7.0  

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

© 2011 SAP AG 5

The sender/receiver relationship has several choices to choose from,

The different report types available are listed below

Report Type Description

BEx query Jumps to a query that was created using BEx Query

designer

BW Java Web Application Jumps to a BEx Web Application that is an executed webtemplate created using BEx Web Application Designer.Note: this function requires Java based runtime of SAPNetWeaver BW

BW 3.x Web Application Same function as above, but used for SAP BW 3.x Web Application.

BW Crystal Report Jumps to a formatted report in Crystal Enterprise.

InfoSet Query Jumps to an InfoSet query

Transaction Jumps to a transaction in SAP system

 ABAP Report Jumps to an ABAP/4 report in SAP system

Web Address Jumps to any web address and pass the parameters inthe URL

Own Report Type Jumps to any target of Web or SAP GUI for HTML.

In our case the target is also a Query, so choose ‘BEx query’ option  

Step 3

Click on the Assignment Details button, to select / identify the fields to be assigned

from sender to receiver.To make changes to the individual fields choose the required settings from the dropdown list of therespective cells.

In the example, I will select the type as InfoObject and field name ZAD_PROD and selection type as singlevalue as shown below

When the system calls up the receiver, the settings made in the Field assignments dialog box are set. Thiscompletes the necessary configuration settings for the RRI to work.

Now save the changes.

8/11/2019 Report to Report Interface in SAP BI 7.0

http://slidepdf.com/reader/full/report-to-report-interface-in-sap-bi-70 6/8

 

Report to Report Interface in SAP B I 7.0  

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

© 2011 SAP AG 6

Step 4

Open BEx Analyzer & open the source Query (ZAD_Q1 in our example)

Now Rclick on the Query  Goto Sales order (Target Query - ZAD_Q2

The RRI query jump will display the Receiver as shown below

This is how we implement RRI concept at query level in SAP BI.

8/11/2019 Report to Report Interface in SAP BI 7.0

http://slidepdf.com/reader/full/report-to-report-interface-in-sap-bi-70 7/8

8/11/2019 Report to Report Interface in SAP BI 7.0

http://slidepdf.com/reader/full/report-to-report-interface-in-sap-bi-70 8/8

 

Report to Report Interface in SAP B I 7.0  

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

© 2011 SAP AG 8

Disclaimer and Liability Notice

This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is notsupported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.

SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document,and anyone using these methods does so at his/her own risk.

SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article orcode sample, including any liability resulting from incompatibility between the content within this document and the materials andservices offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of thisdocument.