BEx Variable in Webi Report questions

Hi Gurus,
Here is my issue.
I created a BEx Query 0SD_C03 Cube with following fields
Two Columns
One Key Figure:                   Subtotal1
One Restricted Key Figure:  Subtotal with restriction " Sales Organization 1000"
Two Rows                             Plant, Sales Organization
One Variable with Sales Organization.
When I ran this query in BEx Analyzer I can see all Sales Organization values in prompt list, How ever when I created a Universe and ran a webi query I can see 1000 in the Sales Organization list.
Is this because I have restricted Key Figure with Sales Organization 1000 in the query?
I removed my Restricted Key Figure from my query and tried again this time I see some 10 Sales Oraganizations but I didn't see all available Sales Organizations. Does BO Universe LOVs restricte the list?
Thanks
Sasi

Identical entry so this is being closed:
duplicate:
BEx Variable in Webi Report questions
Ingo

Similar Messages

  • RWI 00200 Error while scheduling the Bex Query based Webi report

    Dear All,
    I am facing the below error while scheduling the Bex Query based Webi report.
    Error:RWI 00200
    We are using BO XI 4.0 Sp05.
    Please advise

    Hi,
    I am on BO 4.0 SP05 Patch 6. Webi reports are just showing processing but not giving results. When I try to create new report it is throwing java security error.
    Tried applet patch upgrade(From link : https://websmp207.sap-ag.de/~sapidb/011000358700000902752013E) for webi certificate but didn't help.
    Please suggest what could be done.
    Thanks and Regards,
    Ankit Sharma

  • Getting Java error while connect BEx query to WebI report (SAP BI4.0 )

    Not able to connect BEx query to WebI report (SAP BI4.0 ) . Below is the error I get while creating a new BEx connection to BOBJ WebI report .
    Please find the below error and help me ,
    "Select a BW Bex query window box "  displayed "Nothing to display " and server error as mentioned below
    Java.uti.concurrent.executionException: Com.sap.sl.sdk.repository.service.repositor******
    at Java.uti.concurrent.futuretask (Unknown source )
    at java.swing.swing.timer.fireactionperformed(Unknown source )
    at java.awt.event.invocationEvent.dispatch(Unknown Source)
    Thanks ,
    Pradeep Gorpadu

    Hi,
    I am on BO 4.0 SP05 Patch 6. Webi reports are just showing processing but not giving results. When I try to create new report it is throwing java security error.
    Tried applet patch upgrade(From link : https://websmp207.sap-ag.de/~sapidb/011000358700000902752013E) for webi certificate but didn't help.
    Please suggest what could be done.
    Thanks and Regards,
    Ankit Sharma

  • 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,

  • Hierarchy variable in Webi report

    Dear all ,
    I'm expirence some problems in the Olap Universe , my question is :
    I can't see data in Webi report .
    Step 1 Create the webi report
    Step 2 Run the query
    Step 3 Select the Hierarchy variables in prompt parameter
    Step 4 Get the msg "No data to retreive "
    I can see the data in  BW with this Hierarchy variable so i don't understand what it's missing .
    Thanks a lot
    Bst Rgds
    Simon

    Dear Sanket ,
    Thanks for your response  , We are using the dimension it's a member of one hierarchy in the query panel without any filter .
    BOE release 3.1 Sp3
    BW 7.01 SP6 .
    Hope this helps , any further question please let me know .
    Bst Rgds
    Simon

  • Hiding variables in WebI report

    Hi,
    We have generated an Universe based on a BW query which has 5 user entry variables with user exit logic coded for each one.
    Based on this Universe we wish to create 2 WebI reports.
    However, for the both the reports all the 5 variables are displayed.
    Is there a way to hide the variables, so that on the first report we see two variables and on the second WebI report we are able to see the remaining three variables.
    For all 5 variables, we have some logic on the BW user exits and hence we want to leaverage the BW variables and not opt for the WebI variables.
    Rgds

    Hi Free Will,
    How did you manage to hide the variable, we have a similar issue,  I have created a BW variable that is populated by Customer Exit. The problem is, for the query to be filtered in the Webi Report it the variable has to be defined as "input ready", and this allows the users to change the data in the variable which I don't want them to do. If I don't make it input ready the WebI Report is not filtered.
    If we could hide the variable it would solve our problem
    Thanks in advance
    Lucien

  • Weird issue - BEX analyser vs Web report

    Hi,
    In BEX analyser variant screen, I could not find a particular cost center, but I could see it if I use web report.
    this is really stange since I am running same report.
    thanks in advance

    solved it

  • Median function in BEx query based webi report

    Hi Experts,
              I have a requirement to have a median function in a chart in my webi report. I'm using BO 4.0 SP2 Fix pack 2.9 and using IDT connection to connect BEx queries. I have 3 dimension objects in X axis and Median as y axis. When i'm calculating median, it need to have the child dimension aslo be part of the chart. but my requirement the child dimension should not be in the chart.
    Example: i have Region, Country and state dimensions as X axis, and Median of sales revenue by city as y axis.
    In my chart, i should not include city. So i have written the formula like "Median(Sales revenue) Forall(City) in (Region;Country; state)" and i tried all the combinations of this.
    When i'm including the city object its working fine, but when removint it, its not. Please help me in this.
    Thanks.

    Hi Suman,
    thanks aigain for your reply!
    I have tried your proposal before you have posted it.
    In my special case the following if/else statement works successfully:
    CKF = calculated key figure
    Formula1 = (CKF1 == 0) * 0 + (CKF1 <> 0) * CKF2
    In my case the CKF2 is the result value from "Incoming Order value" - "Turnover"
    So I had to define a separate Formula (1:1 equals to CKF2) and then I was able to set "*CKF2" in the statement.
    The statement CKF2 = (CKF1 == 0) * 0 + CKF2 is not possible (because it´s not possible to calculate from CKF2 itself).
    Now it works
    Best regards,
    Michael

  • How to create dummy variable in Webi report in BO 4.0 with Bex query.

    Dear All,
    We have a requirement where we need to overlap multiple tables and based on user selection any one of the table should display in report.
    We are on BO 4.0 and source is BW Bex report, we dont have any Universe.
    To achieve this we plan to have dummy variable with some fix value and use it as report filter & based on selected value in filter the related table should be display.
    We have not found any way to have dummy variable directly in Webi.
    Is their any way we can create dummy variable directly in Webi?
    Thanks v much in advance,
    Regards,

    lets say u want to display following picture:
    sept$-----august$
    City
    -chicago123$--
    44$
    so in Query designer go to Default values section.
    Bring in Calendar month
    right click calendar month
    and hit Restrict
    now select variable
    use standard sap variable Current Month.
    hit okey
    now select Variable and hit Red button
    Result u restricted current month.
    in columns bring in keyfigure $
    right click and hit edit
    bring in time field calendar month
    right click and hit restrict
    bring in Current month
    right click and select - SET OFFSET FOR VARIABLE
    select -1
    hit okey
    repeat the above process
    and this time select offset = -2
    this way u restricted current month
    but displayed last 2 months for keyfigure values.

  • Authorization Hierachy Node Variable in Web Report

    Hi friends,
    I have a Authorization Hierachy Node Variable on 0COMPANY and this is placed in Free Characteristics in BEx Query.
    Now i want to catch the value of this Company in Web Template either using Text Element web Item or etc. and then pass this value to the Print Layout of the same report.
    Could some body help me on this.
    Thank you very much advance.

    Hello Aneesh,
    these is how i have BUT NOT WORKING.
    i am thinking, if it in free characteristics, then it wont give values !!..
    var COMPNM  = '<object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEXTELEMENTS_5"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="WIDTH" value="453"/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
             <param name="SHOW_FILTERS" value=""/>
             <param name="SHOW_VARIABLES" value="X"/>
             <param name="ELEMENT_TYPE_1" value="VARIABLE"/>
             <param name="ELEMENT_NAME_1" value="IVCMP_H"/>
             <param name="ONLY_VALUES" value=""/>
             ITEM:            TEXTELEMENTS_5
    </object>';

  • Variable in web report selecting '#'

    Hi,
    When I execute a BW report in Web, something really strange is happening.
    I have got an optional variable for calender month. Whatever value I select, it changes to '#' by itself. It works well in RSRT.
    If I type the value for e.g. 02.2007 manaully then it works well. But only when I select the variable value from the list (F4) then press "Add" and then "ok", it replaces the value with #.
    Does anyone know why this is happening and what the solution to this.
    Thanks,
    Waseem.

    Hello Aneesh,
    these is how i have BUT NOT WORKING.
    i am thinking, if it in free characteristics, then it wont give values !!..
    var COMPNM  = '<object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEXTELEMENTS_5"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="WIDTH" value="453"/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
             <param name="SHOW_FILTERS" value=""/>
             <param name="SHOW_VARIABLES" value="X"/>
             <param name="ELEMENT_TYPE_1" value="VARIABLE"/>
             <param name="ELEMENT_NAME_1" value="IVCMP_H"/>
             <param name="ONLY_VALUES" value=""/>
             ITEM:            TEXTELEMENTS_5
    </object>';

  • Web Reports Question

    Hi all,
    Does any one know where the .htm files are stored in application server.  We can find the .gif, .css files in MIME repository but I cannot find where the .htm files are stored.
    thanks
    Sabrina

    OK.
    We have a web application that is mapped to the BW application server.  When we open the web application, there are few static html pages, I am wondering where these are stored.  Are they web templates itself, but I cannot find them(I know that we can create web template forms).  I need to edit the content of these html pages, how can I?  Please let me know.
    http://bwreporting.bp.com is our site and I am sure bwreporting.bp.com is mapped to http://yourAppServer:yourPort
    thanks
    Sabrina.
    Message was edited by: Sabrina Marcado

  • WebI report based on BEx query in Live Office document

    Hi
    We have a BEx query in BW that has one input ready variable (period). Then we have created a WebI report based on this BEx query (the WebI report itself does not have any prompts). When we run the WebI report we get asked to enter a value in the BEx variable (remember: this is not a WebI prompt). Until this stage everything works fine. Then we have created a Live Office document and added the WebI report. When we refresh the Live Office document, the BEX variable is not shown. The data that is retrieved is from the last time the WebI report run. The refresh option is set to u201COn demand: From the databaseu201D.
    Is there a way to get the BEx variables to be shown when refreshing the Live Office document? Remember, we do not use WebI prompts.
    We use BW 7.3 and BO BI 4.0.
    Kind regards
    Erik

    Hi,
    Unfortunately, this feature has not been developped the BICS connectiviy. It is only available for manda
    tory prompts based on universe. Others have noted the same problem, so there is an enhancement request for the feature to be available using BICS connection in the "Ideas Place".
    Use the link to vote for the idea, more votes gives a better chance that this will be picked up for development.
    [LifeOffice idea|https://cw.sdn.sap.com/cw/ideas/4094]
    Thanks,
    Marianne

  • Analysis Office vs Webi report ---Bex query Data mismatch

    I have one Bex query.
    I insterted the query in Analysis office for Microsoft edition, and its pulling 985 records, but when i inserted the bex query in Webi report its pulling only 27 records. Any body faced similar problem, explain the solution..?
    Using BICS connction for webi report development.
    Environment: BI 4.1 SP5
    Anlaysis office version :  1.4 SP10

    Hi Ingo,
            If we make it database delegated then the Webi query returns no results. (Blank results). Moreover there is no exception aggregation
    We have tried the following and getting the result correctly,
    In the Bex Query We had a Time variable which was based on SAP exit. We removed the SAP exit variable from Bex Query and restricted the period for atime range.
    Then created a Prompt in Webi report for the time
    The result is matching.
    But still failed to undrstand this because other queries which have SAP exit variables works fine.
    Still working around for a convincing solution for this.. Will let you know
    Thanks and Regards
    Rajesh

  • Is this report feasible either in Bex or web reporting?

    I've following records in cube.
    Material Date Qty
    Mat1 04/30/08 400
    Mat1 05/04/08 500
    Mat1 05/05/08 650
    Mat1 05/06/08 720
    I'm looking for a report as follows. Is it possible?
    rows----
    Qty in columns restricted with date
    Material----
              05/04/08  05/05/08  05/06/08
    Mat1----
                    100       250         320 
    above derivation is based on  - "qty" in columns restricted with date but also "qty" up-to-date needs to be substracted from ( prior-month-end which in our case is 4/30/2008 qty).
    Material------- 05/04/08  05/05/08  05/06/08
    Mat1----
    500-400  650-400    720-400 
    so, for example, 05/05/08 Qty (650) column needs to be substracted from 4/30/08 Qty  (400) for the output of 05/05/08 column which is 650 - 400 = 250
    I've created user exit variable on date to determine prior-month end date so, i'm getting 4/30/08 in our case into this date user exit variable.
    but, my problem is, as long as i put date in columns which is restricted with user-input range as 5/4/08 to 5/6/08, I'm unable to get qty of 4/30/08 into the columns for substraction purpose.
    Is there a workaround to get this? I'm trying either in BeX query or Web reporting (we don't want to use excel macros to achieve this)
    Appreciate any help.
    Hari Immadi
    http://immadi.com
    SEM BW Analyst

    dear Bhuvana,
    please take a look this 'how to hide column' doc,
    using table interface (abap class se24)
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f0aca990-0201-0010-0380-f3aac4127a57
    and search with 'more than 60 char' with 'sdn forum' may lead to some thread discuss this
    Concatinating text char
    60 Character Limitation - Dirk Herzog please help
    Bypassing 60 char limit in an InfoObject
    How to show character length > 60 ,If we split and distribute..??
    hope this helps.

Maybe you are looking for

  • Problem with time stamp

    Hello, I got mistake in ODS manage like this: The time stamp in the source system is 24.09.2007 The time stamp in the BW is 23.05.2009. I have problem to load data in ODS. What should I do ?? Replicate the data source ? But then it's possible to get

  • FIFA2003 don't run on FX5200 T128 ???

    I have just purchased a FX5200 T-128. I have this runnig on a AMD 2600 with 512 Mb. But my Fifa 2003 doesn't run. I can reach the introduction movie and the menu, but after setting all the match modes when the game is loading the program is shuted do

  • Failed to convert user externalID servermgr_xcode

    since i upgraded to 10.9 and server 3.0 i get flooded with the following messages. [CSODService.m:78 9d38000 +0ms] Failed to convert user externalID servermgr_xcode to uuid_t for membership check So I installed Xcode and integrated it via servermgr i

  • Punctuation displaying wrong on forums and other sites

    Apostrophes and quotation marks (' and ") in my forum posts appear as weird characters to other people; I don't know what it looks like to them, but someone went in and corrected a batch for me and on my end they look like this: http://i51.tinypic.co

  • Solaris in 32-bit Dell PC

    Hi all, Can the Solaris 10 work for a 32-bit Dell pc?? Chin