Fields in Input Ready Query and Aggregation Level

Hi All - New to IP. What if we dont include all the fields of Aggregation level in Input Ready Query.
Supose there are 4 fields in Aggregation level and we are including only two in Input Ready Query.

Hi Harry,
For a Keyfigure to be input ready, all the characteristics of the Aggregation should be filled with some values at the time of input.
The characteristics should be either in Static Filter, Dynamic Filter, Row, Column. New Selection.
If a characteristic is not there in any of the above area then it is considered to be null and query will not be input ready.
Regards,
Gopi R

Similar Messages

  • Input-ready query and aggregation level or multiprovider

    Hi,
    is it true that input-ready querys can only be created based on an aggregation level and not a multiprovider?
    thanks.
    regards
    P.Rex

    Hi,
    Input Ready Queries can only be built on aggregation levels.
    If you want to create an input ready query on a multiprovider, first create an aggreagtion level on top of this multiprovider and build your query on this aggregation level.
    If you have any problems in getting the input readiness, you can always revert.
    Regards,
    Srinivas kamireddy.

  • Input ready query and display only rows

    I am trying to replicate scenario which is equivalent to creating manual layout in SEM-BPS with settings for layout category - Key Figures in Data columns, and rows defined individually.  In this version it is possible to restrict certain rows as comparision only.
    How can I acheive this using Input ready query? In my query I have created a strucure for Planning Items, but I am not able to show certain planning item selections as display only.
    Any thoughts?

    Hello Gregor,
    Thanks for you answer.
    I already have two structures as mentioned by you.
    Can you please let me know what exactly you meant by set the input flag on the cell level? What settings I have to change to set the flag, do I have to use any formula?  In my example I have three rows for Planning item row structure and I want only one row to be selected as display only row. 
    Regards,
    Sachin

  • Date field in Input ready query

    Hi Folks,
    I have created a input ready query on transactional infocube.
    Its working fine and able to input for keyfigures except one keyfigure it is Date Keyfigure.
    I just created one more keyfigure with Datatype as Date so that user will able to enter date aswell in input ready query.
    but problem here is  I have done same changes/enable for the date keyfigure like remaining keyfigures.
    in query anylazer i cannot see input enable for the particual date keyfigure.
    please let me know what are the steps need to do extra for the particular date keyfigure to make enable for input..
    Thanks.

    Hi,
    Thanks for your response.
    if it not happened by IP is there any other option available to update changes in to DSO/Infocube.
    one more thing.I have a created one Multiprovider on the transactional DSO then i created query on the multiprovider,but in query designer i cannot change the option to change mode for the keyfigures.its in display mode only.
    why it is not enabled.is there anythying missing to do..
    Thanks..

  • Input ready query and Circular reference formula

    Hello Everyone,
    I have a situation whereby I have to calculate following:
    Current Salary  Merit Inc %  Merit Inc Amount
    (user entry)      (user entry)  (user entry)
    10,000             10%            1,000
    While users are planning to enter above using Input ready query, if Merit Increase   % is entered formula should calculate the Merit Inc amount but if Merit Inc Amount is entered then it should also calculate Merit Inc % automatically.
    Is this kind of calculation possible?  I can calculate either Merit % based on Merit Amount or Merit Amount based on % but cannot  dynamically calculate both the values  based on user's choice of entry.
    Any suggestions.
    Regards,
    Sachin

    Ragav,
    My example can be somewhat similar, which only works one way which means it calculates merit percentage based on amount entered,  but if I try to change Merit % Merit amount is not changing because of missing fox code which I am not able to formulate.:
    Operand display      {Key Figure Name,Posting period}
    DATA PERIOD TYPE 0FISCPER3.
    DATA MERPER TYPE I.
    DATA MERAMT TYPE I.
    Key figure ZCURRSAL represents base salary
    Key figure ZMERITPCT represents Merit %
    Key figure ZMERITAMT represents Merit amount.
    *MERPER = {ZMERITPCT,#}.
    *MERAMT = {ZMERITAMT,#}.
    IF {ZMERITAMT,#}  = 0.
    {ZMERITAMT,#} = {ZCURRSAL,#} * {ZMERITPCT,#}/100.
    ELSE.
    {ZMERITPCT,#} = {ZMERITAMT,#}/{ZCURRSAL,#}*100 .
    ENDIF.
    Alternative one which I was trying with no luck was:
    IF MERPER > 0.
    *MERAMT = 0.
    {ZMERITAMT,#} = {ZCURRSAL,#} * MERPER/100.
    ENDIF.
    IF MERAMT > 0.
    *MERPER = 0.
    {ZMERITPCT,#} = { ZMERITAMT,#}/{ZCURRSAL,#}*100 .
    ENDIF.
    Thanks,
    Sachin

  • Input ready query on Multiprovider displays two row for two Infoproviders

    Hello experts,
    We are using below design to develop an input ready query.
                       Input ready query
                           Multiprovider
    Aggregation level 1      Aggegation level 2
    Realtime cube 1            Real time cube 2
    As we are developing Input ready query on multiprovider, it is automatically creating characteristic named 0INFOPROV at multiprovider and query level. 0INFOPROV contains values of Infoproviders on which multiprovider is created.
    char1  cha2 Infoprovider                    key1     Key2
    R1       #       Aggregation level 1        10          #
            P1     Aggregation level 2         #              20
    During planning, we have to plan on separate row for each infoprovider.
    is there any way we can avoid this issue and perform planning on single row for both infoproviders?
    Thanks,
    Mitesh

    Hi,
    Please refer following document.
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70dcd7b5-6a3d-2d10-c984-e835e37071a2?QuickLink=index&overridelayout=true|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70dcd7b5-6a3d-2d10-c984-e835e37071a2?QuickLink=index&overridelayout=true]
    This Documents gives step by step procedure to combine thw rows with # iand with char value nto a single row.
    Regards,
    Geetanjali

  • Is it possible to create input ready query with free characteristics ?

    Hi All,
    Is it possible to include characteristics restricted with variables in free charatceristics panel to make input ready query?
    I am trying to create input ready query with above practice but unable to make query as input ready.
    I have created input ready query on aggregation level. If I include characteristics restricted with variables in rows or filter then it is working fine. .ie. I am able to input entries at runtime of query.
    Kindly help me out to find the solution as I have to include characteristics in free characteristics panel.

    Hi Tilak,
    Thanks for reply.
    As per my knowledge, Every characteristics which is included at aggregation level should be included in either rows or filter level in query designer.
    But as per my business requirement I have to include the characteristics restricted with variables( in default values only) in free characteristics. But the problem is if I do so the query runs in display mode not in input mode.
    So kindly help me if you have any solution for above scenario.
    ---Shamkant

  • Can we enable Info Objects as input in the Input Ready Query...

    Hi Folks,
    As I wanted to implement Input Ready Query for Planning in which User has to enter Charactersitc Values apart from Keyfigures.
    Per Example:-
    Project Number and Budget are Fields in Input ready query. Here user wanted to enter Project Number and Budget values Manually.
    Is it possiable, if yes, can you give me your idea how to implement this scanario in IP by creating Aggregation level or Input ready query.
    Thanks,
    Venkat

    Dear Snehith,
    Thank you very much for your quick responce, Since Thursday and Friday are weekend holidays for me that is the reason i didn't respond your answer. Sorry for the my delay responce.
    In my business case is here only one time selection only not for every row selection.
    Before post this i was created One Planning Cube>on top of this i created 4 Aggregations Levels>created Planning Filter with respective aggregation Levels > Created 4 Input Ready Queries with respective 4 aggregation levels>Created one web template>used Tab Strip Container Web item and assign 4 Input ready queries to 4 data providers>Created Variables for Exe Department in Inputready queiry and assigined to Data Providers in WAD.
    Now my Web template is asking user input and giving Exe Department values and then entering to out put where user can able to give values and save plan values. But Exe Department characterstic is also displying in Coloum area which should not be displyed in my case. becase of whater characterstics assigned to Dropdown they should not appereard in Coloum area.
    How can i do this.? Can you provide your views...
    I hope you clear what i am mean here..

  • Customer Exit in query on aggregation level

    Hi,
    I try to have variables filled with a customer exit.
    The coding of the customer exit is correct, this have been tested in queries on multiproviders.
    Unfortunately it is not working when these variables are used on level of aggregation levels.
    What I would like to achieve:
    We have some planning queries on aggregation levels. Different users can plan on the same query (and aggregation level), but not for the same set of data. Therefore the query should be restricted to the authorized values. Unfortunately we can not switch to the new authorization concept (analysis authorizations) yet, but we already need this functionality very soon.
    The customer exits are the only possible option. Unfortunately it seems that the customer exits are not being executed when the variables are used in queries on aggregation levels.
    The variables are not ready for input and should be filled in I_STEP = 2
    Is this normal? If so, is there a work around?
    Thanks in advance for quick replies!
    Kind regards,
    Bart

    Hi,
    You can debug your query by putting the break-point in your exit code and execute the query in RSRT. This way you will be able to find if your customer exit is actually being called or not. If it is being called then there can be some logical problem with your code due to which the variable values are not getting populated.
    Regards,
    Deepti

  • Input ready Query - Issue No data available

    Hi Gurus
    Part of the sand box build I created  a real time cube and an aggregation level. I have created an Input ready query and ensured the key figures are having the option of Data Can be changed . Chars are selected with only Master data option.
    Query is checked to be started in change mode and extyernal access allowed.
    I have run the filter and restricted the master data on company code and business area.
    When I execute the query I get a No Data Available . I dont even see the formatted struicture of Master data of selected chars and then Key figure ready to input.
    We are on latest SPS . Please advice if I am missing some thing or give tips on how to build a successful Input Ready Query.
    Points will be awarded.
    Thanks & Regards
    Edited by: IASIPS on Feb 7, 2008 3:33 PM

    Hi,
    there is an easy example in the documentation
    http://help.sap.com/saphelp_nw70/helpdata/en/43/1d023a41130bd5e10000000a422035/frameset.htm
    In this examply you may set 'access mode for result values' to 'master data' or 'characteristic relationships' and use a reasonalbe filter on product. Then the query will also show non-posted values.
    Regards,
    Gregor

  • Copy Input Ready Query Variables into Planning Sequence

    Hi all,
           We have the following scenario. We developed a model using Web Template. The model has an input ready query and a Panning sequence associated with it. Both of them using the same Planning Filter that has a input variable for Profit Center (say ZPCTR). If I run this model in Portal the planning sequence automatically takes the variable given for the input ready query and the sequence runs without any problem.
           We were asked to implement the same model in BEx as the users felt more comfortable using Excel when working on this model. When we assinged the planning sequence to a button and after we run the input ready query and then click on the button to run the planning sequence, we get an error message saying "You have to enter values before you execute". The Planning sequence is not taking the values we enter for the input ready query automatically.
          I read through the forums on the same issue and saw that most of them reported about the same but could not find a conclusive answer. I tried the following options.
    1) Enter the expected values in the excel in one location and gave the address in the "Command Range" of the planning sequence. Still it does not work.
    2) Tried SAP suggested method as given in http://help.sap.com/saphelp_nw70/helpdata/en/45/e301089d574a88e10000000a155369/frameset.htm It also does not work
    3) Couple of them suggested to use a different variable for Profit Center in the filter of Planning sequence (say ZPCTR_EXIT) and populate this variable. I wrote an exit for this variable and populated a fixed value say '100' into it. The sequence runs as expected. But I do not want use a constant, I want to store the value entered in ZPCTR into ZPCTR_EXIT.
       when I use the regular logic "LOOP AT i_t_var_range INTO var_inpiut WHERE vnam = 'ZPCTR' ", it does not work. the exit variable works if I store some constant values, not variable values.
        Can you please suggest how can I work with this. Is there any table from which I can read the profit center value the users enters into the Exit variable.
    Thanks for your time,
    Ram.

    This error generally comes when we use some user input variable in the sequence which is not restricted in the query. Even though you are using the same filter for both planning sequence and query, check the planning functions inside the sequence which might read an user input variable which is not available in the query so that it is not appearing in the query selection screen. Like in FOX reading a variable using VARV or a variable restricted in the field for condition of planning function etc. Make sure that all the variables used in the sequence (planning functions) are kept in query restrictions if they are of type ready for user input so that they will appear in the selection screen.

  • Wrong cache for input-ready query

    Dear Expert,
    I encountered some issues about input-ready query. When I first open one input-ready query and input some plan data, I can save the data successfully. But after I saved data for the first query, if I don't re-connect the analyzer and open a new query, usually the plan data in the new query can not be saved successfully. After re-connect the analyzer, it works well. When I debug it, if I do not re-connect analyzer, I found the new query I opened still got some data which belong to the first query (Such as variable value). I guess it probably caused by some Bex cache? (It's not OLAP cache in RSCACHE, as we have disabled the cache for planning query in RSRT).
    Could you please help me with this? Is there any way we can disable this kind of cache for the input-ready query? Or if we have any solution to clear this kind of cache without re-connect bex analyzer every time when I open a new input-ready query.
    Thank you in advance.
    Best Regards,
    Fuyang

    Hi Fuyang,
    We are facing similar problem.
    1st problem:
    (1) When we run workbook that time variable values are automatically filled up.
    (2) Variable values for version, year is filled up and then query output is displaying.
    (3) There is no personalization or variant used. Its looks to me Values are coming from Cache.
    (4) Cleared RSRCACHE and there is no cache used for this query.
    (5) If we enter version = u201CZ2010u201D and Year = u201C2010u201D and after running workbook (input query) and then closing and reopening same variable values are coming. If we change version from u201CZ2010u201D to u201CZ2011u201D and run/save query and again reopening version variable values are coming again to u201CZ2010u201D.
    2nd problem:
    (1) We have planning sequence which is using below variables.
    (2) Version, Year, Plant.
    (3) Version and Year is input ready variables
    (4) Plant is Userexit variable.
    (5) Plant Dropdown is used.
    (6)When we execute planning sequence first time without filtering plant then it is working fine. Receiving message u201C100 records read,100 records changedu201D u2013 This is working fine.
    (7) When we use plant dropdown and filtering u201CABCu201D plant then planning sequence working fine and receiving message u201C20 records read, 20 records changedu201D u2013 This is working fine.
    (8)When we clear drop down/filter using CMD - REMOVE FILTER which is used in button clear plant u201CABCu201D filter. u2013 This is working fine.
    (9) Then we again apply planning sequence for all the records and receiving message u201C20 records read, 20 records changedu201D.  This is not working. The message should come u201C100 records read,100 records changedu201D
    This time plant variable has still with value u201CABCu201D and not clearing in variable cache.
    We are on below BI 7 level and above application is Excel based.
    SAP_ABA u2013 701-SAPKA70104
    SAP_BASIS-701-SAPKB70104
    SAP_BW-701-SAPKW70104
    BI_CONT-701-SAPK-70403INBICONT
    SAP GUI  7.1 patch 17
    SAP BI BEx AddOn 7.1 patch 10 (1000)
    Any help will be greatly appreciated.
    Thanks in advance.

  • Data from an Input ready query back into BW

    Hi All,
    One of the reports I am working on should allow users to write comments for each characteristic value (i.e in each row). I have toyed with different ways of doing it, but based on our company specific requirements, I have finally arrived at this design - Users enter comments in a column in an input ready query and the data is sent back to a real time cube.
    However, I have never done this kind of stuff before. Can anyone please give me a step by step procedure of how to achieve this?
    The most informative answer will be rewarded with the highest points.
    Thank you.

    I had already tried the document property in BI, but unfortunately it did not seem to work. This is the error I got when I did a right click on a characteristic value -> Documents -> Create new comment
    u201CCannot determine the KM folder for storing documents with these types of propertiesu201D
    u201CError while launching new document dialogu201D
    http://img184.imageshack.us/img184/6505/docproperror1wg8.jpg
    When I asked my basis team about this error, they had no clue what it meant and they thought it had to do with KM, and currently we do not have KM enabled in BI portal. Thats the reason why I had look for an alternative. However, I am pretty sure its not a KM issue because I believe "Characteristic is a Document Property" is a standard out-of-box BI property.
    Do you know what that means and how to fix it?

  • Copy Query between Aggregation Levels

    We wish to copy input-ready queries between Aggregation Levels using NW2004s, however the old BW transaction RSZC to copy queries only appears to work for queries on InfoCubes or MultiProviders.
    Does anyone know if it is possible to copy queries between aggregation levels or do we need to manually recreate them each time?
    Cheers,
    R

    Hi RM,
    I have also been looking for this when setting up integrated planning.
    As far as I know, you have to manually recreate them.
    Please assign points if this solved your problem,
    Best Regards,
    Filip

  • Input Ready query based on aggregation level

    I have an input ready query that reads data from an aggregation level, based on a multiprovider that contains a cube for planning and a cube with real data.
    There are two columns of data, two of them for read-only and another for input.
    I´m selecting different fiscal year/periods for each column.
    The problem is that, when I select fiscal year/periods and the real data cube doesn´t contain any data for this filter, it doesn´t show me a line to input data anyway..
    how do I configure the query so that it understands that eventhough I don´t have data for the selected period, I still want to be able to perform the planning?
    Thanks,
    Cris.

    Hi Christina,
    Even though there is no Data in the  Real time Cube the Query must allow you to Input values. I guess the Query you have designed is not enabled for input yet.
    Kindly check the following Points before proceeding.
    1. In the Query properties under Planning tab, make sure the Start Query in change mode is turned On.
    2. Make sure you have used all of the characteristic in the aggregation level in the Query and is restricted to single value.
    3. make sure the columns are Input ready under the Planning tab in its properties
    Hope this Helps.
    Regards.
    Shafi.

Maybe you are looking for