Locking Keyfigures in input ready queries based on characteristic conditions

Hi All
I have a input ready report in WAD where I have to lock the fields according to a particular status. Basically we have different users accessing the report and only certain rows based on status should be input ready and others should be locked for input.
Please let me know how this can be implements and steps to do this if possible
Thanks
Preethi

Hi,
you can use data slices to achieve your requirement
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/1c3d3f31b70701e10000000a422035/content.htm
hope it helps.

Similar Messages

  • Unposted values are not display in input-ready queries - BRAIN 485

    Hi experts,
    After installing the support package level from "7.00 SP16" to "7.00 SP21" we meet an issue in our input-ready queries.
    When we use the setting "Access Type for Result Values" according to master data in a query with time characteristics in columns, the system error BRAIN 485 occurs & no cells are not displayed.
    Any idea ?
    Thanks in advance,
    Laurent

    Hi raj,
    Thanks for your reply.
    Please tell me with which BEx patch you have faced this issue.
    We are on BI7.0 SP 19.
    Thanks.
    Regards,
    Rik

  • Input Ready Queries in Workbook are taking lots of time to save

    Hi Folks,
    We have workbook which contains input ready queries. When user enter planning values and save the inputted values then it is taking more than 30 minutes to save the data to real time infocube. We have some VBA code on this workbook which is used for formatting and displaying pop-ups when user enters wrong values. Even though we have VBA it should not be taking 30 mins to save.
    Please suggest what might have went wrong.
    Thanks.
    Regards,
    Rik

    Hi raj,
    Thanks for your reply.
    Please tell me with which BEx patch you have faced this issue.
    We are on BI7.0 SP 19.
    Thanks.
    Regards,
    Rik

  • Convert to Formula using input ready queries

    Hi,
    Has anyone used converting to formula for input ready queries?  When I use this for some reason all the values disappear in the rows and columns (including characteristic and key figure values).  I would be interested to know if anyone has used this approach successfully.
    Many thanks,

    Also I want to convert this update routine 3.5 to work in 7
    fill the internal table "MONITOR", to make monitor entries
      IF COMM_STRUCTURE-costelmnt+2(1) = '7'.
        IF COMM_STRUCTURE-costelmnt+2(3) BETWEEN '700' AND '774'.
          RESULT = '70'.
        ELSEIF COMM_STRUCTURE-costelmnt+2(3) BETWEEN '775' AND '789'.
          RESULT = '75'.
        ELSEIF COMM_STRUCTURE-costelmnt+2(3) BETWEEN '790' AND '799'.
          RESULT = '79'.
        ENDIF.
      ELSE.
        CASE COMM_STRUCTURE-costelmnt+2(1).
          WHEN '1'.
            RESULT = '10'.
          WHEN '2'.
            RESULT = '20'.
          WHEN '3'.
            RESULT = '30'.
          WHEN '4'.
            RESULT = '40'.
          WHEN '5'.
            RESULT = '50'.
          WHEN '6'.
            RESULT = '60'.
          WHEN '8'.
            RESULT = '80'.
          WHEN OTHERS.
            RESULT = '00'.
        ENDCASE.
      ENDIF.
    if the returncode is not equal zero, the result will not be updated
      RETURNCODE = 0.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    The source is KSTAR(costelement)

  • Input ready queries not working after upgrading to 7.4

    Hello Gurus,
    for my application I have put the queries in WAD. Everything was working till 7.2. After upgrading to 7.4 I recieve error for ready to input queries. Rest of the queries are fine. Even in Analyzer I dont get the option to save the Values for input queries.
    I couldn't find any document on this. Do you have any Idea why is the behaviour toward Input ready query changed after upgrade?
    Thanks in adv.
    Regards,
    Tariq

    Yeah, that's happened to me a bunch, it's a pain the the arse. Delete your shortcut and create a new one.
    To do this navigate to the c:\program files\iTunes folder (assuming you've selected the default location) and find the iTunes.exe file using the right mouse button right click on it and you should get a menu with an option to create a shortcut. Once the shortcut is created you can drag it and drop it wherever you need, start menu, desktop or quick launch bar.

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

  • Problem with compound objects in IP input-ready queries

    Hi, gurus!
    I have following problem:
    In IP input-ready query I have 2 restricted key figures (KF1 and KF2):
    KF1 restrictions:
          Char1 = X1
          Char2 = 100
    KF2 restrictions:
          Char1 = X2
          Char2 = 100
    Char2 is compound with Char1, so KF1 should be restricted as Char2 = X1/100.
    That query in example doesn't work, all cells are grey. But, If I'll change restriction of Char2 in any key figures everything will be fine. It looks like the system ignores Char1 restriction. E.g.
    KF1 restrictions:
          Char1 = X1
          Char2 = 101
    KF2 restrictions:
          Char1 = X2
          Char2 = 100
    (Ok)
    I think it is some kind of system error, but can't find the related Nota. Maybe somebody already solved the same problem?
    Edited by: Mikhail Sychev on Jun 28, 2011 8:54 AM

    Hi Mikhail,
    This is typical issue with compounded infoobjects.
    I can think about 2 solutions.
    1) Create a hierarchy on the compounded infoobject and restrict the KFs by hierarchy nodes rather than direct filter values on the infoobject.
    2) If not, create an nav attribute on the compunded infoobject, in which you have to concatenate values of both the character values like 'X1100'. You this navigational attribute in the keyfigure filter.
    Thanks,
    Krishnan

  • Date as keyfigure 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..

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

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

  • Adding new rows in the input-ready query

    Hello everybody!
    Could you please advise what setting should be done in the ready for input query to make it possible to add rows in it.
    I succeeded in creating input ready queries where it is possible to modify key figure value for the existing records, but I haven't succeeded yet in creating query with input-ready rows.
    Thank you in advance,
    Kind regrds,
    Maria Kazakova

    Hi Gregor!
    Thank you.
    Of course before posting a question, I've read this help topic attentively.
    I created Aggregation level ZPPLAN with characteristics:
    •     Version
    •     Cal. Year/Quarter
    •     Currency
    Key figure:
    •     ZSUM_BDG
    Query ZPRQUERY3 is based on aggregation level ZPPLAN
    Query settings:
    Rows:
    •     Version
    •     Cal. Year/Quarter
    •     Currency
    Key figure:
    •     ZSUM_BDG
    in the key figure properties, tab Planning option "Data can be changed using user entries or planning functions" is selected.
    Execution of the query returns the table with input-ready cell and <u><b>empty new rows doesn't present</b></u>.
    so could you please advise what else settings should be done for query, to make input ready rows available in the query? so as to make it possible to enter new records in the input ready query?
    Following settings are done for the Analysis Grid properties:
    tab "General":
    - Display sort icons
    - Apply formatting
    - Allow navigation
    - autofit
    - Display hierarchi icons
    Tab "Clipping":
    Full size for horisontal and vertical.
    Sorry for so long quetion,
    I would be grateful for an answer,
    Kind regrds,
    Maria Kazakova

  • Input ready query is not showing loaded data in the cube

    Dear Experts,
    In Input ready query we have problem that it is not showing the values which was not entered by throught hat query. Is any settings in input ready query that we can do to populate the loaded data on the cube as well as data entered through Input ready query itself.
    Thanks,
    Gopi R

    Hi,
    input ready queries always should display most recent data (i.e. all green and the yellow request). So you can check the status of the requests in the real-time InfoCube. There should exist only green requests and maybe at most one yellow request.
    In addition you can try to delete the OLAP cache for the plan buffer query: Use RSRCACHE to do this. The technical names of the plan buffer query can be found as follows:
    1. InfoCube\!!1InfoCube, e.g. ZTSC0T003/!!1ZTSC0T003 if ZTSC0T003 is the technical name of the InfoCube
    2. MPRO\!!1MPRO, e.g. ZTSC0M002/!!1ZTSC0M002 if ZTSC0M002 is the technical name of the multiprovider
    If the input ready query is defined on an aggregation level using a real-time InfoCube, the first case is relevant; if the aggregation level is defined on a multiprovider the second case is relevant. If the input-ready query is defined on a multiprovider containing aggregation levels again the first case is relevant (find the real-time InfoCubes used in the aggregation level).
    Regards,
    Gregor

  • Input ready query performance

    Hi Experts,
    We are working on input ready queries. But the input ready reports are taking lot of time around 10 to 15 mins to display the results and hence the planning functions like save are also taking lot of time.
    We can't use the OLAP cache as these reports are developed on Aggregation level.
    Could somebody guide me how to improve the performance of input ready queries.
    Thanks in Advance,
    Raj

    Hi
    You can do repartitioning and reclustering
    Repartitiong help you to partition the cube even after data uploaded in cube.Similar to partitioning but you do after cube load
    Reclustering enables related data to be stored in same extent in the database and increase the query performance . Similar to clustering but you do after cube load
    There are heap of material available in BI section of SDN which you can make use of
    Regards
    N Ganesh

  • Input Ready Query needs Actual Data too

    Hi Gurus
    Our customer requires last 3 months of actual data for reference on the Input Ready Queries, to plan  . They need to see last 3 months actuals when they start seeing planning season.
    Is it a good option to show actual and Input enabled plan piece together.
    We can build a MultiProvider and Build the Agg levels.
    Pls advice if this would be a best practice or should we create a WAd Dash board showing 3 months actuals in one column of the Table lay out and allow the In put ready query in another column.
    Please advice
    Points would be awarded .

    Hi,
    You can easily achieve by providing the Plan data and Actual data in two different worksheets of the work book.
    First, create an aggregation level on the plan cube and then an input ready query on this aggregation level.
    Then create one more query on the actual cube(agg level is not needed as input readiness is not required).
    In the Analyzer, open the first query in the first worksheet. Then create one more worksheet, create a data provider in the design mode and embed the second query.
    The user can see the actuals in the second sheet and can plan on the firsst sheet.
    Hope this will resolve your problem.
    Thanks and Regards,
    Srinivas Kamireddy.

  • Input ready query---structures used in rows

    Hello All,
    I have a problem in reporting, I have infoobject this object used in filter and rows, rows i am using the structure.
    in structure i am using the all budget categories.
    in that case: input ready query not working its disabled the cells.
    i have a doubt , structures can be used in input ready queries or not.
    please help..
    Regards,
    ch.

    Hello Ashish,
    I didn"t understand, what u written, can you expand clear and also provide some example. if you don't mind.
    I am create a structure and under structure i am using the NewSelection in rows.
    i am getting problem: the input ready query is not allowing the values because of its disabled the cells.
    regards,
    ch.

Maybe you are looking for