Integrated Planning input ready query

Hi All,
I am new to integrated planning. I have created an input ready query with key figure "revenue" ready to input.
When I run the query, I can change the revenue figures, but the save button is greyed out.
Is this an authorization issue or am I missing something?
Any help is appreciated. Thanks!

Hello Payal,
I sugguest to read the documentation on help.sap.com about BI Planning; the documation contains an example how to create a planning application with BEx Analyzer.
I did not mention what UI you are using, BEx Analyzer oder BEx Web Analyzer. In both cases there is no default save button, you have to create it, e.g. in the design mode of BEx Analayzer oder for the BEx Web Analyzer in the WAD (Web Application Designer).
Regards,
Gregor

Similar Messages

  • Error in Integradted Planning - Input Ready Query Design

    Dear Gurus,
    I am facing an error while designeing input ready query. I have created a query on Aggr. Level which is on Multi Provider.
    I have 2 key figs. In my second key fig. I have restricted Planning Infor priovider with Plan version for version info object , Calender Year/month , and other info object of version , I have selected Variable for input.
    When I am going to Planning tab of this key figure in change mode option I have selected Data Can be changed using user entries or Planning Functions. But my other options i.e. Disaggrgation and Type of Distriburtion are in the freezed state. That I can't select any of them. The system is giving Red hightlights and the highlight is showing error " Not Supported by Server"
    Can you please advice me where is the problem ?
    Regards,
    B. Rajesh

    Hi Rajesh,
    This like would help you to resolve the issue
    http://aiokeh.wdf.sap.corp:1080/SAPIKS2/contentShow.sap?_SCLASS=IWB_STRUCT&_SLOIO=C574D0123CD5DD44A8B271D6DADE8490&TMP_IWB_TASK=PREVIEW2&RELEASE=690&LANGUAGE=EN&_SEQNUM=253&_LOIO=4727759655EA6560E10000000A11466F&_CLASS=IWB_EXTHLP
    Thanks and Regards,
    Sateesh pasodi

  • Input Ready Query using Analysis grid in WAD - Integrated Planning

    While running the input ready query in analyzer, I am able to key in values.
    In WAD, I get the following message and there is no new row.
         "No new row or column added because not all characteristics have a key cell"
    Waiting for response on fly!!!
    Thanks in advance,
    Siva

    Hi Siva,
    New lines in web applications modeled by WAD only work with SP09 and note 984601.
    Please assign points if this helps.
    Regards,
    Anil

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

  • IP: input-ready query shows data in Load mode but not in Plan mode

    Hello experts,
    we're currently experiencing a very strange issue regarding an input-ready query which consists of a single lead column (read from the cube) and an input-ready plan column. The issue is as follows:
    When the cube is in Load mode the lead column shows its data perfectly. However, when switching to Plan mode the data is not shown.
    The cube is indexed by a BIA which may be part of the problem.
    We're on BW 7.00 SP 21. I've read that this may be related to the OLAP cache, but haven't been able to find any notes relevant for 7.00 SP 21.
    Thanks in advance for any suggestions.
    Regards, Dirk

    Hi Dirk,
    I think that the problem comes from the cache used in the plan buffer query. Delete the cache via RSRCACHE. The query name is
    IC/!!1IC if you have a query on an aggregation level on an InfoCube IC
    MPRO/!!1MPRO if you have a query on an aggregation level on a multiprovider MPRO or directly on the multiprovider MPRO
    You might search for note using 'cache' and component pattern BW-BEX-OT*, e.g. 1408959, 1528191, 1560036.
    Regards,
    Gregor

  • How to calculate and save planning data in bex input-ready query using keyfigures for calculation from different infoproviders

    Hi Dear All,
    We have two real time infocubes and two aggregation levels based on these cubes in one multiprovider
    first cube1 is like
    char1| char2| keyfig_coefficient(single value for each combination of char1 and char2)
    same aggregation level1
    (we have input query to fill coefficients by one responsible user)
    second cube2 is like
    char1| char2| keyfig_quantity| keyfig_result
    same aggregation level2
    Input ready query should be like (for all other users of different org units)
    char1|char2|keyfig_coeff| keyfig_quant(for input) | keyfig_result = keyfig_coeff*keyfig_quant(calculated value, should be saved to cube2)
    And we don't have pregenerated lines in cube2, users have to add new lines themselves by wad.
    Question is, what is the optimal (easiest) way to make calculation and save result data to cube2 where keyfigures for calculation should be used from different infoproviders. I need just a hint.
    Appreciate any help.
    Nadya.

    I found decision, agregation levels sould be based on multiprovider, not included.

  • How to allow users to record new lines in an input ready query?

    Dear All,
    I am using BI integrated planning (NW2004s) and I would like to create an input ready query with account numbers in the rows. I drag 0ACCOUNT into the line field in the BEx Analyzer which has many individual values in the relevant filter.
    I do not want to show all possible account values in the rows automatically (there are too many accounts) but I would like if the user write the desired account numbers by hand or select them from a list of possible values.
    In summary, I would like to create a solution similar to a BPS Layout where the characteristic combinations are 'From Transaction Data'.
    Is it possible to create an input ready qurey in such a way?
    Thanks in Advance,
    Dezso

    Hi Dezso,
    Yes,
    If you want the query to work like a "from transaction data" layout.  Goto the extended tab on the charicteristic 0account and change the setting under "Access type for result values" to "Posted values"  Then only lines with posted values will appear.
    M.

  • Error on a input ready query

    Hello SAP Gurus,
    Can anybody advise on the following error of an input ready query?
    u2022 Error reading the data of InfoProvider ZIPNA002 - Notification Number DBMAN 305
    u2022  Error while reading data; navigation is possible - Notification Number BRAIN 289
    u2022 System error in program CL_RSPLS_PLAN_DATA and form GETREQ_FREE-01- (see long text ) - Notification Number BRAIN 299
    The query is based on an aggregation level (integrated planning)
    The filter has a navigation attribute variable for the characteristic 0WBS_ELEMT__0PROJECT Project definition and in the line a list of 0WBS_ELEMT PEP elements should be displayed for planning.
    We are with support package SAPKW70017 SAP NetWeaver BI 7.0
    Thanks and best regards,
    Patrícia

    Hi Patrícia
    first check in transaction SNOTE that there are no inconsistent notes (no lightning icons). If not, tell your basis team to fix it.
    Then check in transaction SPAU that there are no inconsistent objects (everything must be green). If not, tell your basis team to fix it.
    Next implement all notes that are listed as "side effects" in note SAP note 1101187 .
    Finally, generate the plan query  again in transaction RSRT. b
    Regards,
    Marc
    SAP NetWeaver RIG

  • Show last data 0 in an Input-ready query - Bex

    Hi experts,
    I have an Input-ready query working ok with IP (Integrated Planning).
    The infocube contains information about date/material/stock_quantity (via DTP, date and material, and real-time introduced stock-quantity), the user (via Bex) only introduce the stock quantity.
    This is an example of the real-time cube data:
    Date Material Quantity
    02/03/2011    M1     1000  (input via Input-ready-query)
    03/03/2011    M1     0   (planned via DTP)
    04/03/2011    M1     0    (planned via DTP)
    05/03/2011    M1     200  (input via Input-ready-query)
    06/03/2011    M1     50    (input via Input-ready-query)
    07/03/2011    M1     0    (planned via DTP)
    I want to create a query-workwook that displays: if stock_quant.=0, show the last value <>0 of this material, if stock_quant<>0 it's ok:
    Example workbook desired,
    02/03/2011    M1     1000
    03/03/2011    M1     1000
    04/03/2011    M1     1000   
    05/03/2011    M1     200
    06/03/2011    M1     50 
    07/03/2011    M1     50   
    Do you know how could I show it via Bex-workbook or other loading way ?
    Thanks!!

    Hi Marcel,
    an idea could be to create a virtual key figure and then to use it in the desired bex query. You will need also a way to create an mdx (pre-) query on the fly in order to have the quantity history of the material(s). This is a better approach than reading directly the infocube.
    Take a look at the how to guide "How to ... Realize summarized display of stock values on storage location level". The specific scenario is quite similar with your own requirements. You can find the document on URL http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/eb9faa90-0201-0010-cc9c-cd2e6c0a549a
    Kind Regards,
    Theodoros

  • Disconnect when I open Input-Ready query

    Hi
    I've added a new infoobject to my aggregation level in Integrated Planning and updated my input-ready query. But when I try to open the query it just disconnect from the server.
    Does anyone have an idea why?

    Hi Srinath
    I hv activated the agg. level.
    I've also deleted all data from the rt-cube to be sure that the problem isn't related to the data. 
    Furthermore I've tried to remove the new infoobject from the agg. level - and then the input ready query works again. But as soon as I add the infoobject it disconnect when try to open the query

  • 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

  • Can not change data in Input Ready Query

    All,
    I have created an input ready query on an aggreagation level which has one transactional cube underlying it however, after run the query I am unable to change data in the cells even though I get a warning message saying query is ready for input
    Note:
    1. The underlying realtime cube is in "Planning Mode:Loading not allowed" state in rsa1
    2. I tried including all characteristics so that the record can be uniquely identified at that aggregation level).
    3. I am not using any characteristic restrictions
    4. I have not set any data slices
    5. I have set the property for Planning "Start query in Change Mode"
    6. I have set the 'Key Figure' Planning Properties to "Can be changed Manually or via Planning Functions" for the key figures
    7. I do not have currency/unit in row/column.
    8. There are any locks occurring
    Any pointers welcome.
    Thanks,
    Milind

    Hi Milind,
    Was wondering how was your problem solved. I get the same message when I run the query in web from query designer and in bex analyzer the cells are not updated with the changes that I make.
    I am hitting my head against the wall to figure what could be the problem as my plan query is simply based on aggregation level created directlty upon the real time info cube.
    Have cross checked all the points that you mentioned in this post but I cells do not change.
    There should be some way around to solve this problem.
    Thanks

  • 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

  • Key Figure in a Input Ready Query

    I have 9 key figures in my input ready query. 5 of them are not input ready and being loaded through a job and 4 are input ready. There is a problem with one key figure, I am able to see data for the key figure when i have START QUERY IN THE CHANGE MODE turned off. But once I turn it on it is not showing any data for the key figure. This is happening only wiht that key figure, all the other key figures are working fine. Could someone help fixing this
    Thanks
    Rashmi.

    Hi,
    I do face this type problem during my BI IP implemenation project. Pls chk thoroughly the following points.
    1.The planning mode of your real-time infocube should be on always on( you need change from load to planning mode, while inputting data).
    2.The START QUERY IN THE CHANGE MODE , should be on.
    3.In the planning tab of key figures, ensure you enable the button : Data can be changed using planning functions.
    4.In the advanced tab of key figures, pls make sure to enable the right button( Master data).
    5.Pls make sure  , the real time infocube, aggregation levels, filters etc, should be refreshed & active,if make any changes in planning model in between, in Aggregation levels,filters etc.
    6. Pls chk the locks( SM12) always, and delete all of them, if any.
    7. Log-off the  Server (BEX/DWWB) and restart the BEX ,then open your Input query, it should work .
    Regards
    CSM Reddy

  • How to create an Input Ready Query in Bex Excel with no transact data

    Hi
    We created a query where we want the user to put in NEW LINES. This query has in general no data when user starts planning.
    We have 2 front-ends for this, Bex Web and Excel. Both shows initial 'no data available
    BexWeb': Implementing the command set_data_entry_mode we get all the relevant columns for the input
    Excel: Command set_data_entry_mode or set_input_mode does not allow the users to insert new lines. Still error message pops up 'no data available'
    Do you have a solution for that ?
    Regards,
    Thomas

    Hi Gregor,
    In the note 1149346 that you have mentioned, it says -
    You must start the input-ready query in change mode.
    BEx Analyzer: In the properties of the analysis grid, the switch
    "Suppress new rows" must not be set.  Furthermore,
    the switch "Allow entry of plant values"
    must be set in the local query properties.
    I have not seen this setting Allow entry of plant values in a query - can you tell what is refers to?

Maybe you are looking for

  • HT1918 I need the answers to my security questions how do I change them?

    I need the answers to my security questions how do I change them?

  • InDesign, CQ5, Silicon Connector, WebDav = s  l  o  w

    Hi, I'm wondering if anyone else experiences severe slowness with InDesign (CS5), on a 3.4 GHz Intel Core i7 Mac (8GB memory) running Mac OS X 10.6.8, (HD capacity is 999.86 GB, 131.03 used) while using Adobe's CQ5 Digital Asset Management, utilizing

  • Recover datafile error ora-00279,00289,00280

    alter database recover datafile 'xxx' error at line 1 ora-00279 change 36xxxxx generated at x-x-x needed for thread1 ora-00289 suggestion ora-00280 change 36xxxx for thread 1 is in sequence #76xx Please guide how can i resolve this issue

  • Trouble with connecting a gui to a database

    I have been trying to follow the connecting a GUI to a Java DB Database with Netbeans IDE tutorial. But when I try to download the GUI BD Exercise Initial (which it states is needed to complete the tutorial) it does not download it. I have looked in

  • Acquisition -synchronisation de 2 voies en lecture

    Bonjour à tous, je souhaiterais écrire une tension sinusoidale  sur une entrée analogique AI 1  à partir d'une voie DAQ de  sortie AO1 . Jusque là tout va bien. Ensuite lire ( acquisition ) la voie AI1 et la voie AI 2 en  synchronisant le départ d'ac