RRI - Urgent

Hello Experts ,
          My requirement is  - Selecting  any key figure from the main report(A), drill down to the another report(B- RRI) and the correct number of records appear on the Report B.
      if i m clicking on Key figure 2 , then I should see only 2 records  only . How to do those setting ?

yeah i understand, but in this scenario you dont jump as KF as basis, you would like to see the breakdown of 100 of CUSTOMER A.
create a receiver query, with customer as a variable, and all other applicable time and other variables. Create a RRI assignment between the receiver and sender.

Similar Messages

  • RRI not working in the QA system urgent plzzz

    Hi All,
    I had created the RRI its working fine in the developement.
    When i Transport it to the QA the RRI r not working,
    but I am able to Run the Individual Reports.
    Plz let me know what may b the problem.
    Another thing is I had created the YTD its working fine in the Dev. When i Transport it to the QA its behaving differently.
    As when I Enter the Date of Feb 2007 its displaying the Data and calculating the january and Feb of 2007 value.
    But in QA its Calculating the YTD Value from Dec 2006 - Feb 2007
    Thanks in Advance
    KK

    Hi KK,
    Whenever we perform transportation of object, we should follow order in which they were created.
    Here we can transport sender and reciever queries at a time because they are different queries. After the transportation of both the queries are done, we should transport the RRI. While selecting RRI, it asks for the sender query in Transportation screen. This should be done after the sender and reciever queries are already transported to QA.
    Sometimes, you may face problem with the Assignment details in RSBBS screen due to improper transportation. You need to map these assignment details again in QA.
    Assign points if this helps u...
    Regards,
    KK.

  • How to read RRI sent parameters in ABAP Report??(Urgent)

    I have my own ABAP report. How can I read parameter that RRI sent to me from BEX Query? I know it's possibly needed to setup table name in RSBBS for each element.

    hi,
    i am failing to see relevance of this post in WebDynpro for ABAP forum.  Requesting moderator to move to ABAP general forum.

  • SD BW reporting on EDIDC table and RRI to document level - urgent

    I need to do some BW sales reporting. To get to those fields, I need to access EDIDC table. But it only gives iDoc info.
    How do I get to document level details (RRI) from iDOC nos.
    Please help.
    Thanks
    Mary

    could any one give me table name to browse IDoc numbers and corresponding document nos.

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

  • RRI IN WEB APPLICATION  urgent

    hii
    can someone explain me how to use RRI in web Application Desigener(jumping from one report to another report)

    Hi Sanjeev,
    Check this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/99/08629bd3e41d418530c6849df303c9/frameset.htm.
    Hope it helps.
    Regards
    Parth.

  • Urgent !!RRI(Jump target )!!

    When I am jumping from one Query to another Query,
    For Example
    Avg Score----
    No of Response
    <2.0----
    3
    >2 and <3 -
    5
    >3----
    5
    So when I click <2 in my MAIN report ,is it necessary that I have to pass that <2 parameter in a Variable Screen of my supporting report or without passing that parameters,Can I view my data  of the reponses name in detail in the range <2.0 in my supporting i.e detailed report ?????????One more thing is ,it is a KEY FIGURE where i cannot use in varible screen.U need a characteristic for that .
    Any ideas are highly appreaciable & Quite Urgent too.
    Thnx a

    I think rather than drilling down from <2.0 you have to drill down on the value 3.
    When you go to the detail report you can see the details of these 3 records and those records will be having the average score less than 2.0 (that is the reson why they are getting counted in your main query as <2.0)..

  • RRI option Urgent please

    Hi all,
    I Need some clarification regarding the RRI.
    While creating the RRI to establish the interface v hav different options in RSBBS tcode like Generic, Variable, ...
    My doubt is when we select the Variable its going to pass the value of a particular characteristic from one query to another.
    Instead if i am using Generic what value is passed.
    Can u please explain what will happen when we chosse different options in RSBBS
    Regards

    Hi,
    Processing Method (Type)
    Effects
    Generic (default)
    Selections are automatically transferred from the Report-Report Interface to the jump target. We recommend that you first execute the jump with this setting and that you only make other settings when the jump does not display the required result. Only then is the full functionality of the RRI available.
    V Variable
    Selections are transferred directly to the specified variables. In the Field Name column, you have to enter the technical name of the variables. The Data Element, Domain and Parameter ID columns are automatically filled from the properties of the variables.
    This processing method is only applicable for BEx Queries. It is useful when an assignment is not unique and a specific characteristic is to be transferred explicitly. The characteristics assigned to one another have to have the same (non-compounded) key. For example, the characteristics 0MATERIAL and 0MATPLANT can be assigned to one another.
    I InfoObject
    Selections are transferred directly to the specified characteristic. In the Field Name column, you have to enter the technical name of the characteristic. The Data Element, Domain and Parameter ID columns are automatically filled from the properties of the characteristic.
    This processing method is only applicable for BEx Queries. It is useful when an assignment is not unique and a specific characteristic is to be transferred explicitly. The characteristics assigned to one another have to have the same (non-compounded) key. For example, the characteristics 0MATERIAL and 0MATPLANT can be assigned to one another.
    3 Table field
    Selections are transferred directly to the specified field. This setting is only useful for non-BI jump targets. The Field Name, Data Element and Domain columns have to be filled correctly. It also makes sense to fill the column Parameter ID with the correct parameter ID. You can usually find the parameter ID in the ABAP dictionary entry for the data element.
    See also Creating a Transaction As a Receiver.
    P URL parameters
    This setting is only useful for the Web Address jump target. Specification of a field name is then mandatory.
    See also Creating a Web Address As a Receiver.
    Delete X
    All selections for this characteristic are deleted and not transferred to the jump target.
    This setting is useful when you do not want to transfer certain selections. For example, you may not want selections for a characteristic to be transferred to a characteristic that has the same reference characteristic.
    check also the link..
    [http://help.sap.com/erp2005_ehp_03/helpdata/EN/e3/156e3fefa13042e10000000a114084/frameset.htm]
    Regards,
    Priyanka

  • Unable to pass values from BW to R/3(Urgent)

    Hi All,
    I created RRI report, target is R/3 report. We have created variables in BI side When we assign some values to these variables, those values should be populated in the R/3 report selection screen.
      What I have to do. Please any one help me . Its Urgent
    Thanks,
    Jaswantha

    Hi,
    I feel there is no difference between BW3.X and 7.0 in RRI functionality. I refered help.sap.com. There no new settings are they mentioned.
    For this error, check the source system connectivity in SM59 test the remote connection is fine as well as RFC.
    For test purpose,  do the following steps:
    1. Instead of going to R3 server, give any ABAP Program that is residing in our BW Server. Verify if it is working fine. If it is fine, then our RRI will work fine for other system also.
    2. Take R3 connection now. Instead of our actual program take some other program that is having very small no. of lines of code. Check that is working fine or not. I feel you will get some error. Check the error. If it is mentioned any source system problem then check the source system RFC and Remote logon is possible for the source system user.
        If it is any thing info source error, then the parameter of the R3 ABAP report and our transfer rule field name is mismatching.
    Check out and let me know.
    Regards,
    Vivek V

  • RRI in WAD...pass values

    Hello Gurus,
    I have gone thru many threads but couldnt find the same scenario so posting this question. I have developed a RRI and it works fine is BEX analyzer as well as in WAD. But when I open the main query in WAD, and jumping to child query, it asks me to enter the value of variables again for the child query. I am using the same variables in parent and child queries. In RSBBS, I have set assignments to Generic for all the fields. Is there any specific setting we need to check in WAD template so that it accepts all the variables properly in child query? Pls help me urgently......
    Thanks,
    Rahul.

    Thanks Gill and SVU123. Actually I am jumping from Web templ to query. I am using 2 structures for row and column. It is a finance query. It seems we cannot transfer variable values from structure to Structure. My Parent and child query fileds are exactly same but in child query,  I have couple of more characteristics in row. I tried same kind of jump queries for other regular queries and it is working fine. Pls let me know if I can jump with the same variable values for the structure fields.
    Thanks in advance.
    Rahul.

  • Logical command in ABAP.....Urgent

    Hi,
      i am pretty new using ABAP program so i neeed help urgently. i am trying to move a file on the application server from one directory to the other and i was using the open dataset function to do that. but the file i am trying to move is pretty big and because i am using internal table to store, it is causing problems with the space.
      i have consulted the basis guys and they have managed to create a logical file for copying from one directory to the other on the application server. to help you furthter. i am enclosing the mail sent to me.
    I have created a logical command which should copy the file from one location to the other but you need to pass it the source dir and file name and the destination dir and file name.
    The logical command is ZCOPY and uses cmd /c copy
    Copies one or more files to another location.
    COPY [/V] [/N] [/Y | /-Y] [/Z] [/A | /B ] source [/A | /B]
         [+ source [/A | /B] [+ ...]] [destination [/A | /B]]
      source       Specifies the file or files to be copied.
      /A           Indicates an ASCII text file.
      /B           Indicates a binary file.
      destination  Specifies the directory and/or filename for the new file(s).
      /V           Verifies that new files are written correctly.
      /N           Uses short filename, if available, when copying a file with a
                   non-8dot3 name.
      /Y           Suppresses prompting to confirm you want to overwrite an
                   existing destination file.
      /-Y          Causes prompting to confirm you want to overwrite an
                   existing destination file.
      /Z           Copies networked files in restartable mode.
    The switch /Y may be preset in the COPYCMD environment variable.
    This may be overridden with /-Y on the command line.  Default is
    to prompt on overwrites unless COPY command is being executed from
    within a batch script.
    the problem now is i have no idea about how to use the logical command. can any one help me.
    Thank you,
    Ravi.

    If memory is not an issue, then there should be no reason why this should not work.
    report zrich_0001.
    parameters: d1 type localfile default '/usr/sap/TST/SYS/Data1.txt',
                d2 type localfile default '/usr/sap/TST/SYS/Data2.txt'.
    data: itab type table of string with header line.
    start-of-selection.
    * Read old file
      open dataset d1 for input in text mode.
      if sy-subrc = 0.
        do.
          read dataset d1 into itab.
          if sy-subrc <> 0.
            exit.
          endif.
          append itab.
        enddo.
      endif.
      close dataset d1.
    * Write to new file
      open dataset d2 for output in text mode.
      loop at itab.
        transfer itab to d2.
      endloop.
      close dataset d2.
    * Delete the old file
      delete dataset d1.
    Regards,
    Rich Heilman

  • Confirmation of balance - urgent

    Hi,
    We are using print program SAPF130K and SAPF130D for vendor and customer respectively.
    My query is can we bring even the cleared items alongwith the open items in the same print program???
    Now we have line items of open line items only?? As per our exploration into the program... we get only open items..
    Also we are using SAP10 and SAP11 as the correspondence type.Kindly advise as to correspondence type should be changed so that it can print both the open and cleared items?
    Please reply ASAP as it is very urgent.
    Thanks in advance.
    Regards
    Karpagam

    Hi,
    Use T.Code F.42 FOR Vendor Balances
    and F.23 For Customer Balances
    Hope this will help u
    Regards,
    Sarfaraz

  • FUNCTION IS NOT WORKING WHEN RUN IN SRW.RUN_REPORT, URGENT

    Hi,
    I have a report. it has got 1 Query and 2 groups.
    Q1
    |
    |
    __G1__
    |F1 |
    |F2 |
    |F3 |
    |
    |
    |
    __G2__
    |Items|
    |Sales|
    | Qty|
    |Store|
    |Func4|
    |Func5|
    |Func6|
    The Query looks like above. Now In the report I have a 3 User parameters . For Each record in G2 the functions Func4,Func5 and Func6 adds the value to the user parameters at the report level.
    Now the Func1,Func2,Func3 takes the value of last 4 record for each item at each G1 Level and devides it by 4 and prints . As an example given below
    ITEMS-----SALES-------QTY-----------STORE
    10001-----10000-------200-------------100
    10001-----20000-------500-------------200
    10001-----15000-------350-------------175
    10001-----45000-------650-------------225
    10001-----50000-------700-------------300
    AVERAGE==>32500-------550-------------225 ==> Calculated by F1,F2,F3
    20001-----70000-------900-------------400
    20001-----30000-------600-------------350
    20001-----20000-------500-------------300
    20001-----25000-------450-------------275
    20001-----35000-------550-------------225
    20001-----65000-------800-------------400
    AVERAGE==>36250-------650-------------300 ==> Avg of last 4 records
    This report takes an parameter which is part of the Where condition of the Query Q1. If I run this report from the report builder and provide the value for the parameter then the report runs fine printing the exact values. If I run the report from another report(which I have to do, due to circumstances) using SRW.Run_Report and pass the parameter in the same command. The the function FUNC4, FUNC5, FUNC6 does not do the addition, as a result the Func1,Func2,Func3 returns 0. I dont know why this is happenning .
    This is very very URGENT, My project manager is on my head to finish it ASAP. Please help.
    Thanks
    Feroz

    Hi Toby and Danny,
    Thanks for the quick reply. I dont think I am having an interdependancy of the functions. Here is an sample what two functions do at each level
    Func6 =========> This function at group level G2
    begin
    -- To initialize the user parameter for each new item.
         If :CNT = 1 Then
              :Wk4_Pos_Qty := 0;
         End If;          
    -- to add the qty value to the user parameter for last 4 records. Uchange is the no of records for each item     
    If :CNT >= :UCHANGE - 3 Then
         :Wk4_Pos_Qty := :Wk4_Pos_Qty + :Qty;
    End If;     
    return 0;
    end;
    Func3 ======> this function at group level G1
    Begin
    -- if no of records are less than 4 then devide by the no of records or devide by 4.
         If :UChange < 4 Then
                   return((:Wk4_Pos_Qty + :Qty) / :UChange);
         Else
                   return((:Wk4_Pos_Qty + :Qty)/ 4);     
         End If;     
    end;
    Here Wk4_Pos_Qty is the User parameter created to hold the calue for the Um of last 4 records Qty.
    I tried to modify the Func3 so that it looks like this
    Func3
    begin
    srw.reference(:Wk4_Pos_Qty);
         If :UChange < 4 Then
                   return((:Wk4_Pos_Qty + :Qty) / :UChange);
         Else
                   return((:Wk4_Pos_Qty + :Qty)/ 4);     
         End If;     
    end;
    But it does not effect anything. I mean its the same. The Wk4_Pos_Qty returns 0 and Func3 returns 0.
    Any Suggestions .
    Thanks
    Feroz

  • How can I get a list of IP's that have got access to my account I have a court summons and the information could only have been gathered from my Icloud account. Apple cant or wont help me. Urgent please have to go to court tomorrow.

    Need some urgent help please.
    I have a court summons for some information that has been taken from my Icloud account.
    I believe my ex employer has hired someone to hack into my account. They have had my laptop inspected by a forensic company. Orginally they did not know what the five emails I sent myself were about. Now they do. I believe they have hacked my Icloud account. I have asked Apple to help but they are refusing is there any way I can find out please feel free to email me [email protected] Thanks have to go to court tomorrow morning.

    It sounds like you really might want to consider seeking legal advice for this matter.

  • Please help me to run this CMP BEAN, I need help urgently, I am running out of time :(

    Hi,
    I am facing this problem, Please help me, I am attaching the source files
    also along with the mail. This is a small CMP EJB application, I am using
    IAS SP2 on NT server with Oracle 8. I highly appreciate if someone can send
    me the working copy of the same. I need these urgent. I am porting all my
    beans from bea weblogic to Iplanet. Please help me dudes.
    Err.........
    [06/Sep/2001 13:41:29:7] error: EBFP-marshal_internal: internal exception
    caught
    in kcp skeleton, exception = java.lang.NoSuchMethodError
    [06/Sep/2001 13:41:29:7] error: Exception Stack Trace:
    java.lang.NoSuchMethodError
    at
    com.se.sales.customer.ejb_kcp_skel_CompanyHome.create__com_se_sales_c
    ustomer_Company__java_lang_Integer__indir_wstr__215617959(ejb_kcp_skel_Compa
    nyHo
    me.java:205)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:297)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Caught an exception.
    java.rmi.RemoteException: SystemException: exid=UNKNOWN
    at com.kivasoft.eb.EBExceptionUtility.idToSystem(Unknown Source)
    at com.kivasoft.ebfp.FPUtility.replyToException(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:324)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Thanks in advance
    Shravan
    [Attachment iplanet_app.jar, see below]
    [Attachment iplanet_src.jar, see below]

    One reason that I sometimes get 'NoSuchMethodError' is when I make a change to a
    java class that is imported into another java class. When I go to run the
    importing class, it will throw a 'NoSuchMethodError' on any methods that I've
    changed in the imported class. The solution is to recompile the importing class
    with the changed classes in the classpath.
    shravan wrote:
    Hi,
    I am facing this problem, Please help me, I am attaching the source files
    also along with the mail. This is a small CMP EJB application, I am using
    IAS SP2 on NT server with Oracle 8. I highly appreciate if someone can send
    me the working copy of the same. I need these urgent. I am porting all my
    beans from bea weblogic to Iplanet. Please help me dudes.
    Err.........
    [06/Sep/2001 13:41:29:7] error: EBFP-marshal_internal: internal exception
    caught
    in kcp skeleton, exception = java.lang.NoSuchMethodError
    [06/Sep/2001 13:41:29:7] error: Exception Stack Trace:
    java.lang.NoSuchMethodError
    at
    com.se.sales.customer.ejb_kcp_skel_CompanyHome.create__com_se_sales_c
    ustomer_Company__java_lang_Integer__indir_wstr__215617959(ejb_kcp_skel_Compa
    nyHo
    me.java:205)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:297)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Caught an exception.
    java.rmi.RemoteException: SystemException: exid=UNKNOWN
    at com.kivasoft.eb.EBExceptionUtility.idToSystem(Unknown Source)
    at com.kivasoft.ebfp.FPUtility.replyToException(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:324)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Thanks in advance
    Shravan
    Name: iplanet_app.jar
    iplanet_app.jar Type: Java Archive (application/java-archive)
    Encoding: x-uuencode
    Name: iplanet_src.jar
    iplanet_src.jar Type: Java Archive (application/java-archive)
    Encoding: x-uuencode

Maybe you are looking for

  • Java threads and WinLogon processes taking CPU!

    We are seeing a strange problem. We have a multi-threaded java application that is deployed on a Microsoft Windows 2000 server (SP4) with Citrix Metaframe XP (Feature release 2). When this application starts, we start to see multiple WINLOGON.EXE pro

  • Problem with $ORACLE_HOME 10g RAC

    Hi, I have a doubt that I want to post here. The SAP-ORACLE Installation guide specifies that the path to ORACLE_HOME for a oracle 10.2g intallation should be "/oracle/<SAPSID>/102_64", but we got "/oracle/<SAPSID>/1020_64" I'm asking: Is any problem

  • How to import data from corel draw file

    Dear Fellows i have a problem which is very interesting. i have a data like (rollno, name, course, duration and a photo of the candidate) in corel file. the problem is how to import selected data from the corel file into the oracle or any other datab

  • Time Machine: Why Does It Disable Finder?

    I am using Time Machine with a third party external drive. I find I am having to do a hard shut down every few days because I will find the indicator on the menu bar just spinning away, my dock will lock up, and when I restart and look at the Time Ma

  • Retiree Employees, Payroll Infotype Ear.MD change

    Dear Team: Usually, when any change in the master data is done for an employee, the date is updated in the Infotype 0003 in the field Ear. MD Change. In our scenario, while running payroll it always start from 01.05.2006 even if we change the master