EPM ADD in problem in refreshing the report in SAP BPC 10.0 NW

Hello Experts,
In my report , i have dynamic local members ,EPM Copy range ,and context based filters as well as excel filters based on local members .
While refreshing the report the , the system is unable to refresh properly .If context is changed in the report the context member is getting fixed instead of dynamically changing.
I am using  -  Version 10.0 SP 14 Patch 3 .net 3.5
                     Build 8424
Is it a problem with over formulas or is the patch unstable?

HI,
I believe it is definitely the support pack. I posted an issue on this forum and I saw your post.  Your issue is very similar to mine. I saw Andy's reply to you about the SP 18 and looked into it.  Thanks Andy.  SP 18 resolved my issue.  See my post.  Kathy

Similar Messages

  • Problem in refreshing the data of the UI element Table

    Hi Experts,
    I am having a problem.
    I have a screen which displays list of variants in table ( variant name , variant desc )
    I am binding the entries of table in WDDOINIT method.
    but when i go back to selection screen view and come back to display variants view, WDDOINIT is not triggering.
    Now if i move the code written in WDDOINIT method to WDDOMODIFYVIEW method, its not retaining the lead selection as the binding happens on every server round trip. if i check with First_time = 'X'. its same as that of having it in WDDOINIT method.
    How do i overcome this problem of refreshing the table data.
    any clue is highly appreciated.
    Regards,
    Ajay

    hi Ajay ,
    create a custom controller for this and when u want to move from selection screen view to display variant ,
    call method of this custom controller
    DATA lo_edit TYPE REF TO ig_edit .
    lo_edit =   wd_this->get_edit_ctr( ).
      lo_edit->edit1(
    here I am calling the edit1 method of my custom controller named EDIT.
    try to move code of ur WDDOINIT here.
    it shud help
    rgds,
    amit

  • While Refresh the report in webi i got database error.

    Hi All,
    I try to refresh the report in CMC i got database error . Can any one please help me how to resolve this.
    Regards,
    Arjun

    Hi Mallikarujun,
    Try selecting the values using show values for particular column in Universe.
    If that is fine and you are using SQL Server then the query is returning more that 2147483647 which is the limit for the return count by SQL Server (4 Bytes).
    There may be issue in join condition, if not try applying filter in query

  • Problems while generating the report........

    Hi Experts,
    I have genereated a new report on purchasing data, I am facing bellow problems while generating the report,
    1) In rows one Invoice doc num is there, I am not getting result row for this object, I have given NEVER in supress result rows in properties of that object, but it's not showing.....how can i get result row for this object?
    2) I am getting '#' for the blank values, How to remove these '#"s
    Please help to solve my above problems,
    Helpful answer will be awarded with points,
    Thanks in advance,
    Venkat.

    Hi,
    1) If you have only Invoice Num it does not shows the result Row .
    2)If you display the characteristics as Key u will get as '#'. You can select as Text,then it will show 'Not Assigned'. (Hope you know that when the Values not updated from Infoprovider then # appears at output )
    Hope it helps

  • Refresh the report table simultaneous

    Hi All,
    Even though I have hidden the apply button, the report tabs are not refreshed with the parameters in the bi publisher report. We have to refresh the report page manually for each tabs.Is there a way to refresh all the report tabs at once when we change the parameter in bi publisher 11g report.
    Thanks,
    Sushil

    If you removed the apply button, then the action of selecting a new parameter value automatically reruns the report. However, if you want to have the report run with the first value or default value selected, then you may want to set a default value and set the Auto Run property and then the report will be refreshed automatically.
    Thanks,
    Bipuser

  • Invalid Year error when refreshing the report with date prompt

    Hi All,
    I am working on BO XI 3.1 with Informix database.
    When refreshing the report without any date prompt the report is running fine,but when applying the date prompt it is giving the error message
    "Invalid year in the date".
    I have tried changing the value in the advance tab of the object property to 'yyyy-mm-dd hh:mm:ss'
    But it also din't work for me.
    Please suggest.
    Thanks and Regards,
    Rishabh

    Hi Experts,
    Thanks for your suggestions.
    Since changing the PRM file was not a fesiable solution for us.
    We have manged to find a work around to solve this issue
    We have created the filters at universe level with following formula for all the date objects which we ere using at report level as a prompt:
    @Select(classname\objectname)=TO_DATE(@Prompt('Enter Date:','D',,mono,free,not_persistent), '%Y/%m/%d')
    Although when we parse this formula it wil give an error message saying 'illigle operation',
    still it will work when we use this at report level.
    Thanks and Regards,
    Rishabh

  • [Solved] Problem in refreshing the iterators

    Hi All -
    I am facing problem in refreshing the iterators on the page / retaining the values in the view when refreshing the region (a task flow dropped as region).
    I have two ShowDetailItems in tabbed regions as Tab1 and Tab2. Tab1 has a task flow, having page with Transient VOs, as region and same
    is the case with Tab2. As per my requirement I have to navigate between Tabs and have to refresh the regions in the Tabs through bean as below.
    this.homeRegion.refresh(FacesContext.getCurrentInstance());
    But in doing so i.e. navigating from Tab1 to Tab2 and coming back to Tab1, I lose the data in the Tab1.
    The problem is my bean associated with the page of the task flow in Tab1 does not get called when I refresh the
    region. And also the iterators lose their values when I come back to TAb1.
    I thought if I could reload the page or execute the iterators somehow when I refresh the region in the Tab, I would be able
    to fix the issue.
    Please help. I have been trying to figure it out for quite some time.
    Best -
    Rohit
    Edited by: Rohit Makkad on May 13, 2010 12:52 AM

    Hi All -
    I somehow overcame the issue. In my Tab2 region task flow I had set Transaction property as "Always Begin New Transaction" because of which when I go to the Tab2 the Tab1 was losing its values in the transient VO.
    For now, I reset the Transaction property of Tab2 to its default value and could navigate between different tabs with refreshing them everytime on disclosure event and still able to retain values in the transient VO.
    - Rohit

  • Please Help Urgently to refresh the report on the change in data

    We want to refresh report at runtime for the Drill Down report if any user changes the Data. We changes the data from the form which is called from the report and we want to this effect on the report on the prompt.
    Is there any method to close the report while it is in the queue of Background Engine? Can we refresh the report ? Please help urgently.
    Thanks in Advance.

    Pritesh,
    Reports goes out to the database and fetches the data (not a snapshot) and returns the information, formats it and displays it. The only way to refresh, is to rerun the report.
    If your are running from the server, you need to make sure you are not fetching from cache (you determine this from destype and set the life of the cache in the servername.ora file).
    I am unaware of any way to programatically close the report once displayed. The user must take action to close the report (unless you call the operating system to kill the display). When you rerun the report from Oracle Forms, you will get fresh data.
    Regards,
    The Oracle Reports Team jls

  • How to add/create additional page in Crystal Report Layout SAP B1

    Hi,
    I wanna ask about How to add/create additional page in Crystal Report Layout SAP B1 ?
    I want when user print Purchase Order then on last page also print some page like Penalty Clause etc.
    Pls help me to find the solution.
    Br,
    Thomas Marsetyo

    Hi,
    In your report footer, set it to create a new page before it is printed (In 'Section Expert', select the Report Footer -> 'Paging' tab -> Check 'New Page Before' checkbox). Throw your Terms & Conditions into the Report Footer section.
    If you already have a Report Footer that you want to keep, just split the footer into two sections (Right-click the Report Footer section -> 'Insert Section Below') and follow the same procedure for the newly created section.
         Check this Link
    http://stackoverflow.com/questions/9232239/adding-an-additional-page-to-end-of-a-crystal-report
    http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=18960
    Regards,
    Manish

  • Where to find Standard Audit Trail reports in SAP BPC 10

    Hi Experts,
    We being new to SAP BPC v 10 are stuggling to find the standard Audit trail reports which were present in version 7.
    Can any body guide us with the roadmap by which we can see those standard Audit trail reports in version 10.
    Thanking in Anticipation for a quick and favorable response.

    Hi Sanjeev,
    In SAP BI, we have standard BI content reports which is present which just needs to be installed and is ready to be used.We are trying to find such Audit trail reports and unable to find those reports in SAP BPC 10 NW version.
    Could you please guide us if we are missing anything.
    Thanks in advance.
    Thanks & Regards,
    M.S

  • Report with SAP BPC MS Hierarchy

    Hello,
    We are using BO Web Intelligence in order to create reports with SAP BPC 10 Microsoft version data.
    We have a requirement were we need to create this reports with hierarchies created at BPC level. However when we use this hierarchies, technical names are always showed attached to descritions (please see attached file).
    What we want is to change the following:
    - at this moment we have "VN_FACT - Facturação", that represents ID concatenated with " - " and Description;
    - we want that only shows Description but with plus sign of hierarchy.
    How can we achieve this?
    Thanks and regards,
    Vitor Ramalho

    Please check image below explaining the steps to change the definition.
    Hope this works for you as I don't have more ideas
    Regards,
    José Santos

  • Reports in SAP BPC

    Dear All,
    I uploaded datafile succssfully. And i am displaying uploaded data in BPC-Web---->Darg & Drop report.
    But When i am trying to dispaly my uploaded data in BPC-Execel-->Reporting & Analysis->Bulid a report using dynamic template
    my budget items are disaplying but amounts are not diaplaying.
    Can any one please give me guidence.
    Thanks & Regards,
    Satish.

    Hi Sanjeev,
    In SAP BI, we have standard BI content reports which is present which just needs to be installed and is ready to be used.We are trying to find such Audit trail reports and unable to find those reports in SAP BPC 10 NW version.
    Could you please guide us if we are missing anything.
    Thanks in advance.
    Thanks & Regards,
    M.S

  • EPM add-in problem with input data,retrieve dimension or members

    Hello everyone,
    I am trying to use data write back (input data) function with EPM add-in in Dashboards. I managed successfully bringing results of an EPM report. I've created a local connection at EPM, and created a  connection at data manager for"Planning and consolidation, version for SAP netweaver platform". And i could get the values via refreshing connection at preview mode, so far so good. Now i want to add a connection which will serve as data write back function to a specific BPC cube. The problem is,  I can retrieve data source name and environment name. But when i click to retrieve model names, it retrieves empty results. The problem exist in, "retrieve dimension" and"retrieve dimension members" functionalities too. I realized that i could retrieve model names for only one specific environment, but even i could get these, when i try to retrieve "cell definition" i am facing an error. You can see related screenshots below.
    I am using Dashboards 4.1 SP2,  EPM connector 10 SP 17.  I created two connections as local and business planning and consolidation for netweaver. I selected same environment and model name for these connections. Neither did work.  Any ideas?
    Update: The reason i could see some model names and some others not  was i didn't specified the model as data source at: 
    Enable BPC Model as reporting data source
               Logon to BPC 10.0 NW web client -> Planning and Consolidation Administration -> Dimensions and Models -> Models -> Select the Model -> Edit -> Features Used with the Model -> mark check box 'Use as Source of Data' -> Save.
    I will update here if i could find a solution for the other issue. (First screenshot).
    Update_2: The problem was occuring because i wasn't connecting to transient cube, created automatically by applying the step at Update_1. While creating a local connection, you shouldn't connect to the original cube, but to the transient one instead to use input data functionality.
    Regards,
    Onur
    Message was edited by: Onur Göktaş

    HI,
    I believe it is definitely the support pack. I posted an issue on this forum and I saw your post.  Your issue is very similar to mine. I saw Andy's reply to you about the SP 18 and looked into it.  Thanks Andy.  SP 18 resolved my issue.  See my post.  Kathy

  • Problem in refreshing the data in Xcelsius

    Hi,
    I have added a refresh button in my dashboard  to refresh the data from the BOE , but ones i click that button it ask for user authentication and ones i enter that and click ok nothing happens , the data is not getting refreshed.
    In second case i made my data connection as refresh on load  so as soon i launch my dashboard it ask for user authentication and after entering that details nothing happens and i am not able to see the data and even if i enter wrong details in the pop up window it does not gives any error message for wrong credentials.
    Earlier i was getting the error like #2032 , #2017 so i maintained the crossdomail.xml file in web server it was resolved.
    But i am not able to refresh the data nor i am getting any error message kindly suggest !!
    Regards,
    Mishra,Vibhav

    Dear Ingo,
    Thanks for replying.
    Step 1 : I have used a excel sheet using the live office connection and using the existing CR report from the BOE.
    Step 2 : Then i have published that excel sheet in BOE
    Step 3 : I have imported that spreadsheet in the Xcelsius and created a dashboard on top of that.
    Step 4 : I have added a refresh button on the dashboard which is used to refresh the live office connection and the session URL   that i have maintained is  http://XXXC043A:8080/dswsbobje/services/session . i am not using the refresh on load option.
    Step 4 : When i preview the dashboard with the preview button  available in the Xcelsius i can see the dashboard with the existing data but ones i click the Connection refresh button a user authentication window pop up which ask for the system name user id and pwd and Authentication type . I used the Enterprise authentication for that but ones i submit the credential nothing happens even if i enter the wrong information no error  message is prompted.
    Thanks in advance .
    Regards,
    Mishra,Vibhav

  • Performance problem to retrieve the report

    hi gurus
    i am working in BW support, i got a issue regarding reports.
    query  taking to much time to retrieve the report, and the same probs arise when u try to drill down in report.
    can anyone plz give me a solution to solve my problem.
    thanks in advance
    z

    Hi Zammy:
    do a search on "performance", you will got lot of answers which pertains to queries. there are lot of things involved when a query takes a lot of time :
    install BW stats and analyze the queries
    may be an option to use aggregates is a good idea to consider
    you can multi providers to do reporting for better query performance
    try to avoid " excludes" in BEx
    Query Read Mode     -     Read when navigating and expanding hierarchies
    Check if indices under ORACLE are degenerated. OSS Note 323090
    OLAP Cache OSS Note # 456068
    Assign points if helpful
    Kalyan

Maybe you are looking for

  • Setting the first day of the week

    Hi, Is there any other place in Mac OS X where I could set system's first day of the week, except iCal? In iCal it's set to Sunday, but in OmniFocus mini calendars show Monday as the first day of the week, although even there in OmniFocus preferences

  • I am getting this error message "ORA-01006: bind variable does not exist.

    My code works fine like this: DECLARE v_JOBTYPE varchar2(8); v_STATUS varchar2(8); v_FAILURE varchar2(8); v_CAUSE varchar2(8); v_ACTION varchar2(8); BEGIN SELECT EVT_STATUS, EVT_FAILURE, EVT_CAUSE, EVT_ACTION, EVT_JOBTYPE INTO v_STATUS, v_FAILURE, v_

  • Let me know how to Display "No Record found"

    Hello All, Please help me in displaying the text " No record found" when no datas are present. I use lexical parameter and bind paramter to retrieve datas. Appreciate your help! Thanks Ashok

  • Obiee financial analytics...

    Hi Everyone, Can you please send me the links related to Financial analytics with the flavor of ODI. I need information about the reports, dashboards, meausers in the document. Could you please share your favorate links and share your ideas.. Thanks!

  • Layout and Pagination

    Hi, I am using sql based report... my issue is that report only shows 15 records... how can I change the number of rows from 15 to ALL... Please advice Thanks