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

Similar Messages

  • Using VBA to generate varibale worksheets in BEx Report

    Hi Gurus,
    i got an BEx Analyzer report (BW 3.5) in Excel. It shows all orders generated by the customers. In the table we can see the customer number, customer name, some attributes and the sales key figures.
    For Example:
    10000, Peter, ..................., 20 EUR
    10023, Clark, ..................., 20 EUR
    12200, Bert, ..................., 20 EUR
    13200, Erny, ..................., 20 EUR
    etc.
    Now i want that Excel takes each customer number and creates a new worksheets - each with the customer number in it / or name. As the number of customers is different each week it should be flexible. Any idea with VBA? I know that i can place in SAPBExonrefresh some coding.
    Regards,
    Memoli

    Hi Memoli,
    i think i now what you want. Use the following code but check the steps:
    1. Run your query in Analyzer.
    2. Move result area to top left but hide alle headers, texts, free characteristics etc. Only the table should be available - that with customer and data fields. Better change to table view in query designer or local view.
    2. Your query should start in field A1 or A2. If you want leave a header ampty on top and write customer number in this field - in this case your table starts in A2.
    3. Delete all worksheets and leave the one with the query. Name it "Customer".
    4. Insert a button by using VBA toolbar. Doubleclick and paste following code in editor:
    Sub TabAnlegen()
       Dim wks As Worksheet
       Dim iRow As Integer
       Application.ScreenUpdating = False
       Set wks = Worksheets("Customer")
       iRow = 2
       Do Until IsEmpty(wks.Cells(iRow, 1))
          Worksheets.Add after:=Worksheets(Worksheets.Count)
          ActiveSheet.Name = wks.Cells(iRow, 1).Value
          iRow = iRow + 1
       Loop
       wks.Select
       Application.ScreenUpdating = True
    End Sub
    After that. Run your query and press the button.
    Regards,
    Adem

  • Interface to export BEx Reports to ppt

    Hi,
    Is it poossible to create an interface with the help of ABAP to Export SAP(3.1c) Web Reports in to Powerpoint format.
    Awaiting for ur answer.
    bye

    Raj,
    you could look at embedding the workbooks into the powerpoint presentation instead...
    Arun

  • Webi Report values Double as compared to BEX Report....

    Hi,
    I am trying a report in BOBJ.  When I run the WEBI report it doubles the Column values as compared to BI report.  There are no filters, conditions or anything in the report.  Tried purging the data and running the report but no change.  has anyone come across this situation and if so how did you resolve it?  Please let me know.
    Thanks...... ShruMaa

    Hello Shruti,
    as you refer to a Webi problem I recommend to post this query to the [BusinessObjects Web Intelligence|SAP BusinessObjects Web Intelligence; forum.
    This forum is dedicated to topics related to the creation and design of Web Intelligence documents using the Web Intelligence Report Panels. This includes areas such as universe connectivity, prompts, charting, formatting, filters, and formulas.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all Webi queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • Issue with Variable Personalisation in Bex Report

    Hi Gurus,
    I'm facing a typical problem with Variable presonalisation in the Report.
    I've executed a BEX Report and filtered data on some characteristics and used SAVE AS Button on the Portal to save the resultset. When I'm trying to use the variants, again say after  2 or 3 days i couldn't find updated data for particular variants upon using the same variants rather its refelecting the old data. Further more when I execute the report and try filtering on the same criteria altogether, I'm able to see updated result set.
    Is there any setting to be enabled when we personalise variants or variants are dependent on the data or the date on which they are created. Not sure why the reports are behaving this way. Or Do I need to create variants time and again.
    Any pointers would be of great help.
    Regard,
    Yaseen

    Hello,
    In the BEx report, when you get the variable selection screen there input your selection and at the bottom you have the option of saving them as a variant.
    Now in future when you run the report simply use this variant and execute the report. It should work fine.
    Also remember date selection can be tricky. If you input todays date in the variant, it wil consider the same date in further references. So do a check on that too.
    Regards,
    Shashank

  • Webi Report on top of a BEx Report vs a Universe in BI 4.0

    Not sure if this belongs in this forum or a different one
    I am trying to build a report in BI 4 against a BEx report and I don't know if this is possible or not.  When I created the universe on top of the BEx report, the hierarchy levels convert to objects.  My report requirement is to show different levels of the hierarchy on different tabs.  Is there any way to break the hierarchy apart so that each level is a separate object or do I still need to go through the universe to achieve this?
    thanks in advance for your help!

    Srvavan
    Let me try to explain in a different way.  I have used the UDT in BI 4.0 to create a universe against a BEx report.  As the universe is being built against the BEx report, it takes the different levels of the hierarchy and creates objects for each level.  Lvl01 Cost Center, Lvl02 Cost Center... Lvln Cost Center.  However when I try to create a report in Webi using the BICS connection, I only see Cost Center.  Is there any way to create the Lvl01 Cost Center, Lvl02 Cost Center... Lvln Cost Center in BEx up front?
    Frank

  • Deploy Bex reports in portals

    Hi,
         I need to integrate BI reports in portals.How to deploy Bex reports in portal.Please can u able to help me out in this issue.
    Regards,
    Laxmi.

    Hi Laxmi,
    It can be done by two ways using URL of the query and displaying the query, and using the technical name of the query and assigning to different rooms in the portal. Then schedule the query which automatically generate queries similar to process chain loading timely based.
    Also check these links:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/39fa40ee14f26fe10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/92dceb49fd25e5e10000000a1553f7/frameset.htm
    Hope this helps.
    Rgs,
    I.R.K

  • BEX - REPORTING FORMAT - REG

    Hai guys,
    In my bex reporting i am having the master data ( EMPNO,ENAME,ESAL) . I need to print the report in the label format.
    for example :
    1001
    GIRISH
    Rs.10000
    1002
    harish
    Rs.404004
    1003
    Ramesh
    Rs.293029
    But when i tryed to display report i am getting the following way
    1001              1002             1003
    GIRISH           harish           ramesh
    Rs.10000        Rs.404004    Rs.293029
    like this, kindly suggest me to print in the output in the label format.
    i will assign points if my query solved.
    Thanks in advance.
    Giri

    Venkata,
    It is very easy to create such report.
    1. Open the BEx Query Designer
    2. IF you are using 7.0 you will see tabs with Filter and Rows/Colum
    3. Goto Rows/ Column
    4.You must be using KEy Figures for Years of Exp, Years of  Service
    drag those in the rows
    5. SAve the query and execute it using the BEx Analyzer. Open Query.
    Ask some ones help for the Name spacing standards you follow in your organization
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30db8c61-25d3-2b10-2998-a5937f7b783d
    Hope this helps.

  • BEx Reporting Format Issue

    Hi,
    I need to create a HR-BW BEx report in the following format.
    For each employee number, i need to display following 3 rows of information:
    For example, for employee number: Emp1, following 3 rowd should be present.
    01 Year Of Experience                                            
    02 Years of service                                                
    03 Years in Entitlement for annual holidays              
    I am having required data is available in the InfoProvider from the source system. Can you please help me, how can i create the BEx report in the above specified format?
    Thanks!
    Best regards,
    Venkata.

    Venkata,
    It is very easy to create such report.
    1. Open the BEx Query Designer
    2. IF you are using 7.0 you will see tabs with Filter and Rows/Colum
    3. Goto Rows/ Column
    4.You must be using KEy Figures for Years of Exp, Years of  Service
    drag those in the rows
    5. SAve the query and execute it using the BEx Analyzer. Open Query.
    Ask some ones help for the Name spacing standards you follow in your organization
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30db8c61-25d3-2b10-2998-a5937f7b783d
    Hope this helps.

  • How to assign a Bex report to the user role

    Hi Expert
    in the Excel, when you open a query, the system will display history, faviourate, infoarea, role button on the left side of the popup screen. if you click the role button, you can see the user authorized Bex report. now I have created a Bex report and I want to assign it to the user role.
    how to do that?
    does anyboday know which transcation or setting can solve this problem?
    thank you in advance!

    Hi,
    You need to add the object S_RS_COMP:
    S_RS_COMP: Authorizations for using different components for the query definition. This authorization object is very important for reporting
    The authorization object S_RS_COMP restricts query component activities. For example, it restricts if someone can create queries, change queries, or execute queries. You can restrict query creation, change, and execution by the InfoArea and InfoCube. If your company has one InfoCube for sales information and another for financial data, you can restrict a user to only those queries written for the sales InfoCube or the financial InfoCube.
    You could also use S_RS_COMP if you want to protect by query name. For example, you have an InfoCube for sales data. Every sales manager needs access to this InfoCube. However, sales managers in different lines of business are not allowed to execute the same query.
    Please visit:
    http://www.*********************/bw_security/bw_security_auth_obj_2.htm
    to know more about BW Objects.
    Hope it helps.
    Please award points if it is useful.
    Thanks & Regards,
    Santosh

  • Data Different in Web reports and Bex Report

    Dear Experts,
    We found that the data in web reports is not in line with BEx reports, The Infoprovider is same the query is same. But when we are executing reports with same varialbes in BEx and Web reports, they are showing different values.
    COuld you please let us know what could be the possible reasons for the above criteria, and how to overcome it?
    Regards,
    Rajni

    Hi Rajni,
    Clear the cache memory and run the web report agian.
    Hope it helps,
    Thanks ,
    Uday.

  • Is it possible to Display BW Bex report iviews in Tabbed Interface?

    Hi,
      Is their a way to display BW BEx Report Iviews in Tabbed Interface?
      My requirement is to show four BEx Reports using 4 tabs on a page. Can we achieve this functionality in portal? If yes can some one guide me how to proceed?
    Regards
    Sai Krishna Reddy

    why not have a webtemplate with tabbed interace and use that webtemplate to create BWP iview?
    check out the following how to document on this subjec.
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5074a890-0201-0010-a489-dd05902a28c8">How to Create Buttons and TabStrips in BI Web Applications</a>
    Regards
    Raja

  • Bex report to report interface dynamically based on Value in the query

    Hi,
    Is it possible to change the destination of the report to report interface dynamically based on the data of the bex query?
    For example my query has the below data
    Plant | KPI | Quantity
    P1 | A | 20.00
    P2 | B | 25.00
    When the user selects KPI A I want to navigate to Query 1, and when KPI B is selected to Query 2. Query 1 and Query 2 have completely different layouts, Instead of create to two destinations is it possible to pick one based on the KPI selected.
    Is this possible in Bex report to report interface or any other way.
    Please suggest
    Thanks in advance.

    Hi
    we have RRI in sap bw. ( TCODE RSBBS.)
    Below article will enlighten you about this topic .
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607e63d5-b56f-2c10-718f-8e33a08baa89?quicklink=index&overridelayout=true
    hope this helps

  • Report to Report Interface (RRI)

    Hi,
    I had a Query on a Cube (Multiprovider) and I had a query on DSO
    How can i perform Report to Report Interface (RRI) for this two queries
    Thanks

    Go to transaction RSBBS in the BW back end (i.e. via SAP Logon pad).
    Add the name of the query based on the MultiProvider in the Sender box.
    Click create.
    Select Report Type BW BEx Query (default selection).
    Enter name of query based on DSO in Receiver Object. Add the description for the query that you want to appear in the Goto menu in BEx Analyzer.
    Click apply.
    Save.
    Done!

  • Which Table will have 'Report to Report Interface (RRI)' Details?

    Hi all,
      Which table will have 'Report to Report Interface (RRI)' Details after creating them with RSBBS Tcode, PLEASE.
    Thanks in advance.

    Hi,
    Serach in these tables
    RSBBSCUBE
    RSBBSCUBEDIR
    RSBBSQUERYDIR
    Cheers..
    Krishna

Maybe you are looking for

  • How can I watch a DVD movie on my Satellite A200-1HE with WXP?

    Hello, I have purchased a Satellite A200-1HE notebook and have uninstalled Windows Vista. Now I have installed my own purchased copy of Windows XP and downloaded the drivers from Toshiba web site. But now I want to use the computer to watch DVD video

  • IPhoto pics are low resolution and small

    I've got other open tickets on here, but let's try and tackle this one for now. I recently had my IT guy here at work update my OS and as a result, destroy my iPhoto as I know it. It imported all my pics, lost the albums, used the face recognition an

  • PeopleSoft HCM 9.1 OVM in a single VirtualBox guest machine

    Following a suggestion from Jim Marion in an earlier post in this forum, I started installing the PeopleSoft HCM 9.1 OVM using a single VirtualBox guest. The PeopleSoft OVM appliances are delivered as two separate virtual machines, one for the DB and

  • ITunes v9 Stops Working Issues - any fixes to try?

    Ever since I upgraded to iTunes v9 itunes crashes all the time witht he message that it stopped working error message. This is the 64 bit version as I run windows7 pro 64 bit. I ran windows 7 64bit ultimate RC1 and it did the same thing when I upgrad

  • If I restore my ipad 2 will the app store remember my purchases?

    Will it remeber or will i have to buy all my apps again?  Thanks to anyone with an answer!