F4 help on web report gives dump

Hello all,
I am facing one issue on BI 7.0 web template as well as BI 7.0 Analyzer.
We have one query, which works fine in BEx 3.x Analyzer, but when I execute the same query in BI 7.0 Web Analyzer / Bex Analyzer, it gives the dump while selecting the value for mandatory variables.
I have two mandatory variables in this query. Date Interval and Plant. This query works fine in Quality, but it gives me dump only in Production.
I performed following checks.
1. If I select Plant and then click on the F4 help button for Day -> DUMP
2. If I do not select Plan and click on the F4 help button for Day -> works fine -> After selecting date, click on the F4 help for Plant -> Works fine
3. If I select Plant and put the date manually in the selection -> Click Check Button or Execute Button -> DUMP
I was going through couple of threads. As per those threads, I did try changing the date variable from standard SAP to custom variable but that didn't help. I also tried changing the cache size, but didn't help.
Please help. We are on BI 7.0 - SP21, BI Java SP 19 - Patch 30.
Thanks,
Danny

In the first case
1.
Termination message sent
ERROR BRAIN (629): Specify a value for variable Day Interval
  MSGV1: Day Interval
ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
  MSGV1: SAPMSSY1
  MSGV3: UNCAUGHT_EXCEPTION
Second / Third with I execute the report
2 / 3.
Termination message sent
ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
  MSGV1: SAPMSSY1
  MSGV3: UNCAUGHT_EXCEPTION
Thanks,
Danny

Similar Messages

  • Missing values in F4-help in web reporting

    Hallo everybody,
    we have a problem with our F4-value help. When we open this value help in web reporting of bw 7 we only see in the value help a few entries and not all the contents of the master data table. We have checked the infoObject and query settings. Are somewhere in the system a hidden configuration which we haven't checked? The query is 7.x.
    Thanks and regards!

    Check the properties of your infoobject in advanced tab., in query designer
    Currently you can see the values only posted and that is the default option.
    If your requirement is to see all the values stored in master data then change the option in your query and as well as in Bex properties tab of your info object.
    Hope this helps.
    Regards,
    Reddy
    Edited by: Reddybl on Apr 1, 2010 7:40 PM

  • Webi report gives old data in infoview on refresh

    Hi Experts,
    We are facing this strange issue on a webi report after some data updation in the SAP BW infocube.
    The webi report is based on the universe which is connected to an infocube in our BW dev system. After some data updation in the cube, we had tested the report in webi rich client and everything was working fine (the newly updated data from cube was reflecting). Now, we had tested the same report in infoview, but it was showing the old data only. We had tried exporting the report once again to infoview, refreshed universe structure; but without any success.
    What appeared to be even more strange was that the last refresh time was also not changing. While running the report in the infoview it hardly takes 40secs. But on refreshing it says the last refresh time was 5mins.
    Any help on this would be highly appreciated.
    Regards,
    Arun.

    it sounds like when you refresh report in Infoview you get the cached data, it never goes to the DB to fetch new one...
    You'll need to enable traces on webi processing server as well as SOFA/MDX tracing and review log files to see if requests are going to db or not and what is being returned.
    It could be at webi proc level or at your BW level.
    You can also try disabling webi caching in webi proc server properties and see what happens.

  • Need Help: Could WEBI report directly based on EXCEL file be refreshed?

    In 3.0, Could WEBI reports directly based on EXCEL file be refreshed, after exporting to BOE platform?
    I've made a test on that and find out WEBI report could not be freshed in Infoview while DESKI report could.
    Some colleague suggest me to build the WEBI report based on a Universe created based on the EXCEL file.
    I want to confirm, is it a by-design that we could only refresh WEBI report based on universe? or I could do some setting to made the refreshment of WEBI based directly on EXCEL file works?
    Please Help!! Thanks a lot~~~

    Hi Rachel,
    You could try the Rich Client Product Guide [http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_web_intelligence_rich_client_en.pdf] but I don't think it is a problem...more like a feature by design - it makes sense.
    You could try the route of creating a universe on top of excel... See posts
    [DBMS Independent universe;
    [how to connect to excel sheet and create a universe on top of that;
    Hope this helps
    Jacques

  • Need Help on WebI Report

    Hi Friends,
    I have 2 tables in  query1  in Infoview. I want to hide table 1 and column1(out of 2 columns) in table 2.
    Please reply with step by step details
    Thank you.

    You cannot hide the block or columns in Webi thinking that you are accessing Webi reports through infoview. You should make the report invisible by matching the table/column borders and the text color with the back ground color. And align the tables appropriately so that it doesnt appear as empty space in the report.
    But why are you having table 1 when you want to hide the table. Similarly with column 1 of table 2. Just get the data you need in the report.

  • Help in Webi report in Crosstab

    I have a report in cross tab format. and I have following data which are storing product name, min stock, max stock and average stock but did not store category for each product.
    Min_document   Max_document   Average_document    Quantity
    doc10                 doc50              doc30            100               
    doc10                 doc50              doc30            200                
    doc10                 doc50              doc30            300                
    doc10                 doc50              doc30            400               
    doc20                 doc60              doc40            150               
    doc20                 doc60              doc40            250                
    doc20                 doc60              doc40            350                
    doc20                 doc60              doc40            450             
    How am I going to fit the above data into the cross tab webi report as following
                              doc10           doc50          doc30            doc20           doc60      doc40 
                                MIN             MAX             AVG             MIN            MAX        AVG
    Standard Quantity           100             400             250             150            450        300
    Standard Quantity is a hardcoded column and not store into the table. Within the "Doc10 ~ Doc50", get the "Max Document 's quantity" and "minimum Document's" quantity and fit into row "Standard Quantity" + Column MAX and row "Standard Quantity" + Column MIN.
    Any Idea?  Thanks in advance.
    Edited by: Renee123 on Mar 2, 2011 4:48 AM

    If the product assignment cannot be retrieved from the database you have to do this manually. Just add a formula field named Product in your report with the following code:
    if ='12-1-2010' and =10 then "Product A"
    else if ='12-1-2010' and =15 then "Product B"
    else if ='13-1-2010' and =20 then "Product A"
    else if ='13-1-2010' and =16 then "Product B"
    Please note that the above code may have to be modified depending on the data type of your Date field ( I assume that this is retrieved as a string in the above example).
    Use the formula field as Product dimension in your cross tab.
    Regards,
    Stratos

  • Scheduled For Webi report gives Level Expected error

    All,
    I have been digging though the CMC trying to track down why some user IDs in a group throw this error when scheduling a report the group..and others do not.
    The report fails almost immediately on execution for their IDs.   Its more than 1.  
    If they have never logged into the BI platform (and therefore have no LDAP-->SAP alias) would it fail this way?
    I am sending a PDF via email.
    A couple of the users in this group are avid users of the platform and still get this error.
    I know its not descriptive, but it is all that is present in the history associated with the failed instance.
    It must be something with security, but I have yet to figure out why some in the group work and some do not.
    thanks for any pointers here.
    jim

    Well  after digging around, I found a missing role assignment on the BW side.  Once corrected, IDs work fine.  And I will note that the user does not need LDAP----> SAP aliasing.
    The users I have adjusted so far have never been on our system and therefore do not have the aliasing setup yet.
    Report runs fine.
    Wish the error messages were a little more forth coming with what is going on..

  • How to create a event at the time of scheduling a webi report

    if event fires then only it schedules the webi report
    give in a brief steps
    pls its urgent for me.

    Refer to the below blog
    http://scn.sap.com/community/bi-platform/blog/2013/01/07/cmcevents-in-business-objects-and-its-usage
    Thanks,
    Prithvi

  • Option in web reports

    Hello Friends,
    I need some help on web reports.
    I have created a web report with option bittons.
    When i execute the report its displaying the default value with out selecting any option.
    I need an option should be selected when i executed the report by default.
    Can some one throw some lights on this!!!
    Regards
    Sri..

    Hello friends
    When i execute the query its displaying the values with out selecting any option.
    I need to select any one option by default when i execute the query and display corresponding values...
    Regards
    Sri

  • (Urgent) Sorting search help values in Web Report

    Hello Friends,
    We have a web report which uses a variable made on 0CALMONTH. The order of display of values for this variable search help is 02/2004, 03/2004, 01/2005, 07/2006, 08/2006, 05/2007. In this order we have the latest date (05/2007) displayed at the end of the list. What we want is that the values in the search help of 0CALMONTH should be displayed in the reverse order i.e. latest date first (05/2007, 08/2006, 07/2006... etc).
    Thanks in advance for your assistance.
    Regards,
    Prem.

    Hi Premanand,
    If u display the report in Internet Explorer there you can see differnet buttons like
    Save View, Book mark, Variable Screen etc...There click Save View give tech name and descryption. After Sorting use this in WAD instead selecting query , select this view and execute.
    Assign Points Pls...
    Best Regards,
    SG

  • Please help: User cannot see webi report data

    Hi,
    I've got a wired problem here in my webi report. Basically I am located in Singapore and produced a webi report for our user in UK. The report looks totally fine with all the data shown correctly. But when our report user logged into the dashboard from UK, she could only see partial data and some of the information are missing(blank cells in the report).
    To verify the cause I've done the following test:
    1. I remote control her computer and log into dashboard using my account, the result is I get same problem and I cannot see some of the data.
    2. I let her remote control my pc and log into dashboard using her account, she no longer has this problem and can see complete data.
    We use same version of IE, same JAVA version. And the report data is not time sensitive, so different time zone might not the possible cause.
    This problem is killing me. Can anyone please help and let me know any possible solution? Thanks so much.
    Edited by: Sinsin Tan on Jul 14, 2010 5:59 AM

    Hi Sinsin, what version of BusinessObjects are you using? Is it XI 3.1?
    I don't know if it is the same problem or not, but I have seen that before when a user cannot view the data, change the font and/or background color and the data becomes visible. Reinstalling the client fixed that problem. If you couldn't figure out the root cause, you might want to consider this option.
    If you are using the BusinessObjects tool, you should join [ASUG|www.asug.com]

  • [Help]: Web-Report is refreshed never end.

    Dear Collegues.
    Hi guys ...
    In the web-report,,, i intend to make the report can extend some Info Object automatically & programmatically.
    Hence, i use web-API & javascript to make it happened. How ??
    In the web-designer; especially in HTML part, i create javascript & web-API code:
    <script>
    function test() {
      SAPBWOpenURL("<SAP_BW_URL DATA_PROVIDER='ZCVP_CON' CMD='EXPAND' IOBJNM='ZBRSLSPR' AXIS='Y'>");
    test();
    </script>
    I add this before the row of code : </BODY>
    Virtually, this line of code worked (It can expand the InfoObject/Characteristi/Key Figure that i want to) .. But..
    The report Web-Report is Refreshed never ending.
    <b>Could somebody tell me how to make some function is run only once ??</b>
    Should i check the session/something?? For Example the catche.
    Could somebody give me the clues how to make it happened ??
    If any of you little bit don't understand with my explanation & questions, p/s don't hesitate to ask me to make it clear.
    Kind Regards,
    Niel

    Hi Deepu,
    Basically, we're gonna make the process automatically run therefore i didn't use button/link to make it.
    Do you have any idea how to make the function run once???
    Because if we refer on ASP programming, it has condition to make sure some function is run only once.
    Many Tks Deepu.
    Kind regards,
    Niel.

  • Prompted for credentials when running the Recovery Audit Report on MBAM Help Desk web portal

    I am prompted for my credentials when I try to run the Recovery Audit Report on MBAM Help Desk web portal.  I am a member of the MBAM Read Only Reports group which I specified during the web portal configuration wizard.  I would like to suppress
    the prompt for credentials.

    Add the URL to the Local Intranet sites did not work.  The Help desk  web portal is on port 8088 and it does not allow you to specify the port when you add the URL to the Local Intranet sites.  I am able to access the Reports page from the
    Help Desk web portal when I open a browser on the IIS server, but the Reports page does not open without a prompt when I open a browser on a client.  Strange.

  • Filters from BEX Printed in Webi Report..URGENT HELP NEEDED

    Hi Guys,
    In bex query customer has been defined as filter. In webi when we created report using the bex query,It prompts for customer . How can we print the selected customer in my webi report Without using prompt summary().
    We can't use User Response because its not a Webi query filter.
    NOTE: we are using BOBJ 4.0
    Hassan

    HI,
    Eventhough you have created variable BeX query designer.
    User reponse will work ,
    steps to  achive,
    1.open the universe build on (Bex query with customer variable)
    2.you can find the filter symbol in universe for customer variable that you have created in bexx query
    3. then copy the exact text eg:"select the customer" in universe for that filter
    4.then in webi user reponse of that text. eg :userreponse("select the customer")
    regards,

  • Will BW indexing help Webi reports performance

    Hi Experts,
    Environment
    BO Version:4.1 SP3
    Reporting Database:BW 7.4 sp3
    Recently we have applied the OSS note :. 0001898395 so that we enabled index on the master data.
    We have applied the note and had the index on the 0profit_ctr in the Infoobject: 0mat_plant.
    Reports are fast in BEX side but there is no difference in webi reports performance.
    Our opinion is if BEx performance is increased obviously WEbi performance also should increase.
    Please post your experiences..
    Thank you,,

    Several things will affect the report speed. Note that there are two halves to it - the data source fetch time and the report render time.
    Data source fetch time is the time that it takes for all the data to be returned. BO will always look slower than the native tool because the native tool starts spooling out results as soon as it retrieves the first one - the more data returned, the slower BO will look by comparison.
    Report render time will depend upon the number and complexity of variables as well as the number of rows returned.
    Reducing the volume of data with correct aggregations and filters rather than summing and filtering at report level are the two best ways to improve performance without database/universe access.

Maybe you are looking for

  • How can i use office work in iMac?

    I want have microsoft work in Imac and relate to my Ipad, which one is the better one should I choise? because it have a lot difference choice in app store

  • Uploading of Master Schema in CCM 2.0 error

    Hi All, We are implementing CCM 2.0 SRM 5.0 TREX 7.0 My /CCM/INITIALIZE_CME  ran sucessfully and gave the message "predefined datatype and characteristics were intialized". When I tried to edit the Master catalog it says " No schema found for catalog

  • BOM and Material Configuration and Sales order..

    hi, in my requirement, i am supposed to create a project automatically based on sales order.. additional requirement is that material components on the project are based on the the selections during the sales order creation (for example if customer c

  • While doing consignment issue..

    Dear All, Anyone can tell me when i am doing consignment issue the picking tab is in display mode(Greyed Out). By which so..

  • Cisco WCS Date Format mm/dd/yyyy

    We have implemented Cisco WCS Guest Portal and when we create a new account for a visitor the date format is mm/dd/yyyy. Does anyone know if this can be changed to UK format: ddmm/yyyy?? Thanks In advance for your replies.