Input ready query - not ready for input

I have created the following in IP:
1. A multiprovider based on an actuals cube (Standard infocube) and a plan cube (realtime - data can be planned not loaded).
2. An Aggregation level on the multiprovider - containing infoobjects: 0version, employee, WBS element, infoprovider, fiscal year, fiscal year variant, 0currency and 0amount.
3. A filter on the following infoobjects: employee (=123456), wbs element(XX.XX.XXX.X), version (variable - mandatory; ready for input), fiscal year(2008) and fiscal year variant(XX).
4. A planning function to copy from version 0 (actual) to version 866 (random Value - Master data exists).
I have created a query on the multiprovider and set the query properties correctly. I have also created two restricted key figures as follows:
1. Actual (Restricted by infoprovider = actual; version = 0; fy = 2007; fyvar = XX)
2. Plan   (Restricted by infoprovider = plan  ; version = input-ready variable; fy = 2008; fyvar = XX)
I have used all the infoobjects in the agg. level in the query. I am using the same version number (866) on the query selection screen as defined in the filter.
When I run the query, I can see only the actuals line. The plan keyfigure is not ready for input (although keyfigure properties are set to "Data can be changed using user entries or planning functions).   
What am I doing wrong which is preventing the plan keyfigure from opening up for planning?
I have also tried to create an agg. level on the plan infocube with similar settings as above. When I run the query, I get a no data found result - which I think is right because there is no data in the planning cube.
PS: When I use the wizard in the planning modeler the keyfigure (0amount) can be changed.

Hi Avya,
Use a filter on the 0currency, for a particular currency type. (if problem is: currency type keyfigures are not input ready)
This will mak it input ready.
**Reward Points for useful answers**
Regards,
Naveenan

Similar Messages

  • Query not prompting for input

    Hello,
    I am just learning Oracle and I am having problems getting a query to run correctly. I am creating a query on the HR database that should prompt the user for input. The code I have so far is below using the single ampersand substitution variable. When I run the query, I keep getting no data found instead of being prompted to enter a letter. I have also tried running the query using a ':' instead of an '&' and get the same results. If I change '&ltr%' to 'A%' the query will run, however I need it to prompt the user to input a letter. I have also tried to run the query without the single quotes, it will prompt for input and return an error of ORA-00911: invalid character. Any help given will be greatly appreciated.
    SELECT last_name, first_name, job_id, department_id
    FROM employees
    WHERE last_name LIKE '&ltr%'
    ORDER BY last_name;

    If you are the sql query form in APEX, try using this query:
    SELECT last_name, first_name, job_id, department_id
    FROM employees
    WHERE last_name LIKE :ltr
    ORDER BY last_name;For input include the % at the end of your string
    When looking for employees with last name like MILLER, enter MILL%
    Thank you,
    Tony Miller
    LuvMuffin Software
    (281) 871-0950

  • HT3625 audio input device is not ready to use

    My audio input device is not ready to use. Any idea? I have one macbook pro 13".
    Thank you for your help.

    MacBook Pro 13" Mid 2012. – And as the link you provided says, the products affected are all pre 2012. After that (or at least in my mac from mid 2012) there is no "'Use audio for:' menu selection" to choose anything from.
    Message was edited by: Aarnipuu

  • Contract Currency Field not available for input

    Dear experts,
    I am configuring RE-FX in SAP ECC 6.0 and when i try to create a contract with a currency different from the company code local currency, the contract currency field is not available for input even though in the field status, it is checked as available for input. I want to be able to use a currency for my contracts different from my local currency. Also, havent yet made any changes to the standard field status settings.
    Any kind of advice would be appreciated
    Many thanks

    Hi Severina,
    different currencies for RE-FX are introduced with Enhancement Package 2. Therefore you have to implement this enhancement package and activate the business function for Real Estate and the appropriate subfunction to be able to use different currencies.
    Hope that this information is helpful for you.
    Regards, Franz

  • Data Type Is Not Vailid for Input

    Hello,
    I'm new in (ABAP) WebDynpro and I have a problem with displaying data - particularly with HROBJECTs from our e-Recruiting system.
    In my WebDynpro-Component i read some data of candidates into my context. One table (with candidate-infos) which i save in my context includes a field which is datatype of HROBJECT. After I've read this infos into my itab, I bind this table to my context. All this works fine! But as soon as I bind this context to a table-ui-element in my layout, i get a error message "Data Type Is Not Valid for Input", when i start the application.
    If I delete the binding with the attribute which is a HROBJECT, it works.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_WDR_CONVERSION_EXCEPTION
    Information on where terminated
        Termination occurred in the ABAP program "CL_WDR_CONVERSION_UTILS=======CP" -
         in "IF_WD_CONVERSION_UTILS~TO_STRING".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 138
        of the (Include) program "CL_WDR_CONVERSION_UTILS=======CM00G".
        The termination is caused because exception "CX_WDR_CONVERSION_EXCEPTION"
         occurred in
        procedure "IF_WD_CONVERSION_UTILS~TO_STRING" "(METHOD)", but it was neither
         handled locally nor declared
        in the RAISING clause of its signature.
        The procedure is in program "CL_WDR_CONVERSION_UTILS=======CP "; its source
         code begins in line
        1 of the (Include program "CL_WDR_CONVERSION_UTILS=======CM00G ".
    136     WHEN cl_abap_typedescr=>typekind_struct1    "'u'     " structure
    137     OR   cl_abap_typedescr=>typekind_struct2.   "'v'.    " structure
    >>>>       RAISE EXCEPTION TYPE cx_wdr_conversion_exception exporting textid = cx_wdr_conversion_
    139 *      raise exception type cx_wdr_conv_unsupported exporting type_name = l_type.
    Please Help.
    Thanks

    now i've tried it with a independent candidate node (without) supply funciton. =>
    The same error: "Data Type Is Not Vailid for Input"
    Here's the code of my supply-function:
    (probably not the best coding - but it works until i want to display a hro.)
    METHOD get_cand_info .
      DATA: lr_cdcy                    TYPE REF TO cl_hrrcf_candidacy_bl,
            lr_cand                    TYPE REF TO cl_hrrcf_candidate_bupa_bl,
            stru_requisitions          TYPE if_componentcontroller=>element_requisitions ,
            lt_h_cdcy_list             TYPE rcf_t_list_candidacies_x,
            ls_h_cdcy_list             TYPE rcf_s_list_candidacies_x,
            lt_cdcy_list               TYPE if_componentcontroller=>elements_candidate,
            ls_cdcy_list               TYPE if_componentcontroller=>element_candidate,
            lt_addr                    TYPE rcf_t_addressdata_bp,
            ls_addr                    TYPE rcf_s_addressdata_bp,
            lt_email                   TYPE rcf_t_emaildata_bp,
            ls_email                   TYPE rcf_s_emaildata_bp.
    * get all declared attributes
      parent_element->get_static_attributes(
        IMPORTING
          static_attributes = stru_requisitions ).
      CALL METHOD cl_hrrcf_candidacy_bl=>get_instance
        RECEIVING
          return = lr_cdcy.
      CALL METHOD cl_hrrcf_candidate_bupa_bl=>get_instance
        RECEIVING
          return = lr_cand.
    * Hole Kandidatur-Informationen der Kandidaten
      TRY.
          lr_cdcy->get_candidacy_list_x(
            EXPORTING
              ps_req_hrobject  = stru_requisitions-hrobject
    *    ps_cand_hrobject =
    *    ps_appl_hrobject =
    *    p_exclude_draft  = 'x'
            IMPORTING
              pt_candidacies_x = lt_h_cdcy_list
        CATCH cx_hrrcf .
      ENDTRY.
    * Ergänzen der Informationen mit BusinessPartner-Infos
      LOOP AT lt_h_cdcy_list INTO ls_h_cdcy_list.
        TRY.
            lr_cand->get_contact_data(
              EXPORTING
                ps_cand_hrobject = ls_h_cdcy_list-cand_hrobject
              IMPORTING
                pt_addressdata   = lt_addr
    *    pt_telefondata   =
    *    pt_faxdata       =
                pt_emaildata     = lt_email
          CATCH cx_hrrcf .
        ENDTRY.
        READ TABLE lt_addr INDEX 1 INTO ls_addr.
        READ TABLE lt_email INDEX 1 INTO ls_email.
        MOVE-CORRESPONDING ls_h_cdcy_list TO ls_cdcy_list.
        ls_cdcy_list-postcode1 = ls_addr-postl_cod1.
        ls_cdcy_list-city1 = ls_addr-city.
        ls_cdcy_list-email = ls_email-e_mail.
        APPEND ls_cdcy_list TO lt_cdcy_list.
      ENDLOOP.
      CALL METHOD node->bind_table
        EXPORTING
          new_items = lt_cdcy_list.
    ENDMETHOD.

  • One single button for "Ready" and "Not Ready"?

    Hi all!
    Is there a possibility to assign a service URL for changing the agent state from "Ready" to "Not Ready"? Just like the "One Button Login" ...
    Best regards; Florian

    I think this is what you are looking for. If you are using IPPA then you can use something like this as a registered service. It's what our installer configured for us.
    http://XXX.XXX.XXX.XXX:PORT/ipphone/js/sciphonexml/IPAgentChangeState.jsp?State=3&RC
    The 3 is your Agent State Code for Not Ready. For Ready just change it to a 4.
    Word of caution: Agents can not go from one Not Ready state into another Not Ready state if you are using Reason Codes. We have our agents selecting a Not Ready code from a list and with the IPPA you have to first select Ready then select Not Ready to change this state. If you are using CAD this is not an issue. Becomes a real problem if you have agents who came back from a meeting and need to go to lunch but there are calls in queue. If anyone knows a way to work around that little problem I'd be eternally grateful.

  • Number of employees field not avaliable for input in TRIP

    Hi All,
    when we try to create a new trip from PR05 , the field number of employees is always grad out and its not allowing to input any values  during the new trip creation.
    we also tried to check the field status for this field in Table V_T706B1_B (field control for addtional receipt information ) and this field is set as optional but its not avaliable for input during trip creation.
    and also we tried to make this field as required field in Table V_T706B1_B but still the field is grad out on the screen and not avaliable for input the value.
    however, after made the field as required ; when try to create & save the trip its not allowing to save  since this field is required entry now but its not a input filed.
    this case is very strange for us ; how can we maintain the values in Number of employees under addtional info tab for TRIPs ?
    for your reference ; i have pasted the screenshot to understanding my issue.
    thanks for quicker inputs/help
    Regards
    Ramu

    Hi Sally,
    thanks for your feedback.
    In fact we have few cases in our system where the number of employees updated in TRIP , attached the screenshot for your reference.
    but now we are not able find how the field is updated some times and not always.
    now my client is asking us the reason for this field update in TRIP

  • CAD Ready and Not Ready Icon

    All,
    We use CCX 7.0 premium.
    In UCCX 502, when user is in Ready status, Not Ready icon is greyed out. It is very easy to tell whether agent is Ready or Not Ready. In CCX 7, the icons no longer get greyed out. It is very hard to tell what is the current status of CAD.
    I looked at CDA and could not find a fix. Any suggestion how to change it?
    Thanks.

    Hi Wenqian,
    I am not sure if you are aware of this, but UCCX 5.0.2 does not support CAD on Windows 7. The first UCCX release that does support Windows 7 is UCCX 8, which is currently available and 7.0.2 which is scheduled to release at the end of the year. Please see the following link for Windows 7 support
    Cisco Unified Communications Support for Microsoft Windows  7
    https://www.cisco.com/en/US/prod/collateral/voicesw/ps6789/ps7046/ps7282/product_bulletin_c25-563280_ps1846_Products_Bulletin.html
    You can also use the Compatibility Matrix as well
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_compatibility/matrix/crsmatrxeol.pdf
    CAD on Windows 7 for UCCX 8 has the same behavior with regards to ready/not ready buttons. Many customers requested that the agent be able to change reason codes without going ready and this change was implemented for that reason.
    Regards,
    Joe

  • Query not release for OLE DB

    Hi..Experts
    I need to design a query say Q1, Its taking prod order through a replacement path Query Q2,which is
    restricted by Cal month variable.
    As i check Query Q1 for allow external uses, Its giving error " Query not releases for OLE DB"
    But when I restrict Q2 by fixed month then there is no error....but this is not fulfill my requirement.
    I need Q2 should be restricted by Cal Month variable...
    What I have done is.....first  I restrict Q2 by fixed month. then Q1 query  executing perfectly.Once Q1
    is executing again i restrict Q2 by cal mont variable. Then also Q1 is running fine, even though it is checked allow
    external Access.
    I also execute  Q1 query in RSRT without using cache . It is working fine. But as I open Q1 on another day is not working, WHY?
    I am not getting....Please help me...
    your comments will be appreciated..
    Edited by: Abhishek@maventic on Jul 8, 2011 3:10 PM

    Check whether this helps you
    [OLE DB for OLAP|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6a8eb390-0201-0010-8fa3-b70f6f9a17c1?quicklink=index&overridelayout=true]
    thanks
    G. Lakshmipathi

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

  • BI IP input ready query not working

    Hello,
    I have created an input ready query on a aggregation level and am trying to create a planing application using analyzer.
    However the query is not opening in inout ready mode at all. I have checked the setting in Querry design and it is ready for input.
    Please help.
    Regards,
    Vijay

    Hello,
    I think problem with the buffer. I have two option for you.  Please check it and let me know if you need any further help.
    1) Check the notes 1136163, 1138864, 1146957, 1179076.
    In case of no other solution, You can use program RSR_GEN_DIRECT_ALL_QUERIES with proper variant for query generation. You can automate this process using a process chain.
    2)please check the below;
    Delta buffer query in RSRT for BI-IP ("<infoprovider>/!!1<infoprovider>)
    Planning query donu2019t show the current data
    Thanks.
    With regards,
    Anand

  • Query /report asking for input ? in Apex

    Hello all, my name is John and I am asking for help with the following,
    I am new to Oracle, Apex and SQL, PL/SQL (as you can tell from my query below.)
    I have the very basics of Apex (in that of making reports,forms etc).
    I created this query on a view in SQL Developer where it is asking for start and end dates to filter the report. , which is what I want it to do and returns the results I want.
    Now I would like to create a report in Apex where it asks for the between dates as it does in the posted query, When that is done I want to pass it to the bipublisher report for pdf printing.
    I am running this query as a totals report already (without the line with WHERE clause query asking of course.) in an apex application, crude as it may be.
    I have it running as a Interactive reports and can filter the dates that way of couse but I want to learn to create the user input type query/report in Apex.
    I have been reading that I would need to use a "pl/sql anonymous block with a "declare' and a page process?. (gettting confused in the "declare" variables and the execute sections)
    I have looked at numerous samples and still do not quite getting the blocks down.
    If you could point me in the right direction of where to go or better yet if someome could show me coding on how to get this to work in apex report/query (s)?
    Slow learn I guess
    I am using APEX 3.1.2 on 11g database.
    Thanks in advance for help on this.
    ++++++++++++++++++++++++++++++++++++
    ----query for truck totals from view-----------
    ,select
    trucktotals.truck_number as "Truck Number",
    trucktotals. truck_type as "Truck Type",
    sum (trucktotals.end_miles-trucktotals.begin_miles) as "Total Miles",
    sum (trucktotals.reg_hours+trucktotals.ot_hours) as "Total Hours",
    sum (trucktotals.total_net_tons) as "Total Tons",
    avg (trucktotals.equip_rent) as "EQR P_HR"from "trucktotals"
    <strong>where trucktotals.wage_date between to_date(:Start_date) and to_date(:end_date)</strong>
    group by trucktotals.truck_number, trucktotals.truck_type
    order by trucktotals.Truck_Number----end query for truck totals from view------------------+++++++++++++++++++++++++++++++++++++
    Edited by: [email protected] on Oct 31, 2008 12:49 PM
    Edited by: [email protected] on Oct 31, 2008 12:53 PM
    Edited by: [email protected] on Oct 31, 2008 12:54 PM

    Hi Martin,
    Thank you for the information, it is a real help to me and gives me more insight toward my learning .
    It took me little while , the condition had to be modified a little bit
    (had to put parentheses around the :PXXX_START_DATE .... END_DATE, and remove the period to get it to work).
    where (:PXXX_START_DATE) is not null and (:PXXX_END_DATE) is not null
    It does work to the sense it shows the start and end date fields and the button and the report results below that, and you can enter the dates and the results change.
    Looking at my question, I should have been a little more clear in the fact I want query to ask for the dates first in a pop up type window, when you press the "Show Report" button,
    and then branches off to show the report. That is the reason I think, I referred to a block or procedure to acomplish this?
    Thanks and still learning
    John

  • BSP table column not opening for input

    I know very little about BSP but have a problem to fix. We have a BSP which works in 4.6 but not in ECC6. The problem is that when a table line is selected one of the columns is supposed to open for input but is not doing so. In the View the table is defined as selectionmode = "singleselect" and onRowSelection = "MyEventRowSelection" - I'm not sure where to find that event and associated method. Can someone direct me to the likely area of this problem? Thanks.

    Hi Mike,
    To have an editable table, the fields of your table must be bound to a cell editor of type 'Input field'. Check if this is done.
    Then, you should bind the read_only property of each input field to the context attribute. Not the read only of the table. This way, you can bind different columns to different attributes and make selected columns only as editable etc. For each field in your table, you will have a cell editor. Do the binding for each cell editor, i,e each column.
    Regards,
    Nithya

  • Why is this FMS query not working for me?

    There is already a FMS query that works in Delivery Pane. The FMS field there is a user defined field called U_NWR_Bin, rom table DLN1. This works fine and it is alpha numeric 10 characters. This FMS is defined in Marketing Documents rows.
    I created another user defined field called U_Bin in table PKL1 for picklist row level. This user defined field shows up in FMS in PickList Pane.
    I created a query - SELECT $[DLN1.U_NWR_Bin].
    I then assigned above query through Shift F2 to Picklist Pane field U_Bin.
    The above query is not executed on clicking the lens it gives the error - Internal error -1004 occured message 131-183.
    What am I doing wrong? Please help. Thanks.

    Hi,
    FMS query can only access the current form. $[DLN1.U_NWR_Bin\] is not valid for PickList Pane.
    Thanks,
    Gordon

  • Formula Functions are not working for Input Ready Key Figure

    Hi all,
    I have created an Input Ready report in BI IP, which is containg number of Characteristics / Key Fig. / Formula Functions.
    Here, when I am executing this report, it is throwing below message only for formula functions I am using in the report (where Qty is INPUT READY). Since, by-default formula functions always remain "Not Input Ready"
    "WARNING BRAIN (160): Total Importl / APR
    Qty cannot be input ready. It is formula element.".
    Best Regards,
    Jatin

    Thank you for your kind reply.
    Actually, the issue I am facing here is with formula functions (NOT INPUT READY) which I am using in the report is colliding with Qty (INPUT READY) and throwing error during execution (Not giving me even variable screen).
    And also, when I try to change an existing report. It opens in Display mode only.
    Please help!
    Best Regards,
    Jatin

Maybe you are looking for

  • ICAL Yosemite List view gone!!!

    HI can someone advise if we can get the List view back in Ical.  use it for my business diary with at least 30 events each day can't possibly make any sense of it in the new OS X Yosemite update in Day view. Block colours are useless when many entrie

  • Cannot open e-mail in Hotmail through Firefox. I have Vista installed on the pc and Windows 7 on the laptop, but neither can access any features in Hotmail.

    Cannot open e-mail in Hotmail through Firefox. I have Vista installed on the pc and Windows 7 on the laptop, but neither can access any features in Hotmail. I have tried clearing the cache and restarting Firefox, but I still can't use Hotmail. No suc

  • Looping flash intro in IE7 not IE6

    Hey all, I have a pretty simple site that utilizes flash streaming video via .flv files. These swfs have a small intro with my company logo and the video title in the beginning and then the video plays after the intro is finished. In IE6 this works g

  • Dynamic page number

    dynamic page number I am trying to print multiple documents in one report, the requirement is to reset page numbers for every document(to start counting from 1) I don't have control over the size of the document because it is a flow table I am using

  • Configuration Wizard-NW:BI-AS ABAP(Connectivity of BI and Source System): M

    Hi friends, I´m configuring the (NW: BI - AS ABAP (Connectivity of BI and Source System): Maintain) in NWA using Configuration Wizard. But there is the error in step (NW: BI - AS ABAP (Connectivity of BI and Source System): Maintain > Scenario UI: NW