2 jump targets in one Query

Hi,
is there a way to define 2 jump targets in one query.
For example you have 10 Lines, and the first 5 have one jump target if you click on
a field and will jump to queryT1 and the last 5 lines have another target for the field and will jump to queryT2.
How can I do this, maybe someone knows a tutorial or something...
Thanks
Edited by: alto on Jan 13, 2012 11:24 AM

Hi
I think u can't achieve that because all that data are present in the same query o/p so how can u jump from one data to another data .
Regards,
RaviChandra

Similar Messages

  • In RRI, how to locate the Jump Target  for a Query

    Hi all,
       I want to find the Jump Targets for a particular Query. How can I find it in which table, PLEASE ?
    Thanks.

    Hi Venkat Kodi,
    If you want to use Jump Targets with R-R-I you have to explicitly create them using T.Code: RSBBS. Then select the Source Query /Source system / Target Report.
    If you want to locate the Target Query already created for a particular query. In BEx Report, Right-Click and use Go to  --> Target Query.
    Hope this Helps,
    Cheers,
    Raj

  • Jump Targets transport collection

    Experts,
    This is a question I posted in Bex and havent recieved any answers yet.
    "We have a query in bex which is essentially a jump target of another query.
    Assignment details are as follows
    All but the following infoobject of the source query are set to type delete :
    Sales Order number ->/BIO/OIME_ORDER
    Item NUmber in Sales Order-> /BI0/OISORD_ITEM
    Fiscal Period -> /BI0/0FISCPER
    Fiscal Year Variant type is generic.
    When we run the source query, and jump to this particular target query, get an error as follows:
    Error Error in SQL Statement: SAPSQL_INVALID_FIELDNAME T00001~ME_ORDER
    Error Error when generating the SQL statement
    Error Error reading the data of InfoProvider ZXXXXXX
    Abort System error in program SAPLRRK0 and form RSRDR;SRRK0F30-01-
    Even when I run the target query(has no selection criteria) independently, it throws this errror.
    The infoprovider is an Infoset which is working fine in the other environments."
    Further to this I ran the query in RSRT and an exception CX_RSR_X_MESSAGE was triggered.
    Since I cant seem to find answers to the above question,
    My question is, the query(jump target) works fine in other instances.
    Can I just send the RRI assignments through the landscape without capturing any query elements?
    Also, after assigning the target queries(3 in all), I click on the 'Transport Connection'. Do I need to click on(collect) the query definitions in the transport connection? Not selecting anything, neither the query names nor the elements, I see in SE01, my transport has one element to it which is essentially the Source query name.
    Is this the correct way to collect a jump target(s) assignment?
    Thanks

    hi,
    try to capture all the tasks you do regarding the jump targets in one request.
    changes in RRI should also be captured and transported i hope.
    chk out the bex transport,that may help you.
    Transporting BEx Objects:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/38/5ee7377a98c17fe10000009b38f842/frameset.htm
    Ramesh

  • How to on Jump targets

    Hi,
    we have a webreport and when the user clicks on Material number it should go the R/3 system related table.
    I am looking for SAP how to document on Jump target from a query to R/3 system and can anybody help suggest me a step by step?
    Thanks

    Hello,
    See this doc [Report to Report Interface for SAP Business Information Warehouse 3.0|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6eb89190-0201-0010-89bf-ad46d1503ef9]
    Thanks
    Chandran

  • Query in RRI / Jump Targets

    Hello Gurus,
    I am querying on the FI-Ageing Analysis. The report is from an infocube. I have created a jump target, which in turn goes an ODS Query. In an ageing report, I have a total Overdue Balance (OB),OB between 0-30 days, OB between 30-60 and 60-90 days. The report is displayed on the customers. When I right click the value in one of the customers 60-90 days column (for eg.) , the jump target takes me to the ODS report but it shows me the line item documents for the total balance of the customer, while I am interested in seeing the documents of only overdue between 60-90 days.
    Has anyone encountered this situation. Pls guide.
    Thanks in advance

    Hi bw,
       You can pass parameters in RRI.
    Use the URl for furthur details .
    http://help.sap.com/saphelp_nw04/helpdata/en/99/08629bd3e41d418530c6849df303c9/frameset.htm
    Taru Gupta

  • Activation of Query jump targets

    The Content activation of Query jump targets(transport object RRQA) does not work.
    This problem was caused by a program error in function group RSBBS2....
    Anyone please help me out as I am new to this  domain....

    Refer to this....might help you....
    BW2.0A
               Import Support Package 15 for 2.0A (BW2.0A-Support Package 15 or SAPKW20A15) into your BW system.
    BW2.0B
               Import Support Package 09 for 2.0B (BW2.0B-Support Package 09 or SAPKW20B09) into your BW system.
    Good luck.
    Ravi Ranjan

  • Problem in the variable customer exit in the query jump target

    Hi developers,
    we have problem because we have created a variable time on 0CALDAY who is mapped in the cube of the stock with posting date.We launch the query for example with range 01/8/2005 31/8/2005 and the resul is OK.
    Then we jump on the other query where the users wish see the result of the posting date for the period 01/8/2005 31/8/2005 For resolved this problem we have created a variable customer exit for the characteristic 0Postingdate and have inserted the code in user exit variable:
    WHEN 'ZV_CEREG'.
        IF i_step = 2.
          LOOP AT i_t_var_range INTO loc_var_range
                 WHERE vnam = 'Z_DAT_AN'.
            CLEAR l_s_range.
            CLEAR datastock.
            l_s_range-low  = loc_var_range-low.
            l_s_range-high = loc_var_range-high.
            l_s_range-sign = loc_var_range-sign.
            l_s_range-opt  = loc_var_range-opt.
            APPEND l_s_range TO e_t_range.
            EXIT.
          ENDLOOP.
        ENDIF.
    When we effectued the jump the our objective is transfer the date inserted by user in the variable  of the query sender 'Z_DAT_AN' to the variable of the query receveir 'ZV_CEREG'.
    This step it does not work correctly, this why are different query?
    You can help me for resolved this problem!!
    Thanks Domenico

    Hi,
    I think, this approach does not work. Because customer exit will be finished before displaying the result set of 1st report. So the assignment to VAR2 from VAR1 does not execute then after.
    I hope, In RSBBS,after assigning receiver, in the assignment details,select 'Variable' for 'Type' of 'infoobject' 0calday.And select '0Postingdate' for 'fieldname' and select 'selection options' for selection type.
    Take help.sap.com help for further information.
    With rgds,
    Anil Kumar Sharma. P
    Message was edited by: Anil Kumar Sharma

  • Report-to-Report Interface, Jump Target

    Dear Friends,
    Can anybody help me to Understand ,how to use RRI Interface and the Scenario of Jump Target ?
    I will be thankful , If I am Explained with a Small Example , So that I can follow the Procedures
    Thanks

    H I Ramesh,
       see best example..  genrate one query on master data...  and  another query  on transactiona data..( but make sure that... your transactional query should contain atleast one field  that exist in first query)
          for  example.. generate one Query on Employee master data...(that contan- EMPNO , ENAME , ADDRESS) 
         nad generate  second Query   on Employee transactional data ..( that contain..
    EMPNO , SAL, BONUS , INCENTIVES , LEAVES ) like this..
    now  go to RSBBS tcode... and give the first query name.. and in  the down give the second query name..save it..
        now go to BEX and execute your first query..  and  in that select any EMPLOYEE NUMBER and  right click it--> and  select second query name.. ..
    now you can able to see  that particular employee details only..
    regards
    @jay

  • RRI - Jump Target

    Hi ALL,
    I have a requirement where i have to Create a RRI in bex Reporting, How can i introduce RRI interface for one query to another. Is BI 7.0 supports RRI ? if so How it will process and works ,What are the settings lieing in sender and Receiver and Assgnment Details. Does Query1 and Query2 has atleast one info object common? what if not.
    It would be great if anyone answer
    Thanks
    Dolly.

    Hi dolly,
    For example, Suppose you created two cube CUBE A ( which contains Company code , Customer, Revenue) and  Cube B (Controlling Area, Region, Price) . so There is no common column.
    On cube A you created query QUERYA
    On cube B you created query QUERYB
    GOTO>>> RSBBS,
    sender>>>CUBEA/QUERYA
    REPORT TYPE>>>>BW Bex query
    Target>>>> Local
    receiver report>>> CUBEB/QUERYB
    save it.
    after you run the query in analyzer
    Right click on the repor>>>> goto >>>> QUERYB. it will jump.
    But Unlike the other it will just jump from QUERY A TO QUERY B. But its not jumping into the query w.r.to particular charecteristic.I mean for the respective region you can't find the detail information like product, and billing document, customer.For these thing threre should be common charecteristic.
    Regards,
    Ranganath

  • RRI Jump Target:  where-used

    Hi,
    I have a query that is used by a lot of other queries as a jump target. Is there a shortcut way to find out which other queries are senders to this one? Or do I have to check one by one?
    Thanks in advance,
    Fran

    hi Fran,
    try tables
    RSBBSQUERY
    RSBBSQRYMAPPING
    RSBBSQUERYDIR
    rsbbs* tables
    RSBBS_RSRR_URL URL for Transaction RSRR in the Source Sys
    RSBBSCUBE BW: InfoCube Receiver
    RSBBSCUBEDIR BW: Directory of the InfoCube Sender
    RSBBSCUBEMAPPING Fixed Mapping for BW-R/RI
    RSBBSCUBET BW: Texts for InfoCube Receiver
    RSBBSIX BW: Cluster Table Info. System
    RSBBSQRYMAPPING Fixed Mapping for BW-R/RI
    RSBBSQUERY BW: Query Receiver
    RSBBSQUERYDIR BW: Directory of the Query Sender
    RSBBSQUERYT BW: Texts for Query Receiver 
    Re: list of rsbbs queries ?
    hope this helps.

  • Mass upload in Jump targets(urgent )

    Hi Experts,
    In creating Jump targets in RSBBS..let me know the option to have a mass upload multiple selection in jumping from one query to another.
    I mean that when we go to another query(receiver) from the result area of the first(sender) how would be the selections in these? also is there any option to have a mass upload to the selections of the receiver query from the first.
    I know that it takes single values when we click on a single row and when we click on the column it takes the entire valus for selections.
    Also how can i view the selection screen of the receiver query.
    Can anyone help me in this regard.
    Regards,
    Rambo.
    Message was edited by: Rambo sawh
    Message was edited by: Rambo sawh

    Hi,
       try the following:
    1. make the variables of receiver as mandatory / ready for input
       based on your query, BW should display the variables of receiver...there you can add if you need more input...
    hope this helps

  • How to create Jump targets

    Hi Experts
    Here i have one requirement like from bw report client wants to go to r/3 t-code.i created in rsbbs and i activated all necessary services but6 i dont no in assignment details wat to map and how to map in bw side please help in in detail. and is any possibilities are there to go to source system with our asking login id and password. please help me .
    regards
    anand

    Hi
    To jump from a BI query  to a T-code in R/3 side you need to follow these steps:
    In  BW :
    1.     In RSBBS transaction :
              If you work with BI7 enter the TAB all queries in infoprovider  
              If you work with 3.5 enter the TAB infocube
         Choose the sender :  the infoprovider that the query is using. (You can choose the
                                                       Query in the other tab , but then you will have to do all the work 
                   again for every quey in that infoprovider)
         Click on the create button , you will get a maintain sender/ receiver screen:
    2.     Here :
               under report type select radio button Transaction
              under Target system select radio button  Source System (your R/3 ID )
              under  R eport choose the T-code you want to jump to
              click on Transfer button, this will bring you back to first screen.
    3.     In the RECEPTIENT part of the screen you see a line with the details you assigned in      
                   step  2.  You MUST enter in the line one of the infosources (or transformations) for that
                   infoprovider.
    4.     In order to limit the transaction to a unique value  (this is usual the situation) ,  you need 
                     to map the BW infoObject to the R/3 field : 
              Select the line and click on Assignment details button. You will get an                assignment  screen , here:
                   Find the BW infoObject that you want to transfer as a parameter  to                the T-CODE
                   In the line of that infoOobject , in the Type column choose 3 Table      
                                   Field
                   Enter  the Field name(INPUT FIELD)
                   Select : Parameter in selection type column
                   Enter  Data element and the Domain in the appropriate columns
              Do the same for all the parameters you need to map
              Close the screen
    AND, NO , YOU DONu2019T NEED TO SIGN ON AGAIN !
    Make sure that the users have the S_RFC object in their role .
    The object has to be defined with :   ACTIVITY 16
                                                                      TRFC_NAME  *  (     or other)
                        `       RFC TYPE fugr
    Check with the people responsible for  defining RFC connections and AUTHORIZANTIONS ,
    If everything is defined well in order to jump between the systems with a single sign on.
    Its not easy but it should work
    Rita

  • Jump target RRI from BW report to CRM Portal

    Hello Experts,
    Need to create a Jump target from the BW query to CRM Portal Tcode CRMD_ORDER.
    I am passing the transaction number ( similar to sales order in R/3) to this tcode CRMD_ORDER in CRM
    Step1) create the receiver
    Type: Transaction. Defined the source system and entered the Tcode CRMD_ORDER in the 'report' field.
    Receiver is created
    Assignment. details:
    I can see the source infobject 0CRM_OBJ_ID from the Infobject column; Type : Infobject; Field name : OBJECT_ID / GV_OBJECT_ID;
    OBJECT_ID is the table field in the CRM System for the transaction number.
    GV_OBJECT_ID is the screen field name in the CRM system for TCODE CRMD_ORDER.
    I tried with both the OBJECT_ID and GV_OBJECT_ID.
    Expected result: Open the Tcode CRMD_ORDER with the transaction number eg: 1000001 that is passed from the Bex report. Currently that is not happening. It is opening Tcode CRMD_ORDER but not the document 1000001. I have to manually open it.
    Please suggest if anything got missed in the definetion of RSBBS.
    Regards,
    BWer

    Hi,
    What I found out so far is that by using a URL like
    http://...:8060/sap/bc/gui/sap/its/BBP_POC_DISPLY?sap-client=300&sap-language=EN&PO_GUID=490622657B526483E10000000A0A3D25
    in RRI it is possible to jump from a BW web report to SRM to display a corresponding purchase order. This URL uses the PO_GUID, but with help of a couple of lines of ABAP in a custom BSP I was able to use the PO number instead of the GUID, too.
    In general I  am looking for URL's do display purchase oders, shopping carts and confirmations in SRM and URL parameters that can be used. Or anything related to that topic.
    From my experience users find it very useful to easily jump from BW into the original transactions to clarify potential issues there. I have implemented this a lot in the past with BW and classic R/3 GUI transactions, so I'm looking for a way to implement this with SRM as well.
    Best regards,
    Rudolf

  • RSBBS Jump: AR Line Item Query to R3 Customer Line Item Display

    I am attempting to create a 'Jump Target' from the 0FIAR_C03 AR Line Item Infocube to the R3 FBL5N Customer Line Item Display transaction.
    The query that the jump is to be performed from an Aging query.
    The user will be running this query for all transactions posted up to and including the end of the previous calendar month. The posting date is provided by the user when submitting the query (via variable 0P_KEYD2). The aging report works just fine.
    Where I'm having the problem is when the user wishes to jump to the R3 transaction FBL5N to display the Customer Line Items. The user wants the 'Line Item Selection' in R3 to inlcude 'Open Items' (this button should be selected -- it is the default setting) where 'Open at Key Date' is to be derived from the query result in the Excel workbook.
    I have created the RSBBS Sender/Receiver Assignment so that it goes and retrieves the line items from R3 for the correct customer. However, I have not been able to figure out how to populate the 'Open at Key Date' with the end Posting Date (OPSTNG_DATE) from the query.
    I've tried every combination I can imagine in the 'Assignment Details' section in RSBBS, but so far I have not been able to make it work.
    Has anyone else out there tried this?
    If you have, were you able to populate the 'Open at Key Date' (ALLGSTID) field in the R3 FBL5N transaction? If you were able to do this, how did you do it?
    All ideas appreciated . . .

    I'm still hoping that someone can help with this issue.
    Here's a repeat of the original question:
    I am attempting to create a 'Jump Target' from the 0FIAR_C03 AR Line Item Infocube to the R3 FBL5N Customer Line Item Display transaction.
    The query that the jump is to be performed from an Aging query.
    The user will be running this query for all transactions posted up to and including the end of the previous calendar month. The posting date is provided by the user when submitting the query (via variable 0P_KEYD2). The aging report works just fine.
    Where I'm having the problem is when the user wishes to jump to the R3 transaction FBL5N to display the Customer Line Items. The user wants the 'Line Item Selection' in R3 to inlcude 'Open Items' (this button should be selected -- it is the default setting) where 'Open at Key Date' is to be derived from the query result in the Excel workbook.
    I have created the RSBBS Sender/Receiver Assignment so that it goes and retrieves the line items from R3 for the correct customer. However, I have not been able to figure out how to populate the 'Open at Key Date' with the end Posting Date (OPSTNG_DATE) from the query.
    I've tried every combination I can imagine in the 'Assignment Details' section in RSBBS, but so far I have not been able to make it work.
    Has anyone else out there tried this?
    If you have, were you able to populate the 'Open at Key Date' (ALLGSTID) field in the R3 FBL5N transaction? If you were able to do this, how did you do it?
    All ideas appreciated . . .

  • Update SAME column name in two tables from ONE query

    Dear All Seniors
    Please tell me is it possible to update a same column name in two tables.
    I have two tables in same schema
    (1)table name
    pem.igp_parent
    column name
    igp_no.
    igp_type
    (2)table name
    pem.igp_child
    column name
    igp_no.
    igp_type
    i want to update igp_no column in one query please tell me how it would be possible.
    thanks
    yassen

    You want to update the data from what to what? Where is the new data coming from?
    If you are trying to put the same data in two different tables, that strongly implies that you have a normalization problem that needs to be addressed.
    Why do you want a single query rather than updating each table in turn? Can you join the two target tables to produce a key-preserved view?
    Justin

Maybe you are looking for

  • Flash Player written in the Flash 8

    Hi All, How can I write flash player with flash 8? I need flash that can play other *.swf files. I don't know what components and functions I should use. Please help me with this

  • Converting HTML Escaping to Unicode Escaping characters in Java

    Hi, I am getting some HTML escaping for special characters like pound, space, dollar etc. from database in HTML escaping format as  ' £      ® etc.which I want to convert their Unicode equivalent escaping as U00A3,U0026. Java only convert & to & (U00

  • JVC Camcorder

    I'm not very good with computers and am new to macs, my jvc camcorder won't import video to imovie. I plugged it in with the included USB cord that worked fine on my PC but it doesn't recongnize it when I plug it into my ibook G4 what do I have to do

  • Newsletters se codifica en base64 las imagenes.

    Estoy haciendo newsletters con Mail Marge donde mi código html inline contiene direcciones absolutas a imágenes. Pues bien cuando recibo el mail las imágenes están embebidas en base64 y algunos correos no ven correctamente esas imágenes. Como puedo h

  • Installing a second Airport express

    I just received a second Airport express which i ordered to be able to work in the kitchen. I plugged it in and it appeared in the airport utility together with the my other airport express (1 year old) in which i plugged the hifi, internet and print