Regarding BEX exceptions

Hi All,
I am facing a problem in implimenting exceptions on a report.
The problem is. For the same condition I have to apply the exceptions for the few rows on a particular column it must be in green color and for the other few rows it must be in red color.
What I did is , I splited the query in to 2 and restricted for that particular rows and combined both queries in WAD.
But it is not having a good GUI. Because the row and column names are getting repeated.
If any of u have any solution,please let me know.
Thanks,
Vinay.

Hi,
If you are using two structures, you can define the exception on cell level. Select the row and column when creating the exception, if necessary do the same with the displaying of results.
Kind regards,
Alex

Similar Messages

  • Problem about Bex Exception

    Hi All,
    I have some problems with bex exception. In my query, I have 3 columns  (the third one is a rate calculated from the first (C1) and second columns (C2)). I have a characteristic in row which lists the different values. Sometimes, I have no value for C1 and C2 and also, the value  rate is space (thatu2019s normal behaviour). I must highlight some rate by
    If rate < 55         bad
    If rate => 55      good
    I did an exception
    Bad        except1    BT      0  to 54
    good      except2    GE      55
    That works fine but my problem is :
    The rate cells with a space value are also highlighted with the bad colour. Have you some idea to avoid this behaviour ?
    C1                        C2                                                 Rate
    1000                         5                                               200   (C3)
    100                        20                                                5    (C3)
    space                              space                               space   (C3)
    1st  C3 is green
    2nd C3  is red
    3rd  C3  is also red (I want to leave blank)
    Thanks fot your help.

    Hi,
    If you are in BW 3.5 then you can make us of class interfaces for this scenario and it was explained here in this article.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0b4cfcc-f9c1-2b10-1bb5-d4b61083d471
    Hope this helps you.
    Regards,
    Rajkandula

  • SDK : getting the value of a BEX exception

    Hello,
    Is it possible to retrieve the value of a BEX exception in the SDK ?
    In Design Studio, the method getConditionalFormatValue gives the possibility to get the BEX exception.
    However, I haven't found a way to do it via the SDK.
    If I look in the documentation, I find some properties such as ScalingFactor, unitOfMeasure, formatString.... but nothing on Exceptions.
    Has anyone tried this ?
    Thanks.
    Joel

    Given that you declared ss namespace (otherwise it will throw an error) you have two options:
    xml.Cell[0].Data - will output:
    Absorption Areas
    xml.Cell.Data will output:
    <Data ss:Type="String">Absorption Areas</Data>
    <Data ss:Type="String">Drain fields where left over liquid from the septic system soak into the ground.</Data>
    So, xml.Cell.Data[1] will output:
    Drain fields where left over liquid from the septic system soak into the ground.

  • Regarding BEX

    hello Experts,
    Here Is my Scenario :   I  have a query designed in bex which shows the order item wise delivery and invoice. now since the item is delivered in two diliveries , it shows it quantity twise and in result row also it conted twise in total but i want that the result should count the order quantity only once per order item , it should not counted twise. How do i do that? How can i put the exception agrigation on result total?    
    Waiting For the reply
    Thanks In advance

    Can you give some details about your backend deesign like no of cubes used in multiprovider and sources.
    we faced similar paroblem and changed qty of one of the delivery to 0 by doing a self load to intermegiate DSO after exery load.
    regards
    Sudeep

  • Capture BEx exceptions in a class (superclassCL_RSR_WWW_MODIFY_TABLE)

    Hi....
    I am trying to capture the exceptions defined in the BW BEx Reports in a z-class (superclass - CL_RSR_WWW_MODIFY_TABLE) in a variable or something.
    This is actually to change the properties of a table in Web Applcn. acc to the exceptions specified by altering the cell content in the class(Transaction - SE80).
    Is it possible to store the exceptions in a variable in the class???

    Hi,
    You can acheive this through using the CAPTION_CELL method and CHARACTERISTIC_CELL methods.
    We need to use CAPTION_CELL method to merge headers and then the other one to merge char values.
    For detail info refer these links:
    Merging the values of two columns into one column BW Report
    You can make use of the coding and methodlogy that was used in this below article.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f0aca990-0201-0010-0380-f3aac4127a57
    Hope this helps you.
    Regards,
    Rajkandula

  • BEX Exceptions

    Hi Experts,
    I've created some exceptions in a BEX (7.0) query to display colours in a third KF.
    I mean, the exceptions are defined over one KF, but colours are displayed over a different one.
    The issue I am facing is when defining a single exception (i.e. Good 1 for values GT) everything is working fine, but when adding some more conditions, such as Bad1 or Critical 1, no colour is diplayed.
    I've fully checked that conditions are not merged, I mean values are only contained in one single condition.
    Could anyone of you tell me the clue to define such exceptions?
    Thanks
    Regards,
    Albert

    Hi Erwing,
    I have the following:
    Good 1 --> GE 100
    Bad 1 --> BT [1;99]
    In Definition tab --> KF to be displayed with colours
    In Display tab --> KF (Hide) to be applied when comparing the exceptions
    KF to be compared is a formula, giving value 99, but no colour is displayed.
    PS: I know it's a bit rare to use Definition tab for the KF to be displayed, and Display tab for the KF to compare, but this is how it works, since I have other KFs like this showing good results.
    Thanks again - I really appreciate your help
    Regards,
    Albert

  • Bex Exception Aggregation in 3.5 equivalent to 'TOTAL'

    Hi All,
    Can anyone help me in getting a functionality equivalent to exception aggregation 'TOTAL' in BW 3.5.
    I have  a requirement which can only be fixed using the exception aggregation 'TOTAL', my bad in my current client they dont have BI 7.0. So can anyone tell me what is the equivalent function of 'TOTAL' in BW 3.5.
    Regards,
    Anand

    I need to develop a report which will show Org unit & degree (education data) wise head count and annual salary.
    As the education records for an employee will be more than one, the annual salary will be doubled or tripled in the DSO or cube.
    If I do an average of annual salary based on employee the overall result goes wrong.
    Say for example, empl 20045789 as three record with KF value 10,000, the result in the report I see as 30,000.
    SAY in the backend
    EMPLOYEE    |  Degree | Annual Salary
    20045788  |     A | 50,000
    20045788  |     B | 50,000
    20045789  |     A |10,000
    20045789  |     B |10,000
    20045789  |     C |10,000
    In the query I get it as
    Org Unit |      Employee |     Annual Salary |  Average(Annual salary/ Number of employee)
    100001 |           20045788 |     100,000 |          50,000
    100001 |          20045789 |     30,000    |          10,000
    overall result                130,000 |          26,000  (130,000/5)
    The expected result is 50,000 + 10,000 = 60,000 / 2 = 30,000.
    Pls provide me solution.
    Regards,
    Anand
    Edited by: araj123 on Jun 3, 2011 3:45 AM
    Edited by: araj123 on Jun 3, 2011 3:46 AM
    Edited by: araj123 on Jun 3, 2011 3:47 AM
    Edited by: araj123 on Jun 3, 2011 3:48 AM
    Edited by: araj123 on Jun 3, 2011 3:50 AM
    Edited by: araj123 on Jun 3, 2011 2:25 PM

  • BEx Exceptions Display Problem

    Hello,
    I have next problem with displaying my exceptions in BEx query:
    I have 2 visible keyfigures in columns in my query: A and B. I need to build my exception condition on the A one's data and I need to colour a column under the B one.
    But when I execute the query I get filled cells under the B keyfigure, but the condition is applied to the B one also. I need help on this question.
    My exceptions settings:
    General bookmark:
    "Exception is active" is selected
    Condition: Bad if >0 and <1
    Definition bookmark:
    KeyFigures - B,
    "Before List Calculation" is selected
    Display bookmark:
    "Exception Affects Data Cells" is selected
    Key Figures - A
    "Characteritic Cells" is not selected
    Cell Restrictions bookmark:
    "Exception Affects Everything" is selected
    I have BI Addon 7.x (based on 7.10) Support Package 9 Revision 614
    NetWeaver Patch Level:
    SAP_ABA     700     19     SAPKA70019
    SAP_BASIS     700     19     SAPKB70019
    PI_BASIS     2006_1_700     9     SAPKIPYM09
    SAP_BW     700     21     SAPKW70021
    FINBASIS     600     16     SAPK-60016INFINBASIS
    SEM-BW     600     16     SAPKGS6016
    BI_CONT     703     14     SAPKIBIIQ4
    Thanks in advance,
    Dzmitry

    Hi.
    If your B key figure is calculated using value of A key figure you can do the following:
    Suppose, B and A key figures have dependency like 
    B = 2 * A + 1
    Since A must lie in (0, 1),  then B must lie in (1,3) when A takes values from interval (0, 1),
    that is now you should
    replace condition:
    Bad if >0 and <1
    to           
    Bad if >1 and <3
    and apply it to column B only. (  Definition  tab, Exception is defined on field ).

  • Regarding Bex Query

    Hi All
    There is an issue....when i am trying to run my query in Bex Analyzer then its giving some error regarding Read Mode... and asking to go to Query Monitor (transaction RSRT1) here i am finding these two errors...
    Invalid read mode
    Error when generating dataProvider
    Any suggestion would be highly helpful.
    Thank you .
    Regards
    Shivanjali

    OSS note: 432596
    Summary
    Symptom
    Invalid read mode. For repair: RSRT (OK code =RMRP)
    Additional key words
    Cause and prerequisites
    Longtext of this message:
    A number of querues often have by mistake the read mode "Read all at once". In many cases, this causes performance problems. To avoid this type of error, the above warning message appears when you execute a query that has been generated with this read mode.
    Solution
    Change the read mode before you execute the query: You can change the read mode of a specific query using transaction RSRT. Choose Query -> Read mode to set the read mode for a selected query. If this warning message is displayed when you call up a query, you have to change the default read mode for new InfoCube queries in Customizing for BW (Tools > Business Engineer > BW Customizing > SAP Reference IMG ). The default read mode is under the node "BW Customizing Implmentation Guide > Business Information Warehouse > Reporting-Relevant Settings > Set Read Mode for InfoCube
    You can also change the read mode for all queries and the default read mode for all InfoCubes using transaction RSRT. Choose Environment -> Repair read mode. This is where you can change all non-allowed read modi to "Subsequenlty read by navigation".
    cheers
    Sunil

  • Queries regarding Bex

    1)Could anyone give any tips how to change the format of Calday from sap standard format MM/DD/YYYY to DD/MM/YYYY. Plz suggest us whether it is possible if it is possible where can the settings be set up.
    2)How can we hide Header and Freecharacteristics and Filter blocks in report to display only Result set.
    3) How can we automate the BEx report so that it can be stored in application server.
    4)How can we display single same row  to several rows like Single Employee should be displayed to all Calday from 01 to 31. Each row should consist of Employee id and Calday and Keyfigure. Plz suggest us how can we achieve this.

    1) This is related to your computer settings.
    Start -> control panel -> regional and language.
    2) You can use the option "move result area" from the bex toolbar to move your results to a second sheet
    3) ?
    4) Change the query properties and disable hide repeated key values.
    regards,
    Tom

  • BEX Exception with NetStream

    Hi,
    We have a flex component, which need to simultaneously stream upto 16 CCTV camera streams. We are using  a Media Server(Wowza) to convert the RTSP stream to RTMP and display in flex.
    Initially we tried the video display component, available with the flex framework..but when we were streaming more streams the application hanged and the PC monitor started to flicker. because some of the camera's will be not reachable in our deployment
    Hence we removed the videodisplay component and wrote our own custom classes and add the video component at run-time. We are creating a single netconnection object and multiple netstream objects(one per CCTV/surveillance camera stream).
    video = new Video(videoWidth, videoHeight);
    video.name = "camerafeed";
    video.attachNetStream(netStream);    
    addChild(video);
    But after a while we are getting BEX (Buffer Overflow Exception)..
    Appreciate if somebody can explain the maximum limit of the video component and the limits for the number of netstreams that can be created in one netconnection?.
    Why is the VideoDisplay Flex component not able to switch between multiple camera's and display multiple streams?
    Our PC is windows 7, having AMD Radeon H6650 graphics card.
    Thanks,

    Mavi:
    Have you ever received a resolution to this error?
    We have a user getting this on an infrequent basis... not consistently.
    Any suggestions appreciated.

  • Changing colors of BEx exceptions?

    Is it possible to change the colors of the exceptions within bex for good, critical and bad?  I want to make sure the color is printing safe.

    Hi Vi Tran,
    1. Only 9 predefined exception colours are there. So you have to choose among them.
    2. Yes, it is possible to use [BT] for negative numbers. When you use BT for negative numbers, make sure you use the range as From Value is Lower value and to value is greater value. for your example 0 and -5, use the range as
         Alert Level     Operator     From Value     To Value    
              Bad1          BT               -5                    0
    Ex     Bad2          BT                   -10               -5
    Hope this will help.
    Thanks,
    Ashish

  • BEX Exception Issue

    Hi,
      In my query I have two key figures ( A & B ). I need to compare both these key figures and if B is greater then A then colouring should be done. 
          Eg:                        A                                        B
                                     250                                      300     ( colouring should be done )
                                     100                                      80   
    I tried to create a formula variable ( A - B ) and based on this formula variable exception is created.  ( Actually This formula variable should not be displayed in the output, the colouring should be transferred to Key figure B.
    Please Let me know how to do this.
    Regards,
    Rajesh Kumar Murugesan.

    Hi Eric,
    This is what I am looking, if I taken required end date as key figure where I need to write the condition.
    Can you please explain me clearly?
    Waiting for your reply,
    Raj

  • How/where do I contact Mozilla regarding an exception thrown by Firefox which inaccurately (and arrogantly) claims user behavior as the problem?

    I'm trying to voice a complaint regarding THIS user interface ("mozilla support") and the exception message returned to me from Firefox. There's also an ACTUAL browser issue I need to resolve. Here are a few details:
    (A) I am unable to use Mozilla Firefox for much at all because it's deciding to attempt secure HTTP connections ("https://..."), seemingly at-will. Not all of the sites I've attempted to reach suggest, require, or support secure HTTP connections.
    (B) I cannot install Firebug (at least not without another browser or Fiddler), even when trying to "Confirm Security Exception" repeatedly. I get a 200 OK in my developer tools when requesting "https://addons.cdn.mozilla.net/user-media/addons/1843/firebug-2.0.7-fx.xpi", but then receive a notification stating, "The add-on could not be downloaded because of a connection failure on addons.mozilla.org."
    (C) The exception message displayed is infuriating and, in my opinion, unacceptable. It claims, "You have asked Firefox to connect securely..." as it begins describing the exception scenario. I can assure that the only thing about which I was explicit was a request to try the same URL again WITHOUT a secure connection. It sounds really arrogant to say, "Here's how YOU screwed up," when it's definitely more along the lines of, "Here's how THE BROWSER APPLICATION screwed up." If a fresh, default install of Mozilla Firefox can't even download Firebug with a healthy Internet connection (yes, in the context of an intranet but no other browsers are giving me grief), how is that my fault? Even if it is my fault, how dare Mozilla speak to its users in such a manner?
    (D) I've tried every proxy setting of which I can think, but that doesn't appear to be the issue.
    (E) Too much of my time has been wasted today attempting to relay this information to Mozilla. I was forced to navigate through five or so web pages, answering questions, such that I didn't inconvenience YOU. I've boycotted product lines and/or companies for less, and am trying to "bite my tongue" as best I can, but it shouldn't take an hour to submit a constructive feedback message along the lines of "Your browser isn't working for PRACTICALLY ANYTHING and HERE ARE THE DETAILS." I actually had to accumulate complaints in my mind so I didn't lose them throughout your feedback process (since I don't get to actually provide feedback until somewhere around the fifth step of the process).
    Thanks,
    Mike

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".
    :[[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Regarding servlet exception

    Hi,
    while i am testing an application, which was deployed in weblogic , iam getting the folling error, pelase help , its littlebit urgent.
    <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@14d5aaf - appName: xxxxxxxxxx', name: 'xxxxxxxxxxxxxxxxxr', context-path: '/xxxxxxxxxx/xxxxxxxxxxxxxxxx spec-version: 'null', version: 'Default_Version'] Root cause of ServletException.
    java.lang.UnsatisfiedLinkError: Can't load library: /xxxxxxxxx/weblogic/java/jrockit_160_05/jre/lib/i386/xawt/libmawt.so
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1650)
    at java.lang.Runtime.load0(Runtime.java:770)
    at java.lang.System.load(System.java:1005)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    Truncated. see log file for complete stacktrace

    Hi,
    From the following exception, I think the issue could be related to the context path
    <[weblogic.servlet.internal.WebAppServletContext@14d5aaf - appName: xxxxxxxxxx', name: 'xxxxxxxxxxxxxxxxxr', context-path: '/xxxxxxxxxx/xxxxxxxxxxxxxxxx spec-version: 'null', version: 'Default_Version']
    Did you had a chance to check the context root matching and DD (deployment descitors). Also, can I hav the system out log or the server log after you had deployed the application!!
    regards,
    Zeno

Maybe you are looking for