BPS Variable exits Ranges showing only Low Value

Hi,
I am attempting to show a comparison column in my planning layout which represents YTD values.
The data in my cube is as follows.
Cal Qtr      Fisc Period      Amount
2006.1       2006.003           10
2006.1       2006.001           20
Now in my variable selection for the layout, i define user exits for cal quarter and fisc period. I define the restriction for cal quarter as  between 2006.1 and 2006.1
and the restriction for fiscal period as between 2006.001 and 2006.003. However the resulting output is only the data from 2006.001 (the 'low' value = 20). Does anyone know why this is so ? Is this a bug or an expected functionality?
Thanks for your help.
Shailesh
Message was edited by: Shailesh Unny

Hi,
In BPS, you can only select a single value.
If you enter multiple values in your variable, example like you did with 2006.001 to 2006.003, only the lowest value will be used for selection.
The result is thus the same as if you would have entered 2006.001 to 2006.001.
This can be bypassed in 2 ways (out of which none deserves the beauty price):
1) reload the data in your cube and post the result on a single date. You can then restrict your comparison column to this single date.
2) make the comparison column dynamic on your time variable.
You will then see 3 columns for each month, you can sum the 3 columns to display the total.
Please assign points if this was helpful or solved your problem.
Best Regards,
Filip

Similar Messages

  • BPS variables exit F4 help

    Hi,
       I am having a BPS variable exit which is listing all the records from the master data table in the F4 help screen but  i want to see only those values which are populated by my exit .
    Did any one faced the same problum? Do we have a note or patch to fix this.
    Thanks,
    Ramkumar

    Hi Ramkumar,
    Check the ABAP code behind the variable.Make sure that it is fetching the right records based on the logc in the code.Check the select statement in the ABAP.
    Debug the code and find out if its fetchin the right values into the export parameter  ETO_CHARSEL.
    hope this helps.
    regards
    Sai Vishnubhatla.

  • LOV is showing only few values?

    Hi Everyone,
    I have one oaf page in which one lov is there which is showing only few values not all the values.
    but when i execute the same query in toad its showing 125 values.
    how can i make lov to display all the 125 values?
    can i do this thriugh personalization or i need to customize? plz give me the steps....
    Thanks.

    Kumar ,
    If Lov has 125 records , it will display only few records in first display set when you click on next button(link that appears right top on Lov pop up window )
    it will show remaining set of records , ( 10 / 20 values in each in set ) .
    If you are sure its not displaying entire set of rows , then probably their might be some restriction would have implemented in where clause to filter the records .
    Copy the query associated to LOV region and run from the data base and see what's the number of rows you are getting . If there is any variation then
    some ' where ' is causing the filtration , please look at the java source code of the page to track the issue .
    Keerthi
    Edited by: keerthioaf on Nov 15, 2012 4:39 AM

  • Variable exit not taking multiple single values...urgent pls

    Hi BW Guru's
    I have created an variable exit where the variable represents mulitple single values.
    In the customer exit when i trying to populate mulitiple values and move it to e_t_range it is not taking multiple values. I have also observed that it is a line item type. I want to know if there is anyway out since it is an urgent requirement. Any help would highly appreciated. I shall also award points accordingly. Thanks.

    Hi Anil,
    Thanks for your prompt response.
    I guess i am missing out some thing.
    The scenaio is like this I want to hard code some values which have to be removed from the selection hence I have created the variable  with multiple single value variable and I have removed (unchecked) ready for input as it is not required. After your suggestion I have also made it mandatory but after running the query I am getting a message Abort no value determined. I have written this code under if i_step = 1.
    My code goes like this….
    DATA: BEGIN OF I_SO_VENDNO occurs 0,
            SOURCSYS TYPE /BIC/TZSO_VEND-/BIC/ZSOURCSYS,
            ZSO_VEND TYPE /BIC/TZSO_VEND-/BIC/ZSO_VEND,
            TXTMD TYPE /BIC/TZSO_VEND-TXTMD,
          END OF I_SO_VENDNO.
    select * from  /BIC/TZSO_VEND into table i_so_vendno.
      loop at i_so_vendno where TXTMD CS 'GREAT LAKES'.
          l_s_range-low = i_so_vendno-zso_vend.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'NE'.
          append l_s_range to e_t_range.
          clear: e_t_range, l_s_range, i_so_vendno.
      endloop.
    Want to know if I am missing out something.
    Thanks.

  • How to show only six values in dropdown box in design studio 1.3

    Hi,
    There was an requirement from our client to show only last six months in the drop down, when actually there is almost past 30 months are coming from the database. The data format also looks similar to "2014007", "2014006:..etc. Any idea to achieve this through loop.?
    Thank You,
    Palani

    Hi Karol,
    I like your idea, but i have difficulties to use it
    i have a datasource DS_2 and i just want to show specific Members of my keyfigures.
    When i fill my dropdown with this code it just gets empty and returns an error. Somehow i have to say if i want to show the Key or Text ?
    i also need this infiormation to be able to compare my elements in the if clause ?!
    Can you help me out ?
    Best regards
    Manfred
    DS_2.getMembers("003N81FHQ23D64UTALOPW7MVN",0).forEach(function(element, index) {
    DROPDOWN_2.addItem(index, element);
    /*  if ((element == value1) || (expression2 == value2)) {
       if_statements
      } else {
       else_statements
    EDIT ....
    I've found the way how to access the keys and values ... i have to define an array and then i am able to access the internal keys and Text.
    Just for others searching ....
    var ArrayMem = DS_2.getMembers("003N81FHQ23D64UTALOPW7MVN",0);
    DROPDOWN_2.addItem("#", "No Filter");
    ArrayMem.forEach(function(element, index) {
      if ((element.text == "Anzahl Sätze") || (element.text == "Gepäckgewicht")) {
       DROPDOWN_2.addItem(element.internalKey, element.internalKey + " - " + element.text);
    This SCN article helped me out: http://scn.sap.com/community/businessobjects-design-studio/blog/2014/09/19/learn-about-arrays-in-design-studio-13
    Best regards
    Manfred

  • BPS variable exit takes more execution time

    Hi,
        I am having a BPS variable of type exit in the planning level and it is taking very long time to execute the layout even though my planning cube is having very little data.
    Can any one tell me how to reduce the excution time of the layout .
    Thanks,
    Ramkumar.

    Hi Ravi,
            I excuted the FM in se37 with a SQL Trace and it was working fine . there are no expensive statements .
    The same FM performs well if the output record count is less say 10, but taking more time when the output record count is more say 8000.
    Is there any way to increase the performance of the BPS layout . or do i need to apply any notes for it.
    if any one faced the same problum kindly let me know how to resolve this . your help is greatly appreciated.
    Thanks
    Ramkumar

  • Selection screen shows only 500 values

    Hi All,
    When I execute a query having a selection option variable (0material) with "single values", I am only shown the first 500 values out of the entire list......how to get the remaining values in the selection screen?
    Thanks,
    gaurav

    You will see an arrow besides 500 on ur screen
    Click that
    A window will pop up
    Check a drop down on this window
    It says
    All
    100
    500
    Select All

  • BPS Variable Exit issue - input variable is not hardcoded

    Hi SDNer
    I have a problem in derivation of 3 variables from one variable. The scenario is like this..
    Curr Year - Hard coded in one Pl Area and all other Area get the same value by using a FM
    Planning for year : User Input variable in Layout
    We are planning for Projection ( Ver - p) Budget ( Ver - B) and 3 Forecast (Ver - F)
    Now based on the planning for year and current year variable,system should calculate these three versions.Curr Ver  Next Ver Prev Ver which are in layout at present and entered by user manually
    Example:
    For  Curr Year 2008 and Plan Year 2008
    Curr Ver - P Next Ver - B and Prev Ver - A
    For  Curr Year 2008 and Plan Year 2009
    Curr Ver - B Next Ver - F and Prev Ver - P
    Thanks
    Saurabh

    Hi Kirill
    Still no luck...here is my code
    I am populating Variable ZVAR which is based on 0VERSION. With help of plan year ZFISCYEAR and Current year ZPLYEAR
    I assigned this FM to ZVAR variable in plan area.
    Also i am using this variable along with these 2 time variable in the planning folder......
    I am getting error ZVER can't be computed ????
    FUNCTION VERSION_AUTOMATION_TEST_KAMAL.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_AREA) LIKE  UPC_AREA-AREA OPTIONAL
    *"     VALUE(I_VARIABLE) LIKE  UPC_VAR-VAR OPTIONAL
    *"  EXPORTING
    *"     REFERENCE(ETO_CHARSEL) TYPE  UPC_YTO_CHARSEL
    Data: lp_subrc type sysubrc.
    Data: lc_subrc type sysubrc.
    Data: lpt_varsel type table of upc_ys_api_varsel.
    Data: lps_varsel type upc_ys_api_varsel.
    *Data: l_plan_year type upc_ys_api_varsel.
    Data: ls_chasel type upc_ys_charsel.
    Data: l_VERSION TYPE C.
    Data: l_plan_year type i.
    Data: l_curr_year type i.
    data: lcto_varsel   TYPE upc_yto_charsel.
    DATA: lcs_varsel TYPE upc_ys_charsel.
    Data: DIFF TYPE i.
    Data: l_area type upc_y_area.
    Data: l_variable type upc_y_variable.
    if i_variable = 'ZFISCYR'.
    *Read Planning For Year Variable.
    call function 'API_SEMBPS_VARIABLE_GETDETAIL'
          Exporting
           i_area = i_area
           i_variable = i_variable
          Importing
           e_subrc = lp_subrc
           tables
           etk_varsel = lpt_varsel.
        if lp_subrc = 0.
          clear lps_varsel.
          read table lpt_varsel into lps_varsel index 1.
          l_plan_year = lps_varsel-low.
        endif.
    Read Current Year Variable.
    *data: l_buffer_call TYPE boole-boole           VALUE 'X'.
        Fix value of current year from below FM
      CALL FUNCTION 'Z_VAR_GET_DETAIL'
            EXPORTING
              i_area     = 'ZPLBSCF1'
              i_variable = 'ZPLYEAR'
            IMPORTING
              e_subrc    = lc_subrc
              eto_varsel = lcto_varsel.
          if lc_subrc = 0.
            clear lcs_varsel.
            read table lcto_varsel into lcs_varsel index 1.
            l_curr_year = lcs_varsel-low.
          endif.
    DIFF = l_plan_year - l_Curr_year.
            IF l_plan_year = l_Curr_year.
                 l_VERSION = 'P'.
                 ELSEIF ( DIFF = 1 ).
                      l_VERSION = 'B'.
                      ELSEIF ( DIFF = 2 ).
                           l_version = 'F'.
                           ELSE.
                                l_VERSION = 'F'.
         ENDIF.
    ls_chasel-chanm = '0VERSION'.
    ls_chasel-opt = 'EQ'.
    ls_chasel-low = l_VERSION.
    insert ls_chasel into table eto_charsel.
    Endif.
    ENDFUNCTION.
    Thanks alot
    Saurabh

  • Perfmon showing only average values

    I have a dataset of perfmon data for "\System\Context switches/sec" from a number of servers, I want to show the MAX, not the average. However, the perfmon tool will only show the averages.
    I created the dataset by running perfmon with a data collector set on each of 15 Win2008 servers. I copied all the .blg files to my Win8.1 machine, then used 'relog' to combine those .blg files, and filter for only the "\System\Context Switches /sec"
    datapoint.
    When plotting the resultant file, the Perfmon graphing program will only graph the averages, not the maximums, even after changing the "report and historgram data" radio button to 'maximum' under the "Properties/General" setup tab.
    Suggestions?
    Thanks,
    Jason.

    Hi,
    Thanks for your post.
    You could check the Properties to choose the report data.
    Please refer to this MS article about Performance Monitoring
    http://technet.microsoft.com/en-us/library/cc961845.aspx
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • PC content viewer shows only low res thumbnails of PDF folios (from folio builder)

    Since i can't seem to find a similar question, here's my story:
    I've recently held a small class of 2*18 students, running various versions of indesign (mostly Cs6 and CC) and various OS (MacOs, Win7, Win 8).
    On the Win 7 and 8 systems, some of the students had a blurry/low res and no interactivity feature output of anything coming from Folio Builder.
    Regular Interactive Overlay Folio preview always turned well, and preview on the devices were ok too (except for the long process of putting things online when the PC users would want to preview on an iPad).
    But i couldn't work them out of the horrible low res preview when the folios were built in Folio Builder.
    So far i haven't found time to narrow the failing machines (we didn't have a lot of time for this).
    Is this problem known ? Is there a workaround ?

    Hi bob, as i mentionned in the title, it's the PC (aka desktop) Content Viewer that's concerned.
    I know it's supposed to be rasterized, but the problem here is their (desktop) Content Viewer really displays the thumbnails instead of the expected (and interactive) content.
    I had never encountered this kind of behaviour before, and couldn't track that on the website.

  • F4 help-only posted values-Bex variable input

    Hi
    I have one hierarchy node variable on an infoobject.This infoobject is authorisation-relevent.The infoobjects hierarchy is activated in query designer.We have many hierarchies for this infoobject,one for every year.Recently,we chose new hierarchy for this infoobject as we moved into year 2011.
    When I execute the query,in the variable input help F4 of the hierarchy node variable on this infoobject,I could see only some nodes(I couldnot see the required one).My user is unable to see anything.Please suggest how I can fix this problem.
    I have two problem:
    1.I want to see the present nodes it is showing together with some more nodes that came with new hierarchy
    2.As of now,my business USER is unable to see anything in F4 help for this variable...I want him to see the nodes which I would like to see also.
    How can I fix these problems?All suggestions are welcome.
    My investigation:
    I checked infoobject settings..'Query Execution Filter Val.Selectn'  is set to 'Only Posted values for navigation'....Does that mean infoobject will show only those values in F4 help that the query can find data for,in infocube in current navigation state..??
    And there are two other options which can be choosen at infoobject level for 'Query Execution Filter Val.Selectn':
    1.'Only Values in Infoprovider'--It will show only those values in F4 help for which there are values in dimension tables of cube/ods(does it mean in other way ,that master data for which we have transaction data in cube/ods???)
    2.Values in Master Data tables:all values from master data tables.
    Let me know if have wrong idea.........................
    Regards.

    Hi,
    at the infoobject level always you need to select "all master data values".
    please check the version of the hierarchy what ever you are using till 2010 you might be using one version in 2011.
    load the info-object with the new version at the infopackage level.
    hope this helps
    Thanks & Regards
    krishna.y

  • Prompt in webi not showing all the values

    I have created a universe based on a BI query.in the BI query there is a variable for the profit center which has been used in the characteristic restrictions.When i create a webi report based on this universe,the prompt for the profit center is showing only 1 value.It is not showing the rest of the values.Pls help.

    Hi,
    1. Try to check at BI query level whether values are there for profit center column or not.
    2. Try to do what susney said. If it doesn't work follow 3.
    3.  In universe level go to the profit center object  on which you created prompt-> click on object properties -> properties -> edit list of lovs -> then a query panel appers to you -> run and check whether all the values appering to that object ot not.
    4. If all the values appering then check whether any filters are applied to profit center object in universe level/report level.
    Cheers,
    Suresh Aluri.

  • Only posted values for Navigation does not work

    Hi,
    I have a problem where all master data is shown in the input help for a variable, even when the setting for the info object is to show only posted values.
    In a WEB template I have tree reports using tree different data providers. The setting in the web template is to show the same variable only once and that works. The setting of the info objects is to show only posted values. That does not work!
    When using the input help for a variable, all master data shows, not only the poster values in the data providers.
    When unchecking the setting Display Same Variable Only Once (MELT_VARBLES) the variables appears tree times each and the input help works as expected. It shows only posted values.
    Any experience of this?
    Best Regards
    Kent

    Hi Kent,
    If you build several queries on different infoproviders, then put them into one web template or workbook. Variables from different queries with the same technical name will get merged in variable screen (Set parameter MERGE_VARIABLES=True in web template property. Set "Display Duplicated Variables Only Once" in workbook settings for variables).
    This means, that it is not possible to decide which infoprovider the variable is based on. The provider is unknown to the system when doing F4 help so that D mode is not possible since D mode [Only Values in InfoProvider]  is also infoprovider dependent. So only M mode ['Values in Master Data Table'] is possible.
    In such merge variable situation, the authorizated values in F4 help is also retrieved without specific infoprovider.
    Regards,
    Nishant

  • CJI5 commitment line item report not showing po gross value

    Dear All,
    system is showing only net value in CJI5 report, actaully gross value of po must be reflected in CJI5 report and this happening in all po's like material, service's etc. example is as follows.
    Example:
    po net value: 1000
    st 10%: 100
    po gross value : 1100 (inclusive of all taxes, ed, disc. etc)
    what could be the reason for not showing po gross value in commitment line item report.
    Thanks & Regards,
    Sandeep

    Hi,
    As far as i know the commitment report will never show you the value that is inclusive of taxes. It will only show the net value of the PO.
    I just tried a scenario in my system by creating a PO for a net value of 3000 GBP and based on the tax code i entered system calculated a tax of 525 GBP. However when i check CJI5 report it shows only 3000 GBP as commitment and not 3525 GBP. This is how the standard system behaves, i believe. You can cross check this in the table COOI. The COOI table also shows the net value of the PO and does not include the tax amount in commitment.
    Regards,
    Gokul

  • SAP BW SEM-BPS Variables

    Hi All,
    We are upgrading SAP BW SEM-BPS system from 2.0B to 6.O, in this process i need to collect some information as like below from tables,
    like BPS Variables----- UPC_VAR ,
    planning sequence----- UPC_PROFILE_BU
    planning folder(Web)---- BPS_WB
    planning folder(GUI)---UPSPM
    BPS variable exit--UPC_VAR_EXIT
    respectively, but these tables like UPC_VAR,UPC_PROFILE_BU etc are  NOT there in my system ( SAP BW SEM-BPS 2.0B), So can anyone please suggest me alternative table name OR tell me where can I get aobve information like (BPS Variables, Planning Sequence etcc. ).
    Thank you,
    CCC

    Hi,
    I need to collect same information.
    Will you share it.
    Thanks,
    Ajay

Maybe you are looking for