Getting runtime erro for Jump query

Hi,
A particular user is getting runtime error while doing Jump query, all others are able to do the same for the same query,
any solution pls
Regards
RKR

Hello,
What is the runtime error that the user gets?
Also is it analyzer based or web based report.
In case of Web Report, check which IE version he is on...
Regards,
Shashank

Similar Messages

  • New browser window for Jump Query

    Hi SAPGuru,
         I have main Query with three jumps Query (QA, QB, QC). I created web template with main query and three other web templates for jump query. All are working fine. When I am running main query template and trying to jump from main query to “QA” web template. Its open a new browse window that’s fine. So now I have total two browsers are open. Now when I try to jump from main query to “QB” that web template is showing in the browser window which is shown by “QA”. Means it’s overwrite “QA” query with “QB” query in browser.
         I need to open a new browser window when I jump from main query to child query. In short I like to open one browser for main query and three another browsers (QA, QB, QC) to jump query so, I can compare all query with different browser window.
             Am I missing something in web template side or IE’s option side?
             Thanks in advance...

    Check the RRI_DISPLAY_TARGET property of the web template. make sure you do not have this set to open in the QA window.
    Thanks.

  • BAPI for jump query(T. code RRI) and Exceptions

    Is there any BAPI is avaliable for jump query and Exceptions in BW System?
    Thanks,
    Rohan

    Hi Sanjay,
                      There is a 2 BAPI's for loading Catalogs
    1)  BAPI_QPGR_REPLICATE - to create Code group
    2)  BAPI_QPGR_SAVEREPLICA - to create Codes
    Thanks,
    Shobha

  • Authorization issue for Jump query from Summary to Detail

    Hello Gurus,
    I am facing an interesting issue in Jump query authorization.
    I have a query on a summary cube which has Company code as a authorization relevant object .From this query I launch a query on detail cube.This details cube has company code and customer as authorization relevant objects.Customer is present in free characteristic for this query.Summary cube doesnt have the customer object at all.
                     When the user drillsdown on the Customer level in the details query he get the authorization error.After this if he just refreshes the query it works fine .
                       Can anybody please suggest any innovative workaround for this issue.
    Gautam

    Hello Gurus,
    I am facing an interesting issue in Jump query authorization.
    I have a query on a summary cube which has Company code as a authorization relevant object .From this query I launch a query on detail cube.This details cube has company code and customer as authorization relevant objects.Customer is present in free characteristic for this query.Summary cube doesnt have the customer object at all.
                     When the user drillsdown on the Customer level in the details query he get the authorization error.After this if he just refreshes the query it works fine .
                       Can anybody please suggest any innovative workaround for this issue.
    Gautam

  • RRI - pulling all customers info for jump query

    Folks,
    I have created a RRI from query Q1 (Order information for all customers) to query Q2 (Detailed Invoice information at Customer level) also I have created a Variable on Customer in query Q2. My intention is when I right click on the customer from query Q1,  I wanted my jump query to display only Invoice detail information for that customer _intead it is showing for all customers._
    If I executed my Q2 seperately with a selected customer then I can only seeing Invoice detail information for that customer.
    Please share your thoughts...
    Thanks,
    KK

    Hi Kumar,
    What U r done is correct but u want under each customer order drill down to all invoices, anyway by using rsbbs u r getting the second query .aginn that variables also excutes in q2 . but u want drilldown particular to the customorder. pls try with  in second query on customer order number create the heirarchy with invoices and keep nodedisplay level as 1 in charactarstic properties of customer order number, because in ordertype drilldown given for oredrs it is also RRI report only I think It will Works pls try.
    Thanks
    k.sathish

  • BAdI SMOD_RSR00004 for Jump Query

    Hi,
    I have to create a jump query to an R/3 transaction. The I/O 'Object key' in the BW corresponds to the r/3 field OBJKY of the NAST table. After trying out all the possibilities/ assignments in RSBBS also its not working.
    Can anybody pls guide me how to implement BADI for this jump query(RRI for Transaction).
    Thanks in Advance,
    Sandy.

    Hi Sandy,
    What is the problem you are experiencing exactly?
    What I had to do was in the Assignment Details choose Type "3 Table Field" for the infoobject in the query you want to pass to the transaction then fill in the field name for the source table and the fields data element and domain values.
    You will also need authorisation to transaction RSRR_WEB in the source for this to work.
    Hope this helps.
    Cheers
    Craig

  • Getting column names for a Query resultList?

    For a Query created via EntityManager.createQuery("some qlString here"), where the query language string picks out individual properties (so select p.firstName, p.lastName from Person p), is there any way to get the property names of the things retrieved?
    I'm trying to allow an end user to define JPA queries by storing the query language string persistently, and then (after some rudimentary checking) create a Query from it, hosted (at this point) in a JTable. It would be nice if there were a way to wire up the items returned by the query such that the JTable columns were "titled" with something appropriate.
    Otherwise I have to either (a) parse the QL string (yuck yuck yuck) or (b) somewhat redundantly have the user specify the columns/properties/related objects that they think they're retrieving.
    Thanks,
    Laird

    Connection connection;
    DatabaseMetaData metadata = connection.getMetaData();
      String[] names = {"TABLE"};
      ResultSet tables = metadata.getTables(null,"%", "%", names);
      while (tables.next()) {
      String tableName = tables.getString("TABLE_NAME");
       ResultSet columns = metadata.getColumns(null, "%", tableName, "%");
    while (columns.next()) {
      String columnName = columns.getString("COLUMN_NAME");
        }

  • Simple link for jump query

    We have a BI web app for grant financial data that currently uses jump queries (RRI).  However, our users really dislike having to right click to get the context menu and select the 'goto' option.  Right-clicking in web apps is not an intuitive action.  Is there a way to make the field a simple link so that a single click takes them to the related query?
    Thanks in advance for you help,

    you could declare the entire table within a href tag and use the web api cmd 'RRI'.
    ie
    A  href="<SAP_BW_URL  DATA_PROVIDER='DP' cmd='RRI' rri_receiver='your rri id number'>">
    <object>
    </object> /A
    Now all the user does is left click on the table / graph to jump.

  • Getting Runtime error while executing Query on Multiprovider

    Hi ALL,
    When i m executing a query on multiprovider it is giving me runtime error as:
    *Error Reading the data of the infoprovider
    An Exception with the type CX_SY_ARITHMATIC_OVERFLOW occured
    overflow in the operation.*
    I ran this query today morning also it ran successfully, now it is giving this error.
    Please help me.
    Thank you.
    REDDY

    Hi check
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/sapsys-000-compute_int_times_overflow-cx_sy_arithmetic_overflow-1704462
    Thanks
    Reddy

  • Getting Runtime errors for smartforms in Quality.

    |    The function module " " is called,                                                         
    |    but cannot be found in the library.                                                      
    |                                                                               
    |    Error in the ABAP Application Program                                
    |                                                                               
    |    The current ABAP program "ZMMRFQ_SERVICE" had to be terminated because it has             
    |    come across a statement that unfortunately cannot be executed.    
    653|  SELECT SINGLE bedat FROM ekko INTO edate WHERE ebeln = p_ebeln.                          
    |  654|ENDFORM.                    " get_data                                                     
    |  663|FORM smartform .                                                                            |
    |  664|  CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'                                                  |
    |  665|      EXPORTING                                                                             |
    |  666|        formname                 = 'ZMM_RFQ_SERVICE'                                        |
    |  667|*   VARIANT                  = ' '                                                          |
    |  668|*   DIRECT_CALL              = ' '                                                          |
    |  669|      IMPORTING                                                                             |
    |  670|        fm_name                  = fm_name                                                  |
    |  671|      EXCEPTIONS                                                                            |
    |  672|        no_form                  = 1                                                        |
    |  673|        no_function_module       = 2                                                        |
    |  674|        OTHERS                   = 3.                                                       |
    |  675|                                                                                |
    |  676|  IF sy-subrc <> 0.                                                                         |
    |  677|    WRITE: / 'ERROR 1'.                                                                     |
    |  678|* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO                                         |
    |  679|*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.                                         |
    |  680|  ENDIF.                                                                                |
    |  681|                                                                                |
    |  682|*loop at t_final.                                                                           |
    |>>>>>|  CALL FUNCTION fm_name                                                                     |
    |  684| EXPORTING                                                                                |
    |  685|                                                                                |
    |  686|                                                                                |
    |  687|  control_parameters         = control                                                      |
    |  688|    output_options             = output_options                                             |
    |  689|    user_settings              = space  "'X'                                                |
    |  690|                                                                                |
    |  691|*    sum                    = sum                                                           |
    |  692|                                                                                |
    |  693|*    bdoc                     = bdoc                                                        |
    |  694|                                                                                |
    |  695|*     l_tlines1    =   l_tlines1                                                            |
    |  696|*      l_tlines2    =   l_tlines2                                                           |
    |  697|                                                                                |
    |  698|*      l_tlines3    =   l_tlines3                                                           |
    |  699|*                                                                                |
    |  700|*       l_tlines4    =   l_tlines4                                                          |
    |  701|*                                                                                |
    |  702|*       l_tlines5    =   l_tlines5                                                          |
    Any kind of help or inputs will be appreciated.
    Regards,
    Abhinab Mishra
    Edited by: Abhinab Mishra on Sep 4, 2009 2:52 PM

    Hi,
    put a break point at FM 'SSF_FUNCTION_MODULE_NAME' and  check what is the value you are gettting in variable fm_name, then go to SE37 and check the FM name in fm_name is available or not..
    Hope it helps!!
    Rgds,
    Pavan

  • Runtime Exception for Transaction MEREP_MON

    Can you please help me solving this problem?
    For last 3 days I am getting runtime exception for Transaction MEREP_MON. Error description is Time limit Exceeded.
    This is coming only for Direction Outbound ( When I chcking OutBound Checkbox) at the top left corner.
    For Inbound and Distribution it is working fine.
    I tried with MEREP_PURGe and purging all inbound and outbound data.

    Hi Baskar,
    I changed the mapping. I removed the ABS function. It's still throwing the same error. Now when I copy the payload from SXMB_MONI and test in Mapping in ESR, it's working fine. But the same source file throws error in SXMB_MONI. The xml that works in Test tab should certainly work in SXMB_MONI also, shouldn't it?
    So I guess it is a different error.
    Runtime exception occurred during application mapping com/sap/xi/tf/_MM_INFRECMASS_ECC_to_MDM_; com.sap.aii.mappingtool.tf7.MessageMappingException: Runtime exception when processing target-fieldmapping /ns0:MT_INFRECMASS_Receiver/INFREC_Receiver
    I must add that the INFREC_Receiver is the root node of the target file and I have kept it 0..unbounded and fields 0...1. But the source has many segements of the Idoc, so should I change them ?
    Harish Babu

  • How to see the underlying program for Infoset  query in ECC?

    HI all ,
    we have generic datasource based on Infoset .
    now ii need to add 2 fields from batch characteristics .
    my question is how to go & edit the underlying abap program .
    i have added the fields to the extract structure , but not populated the 2 fiields .
    regards ,
    srinivas .

    Hello,
    Go to SQ02 T code -
    > Give your Info set Name -
    >Click on your Info set -
    >There top you will find Option GO TO click on Go To then you will get Global Properties -
    >if you click on Global Properties -
    >You will get another scree there if you click on External Program------->You will get  underlying program for Infoset  query in ECC.
    if you find the answer usefull kindly asign some points.
    Regards,

  • We are interested to know how/where to check query runtimes for any Query in SAP BW?

    We are interested to know how/where to check query runtimes for any Query in SAP BW?
    Is there any table or program to get the query run time details per query for a particular day.

    Hello Sravan,
    Bex statics tables would be 'RSDDSTATHEADER','RSDDSTATINFO' & 'RSDDSTATEVDATA'. all these can found in one view 'RSDDSTAT_OLAP'.
    above can give historical statistic.
    For current Query statics : T-code RSRT, and select debug mode select display statistics and then execute.
    Once you get the output press F3(one step back), there you can see statics of the query for that particular execution.
    Thanks,
    Mallikarjuna

  • How to Get Missing Dates for Each Support Ticket In My Query?

    Hello -
    I'm really baffled as to how to get missing dates for each support ticket in my query.  I did a search for this and found several CTE's however they only provide ways to find missing dates in a date table rather than missing dates for another column
    in a table.  Let me explain a bit further here -
    I have a query which has a list of support tickets for the month of January.  Each support ticket is supposed to be updated daily by a support rep, however that isn't happening so the business wants to know for each ticket which dates have NOT been
    updated.  So, for example, I might have support ticket 44BS which was updated on 2014-01-01, 2014-01-05, 2014-01-07.  Each time the ticket is updated a new row is inserted into the table.  I need a query which will return the missing dates per
    each support ticket.
    I should also add that I DO NOT have any sort of admin nor write permissions to the database...none at all.  My team has tried and they won't give 'em.   So proposing a function or storable solution will not work.  I'm stuck with doing everything
    in a query.
    I'll try and provide some sample data as an example -
    CREATE TABLE #Tickets
    TicketNo VARCHAR(4)
    ,DateUpdated DATE
    INSERT INTO #Tickets VALUES ('44BS', '2014-01-01')
    INSERT INTO #Tickets VALUES ('44BS', '2014-01-05')
    INSERT INTO #Tickets VALUES ('44BS', '2014-01-07')
    INSERT INTO #Tickets VALUES ('32VT', '2014-01-03')
    INSERT INTO #Tickets VALUES ('32VT', '2014-01-09')
    INSERT INTO #Tickets VALUES ('32VT', '2014-01-11')
    So for ticket 44BS, I need to return the missing dates between January 1st and January 5th, again between January 5th and January 7th.  A set-based solution would be best.
    I'm sure this is easier than i'm making it.  However, after playing around for a couple of hours my head hurts and I need sleep.  If anyone can help, you'd be a job-saver :)
    Thanks!!

    CREATE TABLE #Tickets (
    TicketNo VARCHAR(4)
    ,DateUpdated DATETIME
    GO
    INSERT INTO #Tickets
    VALUES (
    '44BS'
    ,'2014-01-01'
    INSERT INTO #Tickets
    VALUES (
    '44BS'
    ,'2014-01-05'
    INSERT INTO #Tickets
    VALUES (
    '44BS'
    ,'2014-01-07'
    INSERT INTO #Tickets
    VALUES (
    '32VT'
    ,'2014-01-03'
    INSERT INTO #Tickets
    VALUES (
    '32VT'
    ,'2014-01-09'
    INSERT INTO #Tickets
    VALUES (
    '32VT'
    ,'2014-01-11'
    GO
    GO
    SELECT *
    FROM #Tickets
    GO
    GO
    CREATE TABLE #tempDist (
    NRow INT
    ,TicketNo VARCHAR(4)
    ,MinDate DATETIME
    ,MaxDate DATETIME
    GO
    CREATE TABLE #tempUnUserdDate (
    TicketNo VARCHAR(4)
    ,MissDate DATETIME
    GO
    INSERT INTO #tempDist
    SELECT Row_Number() OVER (
    ORDER BY TicketNo
    ) AS NROw
    ,TicketNo
    ,Min(DateUpdated) AS MinDate
    ,MAx(DateUpdated) AS MaxDate
    FROM #Tickets
    GROUP BY TicketNo
    SELECT *
    FROM #tempDist
    GO
    -- Get the number of rows in the looping table
    DECLARE @RowCount INT
    SET @RowCount = (
    SELECT COUNT(TicketNo)
    FROM #tempDist
    -- Declare an iterator
    DECLARE @I INT
    -- Initialize the iterator
    SET @I = 1
    -- Loop through the rows of a table @myTable
    WHILE (@I <= @RowCount)
    BEGIN
    --  Declare variables to hold the data which we get after looping each record
    DECLARE @MyDate DATETIME
    DECLARE @TicketNo VARCHAR(50)
    ,@MinDate DATETIME
    ,@MaxDate DATETIME
    -- Get the data from table and set to variables
    SELECT @TicketNo = TicketNo
    ,@MinDate = MinDate
    ,@MaxDate = MaxDate
    FROM #tempDist
    WHERE NRow = @I
    SET @MyDate = @MinDate
    WHILE @MaxDate > @MyDate
    BEGIN
    IF NOT EXISTS (
    SELECT *
    FROM #Tickets
    WHERE TicketNo = @TicketNo
    AND DateUpdated = @MyDate
    BEGIN
    INSERT INTO #tempUnUserdDate
    VALUES (
    @TicketNo
    ,@MyDate
    END
    SET @MyDate = dateadd(d, 1, @MyDate)
    END
    SET @I = @I + 1
    END
    GO
    SELECT *
    FROM #tempUnUserdDate
    GO
    GO
    DROP TABLE #tickets
    GO
    DROP TABLE #tempDist
    GO
    DROP TABLE #tempUnUserdDate
    Thanks, 
    Shridhar J Joshi 
    <If the post was helpful mark as 'Helpful' and if the post answered your query, mark as 'Answered'>

  • NOt able to get text value for 0calmonth in the query

    hi,
    I am not able to get the test for the calmonth in the selection screen of the Query.
    i.e If the user enter the value 01/2010 as input in the selection screen. I am not able to get its text Janurary 2010 displayed in the selection screen of the query.
    please let me know what could be the reason for this.
    regards,
    Mahesh

    Hi Mahesh,
    I regret to inform you there is no option to display the month text.
    The system works as designed. The "Key and text" option for the      
    infoObject is for display the technical name and the description.                                                                               
    I found a customer on SDN which the same doubt and the answer for your
    question. Please, check the link below:                                                                               
    0calday text variable        
    Best Regards,
    Des

Maybe you are looking for

  • HT4436 i am receiving a message when I open Microsoft Outlook MobileMe  Services has encountered a problem and needs to close.  How can I resolve?

    I am receiving a message when I attempt to open Microsoft Outlook on my PC.  it says "MobileMe Services has encountered a problem and needs to close". Does anyone know how I can resolve this problem?

  • Dynamic configuration - missing files

    Hi, during processing of message Dynamic Configuration is used. Inside SOAP response is written file name and Directory where file should be generated. But file is missing.. Message seems to be processed successfully. Any idea what could happen? M.

  • IBook problems

    I have a problem with my iBook similar to what someone else in a previous post had. Mine is a little different though. Here it is: I started my computer the other day, opened iTunes to find that a little over 2000 of the 2300 songs I had were gone. I

  • Ipod Classic in iTunes erases itself

    I have a 160g ipod Classic which I sync on a daily basis using my iMac. Lately, iTunes will freeze up and I am forced to disconnect the ipod manually, which then completely erases it and I am forced to return it to the factory settings. This problem

  • Panels Won't Auto Expand

    The past couple days I have noticed that my panels that I have set to auto expand will not do so anymore. In order to use the panels I have to expand all the panels in the column or work in the "Application Frame" which I do not like to do. I am runn