RRI-Drilldown  to R/3 system

RRI drill down to R/3 sytem
Posted: Mar 29, 2005 4:17 PM      Reply      E-mail this post 
Hi,
I am working on setting up RRI drill i n the HR benefits InfoCube I did the set up in RSBBS with sender and receiver information etc.
I am using the standard business content delivered by SAPand queries have been created from 0PABN_C01.
the reporting requirements are well catered by creating a queries using SQ01.(usergroup, variant defined and custom transaction code to call the report created).
I run the report in BW . and when I try to filter by employee and then go to R/3 system, it gets the details for all the employees which I don't need because for all employees it takes along time.
I would appreciate if anyone could help me to get to the employee level details?
Thanks
Sampath

hi Prakash,
have you maintain the 'detail assignment' ?
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6eb89190-0201-0010-89bf-ad46d1503ef9
hope this helps.

Similar Messages

  • RRI using Tcode in source system giving error

    Hi,
    I am trying to run a report in BW in tcode RSRT using RRI mechanism and the same is throwing an exception - An error occurred with the report to report interface during the jump. The same when run in BExAnalyzer throws an error "A critical error occured".
    The selections I have applied are as under:
    Target system -> Source System(ECC)
    Report Type -> Transaction
    Report Destination -> ME2L
    Assignments as under:
    0DOC_NUM -> EBELN
    Any trace to the cause of the error would be helpful.
    Thanks,
    Amogh

    Try creating a program in source whihc calls t-code ME2L and then from RRI try to call the program., and also check if you have authorization to t-code RSRR_WEB &RSBBS_WEB in you source system,
    If this did not help give us more detial on the error you are faceing.
    Shashi

  • RRI drilldown on structures using javascript and Web API

    Hi SDN community,
    We have devised a method to RRI on structure elements using javascript and Web API statements:
    var url = SAP_BW_URL_Get();
    zREP_UNIT_VAR1 = "ZN_MRU01";
    zREP_UNIT_VAR2 = "ZP_FPER";
    var zeroFISCYEARKey = getVar("ZPFYEAR");
    var zREP_UNITHierNodeKey = getVar("ZN_MRU01");
    var zREP_UNITHierNodeKey = trimString(zREP_UNITHierNodeKey);
    var zeroFISCPERVarKey = getVar("ZP_FPER");
    var zeroFISCPERKey = convertZeroFISCPERVarKeyToKey (zeroFISCPERVarKey);
    var zeroCURRENCYKey = getVar("ZPM_CURR");
    zREP_UNIT_TEMPLATE = "ZWT_CPERF_M50_UC_CHART";
    url = SAP_BW_URL_Get() + "&CMD=LDOC&TEMPLATE_ID=" + zREP_UNIT_TEMPLATE +"&VAR_NAME_1=" + zREP_UNIT_VAR1 + "&VAR_VALUE_EXT_1="  + zREP_UNITHierNodeKey  + "&VAR_NODE_IOBJNM_1=" + "0HIER_NODE" + "&VAR_NAME_2=" + zREP_UNIT_VAR2 + "&VAR_VALUE_EXT_2=" + zeroFISCPERKey + "&VAR_VALUE_EXT_3=" + zeroCURRENCYKey + "&CMD_1=DATA_PROVIDER%3DFY" + "%26FILTER_IOBJNM_1%3D"+ filter + "%26FILTER_VALUE_1%3D"  + parameter1 + "&CMD_2=DATA_PROVIDER%3DCMYTD" + "%26FILTER_IOBJNM_2%3D"+ filter + "%26FILTER_VALUE_2%3D"  + parameter1;
    SAPBWOpenWindow(url,"IO_Process_KPI_Report","width=screen.width, height=screen.height,menubar=yes, toolbar=no, scrollbars=yes, resizable=yes");
    Necessary conditions:
    The same Global Structure is in the Sender Query and the Target Query
    Question:
    Is there any other way to RRI on structure elements within a sender query to a target query using:
    BADI's, ABAP or any other method.
    Thank you.
    Simon

    Hi SDN Community,
    At the time of asking this question there were not many examples of BADI for RRI's.  I now see a number of examples we can use.
    Thank you.
    Simon

  • RRI - How to edit the Receiver query

    Hello All,
    As per http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/156e3fefa13042e10000000a114084/frameset.htm
    I created a Target for my query (sender). The target or receiver query is also a BeX query in the same system.
    Now in my sender query, I have Department in my rows and Employees in the columns. When I double click on Department, it takes me to Target but it does not show the report in the format I want. How do I modify the receiver query?
    Also if someone has good knowledge in RRI, it would be really helpful if you can help me out with my query?
    Thanks in advance
    Regards,
    Abhishek

    Hi Abhishek,
    -- Characteristics that are to be filled from the sender query should be defined as free characteristics. A hierarchy node restriction, for example, can also be transferred to free characteristics as a property.
    -- Changeable variables for the receiver query are not filled by the RRI.
    -- Selections for various InfoObjects are transferred if the InfoObjects have the same reference characteristic.
    When the RRI is called, the sender query transfers the following filters to the receiver query:
    ·        global filters
    ·        values in the navigation block (dynamic filters including the presentation hierarchy)
    ·        filters from the restricted key figure selected
    ·        filters from the drilldown characteristics selected
    The system first fills the variables and then fills the navigation block. In order to do this, a unique characteristic assignment must be possible. Selections for various InfoObjects can then be transferred, as long as the InfoObjects reference the same basic characteristic. Hierarchy nodes are triggered in selections and can then be transferred to the respective InfoObjects.
    See this link and if any further questions get back to me :
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/bc2d38c4b3f205e10000009b38f8cf/frameset.htm
    Assign Points if Helps !!
    Regards,
    Naveen Rao Kattela

  • RRI Issue when jumping to TCode in R/3

    Hi Experts,
    I need to Jump through RRI (RSBBS) from BW summary query to BW detailed query and from BW detailed query to TCode WB23 in our requirement. So i have created two RRI's in BW dev system one from Summary to detailed report and other from Detailed Report to R/3 Tcode . Here in receiver tab i have selected the Source system as R/3 technical system and Info source as 2LIS and ran the report and everything is working fine.
    When i moved the changes iam not able to drill down to WB23 from 2nd RRI and this is the short dump error iam getting in BW Quality system.
    What Happened:
    The function module "RSRR_REPORT_CALL" was called, but cannot be
    found in the Function Library.
    Error in ABAP application program.
    The current ABAP program "SAPMSSY1" had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    Error Analysis:
    The program "SAPMSSY1" contains a CALL FUNCTION statement. The name
    of the function module to be called is "RSRR_REPORT_CALL".
    No function module exists with the name "RSRR_REPORT_CALL".
    All function modules are stored in the Function Library (SE37).
    Possible reasons:
    a) Wrong name specified. Particular attention should be paid
        to upper/lower case and underscores ("_")
    b) Transport error
    c) If an enqueue/dequeue module has been used, the lock object
        may not have been activated (ABAP Dictionary)
        may not have been activated (ABAP Dictionary).
    Did any one of you faced the same problem. If so can you suggest the solution. Thank in Advance.
    Sudhakar.

    Hi,
    I got the result.
    I shall let you know the steps.
    1. Go to RSSBS
    2. Choose the sender.
    3. Choose the Receiver assignment.
    4. Choose the source system.
    5. Transaction code : WB23.
    6. Save the transaction.
    7. See that you have authorization for WB23 in receiver system.
    8. Execute the query upto the detailed query in BW.
    9. Choose the Receiver T.code in BW.
    10. Maintain the Server ip in the Browser and host file.
    11. Voila !!!  Here is your logion pad and once you log in here is your transaction.
    Regards
    Govind.

  • Problem: Execution of T-CODE via RRI ( RSBBS )

    Hey,
    I have an ongoing problem with rsbbs using a t-code as target. I want to use rri within a bw bex-query to call rsdmd within the source system. So far so good but everytime when I use the rri via context menü within bex to following happens:
    1.) Starting the protal
    2.) Open the BW 'Startpage' ( The Gui you see when you log on the system)
    The RRI jumps in the right system but not in the defined transaktion. My settings within the rsbbs look like this:
    Reporttyp: Transaktion
    Target System: local
    Report: rsdmd
    I didn't do any setting in the assignment details. Perhaps there is something to set there to keep it running !?
    Thanks for your support !
    Cheers, Moritz

    Hi
    OK.
    I think that the reason why it does not work  is that your transaction does not know which IO to take...
    So go in the Assignment details and just play with the different options...But keep in mind that if you have several characteristics in the drill down, only one should be transfered (I do not know the  transaction RSDMDM, but I assume that it waits for ONE char value..)
    Hope it helps
    PY

  • RRI opens blank excel workbook

    Hi,
    We have a few reports that have RRI links to an external system, which opens in a web browser, displaying a scanned invoice image. However, when we select the GOTO, scanned image link, the correct web page opens, but a blank excel spreadsheet also opens. This blank spreadsheet is causing the users a few inconveniences.
    Is there any way of preventing this empty spreadsheet from opening?
    Thanks,
    Marcelo

    the SAP GUI version , It may  cause u.

  • BIAC - goto 'Object overview'

    Hi,
    We installed the BIAC. The reports are running fine in the Portal.
    If you use the right-click on the mouse (navigate) in the Portal, you can jump to:
    - dataflow
    - manage InfoCube 
    - change InfoCube  (??)
    - display InfoCube 
    - object overview
    I found out that this setting can be maintained with trx. RSBBS, but it still does not work.
    I even tried to run program RSTC_CALL_TLOGO_VIA_RRI with the variant. Here we receive dumps.
    Does anyone have an idea?
    We looked for notes, but note 1052621 - Short dump "OBJECTS_OBJREF_NOT_ASSIGNED" while accessing RRI is already in the system.
    Regards,
    Jos.

    Hi,
    I solved it.
    You need to activate mimes in trx. SICF.
    Also perform the steps of document: "Enabling the SAP GUI for HTML with the ITS on 04.PDF".
    It works nice: Using the Administrator workbench from the Web.
    Regards,
    Jos.

  • ERROR on drilldown : System error in program CL_RSDM_READ_MASTER_DATA...

    Hi Experts,
    I have 'Original Curr./Unit' 1CUDIM  as a free characteristic in my query. When I drilldown on this and then try to drilldown on any other free char, it gives the following error:
    'System error in program CL_RSDM_READ_MASTER_DATA and form FILLTXT_N-03- '
    Any assistance would be appreciated.
    Thanks in advance,
    Abhishek

    Hi,
    I have checked the service market but could not find any note related to my error. There is a note for a similar error, i.e., CL_RSDM_READ_MASTER_DATA and form FILLTXT_N-08-', whereas my error is CL_RSDM_READ_MASTER_DATA and form FILLTXT_N-03-'. The note asks to get the support pack 10 for BW3.5 but we already have that.
    Any assistance is welcome.
    Thanks,
    Abhishek

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

  • Report Painter Drilldown on Cost Element for Project Systems

    I am currently working on a report for Project Systems. I am trying to copy the functionality of the Internal Order summary (60I2-001) into report group 6P3. I was able to copy the whole layout and also the values of 6oI2-001 into a copy of 6PP4-001 but when I double click on "Balance" it is bringin up the ALV report that 6PP4-001 is using. I would like to call another report which looks like 6LS0-001 but contains Project System info made in report painter when I double click on Balance. Is this possible? Please let me know how.

    Hi Avinash,
    See my replies below.
    1 a & B: You are planning Qty on NWA and capturing costs - labor & Equipment on NWA elements.
    When  you are having elaborated to NWA-Element level, split your total work on each NWA-element and post labor cost. Thus you will have planned Vs actual costs at one place.
    coming to equipment cost - are you capturing using PO through GR?.
    2.a : Option1- create a separate WBS elements for materials and plan cost at WBS level. That value would be your total planned cost of material procurement as estimated. Under this WBS elements create NWAs and assign the materials. With this set up you can assign material and procure so that will have actual costs coming from GR.
    Option 2: Create a one General Cost activity and assign the total planned cost of material on this NWA.
    When you assign the material components, diligently you have to reduce the equivalent amount from the general costs activity. Also note that on component screen, you have to check box "Cost relevant" so that material cost will add to Cost NWA. Let the different materials  have their own valuation class and have default CEs accordingly. that would not be big issue.
    Please discuss with your MM team to get more information. Also my suggestion is to leave blank CE field in configuration.
    The option2 is very cumbersome and high risk but one have to be very cautious to reduce the value from Cost NWA in order to sustain the planned material costs whenever they added.
    3. I have answered the relevance of Cost relevance check box in above.
    Hope above makes sense.
    Thanks,
    Sudhakar

  • RRI to Project Systems Line Item Report

    Hi
    I have configured a RRI from a BI query to the report RKPBW000 as per OSS note 356166.
    My query includes the restriction for 0DB_CR_IND - (debits only).
    However when the RRI is executed the line item report is not restricted by the debit credit indicator ie: Debits only.
    The details of my RRI in RSBBS includes the relevant transformation for Datasource 0CO_OM_WBS_1.
    Am I missing any settings to ensure the restriciton for 0DB_CR_IND is passed to the R/3 line item report?
    I have been looking at the assignment details but not sure if this applicable?
    Any help would be appreciated.
    Thanks
    Ian

    Hi
    Lets assume that you have the following report:
    C001 M001 100 200
    C002 M002 200 400
    When you select the customer C001 from your report and then select jump target. The customer C001 will be passed to the target and the report will be restricted to C001 and it will be  displayed for C001 in the target query.
    This needs to be defined in the assignment details of RRI. Plz check the assignment details whether you have configured it properly.
    Hope it helps.
    Regards
    Sadeesh

  • Jump from (RRI) BEx query parsing infoobject without MD to source system

    Hi!
    I have a snag that I hope someone out there will be able to help me with. I have a query that cointains purchasing line items. I want to jump from a purchasing order number in the query to transaction me23n (display purchasing order) in the source system.
    This works fine in the portal (don't ask me why there's a difference..) where ECC is launched as a new portal window and the data is parsed correctly. But when attemting to do the same in BEx Analyser the system pops a dialog demaning that I choose which infosource should be used for reversing the infoobject into the proper ECC table field...
    Now the infoobject is 0REF_DOC_NR, and it doesn't have any masterdata or texts.. so there is no "papertrail" for the system to follow back to the source.
    In RSBBS the I have selected delete for all other infoobjects and set the line for 0_ref_doc_nr like this:
    InfoObject: Reference Document Number, Type: Table Field, Field Name: EBELN, Selection Type: Parameter, Required Entry: X, Data Element: EBELN, Domain: Blank, SET/GET Parameter: BES
    Any tips?
    Regards
    Ola

    Hi,
    i have replied wrong,
    i mean that
    when i am trying this,
    http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN&GS_HEADER-OBJECT_ID='selected number value'
    with field assignment: shopping cart number = GS_HEADER-OBJECT_ID (for drill down on particular field, i.e. open the URL with this field value entred from sender query's field shopping cart number)
    result is coming: http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN&GS_HEADER-OBJECT_ID='selected number value'&GS_HEADER-OBJECT_ID=10000456
    and when try this:
    http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN
    with field assignment: shopping cart number = GS_HEADER-OBJECT_ID
    result is coming: http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN&GS_HEADER-OBJECT_ID=10000456
    but not skiping the initial screen.
    Thanks.

  • RRI question: Query to a drilldown template...

    hi all!
    I have a query that contains a variable screen where you have to put in a value before the result is shown (variable called "HOURS").
    I have a copy of the main query 8incl the variable called "HOURS"), that is going to be used as a GOTO report.
    Here is the senario:
    After doing some filtering on the query, I want to see more detail information through a GOTO report.
    The problem is that I need the GOTO report to automatic filter on the value a pick out in the variable "HOURS" in the main report.
    Now I have to pick the same value again, and execute the GOTO template.
    Question:
    How can I get the GOTO to automatic pick up all filters (incl variable_screen filters on HOURS) from the main query??
    Thanks

    hi,
    Make sure u click on the item u want
    eg
    If the first report show
    Europe
    US
    APAC
    if u want europe data the right click on europe then the variable will be filled accordinly.
    regard
    zubair

  • RRI - R3 Transactions as Receivers

    I've created a RRI from my query to SAP transaction KOB1.  The jump works except that my query results are only Month to Date (1 period) but when I jump to the R/3 transaction, it is displaying year to date.  The query is built with a variable that automatically executes the query with the current period.  All the variables are pushed.  The user does not have to enter any selections. 
    Another object that is not reflected in the R/3 transaction is the Order number. 
    The only way I can get the R/3 transaction's results to reflect the query results is if I have order number and posting period in my generic navigation block and then drilldown on those two objects.  They both have to be displayed on the same line as the dollars
    Does anyone have any idea how I can set up my RRI to execute the correct result in R/3??
    Does anyone have a solution for this problem I am having?
    Message was edited by: Gisele Bretecher

    Hi Rukmani,
    What is the portal version ? What is the Gui type (win gui/web gui/Java gui) you are using to display the R3 Transaction.
    Suppose if you have selected Win gui and if you are trying to access this view in machine where there is no Sap Frontend (win gui) installed then it prompts you for file opening.
    1. Win Gui - check to see if SAP front end is installed.
    2. Web Gui - Check the ITS paramters and check for system
       connection
    Hope this helps,
    Thanks,
    Praveen
    PS.Dont forget to reward points.

Maybe you are looking for

  • App Store asks for password to wife's apple id

    Had my Iphone 4 replaced at the store yesterday, all restored fine from backup however when I go to update my apps it asks for my wifes password to her id! My wifes phone is synced on the same pc. I have checked all settings in the phone and they con

  • Problems in accessing Essbase cube using Interactive Reporting studio

    Hi All, I have developed a report in Interactive studio for which Essbase is the source. When i try to process my query i am getting the below error "Request [Report] from user[username] was terminated since it exceeded the time limit" Any idea as to

  • Email Notifications on Prime Infrastructure 2.1

    Hi Everyone, I have a Cisco Prime Infrastructure 2.1 with almost 100 switches registered and managed properly. I have configured the Mail Server and alarm notifications are sent with no problems. The deal is that I don´t want to recieve alarm mails f

  • Convert to Excel

    I have recently purchased Adobe Export PDF so I can download bank statements in PDF and convert to Excel 97.  The file will say "converted sucessfully" but when I open my Excel document, it has nothing but symbols and letters. Any information would b

  • Send image multipart (Thread)

    I send image divided into some parts (about 500 bytes per part) from my device through http connection. after i send image part,MIDlet listen for the response from server. If the response received then i send the next part.... The problem is: in emul