Report to Report Interface - Viewing transaction using ID selected in repor

Hi,
i would like to know if its possible to create this kind of RRI solution.
for example when I select Equipment E001 in BW reprot and click go to ECC. It will take be to IE03 transaction with same Equipment ID.
thanks

Yes u can achieve that. create RRI with
report type ->transaction.
report ->IE03
In the assignment details, select the fields which are need to be inputed as table field ,field name as ECC field name of equipment,data elements,domain
for all the other fields,make type as X Delete and try ..it might work.
Edited by: Bilvanth C on Jun 13, 2011 6:46 PM

Similar Messages

  • 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

  • ICal reports that it can't find server, and lots of data from several years ago is trying to get attention.  Cannot bring up calendar in any view to use. also keeps loading unused calendar websites from long ago.  I can' remove them. what to do?

    iCal reports that it can't find server, and lots of data from several years ago is trying to get attention.  Cannot bring up calendar in any view to use. also keeps loading unused calendar websites from long ago.  I can' remove them. what to do?

    UPDATE: I had 36 Safari windows open and minimized on the dock from my last session; 20 of those windows failed to open b/c Safari "couldn't find the server"; I just went to the URL bar of all 20 pages and clicked return, and all 20 pages loaded perfectly, without dropping any images or losing formatting. This is a puzzle!!!

  • Can Oracle materialized view be used as crystal report datasource

    Hi,
    Can we use materialized view created in Orace 10g database as the data source of crystal reports.
    I'm using Crystal reports Server 2008 V1 version. I'm unable to find the materialized view under my data connection. I can see only tables, static views and stored procedures.
    Is there a way by which I can run my reports against a materialized view created in Oracle.
    Thanks
    Thomas EL

    Hi Thomas,
    Rather than doing all of this work around to access multiple databases/servers why not create a stored procedure to do all of this for you? Search the notes area for samples on how/what CR requires to use a SP in Oracle.
    Advantages is this is done all server side and CR simply waits for the data to be returned. Even if you are using a BVM or connecting directly to the SP, both cases are server side. Database servers are much more efficient and optimized to run queries and filtering data. CR has to do the filtering on it's second pass and that causes performance delays.
    Thank you
    Don

  • Suppress Export Option Using Crystal Reports Web Report Viewer (viewrpt.cwr

    We have an existing Crystal Report that is being displayed using the Crystal Enterprise Web Viewer (viewrpt.cwr) in a call like this: http://<servername>:8080/CrystalReports/viewrpt.cwr?id=<an id value>etc.
    When the report is displayed, the toolbar has an export icon that allows the user to export the report to PDF, Excel, etc.
    I want to suppress the export feature, but retain the print feature.  I have read the documentation that I could find on the web for this viewer and have been unable to find a way to do this.
    Does anyone know how this could be done or a different way to display the report with a different viewer that would avoid having to redesign the report itself?

    CMC is Central Management Console. Logon to CMC
    http://server:8080/businessobjects/enterprise115/admin/en/admin.cwr
    Now select the report from the folder and click on the tab Rights and click on the advanced option for the user and here Under the report you have an option "Export the report data" check the deny option for this and apply. Now this option will apply for that particular user only, if you want to apply for all the users under one group then click on advanced for that group and change the option.
    Regards,
    Raghavendra.G

  • We use FAMIS software. On their report module, when I view a report in Firefox, the screen is all blurry. The reports are clear in IE and Chrome. Why?

    When Firefox pulls up a report in our FAMIS maintenance software, on the screen the report is double imaged and impossible to read. If I print it out though, it is fine. When I use IE or Chrome, the report comes up just fine. Soo... I'm assuming that there is a conflict of some kind with Firefox and our maintenance management software. In the past I never had any problems like this. But, I do have a brand new computer and I have downloaded the latest version of Firefox as well. Using Windows 7 Pro and Office 2013 if that matters.
    Anyway... wondered if anyone else has had this issue, and if so, how to fix it? Since I use FAMIS daily, I may have to switch browsers so I can get clear reports to read, as I hate printing off reports for no reason.
    thanks... cmz :-)

    I'm guessing this is a PDF and that there is a glitch in how the built-in PDF viewer is rendering it.
    If that's the problem, you probably could resolve it by switching to the Adobe Acrobat plugin. This article has the steps for that: [[How to disable the built-in PDF viewer and use another viewer]].
    Success?

  • Error in starting transaction using report painter

    Hi,
    We have a problem when starting a z-transaction:
    Transaction: START_REPORT
    D_SREPOVARI-REPORTTYPE = RE
    D_SREPOVARI-EXTDREPORT = FBR 01RFRRS02                       ZDE-PL01
    The error message says there's a problem in the generated report GPCDBE7ZKBGDJXRP5IAE2BOUBDM
    When I go to se38 and click on syntax chec, the result is this:
              IF RFRRS02-ERGSL EQ '88' "
              AND RFRRS02-GJAHR EQ VAR001 AND
               VAR001"
              AND RFRRS02-VERSN EQ 'EKDE'.
                CLEAR: Z. SP = C00001.
    Looks to me like the " is not properly placed.
    Maybe it should look like this:
              IF RFRRS02-ERGSL EQ '88'
    "AND RFRRS02-GJAHR EQ VAR001 AND VAR001"
              AND RFRRS02-VERSN EQ 'EKDE'.
                CLEAR: Z. SP = C00001.
    Then it would be okay.
    Or something is missing here. Is there something wrong in the report painter report definition ?
    Any hints ?
    Thank you
    Edited by: Joachim Nerreter on Feb 17, 2012 12:48 PM

    You can get the details from SREPOVARI table.
    Give report type as RE ( drilldown reporting ) and extended name as your fbr* and execute.
    You can find the tree and based on tree the program.
    You can find the report painter program from GRR3 transaction.
    Regards,
    Vijay V

  • Exporting data view Report in reporting services to excel using an image click

    We have a report created in reporting services and on the initial page we have a clickable image that opens excel and exports the date to our spreadsheet. This doesn't work when trying it from outside the network. I there a way to get this to work externally.
    Thanks

    Hi Dan,
    If I understand correctly, you want to export to excel when you click an image in Business Intelligence Development Studio (BIDS) or Report Builder. As far as I know, it is not support in SSRS.
    In SSRS, we can add go to URL action to add parameter in the URL to work around the issue. As you’re mentioned above, we need deploy the report to report server to achieve the effect.
    Reference:
    http://social.msdn.microsoft.com/Forums/en-US/e4d99b03-e82d-4643-87dc-920bcb5644a3/how-to-export-ssrs-report-into-excel-format-using-query-string?forum=sqlreportingservices
    Since the issue is by default, I recommend you that submit this suggestion at
    https://connect.microsoft.com/SQLServer/. If the suggestion mentioned by customers for many times, the product team may consider to add the feature in the next SQL Server version. Your feedback is valuable for us to improve our products and increase the
    level of service provided.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Report to report interace ( Need to drill down to Sales Order Transaction )

    Hi,
      Report to report interface is working fine when I am jumping from Cube to ODS( Example Sales Order item). However  now I want to jump from the ODS data in a query ( Sales order level) to the transaction system and want to view the sales order detail info
      What I did is define a REPORT TO REPORT interface in the BW from the from the 2nd query and defined the interface as the following
    Report type : Transaction
    Target system : choose the CRM system from the drop down
    Report    : CRMD_BUS2000121 ( as this is the transaction for sales order).
      The whole thing works fine and the transaction opens. But the way the transaction works is that you will need to go to the menu and then Open and put the Sales order number and can only display after that. This is not very user friendly and I want the user to directly launch the sales order transaction in display mode.. from BW.. Is it possible?
      Thanks
    Arunava

    hi Anurava,
    take a look this doc, if you haven't
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6eb89190-0201-0010-89bf-ad46d1503ef9
    as Ashish mentioned you need to maintain the 'detail' assignment, choose infosource '0crm_sales_order_i (i guess for your case), choose 'field table' for type, and field possibly OBJECT_ID or CRMT_OBJECT_ID ... you may get the field info by go to crm system, position on cursor the info and F1 ....
    Special cases: For most transactions sender-receiver assignments function without you having to make further specifications. However, it is necessary for some transactions to make detailled assignments. One reason for this may be that the transaction uses an unseen first screen and the parameter is not filled by the memory ID of the data element. After having created the sender-receiver assignment as described above, proceed as follows: ...
    1. Select your sender-receiver assignment ans choose Assignment Details.
    2. Select Table Field as the type. You are then able to make entries in the Field Name, Data Elements, Domains and Set/Get Parameter columns.
    3. Specify the field name, data element, domain, and parameter ID for the receiver transaction.
    You need to know this information as no input help is available. You can normally find the parameter ID in the ABAP Dictionary under data elements. If it is still not possible to jump to the transaction, it may be necessary to program a short ABAP start program. Read SAP Note 383077 (RRI: Transaction call unsuccessful) on this

  • Report to Report Interface Error

    Hello,
    I have a summary query which needs to go to detail query.  I used the RSBBS transaction to designate the sender and receiver query.  I can see the "go to" option in the context box when I try to link from my summary to detail and see the detail query as available.  However, when it tries to transfer, I get the following error.  I know these queries are saved and active.  I can run them each independently but cannot get the Report-to-Report Interface to work.  Any help would be greatly appreciated.
    Thanks,
    Lynda
    error:
    query &v2 on infoprovider &v3 can't be assigned to the dataprovider &v1,
    because it does not exist on the BW Server.

    Hi Chandran,
    Thank you for your reply and the two links.  I am reviewing the assignment details and have a few questions.  I currently only have 2 fields assigned - as variables - material and plant.
    Everything else is set to generic.
    My first query is driven by one date variable which I created which takes a default of January 2008 and pulls Feb - Dec (used offset +1, +2, etc).
    The summary report comes up with correct data.
    Material   Plant UOM Yearly Budgeted Amt  Jan/Yr Feb/Yr March/Yr   etc
    The user then wants to drilldown to detail behind a month.  i.e.  Jan/Yr
    I created the detail query to ask for material and plant which then provides
    Material   Plant   Purchase Order Main Vendor  Freight Vendor UOM Qty Recvd Price and Freight Amoutn
    There will be multiple Purchase Orders.
    One thing I am not sure about transferring fields.  Do I need to designate the month/year as a variable in my detail query along with material and plant?  I am a bit fuzzy as to the whole process.
    Someone I worked with before mentioned that the sending query will pass the fields on the line where you click "go to"????
    Thanks for your patience and help...
    Lynda

  • BOMM - Lineage report not working for Views

    Run the metadata integrators for SSIS package and BOBJ repository. Since views are used in the universe instead of the tables, lineage report is not pulling the SSIS package details. Any reason why its not? 
    P.S: Just replaced the tables with views thats it.
    Appreciate any help!
    Thanks
    Chen

    Please check your new company code assigned to ledger or not .
    through transaction code GCL3.
    Regards,
    Sunny.

  • 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.

  • Unable to insert sql server reporting services report viewer webpart

    Hello,
    We are trying to add a SQL Server Reporting Services Report Viewer and when we click add we get the following error message
    The file you imported is not valid. Verify that the file is a Web Part description file (*.webpart or *.dwp) and that it contains well-formed XML.
    Does anyone know what the fix to this is?

    Hi,
    The Report Viewer Web Part is a custom Web Part that is installed by the Reporting Services Add-in for SharePoint Products and associated with report definition (.rdl) files that are processed by a Microsoft SQL Server Reporting Services report
    server.
    To install the Web Part, you must run Setup for the Reporting Services Add-in. You should not install or uninstall the Web Part independently. It is part of the add-in and can only be installed through the add-in setup package. The Report Viewer Web Part
    file name is ReportViewer.dwp. It is located in the Program Files\Common Files\Microsoft Shared\web server extensions\15\template\features\reportserver folder and should not be moved to other folders.
    To use the Web Part, you must have installed and configured the Reporting Services Add-in and configured the report server for SharePoint integration.
    For more information,you can have a look at the blog:
    http://msdn.microsoft.com/en-us/library/jj219068.aspx
    http://msdn.microsoft.com/en-us/library/aa905871.aspx
    http://msdn.microsoft.com/en-us/library/bb522800.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Std report T.Code to view the Employees those are assigned to the Project

    Dear Guru's,
                          We are assigning Employeeu2019s in u201CActivityu201D  u201CPersonal assignment Tabu201D, for these employees we are booking the u201CTime sheetu201D against u201CNetwork activityu201D. 
                   Are there is any standard report is available to view the Employees those are assigned to the Project. If it is available please provide the Transaction Code.
    Regards,
    Bhanu Prathap

    Hi
    Nitin is correct if there is no HR then it is difficult to set up resource planning based on workforce. Nitin is also correct in poinitng out that yu do not have to implement HR fully, just set up the personeel master data (HR Mini Master) with a basic set of data infotypes.
    If however you do not plan to set up HR ot the personnel master then you need to do creative thinking -  e.g. set up all your people as individual work centres and assign to activites - the work centre description can be the name of the person and the workcentre number can be the employee number - restrcitcions is the field length, etc - however the down side of all this is that standard reports with personnel number number will not suffice and you will have to do some work for your reporting - not major as the data is stored in SAP tables

  • Issue filtering a report (based on narrative view) with a dashboard prompt.

    I used HTML and java-script codes in narrative view to solve the issue of "linking different reports on selecting values from a drop-down". A new issue has cropped up due to that implementation. The issue is that i can't attach a dashboard prompt to such a report. This means, when i put this report on a dashboard page with a dashboard prompt to help filter the report, the report does not gets filtered (it does not seems to be connected to the dashboard prompt).
    Has anyone faced this issue before? If yes, please let me know how to tackle it at the earliest.
    Regards,
    Ramil

    Hi,
    sorry , i could not solve the problem. the below case statement i put in the formula of a date column but i got some syntax error.One more thing is case statement is appearing in the select query not in where condition. Do u mean to say if i will put the same column as is prompted then it will come in where condition.
    Could u plz help me where i am doing wrong .
    case when '@{Period}'='Weekly' then Alerts."Creation Date and Time"  between  '@{PStartDate -7}' and  '@{PStartDate}' end
    [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <between>: Syntax error [nQSError: 26012] . (HY000)
    SQL Issued: SELECT Alerts."Business Domain(s)", Alerts."Closing Action Type", Alerts.Closer, case when ''='Weekly' then Alerts."Creation Date and Time" between '' and '' end FROM "Common Productivity Reports for Alerts"

Maybe you are looking for

  • What's the best way to wipe user info on OSX without doing a clean install of the OS

    Hello, I am going to give my old imac to my nephew so I want to delete myself as an Administrator and user (ie, remove all traces of my personal info).  However I DO NOT want to delete all the installed applications I have installed over the years as

  • As Usual--Serious bugs in V2--Where is the QC at Adobe?

    Here we go again. Will the inevitable 2.01 bug fix be an upgrade to an installed V2 or a full install? No way do I want it on my machine until it is working properly unless I have to-- and that includes, especially, the keyword fix and the external e

  • Pricing procedure picked up from the service order not from the contract

    Hello, All I am working on CRM 5.0 service order and service contract, While creating a service order a popup screen shows that there is a contract which should be assigned, after assigning the contract an error message appears showing that a conditi

  • Materialized view and policies

    Hello, We created an materialized view and on this view why created a policy. SYS.DBMS_RLS.ADD_POLICY Now we added some values to the MV via drop MV and create MV. The policy on this MV is gone after the drop statement. Is there away to secure this?

  • Error writing to file when installing iTunes 10.

    When I updated to iTunes 10 yesterday, it updated fine, but when I went to run it today, it had to configure. It was almost completed when I got the error "Error writing to file: C\Program Files\iTunes\iTunes.Resources\ru.lproj\IPod touch License.rtf