Urgent: RRI Report

Hi,
  I'm working on RRI.
  In target query(Target_Test query) i created three replacement variables (vendor,specification and calmonth) which will use source query(Source_Test query).
  if i execute the source query and use goto to connect target to display the result
then it will display the same results all the time for diff values in source query.
  What are all changes i need to do ??
  can you please provide some input to this thread.
<removed>
Regards,
Varun

Hi Varun,
Result set query is when one query runs as a pre-query to supply a list of value to the second query. In this case you use char replacement path variables where you supply the name of the pre-query as the one to calculate the values and replace in your second, i.e. ResultSet query.
See here for details:
http://help.sap.com/saphelp_nw04/helpdata/en/2c/78a03c1178ad2ce10000000a114084/content.htm
Hope this helps...

Similar Messages

  • Regarding RRI reports

    Hi all,
    can any one plz tell me, in any RRI report where can we find the receiver report name??

    Hi,
    In transaction RSBBS, enter the name of the Sender Query and press enter. It wil show the names of the Receivers.
    if receiver is a query, then its COMUID will be displayed along with the Description. IF you want to find the technical name of the query then copy the name of the receiver abject and enter it as COMPUID in table RSRREPDIR.
    - Jaimin

  • RRI Reports - Tables

    Hi all,
    I have a list of queries and Web templates. I want to know if there are any RRI Reports built on these queries. Is there any table from which I can fetch this information??
    For e.g.
    I have one XYZ query.
    i need to find if there any RRI report on this XYZ report and if exist then i want to know the settings.
    Looking for a quick reply..
    Thanks in advance.

    Hi,
    Check in SE11 in BI with RSZ* tables.
    Some useful tables for reports
    RSZELTDIR Directory of the reporting component elements
    RSZELTTXT Texts of reporting component elements
    RSZELTXREF Directory of query element references
    RSRREPDIR Directory of all reports (Query GENUNIID)
    RSZCOMPDIR Directory of reporting components
    RSZRANGE Selection specification for an element
    RSZSELECT Selection properties of an element
    RSZELTDIR Directory of the reporting component elements
    RSZCOMPIC Assignment reuseable component <-> InfoCube
    RSZELTPRIO Priorities with element collisions
    RSZELTPROP Element properties (settings)
    RSZELTATTR Attribute selection per dimension element
    RSZCALC Definition of a formula element
    RSZCEL Query Designer: Directory of Cells
    RSZGLOBV Global Variables in Reporting
    Thanks
    Reddy

  • RRI reports

    What are the Tcodes used to create RRI reports?
    Thanks..

    Hi,
    T/code - RSBBS
    If you want to check in the table, please find the table : RSBBSCUBEMAPPING
    Thanks
    PT

  • URGENT -- Printing reports adds extra spaces in between pages

    Hello Experts,
    I would like to ask for your help regarding printing from concurrent requests.
    I am currently having an issue with printing multiple pages from Oracle reports, both in text format and RTF/PDF formats.
    When I generate a multiple page report and print it directly from a concurrent request, print outs generate extra space after each page even though page size is indicated in the reports (all of them are in letter size).
    I have already tried editing the printer drivers both the actual driver config file and through the application but the results are still the same.
    This is very important since printing is done on continuous paper and continuous pre-printed forms
    Any ideas would be greatly appreciated.
    Regards,
    Jovelyn

    Please post the details of the application release, database version and OS.
    I would like to ask for your help regarding printing from concurrent requests.
    I am currently having an issue with printing multiple pages from Oracle reports, both in text format and RTF/PDF formats.
    When I generate a multiple page report and print it directly from a concurrent request, print outs generate extra space after each page even though page size is indicated in the reports (all of them are in letter size).What if you print the output file from the OS, can you reproduce the issue then?
    Troubleshooting (Printing) [ID 104528.1]
    An Extra Empty Page Is Printed at the End of Requests Output [ID 1011499.7]
    I have already tried editing the printer drivers both the actual driver config file and through the application but the results are still the same.Can you reproduce the issue with other printers?
    This is very important since printing is done on continuous paper and continuous pre-printed forms
    Any ideas would be greatly appreciated.If the issue is urgent, please log a SR.
    Thanks,
    Hussein

  • Urgent plz:Reports

    1)Hi in my scenario I have to generate a report with Vendor ,Inbound iDoc Number ,iDoc Date ,iDoc Status: 51 or 68 ,PO Number ,Invoice Number,Invoice date ,Invoice Amount ,Error Message: For multiple errors on a single iDoc, multiple records should be shown.
    2)The mandatory field is lifnr and date(the date specified is sydatum-60 is the from field and sydatum in the to field).Have fetched the idoc in the particular range of date
    3)Using idoc_read_completely have found the status and control record.
    4)now have to find the idocs of  status 51 0r 68 and then have to proceded?I have completed till the 3rd step only.The segment in which the vendor is present is E1EDKA1 and field is partn which is LF.Please help me to code further its urgent?

    Hai,
    By joining the tables edidc and edids get all the idocs in to it_idoc by passing the idoc type, message type date range and status.
    get the data from the table edid4 into table it_data for all entries in it_idoc.
    loop at it_idoc.
    read the the table it_data with key docnum = it_idoc-docnum
                                                       segnam = 'E1EDKA1'.
    v_sdata = it_data-sdata.
    check for your vendor in v_SDATA.
    ENDLOOP.
    Reward.

  • Urgent: BI reports

    hi experts,
    can anyone tell me what is the support activities with respect to query?
    its urgent.
    jeevs

    Dear Jeeva,
    These are some categories iin which BI Reports support Falls in
    REPORTS.Cosmetic Changes 
    REPORTS.Data Discrepancy 
    REPORTS.QUERY 
    REPORTS.Tasks not Updated 
    REPORTS.Unable to view data 
    I hope it helps you.
    Regards,
    RK

  • Insufficient authorizat drill through(RRI.report) to specific Country

    Hi All,
    One of the reporting User getting Message "insufficient authorization to submitted coutry"  while going to  detailed report using RRI from first report. Furthere the roles are based Region,Country, Company Code hierarchy.
    I have followed the below steps to find the rootcause:
    1) I copied the the roles to Test account from User.
    2) I checked the relavant role for Reporting User, observed all the required Detailed reports,Info areas, Infocubes, company codes, Country Hierarchy nodes are present with activity 16.
    3) I tried to capture the trace, I logged with test account and mine in different sessions  and replicated the steps that user has performed, but I could not produce trace results for Test account. I can only see trace logs for my account.
    I am still not sure how to find the real cause for this. we have concept of workbooks, so User will be having specified workbook in his role.
    Please Advice.
    Thanks,
    Naren.

    Just confirmed with Oracle this is bug 13996544 . FYI just incase it helps anyone

  • RRI (Report Report Interface) with ABAP Sender program

    I need to call a Report Writer report from a bespoke ABAP program. I can call transaction START_REPORT to do this, but I wondered if the Report-Report Interface can be used here.
    Has anyone ever programmed a direct call to the RRI interface in ABAP?

    Hi Robin
    I know the answer comes late but you might find my wiki posting helpful:
    https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Report-Report-Interface
    Regards,
    Marc
    SAP NetWeaver RIG

  • Urgent please - Reports services doesn't start

    Hi,
    I have installed reports server using the command
    rwserver -install repserv.
    Service is created and when I try to start the service, I get an error msg.
    Error 1053: The service couldn't respond to the start or control request in timely fashion.
    This is very urgent requirement for me. Could any one help? Thanks,
    Lakshmi

    1) Try this
    Verify the Reports 9i Service properties and check the "Log On as" information. Be sure to specify on "This account" the user information with which the installation was made.
    For Windows/2000:
    - Start-> Settings-> Control Panel-> Administrative Tools-> Services
    - Double click on the Reports Server
    - Go to "Log On" tab
    - Change on the "Log On As" section to "This account" and enter the userid/password of the
    user that installed Reports Server
    - Ensure that the user account where the Reports Server is installed has administrator privileges
    and a default printer.
    - Restart the Reports Server as the new user.
    (For WinNT steps will be similar)
    2) Workaround till your issue is solved is ....
    Start report server as a standalone server
    rwserver server=server_name
    Thanks
    Ratheesh
    [    All Docs     ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • Urgent : Oracle Reports Server 9.0.4.0.0 Japanese fonts

    Hi,
    I have one problem in displaying Japanese fonts in Reports Server.
    I have installed Oracle Reports Server (9.0.4.0.0) by selecting radio button -
    ' Use Unicode (UTF8) as the Character Set'
    while installing Infrastructure. But I didn't choose any Prodcut Language at the time of Middle Tier Installation.
    I changed the value of NLS_LANG to JAPANESE_JAPAN.JA16JIS in registry for both Infra as well as Middle tier homes. Both are on same machine.But no able to display the report in Japanese Fonts. It gives me following error -
    REP-501: Unable to connect to the specified database.
    Could anybody help me resolve this issue ? Its urgent.
    Thanks in anticipation

    I would advice you to install a new mid tier with Japanese language.
    Regards
    Pavna

  • Very very urgent Discoverer reports for non oracle applications

    Hi,
    My client is using discoverer 10g with R12.He is using different non oracle applications like BRM Application (database is oracle only) for that they wants to develop discoverer reports.It is possible to integrate with non oracle applications with discoverer.
    Can you please suggest me.It is very very urgent.
    Thanks & Regards.

    Hi
    You're really not supposed to manage a non-Apps mode EUL and an Apps mode data within the same URL. Having said that, I have a hunch you just might be able to do it and there are 2 ways. You can either make the data available to user who login using E-Business Suite credentials or you can make it available to users who have database credentials. The first one is straightforward and you do it just like any other data. Let me give you some hints regarding the second method.
    First of all I ahve not personally tried this and you may find that because Discoverer was initially set up in Apps mode that somewhere down the line it will make the suers connect this way. However, the following is worth a try.
    I would a new schema in the Oracle E-Business database to manage the link to BRM and create a database link from this user to a user in the BRM database. You will also need to create user accounts within the database for anyone who needs to login and run BRM reports.
    Next, I would create views in this new schema pointing at data across the BRM link, thus allowing Discoverer to think these are local objects.
    In Discoverer Administrator, you would need to log in to Discoverer using the owner of the EUL - NOT using SYSADMIN or any of the other E-Business Suite accounts. You should log in with the Oracle Applications checkbox unchecked. You can now create new business areas on the BRM data. You should also be able to assign users to Discoverer privileges and users to business areas.
    Using the same URL you would have Apps users connect using the E-Business Suite item on the drop-down for logging in and you would have BPM users choose the Business Intelligence Discoverer item.
    Let me know how you get on
    Michael

  • RRI report issue

    Hi all,
    I have 3 rows in Sender and in receiver 3 more rows which gives detailed level of information about the sender rows.
    I want to design the RRI setting which will jump only from one row not from all the rows/headers.
    Is it possible to design, can you please propose settings?
    Ex: Billing document, from this field i have to jump to another report or VA03 transaction not from all the row characteristics.
    Thanks in advance,
    Venky

    Hi SVU,
    I am able to login into R/3 when i create reciever setting in RSBBS, when i select transaction and source system r/3, it will ask for user id to login, when i run the sender report and select go to VA03, then i am getting this SAP Web Application Server screen, and asking for user name.
    I tried with same user which i have in R/3, but it's giving error, few lines in log are
    SSO logon not possible; logon tickets not activated on the server
    The termination type was : ABORT_MESSAGE_STATE
    Do you have  any idea?
    when we jump from sender query what is the screen to appear 1st?
    Thanks,
    Venky
    Edited by: Venkatesh S on Jan 13, 2009 11:21 AM

  • RRI (Report to Report Interface)

    Hi all
    i search in forum and i got a ans., but i'm not able to understand this., what is reporting to report inter face(RRI)
    t-code RSBBS., when do we use., can u pls explain me this one and as wel give on scenario Can u pls give brief and
    step by step scenario
    Kind

    Hi krisna,
                   Report-To-Report Interface is used to navigate from One Report To Another Report. Say for example Your Manager wants to view Yearly report(YTD) which gives sales for Jan, Feb, Mar etc.... he aswell wants to view detailed monthly report for any month say for march..... by right clicking on YTD report he should get Monthly(MTD) report.....so this can be achived by RRI.
    In RSBBS you will have to assign the Source query(in this case it is YTD report) and Target query(in this case it is MTD report). Means the user is able to view YTD and MTD at same instance. Its just like drilldown between reports. Let me know if u have any doubts?
    Regards,
    Vishnu.

  • Urgent issue REPORT FOR ALL MATERIAL BASED ON STOC TYPE

    Hi
    I want report for based on stock type
    i want to check the stock for all mterial with  stock type "quality inspction"
    i want that type of material documents
    is it possible to see the report
    regards sesidhar

    I CREATE material A...with out seleting QM view
    I create one more material B.... with select QM view
    both r ROH material type..
    when i caeate GR for material A. with stoc type 'QYALITY INSPECTION.. for this material system does not creat quality LOT....
    when i create GR for material B with stock type 'QYALITY INSPECTION.... for this material system created lot..
    but are GR done by 101 movement..
    but i want report for materials which are stock type QI...but does not display Material which r lot created...?
    is it possible..
    regards
    sesidhar

Maybe you are looking for

  • Is there any workaround at all to run PM7 on a Intel-based Mac?

    Dear friends: I have recently purchased a MacBook Pro and, before I did, I asked some questions to Apple about the possibility of having the software pre-installed, specifically, BootCamp and Classic, receiving the computer with a partition already m

  • Problem with JDBC resultset

    Hello everyone: I'm using JDBC to connect to SQL Server, normally after executeQuery();, it should return me a opened BaseResultSet in order that i can read datas by stream(next(), getColumn(),etc...) but sometimes it returns a BaseResultSet closed.

  • Where can I download certutil.exe and the NSS Utils for Windows

    I know many people struggle to find Certutil.exe and the rest of the NSS Utils so I have compiled version 3.14.2, using the same method I previously posted here https://support.mozilla.org/en-US/questions/687296 but this time with Visual C++ 2010 (x8

  • Error when trying to save .ai file

    Hi, I created a business card in Adobe Illustrator CS2 and now I want to change my email address on the card. I did that and tried to save it but when I did this error message came up: "The path does not exist". I don't know why it's doing that. I wa

  • Save to time capsule - drive not showing up

    I am new to i-movie (latest version). I ask to see the hard drives because I want to put all my projects and events onto timecapsule. It shows my time capsule in the list of drives once the programme loads but with a hazard symbol. When I create a ne