Help In RRI

Hello,
I have two reports: Main report and its drilldown report which is called using RRI.
I have same variables/filter/selection criteria for both the reports.
We have a code in i_step = 3, where in we check whether only one of date/month/week is selected( this is the requirement, only one of the time range should be selected but one should be selected ). If more then one is selected it pops up a message to enter only one.
My main report works perfectly fine but when i goto the drilldown report (using RRI) it pops up the variable screen with the error message to enetr only one of time range from i_step 3.
On analysis i found that when we do RRI the variable table I_T_VAR_RANGE is not filled with the variable values. Here we face the problem. Our code in i_step = 3 has the logic based on the count of the date variables selected in the I_T_VAR_RANGE table.
Now my question is when we do RRI, is there any specific table that is filled with this variable values or is there any kind of indicator that can be used as flag to know that this report is runnning using RRI.
Answers will be rewarded with points definitely.
Regds,
Shashank

Sashank,
Have u experimented with Assignment Details tab in RRI.
After creating the settings > select your settings > click on that tab.
Ex: DATE
Select V from type  ( Variable )
Selection Type  = ( your 1st Query Variable processing type )
Assign all other Characteristic Objects as GENERIC.
Regards,
Ramkumar Ghattamaneni.

Similar Messages

  • Help with RRI

    I needed some basic steps to implement RRI. I found some resources but they are little complicated for a newcomer to follow.
    Any help is appreicated.

    hi,
    This is set up by maintaining reports as sender and receiver (t-code RSBBS). While running the report then you can jump from sender report to receiver and then back.
    It is used in many situations ...
    1.When we want to link reports created on different InfoProviders
    2.When the user wants to move from a summary report to a detailed report
    3.RRI can also be used to link to R/3 transactions.
    from Help
    http://help.sap.com/saphelp_nw04/helpdata/en/99/08629bd3e41d418530c6849df303c9/content.htm
    Here is link to a document that gives step-by-step instructions for setting up RRI for BW3.0B.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/3.0b%20report-report%20interface.pdf
    Shreya

  • Help regarding RRI

    Hi,
    We need to use the RRI interface for reorting, can anyone please help in letting me know about the steps required to perform the RRI requirement. how to go about implementing the same.
    many thanks
    Srinivas
    Please search the forum
    Edited by: Pravender on Feb 25, 2011 12:32 PM

    Hi Mrclspdl,
    sorry I cann't help u because I don't have much idea in this.
    But it seems very interesting. so pls after solving it post the solution or hints for our reference.
    Thanks.

  • Need Help in RRI

    Hello,
    I have two reports: Main report and its drilldown report which is called using RRI.
    I have same variables/filter/selection criteria for both the reports.
    We have a code in i_step = 3, where in we check whether only one of date/month/week is selected( this is the requirement, only one of the time range should be selected but one should be selected ). If more then one is selected it pops up a message to enter only one.
    My main report works perfectly fine but when i goto the drilldown report (using RRI) it pops up the variable screen with the error message to enetr only one of time range from i_step 3.
    On analysis i found that when we do RRI the variable table I_T_VAR_RANGE is not filled with the variable values. Here we face the problem. Our code in i_step = 3 has the logic based on the count of the date variables selected in the I_T_VAR_RANGE table.
    Now my question is when we do RRI, is there any specific table that is filled with this variable values or is there any kind of indicator that can be used as flag to know that this report is runnning using RRI.
    Answers will be rewarded with points definitely.
    Regds,
    Shashank

    We included a dummy exception variable which is called in i_step = 3.
    Regds,
    Shashank

  • RRI with passing user enter values

    Hi Friends !
    Brief about my requirement for the RRI.
    I have a Main Query. When I click on Goto option, it shud display the variable screen and pass the user entered values in the Jump Query.
    In RSBBS, I tried with the "Assignment Detail" button, in which we have variable option, etc but via Assignment Details, its not working.
    Please provide some inputs.
    Thanks.
    Rekha

    It sounds like you are trying to make RRI do something that it is not designed to do. For RRI to work correctly, the sender query must contain all of the values to be passed to the receiver query. Therefore, no prompting for additional variable values occurs during the jump from the sender to the receiver.
    To quote the SAP Help on RRI :
    "Queries, transactions, reports and Web addresses can be jump targets. The parameterization of the target action is taken from the context of the cell that you have jumped from. You can set parameters for calling a BEx Query or a BEx Web Application using input variables which are filled from the selection conditions and the element definitions of the cells highlighted in the sender query."
    See <a href="http://help.sap.com/saphelp_nw04/helpdata/en/99/08629bd3e41d418530c6849df303c9/content.htm">SAP Library  -  Report-Report Interface</a> for all the details.
    Hope this helps...
    Bob

  • Low on space error

    I use LR 5 on a Win 7 platform.  My Lightroom 5 catalog is on an external HD that has 601 GB of unused space.  When i back up my program, why do I get an error saying "Your disk J, which contains your Lightroom cataglog, is critically low on space."?
    Thanks for your help.
    RR

    I have gotten that same error "critically low on space"  message, on three different CPU's and in many different versions of Lightroom, including Beta 3.
    Most recently on a brand new CPU with a terabyte of free disk space, 16 gigs ram and no trash files.
    It is an intermittent problem and I always have memory and disk space available when I receive the error message.
    The program seems to operate fine after the message goes away.

  • Web Application Designer  reading/passing variables

    Hi together,
    I wanna get familiar with the WAD and try to work with it. Now I've got 2 problems and
    I don't know how to save them.
    First:
    I've got a Dataprovider and a navigation area to filter the dataprovider. Can I read the filters with javascript and pass it to a new HTML Page?
    Second:
    With a click on a Chart I want to open a Webtemplate in a new Window with the same filters used for the chart?
    Has anyone a Hind how to solve this problem?
    Lars
    Edited by: Lars Ohm on Apr 23, 2008 1:59 PM

    Hi,
    First:
    You can write Java script which reads the filters and you can pass the same to HTML page.
    Second:
    To achieve your second scenario, you can do with the help of RRI concept.
    For this you need to go to RSBBS tcode and select the sender and reciever queries and in Assignment Details screen, you need to map the details based on your requirement. In WAD template properties, you need to check the property "JumpTarget as". This will realize your scenario.
    Hope this helps u...
    Regards,
    KK.

  • HELP! How to make RRI from BEX query into Workbook with one report???

    How to make RRI from query into Workbook???

    Hi Alex,
    A workbook is a set format of queries, so when you try to jump to another query , you will definitely open another session and hence another excel file. This is the same for web templates also though you have an option of opening the new result in the same window.
    You would have to use some macros and open the query on the same page. A RRI is a query jump and not a drill down . A drill down would be getting more of the dimensions into the query.
    Regards
    CSM Reddy

  • Help required on RRI

    Hi,
    I have a query on a multiprovider and I have defined a jump query from that multiprovider to a query on a Infoset for line item detail.I have problem in data tallying between these to queries. what are possible reasons for this. any suggestions is higly appreciated,
    regs
    D Bret

    Hi Roberto,
    My sender query has following filters
    1.Calendar year ( variable value set at run time)
    2.Controlling area ( Fixed value)
    3.Chart of accounts ( Fixed value).
    and the reciever query has filter set at
    1. Value type (fixed value)...
    is this causing problem ?
    I understand the sender will pass all the filters set at query level and at the run time to the reciever and since the reciever has one more filter level is this causing problem ??
    thanks
    D Bret

  • Jump target RRI from BW report to CRM Portal

    Hello Experts,
    Need to create a Jump target from the BW query to CRM Portal Tcode CRMD_ORDER.
    I am passing the transaction number ( similar to sales order in R/3) to this tcode CRMD_ORDER in CRM
    Step1) create the receiver
    Type: Transaction. Defined the source system and entered the Tcode CRMD_ORDER in the 'report' field.
    Receiver is created
    Assignment. details:
    I can see the source infobject 0CRM_OBJ_ID from the Infobject column; Type : Infobject; Field name : OBJECT_ID / GV_OBJECT_ID;
    OBJECT_ID is the table field in the CRM System for the transaction number.
    GV_OBJECT_ID is the screen field name in the CRM system for TCODE CRMD_ORDER.
    I tried with both the OBJECT_ID and GV_OBJECT_ID.
    Expected result: Open the Tcode CRMD_ORDER with the transaction number eg: 1000001 that is passed from the Bex report. Currently that is not happening. It is opening Tcode CRMD_ORDER but not the document 1000001. I have to manually open it.
    Please suggest if anything got missed in the definetion of RSBBS.
    Regards,
    BWer

    Hi,
    What I found out so far is that by using a URL like
    http://...:8060/sap/bc/gui/sap/its/BBP_POC_DISPLY?sap-client=300&sap-language=EN&PO_GUID=490622657B526483E10000000A0A3D25
    in RRI it is possible to jump from a BW web report to SRM to display a corresponding purchase order. This URL uses the PO_GUID, but with help of a couple of lines of ABAP in a custom BSP I was able to use the PO number instead of the GUID, too.
    In general I  am looking for URL's do display purchase oders, shopping carts and confirmations in SRM and URL parameters that can be used. Or anything related to that topic.
    From my experience users find it very useful to easily jump from BW into the original transactions to clarify potential issues there. I have implemented this a lot in the past with BW and classic R/3 GUI transactions, so I'm looking for a way to implement this with SRM as well.
    Best regards,
    Rudolf

  • RRI jump to BEx from EP is not working

    Friends,
    We have configured BI admin cockpit. When I click on any iView and then Go To->,
    all the jumps to Web GUI (tcodes) are wroking fine. But jump to BEx web application is not working.
    Go To-> Infocube Status : Analysis, * Analysis.. are not working. It shows "This page can not be displayed".
    But those templates are available in the system.
    If I try the same web applications from RSRT tcode, the RRI is working fine.
    Please help..
    Joe

    Hi Joe,
    Below link will helps you to solve the issue...
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a6c54319-0e01-0010-20a4-fb81ad32f330
    If not please take help from your admin guys(Basis people)
    Regards
    Sudheer

  • RRI Jump into New Window

    I am trying to figure out a way to have a new query or even template open in a new window on the portal when using a report jump (RRI).
    I have my BEx Web Analyser iView set to open in "Portal Content Area". If I change that to open in a new window, the RRI still opens on top of the sender query.
    I would like to have the user have a separate window opened on top of the original query to compare results when jumping.
    Any ideas would be much appreciated.
    Thanks

    I have not been able to find a solution yet, I know there must be a way though.
    As an example the variable screen works this way. Initially when you run a report and the variable screen pops up full screen for the whole report. Then later on if you right click and refresh variable (or add button) it does a pop-up vs. a full screen variable refresh.
    If anybody could help us on this issue that would be great.
    Prakash? any ideas. It would be greatly appreciated.

  • Using Report-to-Report Interface (RRI) in BEx Report Designer?

    Dear experts,
    I would like to know if it is possible to use Report-to-Report Interface in BEx Report Designer?
    From what I read from this article
    [(Creating Formatted reports using BEx Report Designer)|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00ae5173-6112-2d10-d78f-e7779d269f25?quicklink=index&overridelayout=true], the RRI capability of query is not supported in BEx report. So is it true? And are there any workarounds to enable/emulate RRI capability in BEx Report?
    Thanks in advance.
    Regards,
    Joon

    Hi Joon,
    It is possible to make RRI in BEX Report Designer by using Transaction Code - RSBBS .
    Here you need to give the Target Query and Source Query names and than you can easily connect two reports or two levels of same report.
    For further step wise description please check the below SDN document :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607e63d5-b56f-2c10-718f-8e33a08baa89?quicklink=index&overridelayout=true
    I hope this document helps to sort out the queries.
    Regards,
    Akanksha

  • How to show a variable screen when clicking on direct link of report in ,when that report is used as target in RRI alsoRRI

    Hi All,
    I have created RRI between two reports and the type is web template/WAD.
    My requirement is to show the variable screen of target report when clicked on direct link and it should not show the var. screen if it goes from jump/go to.
    while currently I can not see var. screen on both the places and when switching the var. scree. display on in web template , it shows the screen at both the places.
    Please suggest.
    Thanks,
    Anu

    Hi Anu,
    "And when I am using another var. in assignment details which is ready for input (in both the queries), its not helping."
    Did you try using such a variable? What kind of a problem do you face? I am sorry I am still trying to understand your problem. I am just saying that which variable you use is not important for the first query. Only in the second query, add a variable with ready for input (I am not sure why the other doesn't work, I just tried and it gave an error, that's why I suggest this) and in RRI connection make the assignment with this variable. Please try this and let me know the result.

  • RRI:  Problem in Query to R/3 Transaction picking up all passed values.

    We are having a problem with a jump query to R/3. We have BW 3.5
    and ECC 5.0. The query successfully jumps to our R/3 transaction
    (GD13 - Display Special Purpose Ledger) but it does not
    prepopulate all of the fields in the GD13 selection parameters.
    Our query in BW has results for both account and group account
    fields, but only the account field prepopulates. Our users see
    more importance in having the group account prepopulate. I have
    tried specific field assignments in BW (transaction RSBBS). I
    also tried to do a SAP repair and add a parameter ID to element
    ALTKT on the R/3 side for the group account. But it did not seem
    to help. After assigning parameter ID to R/3 side, I did not do
    anything more on the BW side other than assign the parameter ID
    to the assignment fields in RSBBS - report to report interface.
    Does anybody have any suggestions or have ideas on further
    options to explore? Thanks, Rob

    Hi,
    Have you activated the ITS?
    If you are using web reports, the R/3 Transaction will open with the help of ITS
    http://<Server>:<Port>/sap/bc/gui/sap/its/webgui?sap-language=EN&sap-client=100&transaction=RSBBS_WEB&okcode=ENTR&~okcode=ENTR&RSRR_WEB-HANDLE=4YOLVSJF8008SCM4BDI3SRRVX
    The RRI generates a link similar to the above address
    Regards,
    Bhaskar

Maybe you are looking for

  • Exporting a PDF to Word Issue

    I have 8 PDF's I am trying to export to Word.  Five have exported okay but the bigger one's error out.  Is there a document size limit on PDF's.  One is 11,093 KB another is 9,753 KB and the third is 9,609 KB. Thanks. Doris

  • How to get the document type, name and revision from the search page cv04n

    Hello, After performing cv04n and getting a list of documents satisfying the search criteria, how can I then get the document type, name and revision of the selected document using ABAP? Thanks

  • Replying to community posts/questions...

    When ever I try to reply via email it rejects saying file to big or can't find recipent. It did the same thing on the HTC community when I had that phone and this is from my PC not the phone. So can somebody tell me how to reply without having to log

  • Intel AMT problem

    Recently, I updated the AMT to 4.2 on my t400. This new release seems not compatible with Win7. It appears that everytime I start the laptop the Intel AMT icon does not pop up until 2~3 minutes later. It seriously slows down the startup. Everytime I

  • Merging Data from CSV

    I have a Numbers document with addresses that I want to use to create a mail merge. How can I do this in Pages 08