Restricted Key Figure and : Change Variable in WAD

Hi everybody,
I have a restricted key figure in my query, which is restricting all sales volumes of a product by time variable.
I am using this restricted key figure instead of a real filter on the whole query because I have to view the total volume of this product and the volume in this year.
This works very well, but I have no possibility to change the value of the time variable in the restricted key figure in WAD by a generic navigation block.
How can i do this?
Thanks,
Alex

Hi...
The Web item Generic Navigation Block displays the navigational state of a query view in the Web application in the form of a table. All characteristics and structures in the query view are listed in the table and their filter values are displayed. You can change the navigational status of the query view. You can filter according to single values and remove the filter again.
You want to see the results in tabular form and to be able to navigate
through those results using key figures and characteristics.
1. From the Start menu, open the Web Application Designer and start the Web
Application Wizard
a) Choose Start → Programs → Business Explorer → Web Application
Designer → Tools → Wizard.
Choose Next to skip the start page.
2. Select the Generic Navigation Block item and accept the default settings for
this item.
a) In the Select Web Item dialog box, choose Standard Items → Generic
Navigation Block, then select Next to transfer the item into your Web
template.
3. Assign the query Customers/Sales  as a Data Provider
to the Generic Navigation Block web item. After assigning the Data Provider,
accept the default values for the item attributes.
a) Choose Query.
b) The Open Query / View dialog box appears.
From the Roles, select the query for Reporting→ Unit: BEx
Web Application Designer → Lesson: BEx Web Application Wizard →
Exercise → Customers/Sales .
Choose OK. The dialog box closes and you return to the Web application
Wizard. Choose Next to reach the Edit Attributes dialog box. Since you
want to accept the default properties of the item, choose Next.
c) In the Overview dialog box, you see all the items you have selected so far.
Add the Table Web item to your Web template and accept the suggested settings
for this item.
a) In the Overview dialog box, choose Add Item to add an additional item to
your Web template. In the Select Web Item dialog box, select Standard
Item → Table.
Choose Next in order to transfer the item into your Web template.
5. Assign the same Data Provider to this item as you did for the Navigation Block.
Accept all the default settings for this item. Arrange the Web template to have
the Generic Navigation Block before the Table.
a) Both items in the Web template use the same Data Provider. Therefore, you
can use the same entries for this item. Choose Next.
b) Leave the properties of the table item unchanged. Skip over the Edit
Attributes dialog box by choosing Next.
c) Both Web items now appear in the Overview dialog box. Change the
sequence of the two web items so that the Web template starts with the
Generic Navigation Block. Use the up and down arrow icons to move your
web items. Choose Next.
6. Save the Web template.
a) You do not have to make any entries in the Save Web Template dialog box.
Choose Save to save your Web template.
Save the newly-created Web template in your Favorites.
give Description: ..................
give Technical name: ...........
7. Display the Web template in the browser.
a) Choose Display theWeb template in theWeb browser .
8. Exit the Web Application Wizard.
a) Choose Exit. The Wizard window closes and the Web template is opened
in the Web Application Designer where you can make additional edits
as required.
with regards,
hari kv

Similar Messages

  • Restricted Key Figure with interval variable

    Hi,
    I've a restricted key figure for KF 0AMOUNT restricted by 0FISCPER. There is a variable restriction on 0FISCPER which determines the period interval in customer exit.
    e.g. 001.2008 to 009.2008
    The problem is, in query this RKF is returning only the values for period 009.2008. It should return the total for all the periods.
    Can you tell me what could be missing?
    Regards,
    Amit

    Hi Amit,
    please check the cutomer exit, as the range might not be properly defined in the exit.
    Firstly check if the variable is defined as range or single value, and if defined as range please check the below mentioned lines in the exit:
    L_S_RANGE-SIGN = 'I'.
    L_S_RANGE-OPT = 'BT'.
    as they stand for:
    SIGN     (I)ncluding [ ] or (E)xcluding ] [
    OPT     Operators: EQ =, BT [ ], LE <=, LT <, GE >=, GT >, CP, and so on.
    hope it helps
    Regards,
    Umesh

  • "new selection", restricted key figure and basic key figure

    Hi,
    I have a test report and i have a basic keyfigure "ZRevenue" and "restricted key figure"(its defined over "ZRevenue") and
    a "new selection"(its defined over "ZRevenue").
    Now that i have "material number" and "material color" and "request id" in the rows. ("Material color" is a navigational attribute of material number).
    In the column level i have a basic key figure  "ZRevenue" and "restricted key figure"(its defined over "ZRevenue")  and
    a "new selection"(its defined over "ZRevenue") .
    In a "restricted key figure" or "new selection", we can include a basic key figure or new formula or calculated key figure or an already restricted key figure into it, then we restrict it, with one or more characteristic values. In the report output we get KF values only for those characteristic values, with which it has been restricted. Please correct me if my understanding is wrong.
    Initially i restricted the "new selection" (with material number 1 to 3) and "restricted key figure" (with material number 1 to 4).
    In the cube i have material numbers 1 to 11. Now all the values were displayed from 1 to 11, but for the
    "new selection" (with material number 1 to 3) and "restricted key figure" (with material number 1 to 4) i got values only for 1 to 3 and values for 1 to 4 respectively. This is as expected and is working fine.
    Now i tried to restrict the basic keyfigure  "ZRevenue" with material number 1, the output was only until the material number 4 (this is the greatest value of the material number defined over the "restricted key figure").
    Then i tried to restrict the "new selection" (with material number 1 to 9) , then the output was from 1 to 9 material numbers.
    If i remove the restriction over the basic keyfigure  "ZRevenue" , then i get all the material numbers from 1 to 11, for "new selection" i get values for the material number 1 to 9 and for "restricted key figure" i get values for the material numbers 1 to 4.
    Can some one explain me why this behavior?
    Edited by: sapbi enthusiastic on Jan 31, 2012 11:48 AM

    Hi,
    This is where set theory comes in handy
    So what you have is a basic KF (BKF), a selection (SEL), and an RKF.
    When producing an output, BEx seems to be looking for the union of all the restrictions you place on these. So when your BKF is not restricted, the union comes out to everything in the underlying DSO. When you restrict the BKF for material number 1, this is how the restrictions might have been processed internally
    BKF: Restriction on material 1
    RKF: Restriction on material 1-4
    SEL: Restriction on 1-3
    Union of these three: 1-4
    When you remove the BKF restriction and make SEL restricted to 9, this is how it plays out
    BKF: NO Restriction on material
    SEL: Restriction on material 1-9
    RKF: Restriction on 1-4
    Union of these three: everything.
    As the union ends up giving you everything, you get 11 records. However, as SEL is restricted for 1-9, the SEL will have values for the materials 1-9. Likewise for RKF, you'll get values only for materials 1-4. Hope this clears things up!
    Regards,
    Suhas

  • Calculated Key figure and formula variable issue - Urgent

    Hi,
    I have created a formula variable on dates. When I run this locally it returns results. Now I have created a calculated key figure on this formula variable. It is not returning any results. Any idea on why this is happening.
    Thanks,
    Kal

    Hi Kal,
    Can you paste your Formula & Calculated Keyfigure calculation.
    If possible give information on ur formula variable ( processing by , charactesristic , replace variable with ( if it is replacement path ) , Dimension id )
    Regards,
    SRIKANTH

  • Customer Ext Variable is NOT working correctly in the Restricted Key Figure

    Hi all,
       I have created a variable ZVCBLMTH (Period from 01/1996 to Last Month) with reference to
        0CALMONTH  and it will be populated through  Customer Exit and it works fine.
        In the selection for 0CALMONTH, I gave the range as '05/2008' to '08/2008' and this new
        variable  passed the value of  range as '01/1996' to '04/2008' in RSRT.
        The properties of the variable are:
              Type of Variable -  Characteristic, Processing by - Customer Exit, Variable Represents - Interval
              and Variable is - Optional.
              No change in the result after changing the 'Variable is' from Optional to 'Mandatory'.
      This variable is used in Restricted Key Figure to calculate the number of matching records between
       01/1996 & 04/2008 and somehow it is not recognizing this variable and NOT passing the results correctly.
       But, there are records with 0CALMONTH between 01/1996 & 04/2008.   
       How could I test that which value is passed into the Restricted Key Figure for this variable, PLEASE ?
       Thanks in advance.
    Regards,
    Venkat.

    Hi Clemens Li
    I agreed on your point. When we define the Internal table the type for element EQUNR & QUMNR , we are referring the SAP data element for EQUNR, QMNUM field.
    Our doubt is even though we refer the standard data element, in the ALV display, it shows with leading zeros and also it creates problems in the filtering and in the filter window all values instead of unique nos.
    Hi Abhii
    I have given below the fieldcat coding.
    Friends, can you kindly clarify the above said problems. Since we use SAP ECC 6.0 any notes or patches apply is required. ( this is the basic functionality in ALV, that is my doubt).
        wls_fieldcat-col_pos   = wpv_pos.
        wls_fieldcat-fieldname = wpv_champ.
        wls_fieldcat-tabname   = wlc_tabname.
      wls_fieldcat-seltext_s = wls_fieldcat-seltext_m
        wls_fieldcat-seltext_l = wpv_libelle.
        wls_fieldcat-ddictxt   = 'L'.
        wls_fieldcat-no_out    = wv_no_out.
        APPEND wls_fieldcat TO gt_fieldcat.
    Kind regards,
    Jegathees P.

  • Restricted key figure

    HI,
    can any body explain me what is the difference between Restricted key Figure and the filter option in BEX reporting.

    Hi Ali,
    If you want restrict particuler key figure based on characteristic value, that you have to go for restricted key figure.
    For example: You have calender year month data from 2005 to 2006.An dyou have also have sales data for the period.
    If you want see the say some feb 2005 to may 2006.
    than you can use restricted key figure to see the values.
    where as Filter will show the values which you have filtered irrespective of key figure (only characteristic value).
    just go throw the below description.
    Hi,
    Restricted key figure:
    Use
    You can restrict the key figures of an InfoProvider for reuse by selecting one or more characteristics. The key figures that are restricted by one or more characteristic selections can be basic key figures, calculated key figures, or key figures that are already restricted.
    Procedure
    Defining a new restricted key figure
    1. In the InfoProvider screen area, select the Key Figures entry and choose New Restricted Key Figure from the context menu (secondary mouse button).
    If a restricted key figure has already been defined for this InfoProvider, you can also select the Restricted Key Figures entry and then choose New Restricted Key Figure from the context menu.
    The entry New Restricted Key Figure is inserted and the properties for the restricted key figure are displayed in the Properties screen area.
    2. Select the New Restricted Key Figure entry and choose Edit from the context menu (secondary mouse button.
    The Change Restricted Key Figure dialog box appears.
    You can also call the Change Restricted Key Figure dialog box from the Properties screen area by choosing the Edit pushbutton.
    Calculated key figure:
    Use
    In the Query Designer, you use formulas to recalculate the key figures in an InfoProvider so that you can reuse them. Calculated key figures consist of formula definitions containing basic key figures, restricted key figures or precalculated key figures.
    Procedure
    Defining a New Calculated Key Figure
    1. In the InfoProvider screen area, select the Key Figures entry and from the context menu (secondary mouse button click), choose New Calculated Key Figure.
    If a calculated key figure has already been defined for this InfoProvider, you can select the Calculated Key Figures entry and, from the context menu, choose New Calculated Key Figure.
    The system adds the New Calculated Key Figure entry. The properties for the calculated key figure are displayed in the Properties screen area.
    2. Select the New Calculated Key Figure entry and, from the context menu (secondary mouse button), choose Edit.
    The Calculated Key Figure dialog box appears.
    You can also call the Change Calculated Key Figure dialog box from the Properties screen area by choosing the Edit pushbutton.
    Formula:
    Use
    You can recalculate the key figures in a structure using a formula. You can include basic key figures, restricted key figures, and calculated key figures in the formula definition.
    Procedure
    Defining a Formula
    1. If the query does not yet have a key figure structure, create a New Structure in the Rows or Columns of the Query Designer by highlighting the row or column directory using the secondary mouse button and selecting New Structure from the context menu.
    2. If the structure does not yet contain any key figures, use drag and drop to transfer a (basic) key figure of the InfoProvider into the directory of the new structure.
    3. Select the structure directory, and choose New Formula. The New Formula entry is inserted and the properties for the formula are displayed in the Properties screen area.
    4. Select the New Formula entry and, from the context menu (secondary mouse button), choose Edit. The Change Formula dialog box appears.
    You can also call the Change Formula dialog box from the Properties screen area by choosing the Edit pushbutton.
    Regards,
    Shailaja

  • Access to Restricted Key figure

    Hi,
    I have a restricted key figure. I want only few users to have access to this  restricted key figure and want to put some sort of authorization on this restricted key figure. While creating authorization I am giving the type of authorization components as RKF (restricted key figure) but there is no place where i can mention the id of restricted key figure.
    Regards
    Nitin

    Hi KN,
      Please look at the below link for authorization regarding Query definition such as RKF, CKF, Variable and all other objects,
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a68a7e07211d2acb80000e829fbfe/content.htm
    Hope this helps
    AP

  • Duplicated Restricted Key Figures?

    My queries for the Sales Overview Cube (0SD_C03) have "duplicated" Restricted Key Figures. Neither myself nor my query designer has created them. Example:
    Z0COST_1
    Z0COST_2
    Z0COST_3
    Z0COST_4
    Has anyone else encountered this problem?
    Thanks in advance.

    Hi Michael;
    If you have copied your query the restricted key figures and calculated key figures would also be created automatically with sequential order _2, _3, _4 and so on. Pls check you might have copied the query. In this case I would recomend you to create structures.
    Hope this helps.
    BK

  • Currency Translation Key for Restricted Key Figure

    Hello Everyone,
    I created a Restricted Key Figure and want to assign a currency translation key and the field is greye out.
    How do you assign a currency translation to a restricted key figure?
    Thanks so much,
    Colleen

    Hi Colleen,
    Did you first assign the Currency COnversion Key (box on left). Then the Target Currency box will be enabled.
    Hope this helps...

  • Develop a Restricted Key Figure

    Hi Experts
    Please me on how to proceed
    I am involved in developing a Restricted Key Figure.....which included a key Figure (Counter) and Resctriction on a CHAR of Data Type DATS.
    In the Restriction i want to include all the records that are not assigned any date
    When i include # in my restriction it is not working..please advise on how shall i proceed
    Thanks

    Hi,
    create new Restricted key figure.
    in Restricted key figure, drag key figure Counter and drag date on which you want to restrict and right click on date and select
    '#' value and save Restricted Key Figure and drag that keyfigure into columns. and execute report.
    check the data in the cube / DSO with  the given selections date has ' # ' values and data should be available in report as well.
    hope this helps
    Regards
    Daya Sagar

  • Diff between Calculated key figure and new formula 6extra functions why

    Hi Friends
                  In BEx query designer we have Restricted key figure & Calculated key figure. In the case of Ristricted Key figure And new selection the difference is Global and local.
    But if we come to Calculated Key figure and New Formula the difference is same global and local. But in New formula we have 6 extra function. My question is does is there any certain reason for this or SAP AG not be able to develop those functions
    Thganks & Regards
    Bramhanand

    Hi Surendra thank you for your reply.
    But i am not asking difference between calculated key figure and New formula.
    What i am asking is in the case of Restricted Key figure And new selection the difference is Global and local.
    But in Calculated Key figure and New Formula the difference is same global and local and in New formula we have 6 extra function. My question is does is there any certain reason for this.Why not SAP AG is not included the new formula functions in Calculated key figure.
    Thanks & Regards
    Bramhanand

  • Creation of restricted key figure

    hi experts,
    when i will create restricted key figure and calculated key figure for reporting.any one suggest that.
    regards,
    balu.

    Hi,
    Restricted Key fig:
    By using restricted key fig you can restrict only one key fig column based on the value of char.  Assume that you have a query with key figs Price, Qty and Revenue.If u  restrict Revenue based on chars i.e either time or customer Id or Material Id etc only that revenue key fig coulumn will be effected.
    Calculate Key Fig:
    Calculated Key fig is nothing but creation of new key fig using existing key figures. Assume that you have a query with key figs Price and  Qty only. If you want to find Revenue as 
    Revenue = Price * Qty, go for Calculated Key figure.
    Assign points if  it helps u.
    Cheers....
    Sk Babu

  • New Key figures and Macro updates

    Hi,
    Is there a way to ensure that a change in the data view design  by adding additional key figures and changing the positions of the key figures/macros DOES NOT result in changes in Macros already present. This seems a little ridiculuous when i compare this to spreahseet functions, where only fixed references in the cells  are impacted by changes in rows and columns, adding columns and deleting rows etc, else the formulas/macros in excel adjust automatically. The Macros in my planning are adjusted and deactivated after inserting some more key figures and shuffling some up and down to organize the book for some new functionalities. Is there a report/technique to reset the macros so that they work as intended with proper references as defined.
    Regards,
    AS

    Hi
    As Somnath says this is unfortunately the "normal" behaviour of the system. The macro workbench basically allocates a number to each key figure internally, so if new key figures are introduced, or even if you change the order of key figures in the data view, then this can affect the macro functionality.
    As long as the new key figure is introduced and placed at the end of the list in the data view then this will not normally affect the macro, it just needs re-activating.
    I find it frustrating when I have to re-order key figures in a data view then I have to check all macros are still working correctly and that the key figures used in the macro are the correct ones but unfortunately SAP will just say "as designed"!! 
    Regards
    Ian

  • Restrict Key Figure using a Characteristic InfoObject which is Compounded

    Hello Friends,
    I have a scenario where I need to restrict the a Key Figure using a Characteristic which is a Compounded Info Object.
    The Compounding is done on Info Object Payment Method and Country is the superior Info Object. The Values in the Compounded Info Object are like "country/payment method"  " AE/J ,  AU/J , BD/3". 
    In the Query I would like to restrict the data for a Key Figure using the above values. But when I try to create a Restricted Key Figure it does not take the compounded value instead it would take the value of Payment method like J or 3.
    But in the Single values for Payment Method it shows the complete compounded value "AE/J , AU/J", and when I select the values it selects only the payment method value.
    Any suggestions on how to achieve a restriction on the compounded value.

    Hi Naveen,
    Kindly try filtering the Key Figure with both Payment Method and Country in the restricted key figure that you are creating.
    For example, lets assume you want a restricted key figure, that is filtered with the value - AE/J.
    You are not able to get that directly by filtering it only with Payment Method - J.
    So filter it with Payment Method - J and Country - AE.
    Now save the restricted key figure and try executing it.
    Hope it Helps.
    Warm Regards
    Preethi R

  • One Variable 2 Restricted key figures on 2 different Dimensions

    Hi all,
    Here is my problem:
    I have a cube based on SD sales items. I want to calculate 2 retricted key figures on the 0net_value retricted by a date.
    The first key would be restricted by the installation date, and the second one by the cancellation date.
    Those two dates are set using a user input.
    When I try to do this here the error message I get:
    "Variable ZD_CSDATE is used in both (structure) element EL099Z0TL38F14TMC6AL7XKQD, and element EN4ZFAZEYGZ36B06JU04297W5 for various characteristics (0CANC_DATE, 0UCINSTDATE). This is not permitted as the characteristic is required for the F4 value help structure."
    I created 2 variables set by customer exit, this solve the problem but is not convenient at all. So who could use one and only one variable or how can create a variable by copy of another one?
    Thanks
    Matthieu

    <FONT FACE = "Tahoma", Font Color = "Blue">
    Hi
    <Br>
    I am sure you can make more than one Restricted Key Figures which are restricted to same variable value for some Characteristic.  And secondly there is no easy copy and paste option to create 2 Customer Exit Variables. You need to find out the ABAP Code written using T-Code: CMODE for the Variable Exit and there you can copy and paste a part of this code to populate new variable. If you check the ABAP Code, you would understand what I am saying.<Br>
    I am more surprised at that F4 Help in the error message. Please investigate more in that direction.
    <Br><Br>Hope it helps.
    <Br>
    Cheers
    Abhijit
    <Br>* It's a good habit to reward someone with points in SDN if you think his/her
    response was helpful to you
    </FONT>

Maybe you are looking for

  • I can't open my adobe muse.

    My website is just fine online so it's something with Adobe. The message "Delete File Error 3001 Wrong format or user file not found - fileA" comes up. I've not moved anything so I don't know what it could be.

  • Accounting doc is not create?

    Hello cham's, After creating the billing document it was not posted into finance and the system is showing accounting document is not created.  How to procede to resolve this error will anyone share your expertise?.

  • How to Export Address Book contacts as CSV file for Gmail?

    Hi I wish to export some of my Address Book contacts towards Gmail (which i use through the web interface for now) but I don't want to export vcards as i don't trust big brother Google with all the other data (snail mail, phone numbers, birthdays, et

  • How do I restore 2 years of History and Cache?

    I have had my History and Cache set at "Manual delete". I was a Yosemite Beta tester. I installed full Yosemite this morning. Now 2 years worth of History and Cache is gone. How do I do Restore of these files - where in the Library, and exactly what?

  • Sun RI and MyFaces with JBoss AS

    Hi all, I am using JBoss AS and have a JSF application. By default, JBoss bundle MyFaces JSF with Jboss. I have everything working fine with MyFaces. However, I encounter problem when I tried to display the banding for dataTable using Oracle ADF. Fro