Exception condition "NOT_SUPPORTED_BY_GUI" - BEX Query on Virtual infocube

Hi,
I receive the error message "Runtime error Exception condition "NOT_SUPPORTED_BY_GUI" raised" wheneverI try to run a BEX query built on a virtual infocube. Does anybody have idea, how could it be resolved ? 
Any additional GUI component shuold be installed or some settings is missing ?
Thanks, Attila

Hi,
Since Virtual Infocube tries to fetch data directly from the source system, your GUI was n't getting connected.
Goto your Cube and look for any options available to make it integrates with your GUI.
Hope you may get some idea on the issue...........
Regards,
Suman

Similar Messages

  • CL_GUI_FRONTEND_SERVICES + BSP = Exception condition "NOT_SUPPORTED_BY_GUI"

    Hi,
    My problem is: I am designing a BSP. Here, I call to a function, and within the function, I call methods of class CL_GUI_FRONTEND_SERVICES.
    The error that appears is: “Error message: Exception condition “NOT_SUPPORTED_BY_GUI” raised. (type of termination: RABAX_STATE)” Somebody knows because it appears east error, and as I can solve it.
    Thanks.

    The CL_GUI_xxx Classes are proxies to the SAP GUI and require the same. So any of the mentioned methods is not available. But the BSP forum would fit better for this query.
    Business Server Pages (BSP)
    Regards
      Klaus
    /people/thomas.jung3/blog/2005/01/13/bsp-utility-classes
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7a13f367-0401-0010-47ba-eab0b15cf31c

  • Options in Assignment of Condition in BEX Query Designer

    Hi Experts,
      I am trying to define a condition in BEX Query Designer.
    I defined my condition and bit confused with Characterstic Assignment
    What Happens if is select 9What is the difference)
    1) All Characterstic in the Drilldown Independtly
    2)Most Detailed  Characterstic Along the Rows
    3)Most Detailed Characterstic Along Columns and
    4)Individual Chars and Chars.Combinations
    Thanks

    hi,
    chk the link
    Query creation
    http://help.sap.com/saphelp_nw70/helpdata/EN/f1/0a5625e09411d2acb90000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/d21c1f46076bb2e10000000a1553f6/content.htm
    Ramesh

  • Exception condition "NOT_SUPPORTED_BY_GUI" raised issue

    Hi experts,
    I use this method CL_GUI_FRONTEND_SERVICES->FILE_OPEN_DIALOG  on ABAP webdynpro.
    But got subject exception.
    Is it something wrong with my GUI version?
    Thank you in advance.
    Exception code in the method
    *-check if valid GUI is available----
      IF IS_VALID_HANDLE( ) NE 0 AND cl_gui_control=>www_active IS INITIAL.
        RAISE NOT_SUPPORTED_BY_GUI.
      ENDIF.
    Note
    The following error text was processed in the system NW7 : Exception condition "NOT_SUPPORTED_BY_GUI" raised.
    The error occurred on the application server  and in the work process 3 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: FILE_OPEN_DIALOG of program CL_GUI_FRONTEND_SERVICES======CP
    Method: ONACTIONSEARCH of program /1BCWDY/8F7FTC9E6OGCQL0JTNVT==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/8F7FTC9E6OGCQL0JTNVT==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    Method: IF_WDR_ACTION~FIRE of program CL_WDR_ACTION=================CP
    Method: DO_HANDLE_ACTION_EVENT of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW=================CP
    Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP
    Method: IF_WDR_RUNTIME~EXECUTE of program CL_WDR_MAIN_TASK==============CP
    Richard

    >use this method CL_GUI_FRONTEND_SERVICES->FILE_OPEN_DIALOG on ABAP webdynpro.
    and that was your problem...
    this is as the class says - a GUI based call - you can't call it from the browser. Instead you should use the FileUpload UI element.
    If you need any other details or want alternate solutions (including references to using Flex, ACF applet utilities etc) - have a quick search of the forum - the same issue has been reported/raised many, many times.
    Good luck,
    Chris

  • Usage of formulas in conditions in BEx Query Designer

    Hi guys,
    does anybody of you guys know, if it's possible to use the results of formulas in conditions? I tried it, but the result of the query was "No applicable data found", but there are data for the selection.
    When I'm defining the condition with the key figure (no restricted or calculated key figure), then the query can be executed.
    In my case, I like to define a condition based on a formula result. The value should only be displayed, when the result is greater than 30.
    Any ideas or are there any bugy in the BEx Query Designer?
    Thanks a lot + best regards,
    Clemens

    Hi Clemens,
    I have created a condition in my own system based on formula and it works perfectly fine. Please check following points in your condition change mode,
    1) Condition is marked as Active.
    2) In the block "Evaluate condition below for" you will have to select "All characteristics in drilldown Independently". If you have selected combination of characteristics then you will have to maintain proper sequence otherwise your condition will not work.
    3) In the next block when you set the condition, click on new, in the first block select your Formula from dropdown and set the proper operator in your case you will have to select "Greater than" in the next column set the value of key figure and just trasnfer it.
    Now you are ready to use the condition.
    Regards,
    Durgesh.

  • How to write a condition in BEX Query Designer

    Hi
    How can i write a condition in Query Designer
    Scenario
    An employee can purchase any no of policies in a day or month.each policy will have start date and expiry date.
    My requirment
    Count all the policies(valid) by employee on a ranges basis exception reporting
    (0-10;10-20;20-30;30-40) and then able to drill down by policy start date and expiry date.
    As per the requirment is to show policies which are not yet expired (active) i need to write a condition that will count only policies whose Expiry date is > Current calender day
    As Policy Expiry Date is a char i am converting it to KF using fourmala variable so that i can write a condition on it using current cal day formula variable sap exit
    But i char assigment of a condition i find 4 option
    How can i achieve this
    Thanks

    Hi Aurun,
    Thanks for the help,Really appreciated
    As this is my first enhancement using ABAP & CMOD
    What type of key (either Access or developer ) do i require to perform the following  enhancement......so that i can raise request with basis team
    I shall be great ful if u can asnwer below question
    First, you need to create a variable for expiry date with processing type as customer exit, and then give the necessary info.
    In details tab, unchk ready for input as we wont be taking the value from the prompt.
    Now go to CMOD transaction.
    Open the correcsponding project which has the exit code
    (How can i identify the project which has exit code)
    and go to ZXRSRU001 module inside taht.
    Go to the module where u write the exit.
    (How to locate the required module)
    Then, under i step 1, write the code:
    IF I_STEP = 1.
    CASE V_NAME  (What is 'V_NAME',Is it my variable technical name)
    WHEN 'X' " X is the variable u created for the exit
    l_s_range-low = SY-DATUM.
    l_s_range-opt = 'I'.
    l_s_range-sign = 'GT'.
    APPEND l_s_range TO e_t_range.
    END CASE.

  • Conditions In BEX Query Designer

    Hi Users,
    I have a scenario to be implemented in my queries.
    Scenario 1 -
    I have a Characteristic field F1.
    I have to create a coloum C1 in report display result which populates the below condition:
    If F1 = '12345' then C1 = YES
    ELSE it should be blank.
    Scenario 2:
    I have two date fields D1 and D2 with their corresponding KPI fields DV1 and DV2.
    DV1 is for D1 and DV2 is for D2.
    First D1 is compared with D2 and whichever is latest date then its corresponding field should be populated and other should not.
    Example if D1 is 01.04.2014 and D2 is 22.04.2014 and If DV1 is 100 and DV2 is 200
    Then only DV2 should be populated and DV1 should be empty.
    Can anyone please suggest?
    Regards
    Syed

    Two things to note before we move to solutions.
    You need to convert all the dates(D1 and D2)and characteristic (F1) fields into Keyfigure with the help of formula variable with replacement path which are to be used in if else condition for comparison.
    You cannot populate string (YES) at Bex lsevel so instead of that you may use number if that suits your requirement.
    Now once you have converted the same then write the condition as below:
    Scenario 1 -
    I have a Characteristic field F1.
    I have to create a coloum C1 in report display result which populates the below condition:
    If F1 = '12345' then C1 = YES
    ELSE it should be blank.
    (FV1==12345)*1+(FV1<>12345)*0
    For Scenario 2:
    (D1>D2)*DV1+(D1<D2)*DV2
    For converting the char into kfs refer the below document:
    Convert a Characteristic into a Key Figure (BEx)
    Hope this helps.
    Regards,
    AL

  • How to create a formula based condition in bex query designer

    hi all,
    i have scenario in query designer where i need to calculate Key performance indexes based on characters and key figures iam using.for example the condition is like:
    "if call received is less than call projection then give call received else null"
    how and where to define the condition and i need to name the condition to display it seperatly.please help me in this issue.
    regards
    Vamshi D Krishna

    hi you have to break down your conditions and then code for them.
    for e.ge.
    if actual == 0
      vart = 0.
    else if actual-target ==0
              vart = 0.001
           else
             vart = actual -target
           endif
    endif
    now we start with first condition use operators from boolean catagory
    (Actual != 0)*(other amount)
    this solves first if condition... if actual  = 0 value actual != 0 will be zero we got our desired value.
    if other case then we have give else condition.
    (Actual != 0)*(((actual - target) == 0 )*0.001+((actual-target)!=0)*(actual-target))
    in the second half we have coded the else part.
    in the same way you can proceed for your logic

  • Exception condition "NOT_SUPPORTED_BY_GUI" raised

    Hi,
    Some computers get this error when trying to upload a file into a Workbook.
    We can't understand why in some computers this file upload works and in other this error appears.
    The SAP Gui version is the same or superior, so we cannot find any reason for this error in those computers.
    Has anyone got this problem in the past?
    Please help us,
    Best Regards,
    Rui

    Might be that this error is relevant to version of MS Office are you running on workstations.
    I would upgrade at least SAP GUI to the most newest version first.

  • SAP BEx query's Conditions and Exceptions on BO Universe

    We are planning to create Conditions and Exception on SAP BEx Query. And provide this query to BO team for their development
    Could anyone tell me in what form will these BEx objects be visible in BO-Universe ....as detail objects...or query filters and a.s.o?
    Will they be Invisible? If invisible will they be atleast applied to BO-Universe.
    For e,g: I know that, BEx Query filter will be applied to the underlying query but are not visible in OLAP universe.
    - Anil

    Hi,
    Conditions and Excpetions are not supported by OLAP BAPI tehrefore they are not generated in universes or consumed at query level.
    You have to create conditions on measures in universes (except top end bottom exceptions that are not supported).
    Exceptions need to be done at cliient level (Webi, XCelsius, etc).
    I BOE CI 4.0 conditions will be supporte by the Semantic Layer direct acces with BICS but exceptions will continue to be created at client level.
    Didier

  • Bex Query Exception Not Appearing In Bex Report

    I have a created an exception in a Bex Query and built a report using the Bex Report Designer. But the exceptions that work fine in the query dont seem to work once I've embedded the query in a report. Is this right? is it not possible to use exceptions in a report or do I need to turn something on etc?
    Any help much apreciated.

    Hi Joel,
    Pls refer the OSS # 331772 reg. this limitation. Exceptions if applied will not be dynamic in RD.
    Report designer is a flat structure. You cannot collapse or expand the static columns. Hence, Conditions/Exceptions are not supported in Report Designer. You may try alternatively in WAD. It will surely work in WAD for formatted web based reports.
    Thanks,
    Arun Bala

  • Condition (Defintion) in BEX Query Designer

    Hi Experts,
      I am trying to define a condition in BEX Query Designer.
    I defined my condition and bit confused with Characterstic Assignment
    What Happens if is select 9What is the difference)
    1) All Characterstic in the Drilldown Independtly
    2)Most Detailed  Characterstic Along the Rows
    3)Most Detailed Characterstic Along Columns and
    4)Individual Chars and Chars.Combinations
    Thanks

    Hi,
    <b>● All Characteristics in the Drilldown Independently</b>
    This setting allows you to apply a condition in a general way. Depending on which characteristics you use in the drilldown, you obtain different results.
    Note that the characteristics that are already used in an active condition for characteristic combinations are not included.
    This option is optimized for ranked list conditions, but can also be used for threshold value conditions with relative values.
    <b>●Most Detailed Characteristic Along the Rows or Columns</b>
    This option is optimized for threshold value conditions. The condition is applied to the most detailed characteristic of the rows or columns.
    Note that this function is not supported when executing the query in the BEx Analyzer. For more information, see Restrictions in the BEx Analyzer.
    <b>● Single Characteristics and Characteristic Combinations</b>
    This setting allows you to evaluate the condition for characteristics or characteristic combinations defined for specific drilldowns only. You can select any characteristic (of the characteristics used in the query in rows, columns, or in the free characteristics) or a characteristic combination.
    ○       If you only want to evaluate the condition when a certain characteristic is present in the drilldown, select this characteristic.
    ○       If you want to evaluate the condition for characteristic combinations, select multiple characteristics.
    Source:
    help.sap.com
    For more information and examples please check the following link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/73/702e39074dc93de10000000a114084/frameset.htm
    Hope it helps.

  • Labels in WAD disappers when I set exceptions in BEX query.

    Hi,
    I have created a stabled bar in the WAD, based on a BEX Query. In each of the bars I have labels showing the values.
    I need to show traffic lights colors in the bars, so I have made some exceptions in the BEX Query. It all works fine except that my labels disappears.
    How can I show these labels at the same time as the traffic lights?
    Thanks in advance.
    Lennart

    Hi Yolanda,
    it´s as you already figured out - 0FISCPER is the problem.
    When you want to create new lines, there can not be a dynamic characteristic in the columns. Each column has to be defined with single values.
    Try to create restricted key figures for the periods you need to show.
    regards
    Cornelia

  • BEx Query is not shown

    Hi Experts,
    I am facing problem  in creating universe on SAP BW BEx Query, here the problem: SAP BW version is 7.0 SP 11 and BusinessObjects version is XI 3.0 and SAP Integration Kit 3.0
    I created a new InfoCube in SAP BW under some InfoArea and I created a BEx query on that InfoCube. Now in Universe Designer i am trying to create a new connection on that BEx query, but in the list of objects while creating connection i can see my InfoCube under folder $InfoCube but i can not see my own InfoArea or even Query i created on that InfoCube. Along those i can see some folders like Sales Overview (0SD_C03) and BEx queries under that folder of target 0SD_C03. My doubt is why it is not showing InfoArea and Query which created in BW.
    Could anyone please help me in this.
    Thanks & Regards
    Ramakrishna Kamurthy

    Hi
    in the SAP query designer please go to the Properties window of the query, select the Advanced tab and check the Allow external access option. Save your query and retry.
    Regards,
    Stratos

  • Bex Query report error in cal month /year column

    Hi Experts,
    We have a bex query on virtual provider with only one column in it i.e 'cal year / month'( This virtual provider ahs been created from planning area). I'm having the problem with this column.
    In the excel output of this report the cal year /month is displaying as follows.
    01/0000 02/0000 03/0000 04/0000 05/0000 06/0000 07/0000 08/0000 09/0000 08/2008 09/2008 10/2008 11/2008 12/2008 01/2009 02/2009 03/2009 04/2009 05/2009 03/2010 04/2010 05/2010 06/2010 07/2010 08/2010 09/2010 10/2010 11/2010 12/2010 01/2011 02/2011 03/2011 04/2011 05/2011 06/2011 07/2011 08/2011 09/2011 10/2011 11/2011 12/2011 01/2012 02/2012 03/2012 04/2012 05/2012 06/2012 07/2012 08/2012
    I'm not getting why the first 9 columns its displaying as 01/0000 02/0000 03/0000 04/0000 05/0000 06/0000 07/0000 08/0000 09/0000 .
    It should display as
    08/2008 09/2008 10/2008 11/2008 12/2008 01/2009 02/2009 03/2009 04/2009 05/2009
    06/2009 07/2009 08/2009 09/2009 10/2009 11/2009 12/2009 01/2010 02/2010 03/2010 04/2010 05/2010 06/2010 07/2010 08/2010 09/2010 10/2010 11/2010 12/2010 01/2011 02/2011 03/2011 04/2011 05/2011 06/2011 07/2011 08/2011 09/2011 10/2011 11/2011 12/2011 01/2012 02/2012 03/2012 04/2012 05/2012 06/2012 07/2012 08/2012
    My data source is fetching the correct data including this cal year/ month.
    Thanks in advance for your help.
    Regards,
    Brahma Reddy

    I assume you are running Crystal for enterprise 4.0 SP02 Patch 08 !!
    According to OSS note 1651521 , This issue has been fixed in FP3 which is planned to be released in first quarter of 2012 !!!!!! ouch !!!!! 
    I am facing same issue , Pls let me know if you already solved it.
    Regards,
    Miraj Desai.
    Edited by: Anne Howard on Nov 29, 2011 6:58 AM

Maybe you are looking for

  • Customization of MSS -- Team -- General Information Page

    Hi Experts, I have to customize MSS --> Team --> General Information Page. The General Information page contains following iViews: 1) Employee Search iView 2) Personal Data iView 3) General Data iView 4) Absence Days iView Personal Data iView, Genera

  • Connecting to external monitor

    I have a 13" MacBook with OS 10.4.11. Its native resolution 1280 x 800. I wanted to connect it to an external monitor 20" or greater via mini-DVI to DVI. I have noticed resolutions for the new monitors are greater than 12800 x 800. How will it look g

  • Exit required to "drop" two segments from an IDOC

    hi, how can we dropped some of the segments in we02 according to my condition.can somebody tell me how to find out the program means where we can see the idoc data is populating in segments.in we02 i am finding 6 segments with E1EDP10.i want to drop

  • Adding metadata to wave files on export

    I capture audio within Logic and export the track as a wave file. How do I add metadata such as Title, Author Etc to the wave file? In addition how can I add cover art?

  • Kuler for InDesign, PS, Flash

    I am requesting to bring kuler (and in offline form as well!) to the entire creative suite. Its great that its in Illustrator, however it is VERY much needed in InDesign and PS as well. and therefore, may as well be embedded within every program of t