Drill Down Error / Report Builder Limitations

I have been having alot of problems recently with the new
version of 7.0.2. A few things that i have noticed is that i can't
do drill downs anymore. I don't think it's a coding issue since it
was working in the previous 2 releases of Report Builder(7.0,
7.0.1).
Another problem is that I have reports that return around
1,000 pages. Now, I know there is a limitation on Flash Paper/Flash
Player, whoever i was wondering if there is a work around or
something i can do to get this reports to finish. Right now I get
the error roughly stating "A script has cause this flash movie to
become unstable and if you continue it might make the computer
unresponsive". Currently the only work around that i have is to
offer the same report in PDF format, however 90% of our customers
want to run it in flash paper, and my boss wonts it to work using
flash paper aswell.
Any sugguestions that you might have or anything please email
me. If you have any questions please email me aswell.
Thank you,
Daniel

Yeah, still having this issue... Can't get the links working
in Flash Paper. A temp fix is to have the report in PDF instead of
Flash.

Similar Messages

  • Drill down error

    Hello Experts
    When I drill down a report according to Characteristics( ship_to and sold_to) The report is displaying following Messege"abort System error in Program Cl_RSDM_READ_MASTER_DATA and form_sidval_drect_" and the report is disconnecting from BW server, I rpaired all the Masterdata Objects in RSRV but no use? I checked in SAP Note, looks like no relevent notes for this error.
    we are using BW3.1
    Any guidance or suggestions
    Thanks
    SP

    Hi SP,
    Check you have done the identifications properly in the multi provider. The error message shows for the SID Conflict for the particular infoobject. In RSRV Could you please run the following test and if there are any errors you can run repair.
    Tests in Transaction RSRV -> All Combined Tests   -> Master Data  -> Check Master Data for a Characteristic
    Regards

  • Drill down in report based on two queries

    Hi,
    I have a problem with drilling down in report which is based on two queries.
    Queries are based on different universes.
    Both queries contains almost the same dimensions but different measures.
    In my report is a calculated measure based on measures from both queries.
    In both universes are the same hierachies.
    When I drill down in report for the first time I have to chose hierarchy  but then data are filtered to the choosen  value only from one query , data from second query are not filtered and the values of calculated measure are incorrect
    How can I solve this issue without adding dimensions belonging to the hierarchies to queries.
    Please help.
    Regards.
    MG

    Hi MG,
    First of all, what do you mean by "Both queries contains almost the same dimensions but different measures"
    "Almost" is not a good word in the IT world, especially when trying to merge/join tables. You need to be exact.
    That sounds like a possible reason for the problem.
    I am also not sure about your question:
    "How can I solve this issue without adding dimensions belonging to the hierarchies to queries."
    You may have to add those dimensions to the queries. Why would you not want to?
    Thanks

  • Unable to Drill Down for Report Designer

    hellooo...I created a report using a query in Report Designer. My query is having a structure in the row and I'm using this query for the report in Report Designer. After I created this report in Report Designer, I assign this report in Web Application Designer and create a navigation pane to link this report for the drill down function. But I have problem on drill down this report in the web template when i click on this navigation pane for the free char i defined. Eg: when i drill down for the char in the free char under the navigation pane item, I cannot perform the drill down horizontally but can perform drill down vertically. After perform drill down, I don't see the values from that char being displayed in the reports. Just wondering report in report designer cannot have any drill down function? or is my query problem due to the structure i defined? thanks alotttt...

    The report designer needs a fixed Column definition ( structures)
    In case of drill across this requirement is not fullfilled.
    This is not changable and is due to design, sorry.
    so you can only drill down.
    best regards,
    Kai

  • Error: "Numeric value entered was too low " -drill down discoverer report

    Hi ,
    We have created a Discoverer drill down report (drill down to another worksheet). We have two worksheets one for the master and and the other for the detail.The parameters are passed to detail sheet (The link information is set using the Manage links option in the Discoverer plus) from the master. This whole thing works fine in dev instance.
    We imported the business area . Deleted the existing file and the opened the new .dis file from local computer and then saved it to db.
    Now the master report runs fine and when we click on the drill down link for the detail we get the following error
    An error occured while handling the event.See the application log for more details.
    - The numerical value entered was too low."
    However the link works fine in plus and desktop in the same instance.
    Kindly help.
    Thanks,
    Shobana

    I hope you're not using Internet Explorer v7.
    It has a specific problem with Disco Viewer, is not certified to work with it, and the error is drilling in Viewer.
    The Oracle bug (metalink) is: 5608740
    This bug prevents the listing of drill items under the drill icon.
    Russ

  • Error in Drilled down ALV Report.

    Hi all
    i am creating a single level drilled down report , in that in the first screen i am displaying the header detials , in the second level i am displaying the item detial of the particular line..
    While processing the second level i am getting a dump like
    A PERFORM was used to call the routine "USER_COMMAND" of the program
    "SAPLSLVC_FULLSCREEN".
    This routine contains exactly 1 formal parameters, but the current
    call contains 2 actual parameters.
    parameters.
    here is my code :
    FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM.
    CASE R_UCOMM.
    WHEN '&IC1'.
    PERFORM BUILD_CATALOG_EKPO.
    PERFORM EVENT_EKPO.
    PERFORM POPULATE_EVENT_EKPO.
    PERFORM DATA_EKPO.
    PERFORM BUILD_LIST.
    PERFORM DISPLAY_EKPO.
    ENDCASE.
    ENDFORM.
    *&      Form  BUILD_CATALOG_EKPO
          text
    -->  p1        text
    <--  p2        text
    FORM BUILD_CATALOG_EKPO .
      WA_FIELDCAT-TABNAME = 'ITAB_EKPO'.
      WA_FIELDCAT-FIELDNAME = 'EBELN'.
      WA_FIELDCAT-SELTEXT_M = 'PO NO.'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-TABNAME = 'ITAB_EKPO'.
      WA_FIELDCAT-FIELDNAME = 'EBELP'.
      WA_FIELDCAT-SELTEXT_M = 'Item No.'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
        WA_FIELDCAT-TABNAME = 'ITAB_EKPO'.
      WA_FIELDCAT-FIELDNAME = 'MATNR'.
      WA_FIELDCAT-SELTEXT_M = 'Material NO.'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
        WA_FIELDCAT-TABNAME = 'ITAB_EKPO'.
      WA_FIELDCAT-FIELDNAME = 'WERKS'.
      WA_FIELDCAT-SELTEXT_M = 'PLANT.'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
        WA_FIELDCAT-TABNAME = 'ITAB_EKPO'.
      WA_FIELDCAT-FIELDNAME = 'LGORT'.
      WA_FIELDCAT-SELTEXT_M = 'Storage Loc.'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
        WA_FIELDCAT-TABNAME = 'ITAB_EKPO'.
      WA_FIELDCAT-FIELDNAME = 'MENGE'.
      WA_FIELDCAT-SELTEXT_M = 'Quantity.'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
        WA_FIELDCAT-TABNAME = 'ITAB_EKPO'.
      WA_FIELDCAT-FIELDNAME = 'MEINS'.
      WA_FIELDCAT-SELTEXT_M = 'UNIT.'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
    ENDFORM.                    " BUILD_CATALOG_EKPO
    *&      Form  EVENT_EKPO
          text
    -->  p1        text
    <--  p2        text
    FORM EVENT_EKPO .
    CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
    EXPORTING
      I_LIST_TYPE           = 0
    IMPORTING
       ET_EVENTS             = V_EVENTS
    EXCEPTIONS
      LIST_TYPE_WRONG       = 1
      OTHERS                = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM.                    " EVENT_EKPO
    *&      Form  POPULATE_EVENT_EKPO
          text
    -->  p1        text
    <--  p2        text
    FORM POPULATE_EVENT_EKPO .
    READ TABLE V_EVENTS INTO WA_EVENT WITH KEY NAME = 'TOP_OF_PAGE'.
    IF SY-SUBRC EQ 0.
    WA_EVENT-FORM = 'TOP_OF_PAGE'.
    MODIFY V_EVENTS FROM WA_EVENT TRANSPORTING FORM WHERE NAME = WA_EVENT-FORM.
    ENDIF.
    ENDFORM.                    " POPULATE_EVENT_EKPO
    FORM F_TOP_OF_PAGE.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          IT_LIST_COMMENTARY       = IT_LISTHEADER
       i_logo                   =
       I_END_OF_LIST_GRID       =
    ENDFORM.
    *&      Form  DATA_EKPO
          text
    -->  p1        text
    <--  p2        text
    FORM DATA_EKPO .
    DATA:RS_SELFIELD TYPE SLIS_SELFIELD.
    READ TABLE ITAB_EKKO INTO WA_EKKO INDEX RS_SELFIELD-TABINDEX.
    SELECT EBELN EBELP MATNR WERKS LGORT MENGE MEINS
    FROM EKPO
    INTO CORRESPONDING FIELDS OF TABLE ITAB_EKPO
    WHERE EBELN = WA_EKKO-EBELN.
    DATA :ID_ITEM_COLOR.
    LOOP AT ITAB_EKPO INTO WA_EKPO.
    ID_ITEM_COLOR = ID_ITEM_COLOR + 1.
    IF ID_ITEM_COLOR = 8.
       ID_ITEM_COLOR = 1.
    ENDIF.
    CONCATENATE 'C' ID_ITEM_COLOR '10' INTO WA_EKPO-LINE_COLOR_ITEM.
    MODIFY ITAB_EKPO FROM WA_EKPO TRANSPORTING LINE_COLOR_ITEM.
    ENDLOOP.
    ENDFORM.                    " DATA_EKPO
    *&      Form  DISPLAY_EKPO
          text
    -->  p1        text
    <--  p2        text
    FORM DISPLAY_EKPO .
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
      I_INTERFACE_CHECK                 = ' '
      I_BYPASSING_BUFFER                = ' '
      I_BUFFER_ACTIVE                   = ' '
       I_CALLBACK_PROGRAM                 = V_REPID
      I_CALLBACK_PF_STATUS_SET          = ' '
      I_CALLBACK_USER_COMMAND           = 'USER_COMMAND '
      I_CALLBACK_TOP_OF_PAGE            = 'TOP_OF_PAGE'
      I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
      I_CALLBACK_HTML_END_OF_LIST       = ' '
      I_STRUCTURE_NAME                  =
      I_BACKGROUND_ID                   = ' '
       I_GRID_TITLE                      = I_TITLE_EKPO
      I_GRID_SETTINGS                   =
      IS_LAYOUT                         =
       IT_FIELDCAT                       = I_FIELDCAT[]
      IT_EXCLUDING                      =
      IT_SPECIAL_GROUPS                 =
      IT_SORT                           =
      IT_FILTER                         =
      IS_SEL_HIDE                       =
      I_DEFAULT                         = 'X'
      I_SAVE                            = ' '
      IS_VARIANT                        =
       IT_EVENTS                         = V_EVENTS
      IT_EVENT_EXIT                     =
      IS_PRINT                          =
      IS_REPREP_ID                      =
      I_SCREEN_START_COLUMN             = 0
      I_SCREEN_START_LINE               = 0
      I_SCREEN_END_COLUMN               = 0
      I_SCREEN_END_LINE                 = 0
      IT_ALV_GRAPHICS                   =
      IT_HYPERLINK                      =
      IT_ADD_FIELDCAT                   =
      IT_EXCEPT_QINFO                   =
      I_HTML_HEIGHT_TOP                 =
      I_HTML_HEIGHT_END                 =
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER           =
      ES_EXIT_CAUSED_BY_USER            =
      TABLES
        T_OUTTAB                          = ITAB_EKPO
    EXCEPTIONS
      PROGRAM_ERROR                     = 1
      OTHERS                            = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM.                    " DISPLAY_EKPO
    *&      Form  BUILD_LIST
          text
    -->  p1        text
    <--  p2        text
    FORM BUILD_LIST .
      gd_layout-no_input          = 'X'.
      gd_layout-colwidth_optimize = 'X'.
      gd_layout-totals_text       = 'Totals'(201).
    Set layout field for row attributes(i.e. color)
      gd_layout-info_fieldname =      ' LINE_COLOR_ITEM'.
    ENDFORM.                    " BUILD_LIST
    Arun Joseph

    The form USER_COMMAND should have 2 changing/actual parameters which is standard.
    Ex:
    FORM user_command USING r_ucomm LIKE sy-ucomm 
    rs_selfield TYPE slis_selfield.
    ENDFORM.

  • Drill down in Graphic Builder

    Hi,
    Can you drill down from a chart in the Graphic Builder to report in the Report Builder. If yes can someone please help?
    Thanks

    Just a tip:
    If you're working inside a af:region + ADF task flows, you have to declare your attributes as a input parameters and after that you'll be able to auto complete inside jspx or jsff pages.

  • URGENT!! Drill Down Error with Character Set non-ascii on Discoverer Viewer

    Hi,
    We have an error in a Drill down. It comes up when the Discoverer Viewer tries to process data that contains special character (non-ascii) in a query's filter. The same report that does not perform well with special characters, does perform well if the data don’t contains special characters, so it seems to be an issue processing non-ascii chars in this Discoverer Viewer instance.
    Ex. FIELD_NAME = 'öÜæäé (This filter is contained in a query that this getting an error msg="We're sorry, the server encountered an unexpected condition" ).
    It might be possible that there are some problems with the Discoverer charset ?
    We will appreciate any suggestion about this respect.
    Regrads,
    Seba.

    Sure,
    This is the hole sql command that get an error in a drill down action process
    SELECT NVL (sf_dw_people_skills.major_name, 'No Major'),
    sf_dw_people_skills.minor_name, sf_dw_people_skills.skill_name,
    sf_dw_people_skills.skill_level,
    sf_dw_people_all_rel_v.supervisor_name,
    sf_dw_people_all_rel_v.person_name, sf_dw_people_all_rel_v.LOCATION,
    sf_dw_people_all_rel_v.supervisor_dir_name, COUNT (1)
    FROM olnreport2.sf_dw_people_all_rel sf_dw_people_all_rel,
    olnreport2.sf_dw_people_skills sf_dw_people_skills,
    olnreport2.sf_dw_people_all_rel_v sf_dw_people_all_rel_v,
    olnreport2.sf_dw_competences_rel sf_dw_competences_rel
    WHERE ( (sf_dw_people_all_rel.person_id = sf_dw_people_skills.person_id
    AND (sf_dw_people_all_rel_v.person_id =
    sf_dw_people_skills.person_id
    AND (sf_dw_competences_rel.skill_id = sf_dw_people_skills.skill_id
    AND (sf_dw_people_all_rel_v.supervisor_id =
    sf_dw_people_all_rel.supervisor_id
    AND (sf_dw_people_all_rel_v.supervisor_name = 'Kunz, Jürgen Mr') /*When I replace the charset 'ü' by u, it´s work ok*/
    AND (sf_dw_people_skills.minor_name = 'HRMS')
    AND (sf_dw_people_skills.skill_name = 'HR Intelligence')
    AND ( sf_dw_competences_rel.competence_type = :"competence_type"
    AND sf_dw_competences_rel.competence_id IN ((:"competence_id"))
    AND (sf_dw_people_all_rel.supervisor_id IN ((:"Manager")))
    AND ((( :"resource_manager" <> -1
    AND olnreport2.do_val_person_job_prod
    ('RESOURCE_MANAGER_VIEW',
    sf_dw_people_skills.person_id,
    sf_dw_people_skills.job_code,
    sf_dw_people_skills.product_code,
    :"resource_manager"
    ) = 'Y'
    OR :"resource_manager" = -1
    GROUP BY NVL (sf_dw_people_skills.major_name, 'No Major'),
    sf_dw_people_skills.minor_name,
    sf_dw_people_skills.skill_name,
    sf_dw_people_skills.skill_level,
    sf_dw_people_all_rel_v.supervisor_name,
    sf_dw_people_all_rel_v.person_name,
    sf_dw_people_all_rel_v.LOCATION,
    sf_dw_people_all_rel_v.supervisor_dir_name;
    Regards,
    Seba.

  • Drill down error on Viewer

    Hi, I'm having an error on Discoverer Viewer (Release 4.1.44) when I try to Drill down on an element. The drill down functionality works ok, except when the drill down elements are too many and needs to be drawn on Next Page. In that case I got an error ("The page cannot be display").
    Anybody had that problem, or knows why it is happening?
    Thanks in advance
    Ivo

    Though I cannot say without investigating this if this is a bug or due to some other issue, the first advice would be for you to upgrade to the latest patchset, 4.1.48 or later. There is a good chance that this issue, if a bug, may have been fixed in a subsequent release.
    The other option would be to take a look at Metalink.Oracle.com and see this issue has been reported earlier.
    Thanks
    Abhinav Agarwal
    Oracle Business Intelligence Product Management

  • Drill down error in 10g - No Columns displayed

    When drilling down on OBIEE 10g reports sometimes the result is "No columns displayed", we cannot find any particular reason why this happened. The columns are available and should show up so it's perceived as an error for our users.
    Does anyone know how and why this happens and what a possible solution might be?
    Much appreciated!

    Hi SP,
    Check you have done the identifications properly in the multi provider. The error message shows for the SID Conflict for the particular infoobject. In RSRV Could you please run the following test and if there are any errors you can run repair.
    Tests in Transaction RSRV -> All Combined Tests   -> Master Data  -> Check Master Data for a Characteristic
    Regards

  • Drill down in report

    I am looking to add some drill down functionality in one of my reports. Does anyone have an references (books, tutorials, or otherwise) that could provide an example. I'm running Reports 9i. TIA.

    Hi,
    One example you could look at is "Parameter form JSP".
    http://otn.oracle.com/products/reports/htdocs/getstart/examples/index.html
    In the example, you can search for customet name (eg, s%), then from the customer list you select one in order to view all its orders.
    If you want to use the paper layout and output to HTML / HTMLCSS, in that case you can use the Hyperlinks property to create drill-down. You can look at "Building Reports" manual section 2.2.6 for information on Hyperlinks. Create a master report with hyperlinks, and in each hyperlink you can pass the full report command for the detail report with the relevant master infromation, eg, the customer_id or the department_id.
    http://otn.oracle.com/documentation/reports.html
    Navneet.

  • Analysis Wizard Drill Down Error

    When i drill down on a fsg report on some rows I get the following error message
    "This row is not unique. Drill cannot proceed"
    This only occurs on some of the rows in the report
    I have looked at the row definitions and can not see anything to suggest the row is anything but unique.
    Does anyone have any ideas on how to identify the issue, and resolve my problem
    Thanks

    You can access the doc through My Oracle Support (MOS) website -- https://support.oracle.com
    You will need to have a username/password to access the doc.
    I cannot post the contents of MOS doc as this violates Oracle Support agreement policy.
    Thanks,
    Hussein

  • Drill down on report s_alr_87012999

    Hi,
    I'm having trouble tracing a drilldown problem on order reports such as S_ALR_87012999. When drilling down on plan line items an error message saying "No plan line items were selected" appears, yet there is a total against the account code, suggesting there is data there. An authorization check doesn't return any problems. Am I missing anything else?
    thanks

    Ian,
    Are you using ST01 for the auth trace?
    Reading the error message, it did not sound like an authorization error message to me. One way you can rule out whether this is an authorization problem or not, assign the test uid with SAP_ALL , and run the report to see if the error still persists. So you don't waste time on non-security error.
    Hope this help.
    Regards,
    Lye

  • Drill down on reports

    Hi guys,
    Sorry posted this in the wrong forum first.
    Need help. On the vanilla chart on the Service Request home page. If you click on one of the segments, it drill's down to a list of the SR's within that segment.
    However when i create such as pie chart, the pie-chart cannot be drilled down. I read some stuff about actions link and setting a custom data type with 2 different html options but nothing is working.
    Also as Mike had suggested previously, i tried setting the drill property in the interaction tab.
    But no joy any advice?
    Thanks
    Minesh

    Min,
    The interaction you are attempting to replicate is a Navigate interaction rather than a Drill. You will need to create a target report with the detail columns you want. One of these columns needs to be the same column you are clicking on in the first report. Set a filter on this column to Is Prompted.
    Now go back to your first report and on Step 1 of the Build and View Analysis screen format the column you want to drill on with a column interaction of Navigate and browse and identify the target report.
    Go to Step 2 and do the same for the Chart. Edit the chart and set the Navigate interaction to the target report.
    Both reports need to be in the shared space, but do not need to be in the same folder. User must have access to both reports in order to use the navigate drill down.
    If you have questions about how this should be set up, Open the Pre-built Analysis named Open Service Request Analysis in the Pre-built Analysis/Service Analysis folder. This is the report that is on the Service Homepage. The target report is named Service List and is in the Pre-built Analysis/Quick List Reports folder.
    Hope this helps.
    Mike

  • Drill down in reports

    Hi,
    when I want to work with drill downs is this only possible with using hierarchies for the neccessary characteristics?
    I'm working with SAP BW 3.5 and 7.
    Thanks in advance.
    Edited by: saplaz on Jun 23, 2010 11:11 PM

    The report shows for example:
    Risk class 1 customerX 500 Dollar
                        customerY 300 Dollar
                        customerZ 200 Dollar
                        Sum 1000
    after drill down
    Risk class 1.1 customerX 500 Dollar
    Sum 500
    Risk class 1.2 customerY 300 Dollar
    Sum 300
    Risk class 1.3 customerZ 200 Dollar
    Sum 200
    The thing is that I only want to see one row with the risk class like that:
    Risk class 1 1000 Dollar
    after the drill down the other rows should appear
    Rc 1.1 customerX 500 Dollar
    Rc 1.2 customerY 300 Dollar
    Rc 1.3 customerZ 200 Dollar
    Any ideas how this could be done?

Maybe you are looking for

  • How can i password protect some files and web sites?

    How can I possword protect some files and web sites on my mac air so others using my laptop can't access them?

  • Don't understand error message.

    Update: I'm looking for any ideas on this. I know it's hard without the full script. I'm more than happy to send it to you, but it is over 450 lines. All of the database functions work fine, as does an earlier version of this script from which there

  • Order by with url parameter

    Hi, I am new to Bi Publisher. I have a simple report query and am able to add a bind variable within the where clause to filter data by one of the fields and it works fine. I am not able to use a bind variable to control the order by. Can a parameter

  • System status        ISBD Insufficient budgeting

    Please advise , what is tis mean System status  ISBD Insufficient budgeting Thank you

  • Overview of user permissions

    The question is how to obtain an overview of the permissions, (user rights) that are there for the users. At first, this overview is for internal use for control purpose to see if everything is correct. Second, for the accountant (controler) to show