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

Similar Messages

  • 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 with default data

    hi expert
    How do I make input ready query to have a default value when signing in using WAD?
    thanks.

    Hi,
    Use the following document for your query. If found useful do grant me number!
    Revaluating Planning Functions (with Analysis Web Item)
    Use
    You want to build a planning application with which you can enter turnover amounts for certain account numbers and revaluate them using a factor that can be set. If you select a row of the table, only the amount in this row is to be revaluated. If you do not select any rows, all values are to be revaluated. The planning application is to look roughly as follows on execution:
    This example serves in particular to clarify the interaction between a planning function and an Analysis Web item. Special properties here are:
    ●      Variable handling in the planning function
    ●      Row selection in the Analysis Web item
    Prerequisites
    In the planning modeler, you have created an aggregation level that contains the following InfoObjects: unit Currency Key, time characteristics Quarter and Calendar Year, key figure Amount, characteristics Version, Account Number, Cost Center.
    The planning function and the query are to use the same data of this aggregation level.
    Procedure
    Planning Modeler: Creating Planning Functions, Variables, and Filters
           1.      Choose the Planning Functions tab page and create a planning function of the type Revaluate with technical name REVALUATE and description Revaluate for your aggregation level.
           2.      On the To the Parameters tab page, use the input help for the revaluation factor to create the REVAL_FACTOR variable with the Revaluation Factor description. The variable is to be specified in detail as follows: The variable is to be a required variable and is to be input ready; it is to be of type Number, but is not to contain a standard default value.
           3.      Choose the Filter tab page and create a filter with technical name ACCOUNT_FILT and description Revaluation Selection for your aggregation level.
    Select the characteristics one after another and choose the input help icon in the column after Characteristic Restrictions. The dialog box for specifying characteristic restriction appears. Specify the required restrictions (in our example, Version = VERSION 1, Quarter = QUARTER 1, Calendar Year = 2007; Cost Center = 100002, Currency = Euro; for Account Number, all values are taken over), choose Add, and save the selections by clicking OK.
    Choose Show Extended Settings and ensure that the Version characteristic cannot be changed on execution. (It must be possible to change the Amount key figure).
    More information about creating planning functions, variables, and filters: Modeling Planning Scenarios
    BEx Query Designer: Creating Queries
           1.      In the BEx Query Designer, create a query Revaluate (technical name: QUERY_REVALUATION) for your aggregation level.
           2.      Drag and drop the ACCOUNT_FILT filter into the Characteristic Restrictions area for filter values. In doing so, all characteristics are restricted to single values.
    Drag and drop the Account Number characteristic into the area for default values.
           3.      Specify that the Account Number characteristic is in the rows. The values for this come from the master data.
    Specify that the Amount key figure is in the columns. The values for this can be changed; on the Planning tab page, choose the Data Can be Changed Using User Input or Planning Functions option.
           4.      Save your query definition.
    BEx Web Application Designer: Creating Web Templates
           1.      In the BEx Web Application Designer, create a Web template with technical name REVALUATION.
           2.      Create the following data providers:
    ○       DP_PLAN_DATA of the type Query View Data Provider, based on query QUERY_REVALUATION
    ○       DP_FILT_REVALUATION_FUNCTION of the type Filter. The data binding should come from the ACCOUNT_FILT filter.
           3.      Create the following Web items:
    ○       INPUT_FIELD_REVALUATION_FACTOR. Specify 10 as the default value (Internal Display ® Text: 10).
    ○       BUTTON_GROUP_ REVALUATION. Using Internal Display, create pushbutton1 with label Revaluation and, as Action, use the command wizard to assign the following commands (INSTRUCTION):
    Table of Commands
    Command
    Parameters
    Data provider-specific command: SET_SELECTION_STATE BY BINDING (Set Filter Values According to Different Sources)
    ●      Command target: target data provider DP_FILT_REVALUATION_FUNCTION
    ●      Data binding: selection binding using the Account Number (ZD_ACCNT) characteristic, where the value of the Web Item Selection binding type is to come from the ANALYSIS_ITEM_1 Web item, characteristic Account Number (ZD_ACCNT).
    Planning-specific command EXEC_PLANNING_FUNCTION_SIMPLE (Execute Planning Function )
    ●      Data binding: Reference to data providers of type Filter DP_FILT_REVALUATE_FUNCTION, where the value from variable REVAL_FACTOR of connection type Web Item with Manual Input (ITEM_INPUT) is to come from INPUT_FIELD_REVALUATION_FACTOR.
    ●      Command-specific parameter: planning function REVALUATE
    ○       ANALYSIS_ITEM_1. Data provider DP_PLAN_DATA is assigned to the analysis grid as the (source) data provider.
    Choose Behavior ® Row Selection ® Multiple (MULTIPLE).
    In this case, it must be possible to select multiple rows and to execute the revaluation command on all selected rows. It is not therefore possible to give the command along with the row selection; the command must instead be given using pushbuttons.
           4.      Create a CONTAINER_LAYOUT_ITEM_1 (Web Items ® Enhanced ® Container).
    Divide the container into columns, choose the With Tray display option, and enter label Revaluation under Tray Settings.
    Add the following Web items to the container:
    ○       1st row, 1st column: INPUT_FIELD_REVALUATION_FACTOR
    1st row, 2nd column BUTTON_GROUP_ REVALUATION
    ○       2nd row, 1st column (with option Colspan=2, that is, with a merge of columns 1 and 2): ANALYSIS_ITEM_1
    The following figure illustrates the layout of the REVALUATION Web template:
    Execution on the Web
           1.      Execute the Web template on the Web.
           2.      For testing, extend the URL to include parameter &debug=X.
    If you have set this parameter, the selection is shown in the Executing Planning Function section.
           3.      Enter amounts for one or more account numbers, change the revaluation factor if necessary (default value = 10), select the required rows, and choose Revaluation.
    For example, enter amount 100 in the first row, retain revaluation factor 10, and choose Revaluation. The query outputs an amount of 110 in both the selected row as well as in the overall result (as long as you have not entered any other values).
    Regards,
    SUbha

  • Input ready Query - Issue

    Hi gurus,
    We are on Stack 14 Bi 7.0 and when I create a query on Query designer  and try to switch to Plan mode , it appear by defult in dis[play mode.
    Even on a key figure to enable it plannble all options appear in display mode . i cannot select Data Can be changed usineg planning functions .
    Is it an authorization issue or an isntallation issue , can some body help pls
    Thanks

    Hi Mayanak,
    I could see them but they appear to be in display mode.
    How do I reset them to be able to change them to planning mode.
    Hope I am clear

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

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

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

  • Restriction data entry for input ready query

    Dear All,
    I have an input ready query with two structures for rows and columns.
    However, I have set one of columns' structure's member as "data can be changed with planning functions", i'm able to enter data for that column. When i execute save function, entered valus are being disapperaed.(not benig written to the cube)
    But i want to restrict data entrance for that column. (Like display functionality in BPS)
    I know i can protect fields with excel functionality, but we are using web environment.
    How can i resolve mentioned issue?
    Thanks
    Alkan

    Hi Bindu,
    Thanks for your quich answer.
    In web environment, i think i need to use WEB API.
    Do i need to write java script? Or is there any particular class to manage the properties of the cells?
    BR
    Alkan

  • 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

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

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

  • 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

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

Maybe you are looking for