Question regarding Report-report-interface (RRI)

Hello Guyz
I have this scenario in BW 3.5:
I have the AP ODS which has several Accounting Doc. Nos for a particular date(or range of dates). But when I filter them with the field Item Status, the no. of records decrease considerably. Now I need to tie these document numbers to the data in the PCA cube which does not have the Item Status field.
Note: This is BW 3.5, so an Infoset is not possible over a cube. And building another cube, and writing ABAP routines to correctly filter & load the records is an option, but seems to be a round-about route.
I thought that I would create an RRI between 2 queries: 1 on the AP DSO (sender query) and the 2nd on PCA cube (receiver query). I will run the 1st query with the filter condition (Item status = O (open)). Then I would use Accounting Doc Number (KEY) to drill down to the detailed query (PCA).
My question: I know that we can take 1 Doc Number and jump to the receiver query. But can we jump to the receiver query with a range of Doc. Numbers or with multple single values option?
Please suggest.

Hi Sri,
I suggest, rather than using a Jump To, you can use a pre-query.
Create a pre query on the DSO with a filter on Item Status and in the rows just Document number.
In the Main Query, from the PCA cube create a Replacement Path variable on Document number and assign the previous query.
Hope that is useful.
Roy

Similar Messages

  • Hi Sir! I have some questions regarding word report generation please.1.How can i add border to a word page?.2.How can i add grid lines to a table generated in word report?.3.How can i add border to a table of word report?.Thanks Imran Pakistan

    Hi !
    Sir I have some questions regarding word report generation using(C language in labwindows) Please.
    1.How can i add border to a word page?.
    2.How can i add border and grid lines to a table generated in word report(Not the " cvi table control" inserted from gui,i am asking about the table generated in word report)?
    3.How can i fill a cell of word report table withe the data type other than "character"?.
    And sir one question about use of timer in cvi labwindows please.
    Sir i'm trying to set minimum delay interval of timer control to 1millisecond(0.001s),as i set ,timer don't cares of the interval that is set by me it responds only to the default minimum time interval which is i think 10milliseconds(i'am using windows xp service pack3 version 2002).
    Regards
    Imran
    Pakistan
    Solved!
    Go to Solution.

    Hello sir!
    Sir i'm using daq6251.But Sir before implimenting it to my final application now i'm just trying to achieve 1millisecond time interval for timer in a vary simple programe i mean at this time no hardware (daq device) is  involved i,m just trying to achieve minimum time interval of 1millisecond.
    Sir i read form "help" of labwindows how this time interval can be set,i'm trying for,as described in help notes but i could'nt.I'm attaching a screen shot sir for you it may helpful for you to explain me.
    And sir also waiting for your kind reply regarding word report generation.
    Thanks.
    Imran.
    Attachments:
    screen_shot_rigistry.docx ‏65 KB

  • Question regarding billing report

    is there a standard report where i can see all the billing documents for all customers with respect to all materials for specific dates? vf05 gives me material specific or payer specific details, where as i need all customers and all materials in one. thanks!

    Hi,
    No standard report is existing with your requirement.
    In "VF05" T.Code,we have to give the payer.So it will not give for all.
    But in the T.Code "VF05N",this report will give all the billing documents irrespective of any payer.It will list you all the existing billing documents based on your selection.But the problem here is you will not get the materials numbers.
    So we have two options.
    Make a copy of the existing report "VF05N" and add the new field material here in the columns list.
    To get the material number,pass the billing documentnumber into "VBRP" table and get the material number.
    Another way is to create a new "Z" report.
    Regards,
    Krishna.

  • A Question regarding use of Interfaces.

    I have read about interfaces,but I havent got the real grasp or point
    of it.
    1). How is an interface an improvement over classes?
    If I define a class which has several important methods in it,and this class is extended by several other classes,and all these sub classes then call the super class's methods.
    How does an interface be more beneficial?
    2) What is the exact use of creating class intances thru interface references?
    Java talks about multiple inheritance using interfaces.
    If an interface does not have any constructive methods,but just
    empty methods,how does this become more constructive?
    Eventually a class will implement the this interface to give it some
    value? So why dont I write a class straight away rather than creating an interface,implement it and then code the required methods defined.
    I tend to avoid using interfaces becos I find them of no value.
    Rather I wud prefer to define class with some constructive methods
    and extend this class.
    Am I right in my analysis?

    Interface is also a "contract" that the class implementing a particular interface will provide certain functionality to the users of the class. For E.g Serializable interface in Java. All the classes that implement this interface indicate that the objects of these classes are serializable. Similar thing with Cloneable interface, all objects of classes that implement this interface are Cloneable....
    Hope thinking in these terms will help your understanding. Just look at Java interfaces to understand instead of some custom code.

  • 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

  • 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

  • Questions regarding new functionalities in EhP 4 - Reporting Financials 2

    Dear Forum,
    in a project we would like to use some new functionalities from Reporting Financials 2 - ie. Datasource 0FI_AA_20 for Depreciation and Amortization loading to BI for following years as this can not be done by old extractor.
    We are know looking for reliable information about impact and changes that are made in ERP if we switch on the functionality Reporting Financials 2 via SFW5? Will old extracors work nevertheless? Will all reports in ERP work without problems? Is there any impact on business processes? Or is this just additional functionality which will not affect current implementation?
    Can anybody give information about this?
    Thanks, regards
    Lars
    Edited by: Lars Hermanns on Jun 2, 2010 10:29 AM
    Edited by: Lars Hermanns on Jun 2, 2010 10:29 AM

    Marc,
    Some additional questions regarding locking.
    I encounter that the dataset that is locked depends on the restrictions made in the 'Characteristic Restrictions'-part of the query.
    Restrictions in the 'Default Values'-part are not taken into account. In that case all data records of the characteristic are locked.
    Q1: Is that correct?
    To give an example: Assume you restrict customer on hierarchy node in Default Values. If you want people to plan concurrently this is not possible since all customers are locked then. When customer restriction is moved to Char Restr the system only locks the specific cutomer hier node and people can plan concurrently.
    Q2: What about variables use in restricted keyfigures like variable for fy/period? Is only this fy/period locked then?
    Q3: We'd like to lock on a navigational attribute. The nav attr is put as a variable in the filter of the Characteristic Restrictions. Does the system then only lock this selection for the nav.attr? Or do I have to change my locking settings in RSPLSE?
    Then question regarding locking of data for functions:
    Assume you use the BEx Analyzer and use the query as data_provider_filter for your planning function. You use restricted keyfigures with char Version. First column contains amount for version 1 and second column contains amount for version 2.
    In the Char Restrictions you've restricted version to values '1' and '2'.
    When executing the inputready query version 1 and 2 are locked. (due to the selection in Char Restr)
    But when executing the planning function all versions are locked (*)
    Q4: True?
    Kind regards, Harjan

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

  • Report Designer - Report-Report-Interface (RRI)

    Hi,
    if is possibility to insert a Report-Report-Interface in Report Designer?
    If yes, can you please give me step by step procedures for Report-Report-Interface in Report Designer?
    Thanx in Advance.
    Wolfgang

    There are also some basis tasks which need to be complete before the servers can communicate.
    You need to maintain entries in table TWPURLSVR and ensure that web application server is installed and running correctly.
    Then you can maintain sender/receiver settings in RSBBS.  You will need to create new settings that link the query/cube to a specific report/transaction in ERP.

  • Info required on Report Report Interface

    Hi Experts ,
    Can anyone please provide inputs regarding the Report Report Interface . Any document will be highly appreciated.
    Regards
    Garima

    Hi Garima,
    Links ................
    http://help.sap.com/saphelp_nw04/helpdata/en/99/08629bd3e41d418530c6849df303c9/frameset.htm
    https://forums.sdn.sap.com/click.jspa?searchID=6435760&messageID=3353440
    https://forums.sdn.sap.com/click.jspa?searchID=6435760&messageID=2762562
    https://forums.sdn.sap.com/click.jspa?searchID=6435760&messageID=1846978
    https://forums.sdn.sap.com/click.jspa?searchID=6435760&messageID=180080
    The steps to create RRI
    1)Goto T code RSBBS
    2)In the Sender Query -give the Query name
    3)Press Create tab which is there on the Right Top
    4)It will as for a list select the Query name in the Bottom
    5)and Press OK.
    6)Come back to the main Screen os RSBBS and Select the Receiver Query and click Assignments.
    7)Make them objects as Delete.
    8)Save and Execute the Query ,Sender Query.
    9)Right Click on the Query ,we will find GOTO Tab ,Drill down further
    we can view the Second Query.
    10)we can view the Second Query through first query
    Hope it Helps
    Get bak if u have any issues
    Rgds
    SVU

  • Questions regarding RRI

    Hi Folks,
    I have two questions regarding RRI:
    1) Is it possible to define jump by selecting more than one value of a fileld/variable ? My RRI is working with one value. But if I mark more than one value and goto jump, the new query just uses the first value from my selected list
    2) Is it possible to jump to a workbook ?
    Thanks

    Hi,
    1) Is it possible to define jump by selecting more than one value of a fileld/variable ? My RRI is working with one value. But if I mark more than one value and goto jump, the new query just uses the first value from my selected list
    In RSBBS when you are defining the RRI you can choose the variables which are common in the reports to pass values to the next query.
    2) Is it possible to jump to a workbook ?
    No jump to a workbook is not possible.
    regards,
    Arvind.

  • Can somebody give some real time questions for alv report

    hi guru
    can somebody give some real time questions for alv report.
    answers also.
    regards
    subhasis.

    hi,
    The ALV is a set of function modules and classes and their methods which are added to program code. Developers can use the functionality of the ALV in creating new reports,  saving time which might otherwise have been spent on report enhancement
    The common features of report are column    alignment, sorting, filtering, subtotals, totals etc. <b>To implement these, a lot of coding and logic is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV).</b>
    Using ALV, we can have three types of reports:
       1. Simple Report
       2. Block Report
       3. Hierarchical Sequential Report
    <b>Reward useful points</b>
    Siva

  • Report-Report Interface from BW to Project Systems

    I'd like to jump from BW reports based on 0PS_C04 into the corresponding R/3 line items. If I specify CJ74 as the transaction target then run the BW report and choose the corresponding option from the 'GoTo' menu the following message is displayed. I find this very confusing -- it seems to be saying that the report behind the transaction cannot be used in the report-report interface, but in the procedure says always use the program in the report-report interface.
    Can anybody understand what the message is telling us? Can anyone tell me how to jump to an R/3 line item report from BW Project System cube?
    Thanks
    Robert Williams
      You cannot use the report-report interface to call up report RKPEP000                                                                               
    Message no. HF 800                                                                               
    Diagnosis                                                                               
    Line item report RKPEP000 is not suitable for the report/report        
          interface.                                                                               
    Procedure                                                                               
    Always enter RKPEP000 as the receiver report for project line items in 
          the report/report interface. This program uses the transfer parameters 
          to determine which line item reports can be accessed.

    Hi
    I dont know whether you have solved the problem or not yet
    But i came up with the same issue....
    Use interface program RKPBW000 instead of RKPEP000 in the RRI settings.
    OSS Note : 356166
    Thanks

  • Query regarding Crystal Reports Server

    Hi,
    I am new to Crystal Reports.
    I have created a couple of .rpt files using CR2008 and I am loading these report files in my aspx pages using CrystalReportViewer control.
    I am planning to host my webApp on IIS in production environment. Maximum simultaneous/concurrent connections to my reports would be 1 or 2.
    My question is:
    1. Do I need Crystal Reports Server in this scenario?
    2. In future if the number of concurrent users to report increases then do I need to go for Crystal Reports Server? Will just buying and installing the Crystal reports server on production server work? or will I have to do some configuration or some other changes in the existing deployed reports? OR Will I have to deploy my existing reports on Crystal Report Server again?
    Any help will be highly appreciated.
    Thanks in advance,
    Manish

    Manish, please do not cross post:
    Query regarding Crystal Reports Server
    See the [Rules of Engagement|http://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] for more details.
    Marking this thread as answered and locking...
    - Ludek

  • Report Report Interface Variable Values Transport

    Hi,
    I'm trying to use the report report interface for passing variable values.
    How can I pass variable values of the sender query into the reciever report?
    An example:
    - I've used the 0CALYEAR time characteristic infoobject with a suitable input variable in the sender query.
    - The sender query is used in the report (web template)
    for a chart in away that the x axis peresenting the years (is the 0CALYEAR).
    - I'm trying to pass the mentioned variable input - and no the selected year from the chart (by generically), into the reciever report queries which contained the 0CALYEAR infoobject.
    Best Regards,
    Shani Bashkin

    DEar Shani,
    Did you check the assignment details onceagain on the 0CALYEAR in RSBBS transaction..
    regards,
    Hari

  • Report Report Interface: No applicable data found

    Hi.
    I m using the Report Report Interface and getting:
    No applicable data found
    while calling in GoTo the second Report.
    While removeing  the filters threre is data .
    What conditions needs to be met that there is data displayed?
    Thank You
    Martin

    Hi,
    Please execute the second report separtely with the same filter with which you are getting 'No applicable data found'.
    Please check whether executing second report gives you any data with same filter or not.
    If it doesn't give , then it means there is no data available to be displayed for that particular filter combination in cube.
    In that case you will have to filter the data which is available in cube or need to load the data as required.
    Regards,
    Amit

Maybe you are looking for

  • Error connecing applet with oracle database

    here i m running the following code . it executes the following query "Select * from emp"; the number in the text area decides the column number to be displayed. import java.awt.*; import java.applet.*; import java.sql.*; /*<applet code=project.class

  • How to read the alert_log_file regarding log applied(or)not?

    Hi all, I need to know from alert_log_file 1.whether the archive log applied to Stand-by DB or not? 2.And how to rectify the below errors. Current log# 2 seq# 6360 mem# 0: /ovsd/dbs/redo02.log Sun Jan 29 12:59:01 2012 ARC1: Beginning to archive log 4

  • XI-Content for Solution Manager Service Desk

    Hi Experts, From an SAP course (SMO150) I am reading that XI-Content should be available for SAP web services.  In particular I am interested in Solution Manager Service Desk content.  (This course is on Solution Manager Service Desk). However when I

  • Server Load Balance on 6509

    Cisco gurus: I configed slb on two 6509s (native IOS, version 12.1(12c)E5). The performance is disappointing. The traffic to load balaced servers is about 4M/s. Previously, cpu load was less than 5%, now it's 30%. sh run sometimes takes 10 minutes to

  • Chat history disappears as soon as I click on a di...

    Hi all, I am having a peculiar problem.... The chat history for all of my contacts displays whilst I am in an active conversation but when I click on a different contact then go back to the contact who I was just having a conversation with the histor