Invalid characteristic combniation in WAD new row not re-read

We have a really annoying problem entering new rows in an IP WAD.
If an incorrect Characteristic Value (Gl account for example) is entered in a new row, then the system provides a nice message, and the cell with the characteristic is highlighted - perfect.  The user can change the value and then check again.
However if the user types in a Characteristic Value which exists, but is not in the filter for the query, then the system again provides an error message, but instead of highlighting the Characteristic Value the system highlights the Key Figure cell. 
If the user changes the Characteristic Value to a valid value and checks the data again, the new valueis not checked.  The user has to change the key figure amount to trigger the system to check the updated Characteristic Value.
This behaviour is the same for checking characteristic combinations.
Executing the same query in a BEx Analyser workbook does not have this problem, but we prefer a web input.
Has anyone noticed this problem, and found a solution or workaround?
Michael

Hello Michael,
I agree with you. The check should highlight the incorrect cell, not the key figure. Please open a customer message with a reproducible example so SAP support can analyze the issue.
Regards,
Marc
SAP NetWeaver RIG

Similar Messages

  • Restrict values of characteristic in input-ready new rows query

    Hello all
    We are creating an input-ready new rows query. So we added characteristic as row.
    We need the values in F4 (while choosing value in this row) are to be restricted by hierarchy (or just restricted by some algorithm - list of values). But if we choose "hierarchy" for that characteristic, it will also appear in rows, so not one posted value will appear, but full hierarchy for this value. How to make F4 for choosing restricted values of any characteristic.
    Reason: we have different account plans for different years and don't want users to choose "old" positions.
    Cheers, Yuri

    Hello, Yuri!!!
    Try to use next variants:
    1) Authorization
    restrict you characteristic in RSECADMIN
    2) COMPAUND
    You can add compaund characteristic to you main characteristic, and if you restrict this compaund  characteristic in filter, then in query you'll see only appropriate values
    3) FILTER
    You can restrict not only fixed values, but you can use prequery for you characteristic. For example make DSO in which will be calmonth and account in key. And make query to take accounts for calmonth. After that in you main query restrict you account through variables with replace path type (set query for accunts for month).
    4) Relation in RSPLAN
    Create DSO(as in case 3) and try to use relation for you realtime cube in RSPLAN.
    Anton.
    Edited by: Anton Moskvichev on Nov 27, 2008 9:51 AM

  • Af:table new row not editable

    Hi, I am trying to insert and edit a new row in table. I have followed the below steps.
    1. Dropped a vo as a table (not read-only)
    2. surrounded it with a panel collection and in toolbar facet created a toolbar and under which I have dropped createInsert method of
    vo as commandToolbarButton.
    3. set table's editingMode property to clickToEdit and partialTriggers property to commandToolbarButton's id.
    I deployed the application into integrated wls, I clicked on the create button to insert a new row and provided values in all fields then I clicked on some other existing row, now when I clicked on the new row, which was just created, none of the fields/columns are editable.
    Have I missed anything here? Can you tell me how to fix this?
    Thanks in advance

    Thanks for your answer.
    Your solution is not working but if i put the styleclass instruction in the outputText element, it is working...
    Is there any other solution ???... because in this solution, we are obliged to put this EL in each outputText element of the tab.
    <af:column sortable="true" headerText="Cat" formatType="text"
    sortProperty="cat">
    <af:outputText value="#{log.cat}" styleClass="#{(log.prio == 'DEBUG') ? 'bgDebug' : (log.prio == 'WARN' ? 'bgWarn' : '')}"/> </af:column>

  • Issues with Advance Table Add Row New Row not work in some scenarios.

    Hi,
    Wondering if there's any issue with Advanced Tables where it does not create any rows. I don't know if anyone tried this or not. I have one OA Page with Advanced Table and a button that when clicked open a new OA Page in a POP-UP Window. The pop-up page conatins one textbox where u enter a data and this gets saved in one of the VO's transient attribute. Now on the ase page if you don't click a button to open a pop-up page you can Add New Rows in the Advanced Table by clicking Add Row Button. But as soon as you open a popup window and close it Add New Rows button doesn't work and is not creating any new rows. Basically page stops working. Both the POP-UP and the base page share the same AM but have different controllers.
    POP-UP page is a custom page that I open giving the Destination URI value in the button item and target frame _blank.
    I even tried creating rows programmatically for Advance Table but this too doesn't work once u open a pop-up. Also I have used pageContext.putTransactionValue in the pop-up page and am checking and removing this in the base page.
    Any help is appreciated.
    Thanks

    anyone

  • How to get sum in new row (not in a new column) in the query output ?

    There are values in a table like this:
    A B C D
    DEsc1 ID1 15 45
    DEsc2 ID1 10 67
    DEsc3 ID2 12 34
    Desc4 ID2 19 32
    How to achieve this output :
    A B C D
    DEsc1 ID1 15 45
    DEsc2 ID1 10 67
    --- ID1 25 112 <--- Sum of two rows corresponding to C and D whose B column is same
    DEsc3 ID2 12 34
    Desc4 ID2 19 32
    Desc5 ID2 10 12
    ----- ID2 41 78 <---- Sum of three rows corresponding to C and D whose B column is same

    SQL>WITH t AS
      2       (SELECT 'DEsc1' AS a, 'ID1' AS b, 15 AS c, 45 AS d FROM DUAL
      3        UNION ALL
      4        SELECT 'DEsc2', 'ID1', 10, 67 FROM DUAL
      5        UNION ALL
      6        SELECT 'DEsc3', 'ID2', 12, 34 FROM DUAL
      7        UNION ALL
      8        SELECT 'Desc4', 'ID2', 19, 32 FROM DUAL)
      9  SELECT   DECODE(GROUPING(a || ' ' || c || ' ' || d), 0, TO_CHAR(MAX(a)), '-----') AS a,
    10           MAX(b) AS b, SUM(c) AS c, SUM(d) AS d
    11      FROM t
    12  GROUP BY b, ROLLUP(a || ' ' || c || ' ' || d);
    A     B            C          D
    DEsc1 ID1         15         45
    DEsc2 ID1         10         67
    ----- ID1         25        112
    DEsc3 ID2         12         34
    Desc4 ID2         19         32
    ----- ID2         31         66Urs

  • New Rows in WAD with Free text characteristic

    I have created an input ready query and one of the characteristic (based on InfoObject 0POSTXT) created is to enter a free text for the given row.  In row selection there are also few more characteristics with master data already created.
    If I use BEx I am in position to enter free text and choose relevant master data for remaining characteristic and plan for my key figures, Works perfectly fine.
    I have now created a new WAD template assigning the input ready query and when I execute the same I am not in position to enter the free text for my text characteristic.  In WAD Application I am forced to choose the value from the available F4 help otherwise I get the invalid value error.  So BEx works fine but not the WAD.
    Any ideas what piece of configuration I am missing?  Any help is highly appreciated.  I have already selected Key (in value Display), in access type of value selection I tried all options with no luck.
    Regards,
    Sachin

    Hello Sachin,
    enter values for characteristics without master data table is only possible in BEx Analyzer.
    Also in BI Planning Functions one can create values for characteristics without master data table.
    For the BEx Web Analyzer this is not implemented; this feature is on the list of possible further developments. It not yet clear whether and when features from the this list will be developed.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Error in entering a new characteristic value using input ready row in WAD

    Hi Guys,
    I have created input ready query with input ready row option to enter both characteristic and key figure values.  I have created info object without master data tick in Master data/text tab  to enter free text which inturn will create a new record in master data. It is working in Bex analyzer, here I can enter any value to create a  new entry in the master data but where as in WAD  I am getting error message reading invalid values. In WAD I am restricted to choose only available master data entries. Do I miss any settings in WAD. Your help will be highly appreciated.

    Hi,
    the feature you are requesting is called "Master Data Planning". Unfortunately it is not supported by SAP. Please use the term "master data planning " to search this forum and you will find some threads about this issue.
    Hope this helps
    Matthias Nutt
    SAP Consulting Switzerland

  • No new rows or columns because the axis is not input-ready

    Hi Gurus,
    I have a problem when I am modelling the Order and Revenue Planning.
    In my model I have Base Unit and Currency as Unit characterstics.
    When I take Currency as INR and Base Unit Multiple Values then I can create a new row in my planning layout.
    If I take currecy also multiple values, system is throwing following message "No new rows or columns because the axis is not input-ready" and not allowing me to create new rows(rather it is not displaying the new rows). But Query is Input Ready.
    Could any one suggest solution for this.....
    Waiting for your reply......
    Thanks and Regards,
    Arun.

    Hi Arun,
    I know exactly what you are trying to do.  Don' t waste your time any further on it.   The story would have been different if the entire layout was on a single currency(header or filtered).
    For your problem....
    First of all you cannot use 0AMOUNT.  As it will not allow you to seperate 0Currency from 0Amount as it is already defined in the 0Amount Infoobject. Even if you try to add 0Currency AGAIN as a "separate" characteristic in the row of Query.  So you will have to now provide 2 currency values to 0Currency(in the row) as well as 0Currency in the 0Amount (which you cannot select in Query Designer).  Because the system will still be looking for 0Currency value embedded to 0Amount.  The only way you can do is by using a Custom Key Figure with No Dim.  I mean, ZAmount with no Unit/Currency in the infoobject definition. 
    Let Currency be an attribute of Order.  Display this currency attribute in the row of the layout, just so the users know which currency they are going to enter values on.  It(currency) is only for informational purpose and not to think that the values entered initially by the users are stored along with the same currency.  And then after the user enters values on this ZAMOUNT, upon save use Fox behind the scene to copy this over to real "0Amount".  Fox should read the Order currency(attribute) and store the currency into along with the 0Amount(and 0currency).  All other Char stored by user should be copied as is in the Fox.
    The same logic applies to 0Quantity(with unit). 
    Hope this solution works for you.  Let us know if this is possible.
    Rocky

  • Add new rows when query not input-ready

    In the Web Application Designer, is it possible to detect whether a query is in display or change mode, and depending on the outcome to set an Analysis Item parameter ?  This would provide a solution to the following:
    Background: I have a Web template used for sales quantity planning which contains two Analysis Items, each with their own input-ready query: ANALYSIS_ITEM_EXISTING allows users to enter plan values based on existing characteristic combinations, ANALYSIS_ITEM_NEW_ROWS allows users to enter new characteristic combinations and their plan values (using the 'Number of New Lines' parameter). These two separate Analysis Items are needed so that I can restrict the characteristic values differently for each. ANALYSIS_ITEM_NEW_ROWS shows only new rows, since I have set both parameters 'Number of New Lines' and 'Data Row to' to 5.
    Problem: If the query underlying ANALYSIS_ITEM_NEW_ROWS is not able to go into change mode (such as when there is an active data slice, or a locking conflict), then instead of seeing 5 empty rows the user sees existing data from the underlying query. This looks bad and is confusing for the user.
    Can anyone think of a solution?

    Hi Jacky,
    The Bex analyzer works in the same way as in the web. You've restrict all charateristics which are not in your rows or columns to a single value. Then you can see that in excel the last blank row has a  black border. If this is the case you can add a new row.
    By pressing F4 in an empty cell you can select values or if you've know the key you can type it directly. Also you can add multiple rows at once. IP collects all rows below the query.
    If this not works, just put all chars from your aggr. level in the rows and check if this works. And then for each change to the restriction/layout run the query and look if you can still add new rows.
    Hope it helps.
    Regards,
    J.

  • BI Integrated Planning: Not possible to enter „new rows“ in Webtemplate

    Hello Experts,
    we are trying to use the BI integrated planning, in particular we want to use the manual planning functionality with „new rows“, that means we want to create new rows for combinations of characteristics for which no data has been entered / loaded yet.
    To test this functionality, we´ve built a very simple example consting of
    -     a real time info cube with 4 characteristics, 1 key figure and one time characteristic
    -     an aggregation level which contains the 4+1 characteristics
    -     an input-ready query
    -     a web-template with an analysis grid, sth. to select the characteristics, eg. drop-down-boxes or a navigation pane and a button to save the entered data
    But now it is not possible for us to create new rows to enter data. The error message that is displayed in the top of the screen reads „No new row / column inserted, since not all characteristics have a lead column“.
    The strange (?) thing is, that if we use the navigation pane, it is possible to draw the time characteristic as the only element to the „rows“ – and then we can enter the time characteristic, but not the key figure !
    We´ve succeeded in entering data for „new rows“ using BexAnalyzer, but we really need this functionality within a web template.
    Btw, I think we´ve done the necessary adjustements for the web template (e.g. for the analysis grid „number of new rows“ and so on)
    According to our SAP Basis Administration, the OSS-Note No 984601 has already been installed.
    What do we have to do if we want to enter data in new rows ? We would already be happy with a simple example / how to to know what we have do to do to build a very simple web application !
    Many thanks for any help !
    Frank

    Okay, it has been solved (answered by SAP-Support) ! It´s so easy: the only thing you have to do is to display only keys, no text, in the query !

  • Inserting new row in Table in 11.1.2 from 11.1.1.3 not rendering table!!!!!

    Hey Guys, my status might say noob but i am well seasoned in ADF. We migrated from 11.1.1.3 to the new JDEV 11.1.2. We are doing a test run before we commit to it.
    I noticed the following:
    We have master detail forms that work flawlessly in 11.1.1.3 when we ran the app under 11.1.2 we noticed that any time you try to add a new row to a table the table does not render. The server logs show the action going through and the count goes up one but the table is not rendered anymore it disappears!!!!!!!!!!!!!!
    Now all of this was imported from the 11.1.1.3. all of our tables that have createInsert actions on them are doing this.
    If i drag the tables again and set them up from scratch it seems to work fine. Our issue is we have a good 300 of these tables in different panels and panel collections. we have to do all of that work all over again.
    No errors show in the log. IS THIS A BUG???????????????
    UPDATE: REFRESHING THE PAGE using the Browser Refresh Button Will show the new ROW....... THIS IS NOT GOOOD!!!
    Edited by: user8333408 on Jul 7, 2011 9:23 AM
    Edited by: user8333408 on Jul 7, 2011 9:24 AM
    Edited by: user8333408 on Jul 7, 2011 10:08 AM

    Thanks for the reply.
    The Project was in version 11.1.3 before I migrated. I had the issue above so I migrated to 11.1.1.4 then to 11.1.1.5 then to the New GREAT 11.1.2 to go by the matrix of support The issue is still there.
    Basic Page layout:
    SEARCH-MASTER-PANELTABBED LAYOUT (Hold all the CHILDREN RECORDS)
    PANEL TAB is made of ; SHOW DETAIL ITEM- PANEL COLLECTION- TABLE.
    the panel collection has a toolbar with 2 buttons in it.
    My issue varies:
    Hit create insert==> record count goes up one but the table does not render (it goes all blank even if records existed in it)
    Hit undo budo ==>table still not rendering. (click next on master record then click previous to come back, the table renders correctly.)
    other tables do the following:
    Hit Create insert == > table shows normally and I can enter new record.
    Hit undo ==> table count goes down but table does not render at all anymore.
    for this issue i noticed if i set cache results to false the table works after hitting undo
    IF I CREATE A NEW SHOW DETAIL ITEM and put exactly what the other tabs have in them and use the same layouts and buttons the new table works great!!!!!!!!!!!!???????????????????? WTF?!?!?!?!
    NO ERROR MESSAGES even at finest level are thrown.
    I HAD NO ISSUES IN THE PREVIOUS VERSIONS OF JDEV IS THIS A JSF 2.0 BUG????
    BY THE WAY JDEV 11.1.2 sometimes CRASHES or Hangs when viewing the Binding of Page when you click on Binding straight from the Design view. I have to open the Binding Page separate to view it. FYI
    Edited by: Nottallah on Jul 11, 2011 9:48 AM
    Edited by: Nottallah on Jul 11, 2011 9:51 AM

  • ADF-BC/JSF Attributes of reference entity objects do not appear on new rows

    Hi everyone,
    Here is something I have been meaning to ask for a long time and never found the time to do so.
    Let's suppose that we have two entities named Item and and ItemType and a view object named ItemsList defined like this
    SELECT Item.ID,
                  Item.NAME,
                  Item.TYPE
                  ItemType.NAME as TYPE_NAME
                  Item.PRICE
                  ItemType.ID AS ID1
       FROM
                  ITEMS Item, ITEM_TYPES ItemType
       WHERE
                  Item.TYPE = ItemType.IDLet's also suppose that using JDeveloper's standard ADF/SF pages, we create a list page and a create page that uses a combo box to allow the user to set the item type which then commits the changes and returns back to to the list page.
    I have noticed that new rows created using this method do not display the TYPE_NAME (and all similar) attributes, until the view is executed again. What I usually do in this case is have an Execute binding that fires only when a request scope variable is set from the creating page. This approach works for me but I feel that there must be an easier and "more right" way to achieve the same results.
    Thanassis

    Maybe you can use the getEstimatedRowCount() method on the view.
    See more info here:
    http://download.oracle.com/docs/html/B25947_01/bcquerying006.htm

  • Warning: No new rows or columns because the axis is not input-ready

    Hello all,
    I have a planning application that plan against multiple years. This is done using a query that uses an analysis web item with its properties set to enable multiple new rows e.g. 2 new rows. Right now I have an issue whereby those 2 new rows will only appear if I restrict the report to a single year and if I were to select 2 or more years I get this warning message u201CNo new rows or columns because the axis is not input-readyu201D and those 2 rows will disappear.
    Anybody have any idea whatu2019s going on? Thanks.

    Hi,
    note 1149346 explains when new lines are possible:
    https://service.sap.com/sap/support/notes/1149346
    Regards,
    Gregor

  • Tabular Form - new row at top not working

    I'm trying to add a new row to the top of a tabular form (not manual) vs the bottom using Denes example - http://apex.oracle.com/pls/otn/f?p=31517:215 but it's not working. I absolutely need the records to sort on the date and time, but when I add a hidden column and sort it in descending order, then sort the date and time both in descending order, it doesn't sort correctly. I tried using the primary key field of the table as the hidden column, sorting nulls first, but the new record opens at the bottom (If I have "sorting nulls first" selected and at the time a new row is added the primary key field is null, why doesn't the new row open at the top?). I added a new field (date field with timestamp) to the query, then deselected "show" in the column attributes...that didn't work. I then selected "show", and changed the tabular form element display as to "Hidden", but then I got an error when I clicked "Add New", and I also added a column to my query via apex_item.hidden but no luck there either. What's the best way to go about this, but still maintain the date and time sort?
    Thank you,
    Tammy

    We did that. It didn't resolve it...
    Also, I compared the images directory from the complete apex 4.1.1. installation and compared it to patch 13331096 (latest 4.1.1 patch). They are identical.
    Any other ideas I can try out?

  • New detail rows not showing

    Hi,
    Here's a little background on my problem. We have a simple master-detail hierarchy. Both have a ViewObject. The problem lies in the fact that our detail VO has a filter using a bind variable. The bind variable value is determined (most of the time) at the VO execution time: bindParametersForCollection is overriden and passes a value for the bind variable if it is null. In our specific case the variable represents the username of the authenticated user.
    The main complexity lies in the UI. We present all the masters and their children in a single table in edit mode. We are using a tree binding with an accessor from the master node to the child node.
    Example
    Row 1: Master 1 Column 1 | Master 1 Column 2 | Master 1 Detail 1 Column 1 | Master 1 Detail 1 Column 2
                                                 | Master 1 Detail 2 Column 1 | Master 1 Detail 2 Column 2
                                                 | Master 1 Detail 3 Column 1 | Master 1 Detail 3 Column 2
    Row 2: Master 2 Column 1 | Master 2 Column 2 | Master 2 Detail 1 Column 1 | Master 2 Detail 1 Column 2
                                                 | Master 2 Detail 2 Column 1 | Master 2 Detail 2 Column 2
                                                 | Master 2 Detail 3 Column 1 | Master 2 Detail 3 Column 2
    Row 3: Master 3 Column 1 | Master 3 Column 2 | Master 3 Detail 1 Column 1 | Master 3 Detail 1 Column 2
                                                 | Master 3 Detail 2 Column 1 | Master 3 Detail 2 Column 2
                                                 | Master 3 Detail 3 Column 1 | Master 3 Detail 3 Column 2Everything works until we try to create new rows. In our use case, whenever we create a new master row, we also create a fixed number of detail rows. The number of detail rows depends on the context. Whenever we do this, the details rows do not show up in the UI.
    In my experimentations, I found that the problem was caused by the bind variable on the detail VO. Tracing the detail VO query execution I came to the conclusion that unposted rows where rejected from the QueryCollection when there’s a bind variable. The debugger shows that in VO#executeQueryForCollection the QueryCollection#mUnpostedRows list is empty when there’s a bind variable while it is not when there’re no bind variable.
    This is a major issue in our case, so I would like to know if you consider this as a bug (in my opinion it is). If yes, when can we expect a fix or workaround? Otherwise we’ll have to get around this problem by either finding a way to remove the bind variable OR do everything manually in a managed bean (which I would prefer not to have to do).
    I have reproduced the problem in a SRDemo test case. Test case has been sent to Steve Muench.
    Thanx!
    Olivier

    This looks very similar to Bug# 6412612 "New Row Lost After Executequery In Vo W/ Bind Variable In Where Clause", reported in the Tech Preview #2 release, and fixed in Tech Preview #3 (due out before the end of December 2007). Will try confirming with an in-house TP3 build that this fix fixes your testcase, too.

Maybe you are looking for