Start of Content Area

Background documentation Process when Calling the RRI  Locate the document in its SAP Library structure

When it is called, the report-report interface (RRI) first collects the following information from the cell of the sender query before passing it to the receiver as selections:

      Global filter: the lines and columns of the query definition;

More information about the global filter: Defining New Queries

      Dynamic filter: the values in the navigation block of the query (filter that can be changed by navigation), including the hierarchies;

More information about the navigation pane: Navigation Pane

      Filters from the selected, restricted key figure;

More information about the restricted key figure: Defining Restricted Key Figures

      In formulas, only the selections that are identical in all operands are passed

      Filters from the selected drilldown characteristics;

More information about the drilldown characteristics: Navigating in Analysis Mode

This process uses the following additional functions to map the contents in an appropriate manner.

      If the receiver query has variables, the system tries to fill these variables; if there are no suitable variables, the values are passed as dynamic filters.

      If there is a specific relationship between the sending and receiving InfoObjects, the system tries to use this relationship:

       If there is compounding, a restriction to a compounded characteristic is also applied to the parent of the compounding if it is the receiving query in the navigation block.

Other possible relationships that can be mapped:

       Attribute restrictions are mapped to the master characteristic.

       Restrictions to navigation attributes are also mapped to characteristics that bear master data, and restrictions to characteristics are also applied to navigation attributes if these are present in the receiver.

Example

The sender contains the characteristic City in the drilldown, and the receiver contains the corresponding navigation attribute Zip Code. The restriction of City on the zip code is applied and passed to the navigation attribute Zip Code in the receiver.

       Referencing characteristics are mapped to the basic characteristic.

      When jumping to another system, note that the mapping rules are created in the target system. Make sure that all the InfoObjects with implicit mapping rules from the sending query also exist in the target system. Otherwise the jump will not work.

There are some special features when handling the different receivers.

More information: Receivers

 

 

End of Content Area