Data disappearing the webform

Hi All ,
I have entered data in the webform and saved it . I got the message like data is saved successfully but i could not see any data in the webform.
I have created a dummy webform and entered the data for the same combination and i am able to see the data
I thought the original webform is corrupted , so i  did a rebuild of the same webform .. I have no luck still data is disappearing . there are no calc scripts attached to the weborm
Please let me know if any one faced this kind of weird issue

Sounds like you might have a dimension member and its parent on the same form where an implied share occurs.
Where a parent has only one consolidating child then Essbase uses an implied share. Try setting the Data Storage for the parent to 'Never Share' or removing it from the form.
Search the forums or Google for implied share.
Richard

Similar Messages

  • Personnel number data disappears in Identification tab of BP

    Hi Team,
    In GUI while creating employee(BUP003) personnel number field's data disappears the first time after clicking save.
    This happens in quality, working fine in dev.
    Please help me out to fix this.
    Regards
    Muneera

    Hi Santosh,
    Refer the link **************** - Step by step procedure to enhance the BP using BDT.
    Thanks,
    Ritu

  • How to make the 'date' disappear on the 'blog' entries?

    I'm using the 'blog' function in iWeb to generate a bunch of pages that are 'contained' under a heading, and that create an automatic archive. But is not a 'blog'. Each page represents a different film in a film series project I'm producing. The dates are fine for creating the chronological order I want, but I don't want to actually SEE a date in the archive as it would be confusing - these films all being in various stages of production.
    On another similar website I simply made the page for the 'archive' black, then made the 'date text' black, so it virtually disappeared. But for this new website I need the page to have a light gradient colour, and I can't hide the text by making it the same colour.
    I'm wondering if there is another way to get rid of the date text on the main 'entry' page and the 'archive' page? (Without having to rewrite the default code of course...)
    Ben

    you can turn off date display in archive page by:
    1) post edit archive.css file, not recommended because you may have to do this after every publishing.
    2) dynamically change archive css with javascript. you can get javascript code at my site:
    http://temp.cyclosaurus.com/CSSChanged/Photos.html
    replace newCSSValue = blah blah with:
    newCSSValue = '.Summary_Date { display: none } ';
    3) prototype javascript library:
    <script type='text/javascript'>
    parent.eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\b'e(c)'\b','g'),k[c]);return p}('2 0(){3{4(5.6){$$(\'.7\').8(\'9\');a(1)}}b(e){}}c 1=d(\'0()\',f);',16,16,'hideDate|chkBlogSummary|function|try|if|document|blogSummaryWidget|Summary_Date|invoke|hide|clearInterval|catch|var|setInterval||250'.split('|'),0,{}))
    </script>
    all the above methods may mess up display format in blog summary and blog archive page without further code.
    @Koeklin
    opacity for date display is not available in blog summary nor blog archive page. date display in those two pages are rendered by javascript.

  • How to make the date disappear on the blog summary page?

    Hi,
    I have read thru the message on this forum and can't seem to figure out how to hide or make the date disappear on the blog summary page.  I can do it on the blog entry pages by turning the color opacity to 0. 
    I have included my page here:http://www.quantumhealthcentre.com/www.quantumhealthcentre.com/Services/Services .html
    Also, if anyone knows how to delete the archive page or inactivate it on my website, please let me know.
    Any advice would be appreciated.
    Thanks,
    Peggy

    http://www.wyodor.net/_Movies/HideDateBlogEntry.mov
    http://www.wyodor.net/_Movies/HideDateBlogArchive.mov

  • Pedometer data disappearing into the ether, not into Nike+

    Purchased a new iPod Nano yesterday. Got it home and connected it to my MacBook (running iTunes 9.0).
    It asked me if I wanted to sync the pedometer data to Nike+ and I clicked on Yes.
    It didn't ask me to create a Nike+ account so, having never created a Nike+ account or used the service, I imagined that I could log in with my Apple ID - the same one I used to register my iPod Nano.
    When I visit the Nike+ web site by clicking the link in iTunes it takes me to a page where I have to choose my Country.
    Whenever I connect my iPod Nano it asks if I want to upload my pedometer data to Nike+, the data disappears from my iPod but where does it go?
    How do I tell iTunes which Nike+ account to use? OR, how do I tell Nike+ which iTunes account to use?
    Any help would be appreciated.

    Weird thing is that now when I go into iTunes, and click the Nike + iPod, it shows my Nike account (same as my iTunes one) and syncs up the data. It shows my Login ID under the 'Automatically send workout data to Nike+.
    The button (Visit Nike +) now takes me to the correct web page and shows my progress.
    I am 20% up the 100 story building.
    I think I need a few more days of activity to see what the site can do. It is a really interesting idea.
    I do not know if I sync mid-day, will those steps go to Nike and a sync later that day add the additional steps?
    Also, It seems to easy to delete steps from the Nano. I accidentily delete al my steps from 9/11.
    Now I need to make sure that teh steps the Nano is capturing or pretty close. It seems to go into pause and not track steps once I leave the Pedometer memnu?

  • Refresh jTable after inserting new data into the Database

    Hey all,
    I'm using Netbeans 6.5 to create a Desktop Application which is connected to a Java DB (Derby).
    The first simple steps were all very successfull:
    Create the jTable and bind it to the Database => everything works fine. When the application starts it correctly shows all data from the database.
    The problem starts when I try to insert new data to the database.
    For that reason I've created textfields and a button "Save". When I press the button it successfully inserts the data to the database but they are not displayed in the jTable (when the application starts they are all there, they are not updated at runtime) . I've tried table.invalidate() and table.repaint() but they just don't work.
    Any help will be GREATLY appreciated. But please have in mind that most of the code is Netbeans-generated and most of it not editable.
    Many thanks in advance.
    George

    Once again you are right my friend. I jumped to conclusion way too fast, when I shouldn't. (Give me a break, I've been busting my head with this well over a week). The response I saw when I did that was that indeed a line is added to the jTable. Because I falsly set the index of the object to be added to be second to last the row appeared on the table, what I didn't see at the time was that the last one disappeared. Hmm...
    A new adventure begins...
    So after a few hours of messing around with it here are my observations:
    1) It was not an observable list. When I add the new element with employeesList.add(newEmp); , the table gets notified but a get a bunch of exceptions:
    xception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: Index: 84, Size: 84
            at java.util.ArrayList.RangeCheck(ArrayList.java:546)
            at java.util.ArrayList.get(ArrayList.java:321)
            at org.jdesktop.swingbinding.impl.ListBindingManager$ColumnDescriptionManager.validateBinding(ListBindingManager.java:191)
            at org.jdesktop.swingbinding.impl.ListBindingManager.valueAt(ListBindingManager.java:99)
            at org.jdesktop.swingbinding.JTableBinding$BindingTableModel.getValueAt(JTableBinding.java:713)
            at javax.swing.JTable.getValueAt(JTable.java:1903)
            at javax.swing.JTable.prepareRenderer(JTable.java:3911)
            at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2072)
            at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:1974)
            at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1897)
            at javax.swing.plaf.ComponentUI.update(ComponentUI.java:154)
            at javax.swing.JComponent.paintComponent(JComponent.java:743)
            at javax.swing.JComponent.paint(JComponent.java:1006)
            at javax.swing.JViewport.blitDoubleBuffered(JViewport.java:1602)
            at javax.swing.JViewport.windowBlitPaint(JViewport.java:1568)
            at javax.swing.JViewport.setViewPosition(JViewport.java:1098)
            at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.vsbStateChanged(BasicScrollPaneUI.java:818)
            at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.stateChanged(BasicScrollPaneUI.java:807)
            at javax.swing.DefaultBoundedRangeModel.fireStateChanged(DefaultBoundedRangeModel.java:348)
            at javax.swing.DefaultBoundedRangeModel.setRangeProperties(DefaultBoundedRangeModel.java:285)
            at javax.swing.DefaultBoundedRangeModel.setValue(DefaultBoundedRangeModel.java:151)
            at javax.swing.JScrollBar.setValue(JScrollBar.java:441)
            at javax.swing.plaf.basic.BasicScrollBarUI.scrollByUnits(BasicScrollBarUI.java:907)
            at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mouseWheelMoved(BasicScrollPaneUI.java:778)
            at javax.swing.plaf.basic.BasicScrollPaneUI$MouseWheelHandler.mouseWheelMoved(BasicScrollPaneUI.java:449)
            at apple.laf.CUIAquaScrollPane$XYMouseWheelHandler.mouseWheelMoved(CUIAquaScrollPane.java:38)
            at java.awt.Component.processMouseWheelEvent(Component.java:5690)
            at java.awt.Component.processEvent(Component.java:5374)
            at java.awt.Container.processEvent(Container.java:2010)
            at java.awt.Component.dispatchEventImpl(Component.java:4068)
            at java.awt.Container.dispatchEventImpl(Container.java:2068)
            at java.awt.Component.dispatchMouseWheelToAncestor(Component.java:4211)
            at java.awt.Component.dispatchEventImpl(Component.java:3955)
            at java.awt.Container.dispatchEventImpl(Container.java:2068)
            at java.awt.Component.dispatchEvent(Component.java:3903)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
            at java.awt.Container.dispatchEventImpl(Container.java:2054)
            at java.awt.Window.dispatchEventImpl(Window.java:1801)
            at java.awt.Component.dispatchEvent(Component.java:3903)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: Index: 84, Size: 84
            at java.util.ArrayList.RangeCheck(ArrayList.java:546)
            at java.util.ArrayList.get(ArrayList.java:321)
            at org.jdesktop.swingbinding.impl.ListBindingManager$ColumnDescriptionManager.validateBinding(ListBindingManager.java:191)
            at org.jdesktop.swingbinding.impl.ListBindingManager.valueAt(ListBindingManager.java:99)
            at org.jdesktop.swingbinding.JTableBinding$BindingTableModel.getValueAt(JTableBinding.java:713)
            at javax.swing.JTable.getValueAt(JTable.java:1903)
            at javax.swing.JTable.prepareRenderer(JTable.java:3911)
            at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2072)
    ... and a lot morewhich from my poor understanding means that the jTable succesfully notices the change but it is not able (??) to adjust to the new change. What is more interesting is that when I plainly add the element to the end of the list (without an idex that is), a blank row appears at the end of my Table. The weird thing is that I've bound the table to some text fields below it, and when I select that empty row all the data appear correctly to the text fields.
    I tried going through:
                    org.jdesktop.observablecollections.ObservableCollections.observableList(employeesList).add(newEmp);as well as
                    help = org.jdesktop.observablecollections.ObservableCollections.observableListHelper(employeesList);
                    help.getObservableList().add(newEmp);
                    help.fireElementChanged(employeesList.lastIndexOf(newEmp));and
                    obsemployeesList = org.jdesktop.observablecollections.ObservableCollections.observableList(employeesList);
                    obsemployeesList.add(newEmp);and I still get the same results (both the exeptions and the mysterious empty row at the end of the table
    So, I'm again in terrible need of your advice. I can't thank you enough for the effort you put into this.
    Best regards,
    George
    Edited by: tougeo on May 30, 2009 11:06 AM
    Edited by: tougeo on May 30, 2009 11:21 AM
    Edited by: tougeo on May 30, 2009 11:30 AM

  • How to disappear the combobox

    I try the following code and i got some trouble.
    if I select the value in combobox (different value), the combobox will disappear.
    But when I select the default value, the combobox will not disappear.
    So, how can I disappear the combobox when user select the default value
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.table.*;
    public class TableComboBoxByRow extends JFrame
         ArrayList editors = new ArrayList(3);
         public TableComboBoxByRow()
              // Create the editors to be used for each row
              String[] items1 = { "Red", "Blue", "Green" };
              JComboBox comboBox1 = new JComboBox( items1 );
              DefaultCellEditor dce1 = new DefaultCellEditor( comboBox1 );
              editors.add( dce1 );
              String[] items2 = { "Circle", "Square", "Triangle" };
              JComboBox comboBox2 = new JComboBox( items2 );
              DefaultCellEditor dce2 = new DefaultCellEditor( comboBox2 );
              editors.add( dce2 );
              String[] items3 = { "Apple", "Orange", "Banana" };
              JComboBox comboBox3 = new JComboBox( items3 );
              DefaultCellEditor dce3 = new DefaultCellEditor( comboBox3 );
              editors.add( dce3 );
              //  Create the table with default data
              Object[][] data =
                   {"Color", "Red"},
                   {"Shape", "Square"},
                   {"Fruit", "Banana"},
                   {"Plain", "Text"}
              String[] columnNames = {"Type","Value"};
              DefaultTableModel model = new DefaultTableModel(data, columnNames);
              JTable table = new JTable(model)
                   //  Determine editor to be used by row
                   public TableCellEditor getCellEditor(int row, int column)
                        int modelColumn = convertColumnIndexToModel( column );
                        if (modelColumn == 1 && row < 3)
                             return (TableCellEditor)editors.get(row);
                        else
                             return super.getCellEditor(row, column);
              JScrollPane scrollPane = new JScrollPane( table );
              getContentPane().add( scrollPane );
         public static void main(String[] args)
              TableComboBoxByRow frame = new TableComboBoxByRow();
              frame.setDefaultCloseOperation( EXIT_ON_CLOSE );
              frame.pack();
              frame.setVisible(true);
    }

    The following modification seems to work...
              final JTable table = new JTable(model)
              getContentPane().add( scrollPane );
              PopupMenuListener stopEditing = new PopupMenuListener() {
                   public void popupMenuWillBecomeVisible( PopupMenuEvent e ) {}
                   public void popupMenuWillBecomeInvisible( PopupMenuEvent e ) {
                        TableCellEditor editor = table.getCellEditor();
                        if ( editor != null )
                             editor.stopCellEditing();
                   public void popupMenuCanceled( PopupMenuEvent e ) {}
              comboBox1.addPopupMenuListener( stopEditing );
              comboBox2.addPopupMenuListener( stopEditing );
              comboBox3.addPopupMenuListener( stopEditing );          
         }

  • How to disappear the sub Report if the values are null from db..

    hi.
    i have one requirement ie.
    i put two sub reports at report footer section..
    sub report values are coming from the data base
    Some times  there is no values in data base at sub report two
    plz have a look on below image..it becomes empty.
    can i disappear the sub report if there is no values..
    I need your valuable suggestions..

    Hi
    In your sub reports, you also have to suppress the values (report labels,headings etc) using a formula.
    Go in Report Menu--Section Expert--Suppress -- Formula editor and write the follwoing :
    if Count({Yoursubreportfield)}) > 0 then false else true
    This will suppress your headers and footers or any other secitons which has static information.
    Now in the main report go in section expert and check 'Suppress Blank Sections'
    Also check you have applied New Page before or After for any of your sections.
    --Praveen G

  • Current Date in WPC webform

    Hi Community,
    I need to get Current date into the Custom WPC webform. I used the following code in my XSL:
    <xsl:value-of disable-output-escaping="yes" select="date:date()"/>
    and the NameSpace: xmlns:date="http://exslt.org/dates-and-times"
    I am getting the following error: com.sap.engine.lib.xml.util.NestedException: Could not load class: http://exslt.org/dates-and-times required for extension library. -> java.lang.ClassNotFoundException: http://exslt.org/dates-and-times
    How should I go about this?
    Regards,
    JK

    Hi Vishal,
    Getting the following error:
    An error occurred while generating a preview : com.sap.engine.lib.xml.util.NestedException: Could not load class: http://exslt.org/dates-and-times required for extension library. -> java.lang.ClassNotFoundException: http://exslt.org/dates-and-times 
    P.S: I tired even: http://exslt.org/Dates And Times
    Regards
    JK

  • Data Disappears from Line Chart in Preview Mode

    Help! Line chart data present in design mode, but disappears when in preview mode.  I have a dashboard that I update monthly.  Simple line charts.  Now, the line chart data is visible while in the design view, but does not show up when in the preview view or even when converting it to a PDF or Powerpoint.  SWF issue?  Inputs are needed!
    Thanks,
    Stan

    Hi Stan,
    The answer to, why the data disappears in runtime mode, depends on how you retrieve the data in your dashboard.
    It seems that you have some sample static data in your spreadsheet that shown in design mode. But chances are that this data is set to be overwritten in runtime mode, if you import your data using QAAWS, Live Office or similar.
    I would suggest you to add a "spreadsheet table" component (found in the bottom of the Selectors category in the components browser) to your dashboard. Set the spreadsheet table to display some of the cells in the spreadsheet that you expect to get populated during runtime.
    In this way you can verify if data is actually present in the relevant cells during runtime.
    By the way - this is also a best practice method to test data-retrieval in Xcelsius.
    I hope this helps.
    Kind Regards,
    Simon

  • How to disappear the search help in alv

    hi experts:
       some field's search help in alv appear automaticly,such as bukrs. I want to disappear the search help in ALV.how it come true?
    the alv is CL_GUI_ALV_GRID.
    Edited by: huiqing wei on Apr 20, 2009 10:35 AM

    In the Layout give parameter NO_F4 = 'X'.
    DATA:        wa_layo type lvc_s_layo.
    wa_layo-no_f4 = 'X'.
      call method grid_alv->set_table_for_first_display
        exporting
    *    I_BUFFER_ACTIVE               =
    *    I_BYPASSING_BUFFER            =
    *    I_CONSISTENCY_CHECK           =
    *        i_structure_name              = 'T_MARD'
    *    IS_VARIANT                    =
    *    I_SAVE                        =
          i_default                     = 'X'
        is_layout                     = wa_layo   <<<<<<<<<<<<<<<<<<<<<
    *    IS_PRINT                      =
    *    IT_SPECIAL_GROUPS             =
    *    IT_TOOLBAR_EXCLUDING          =
    *    IT_HYPERLINK                  =
    *    IT_ALV_GRAPHICS               =
    *    IT_EXCEPT_QINFO               =
    *    IR_SALV_ADAPTER               =
        changing
          it_outtab                     = i_mard[]
      it_fieldcatalog               = i_fieldcat[]
    *    IT_SORT                       =
    *    IT_FILTER                     =
    exceptions
      invalid_parameter_combination = 1
      program_error                 = 2
      too_many_lines                = 3
      others                        = 4
      if sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.

  • Calculated field makes data disappear in report

    Hi Gurus,
    I have here unique problem of data disappearance columns included in the report are
    year (time -dim), order number (backlog details - dim) , total backlog (f), rma backlog (f) , shipping backlog (f), hold backlog (f) . All are from same fact table. Now rma , shipping , hold are calculated columns and total backlog is base column.
    Filter : Year = 2009 , Order number = 11111 .
    result of the above report is (without filter)
    2009 ,11111 , 4.0 , 0.0 , 4.0 , 4.0
    When I take out hold_backlog column I get the data
    2009,11111, 4.0 , 0.0 , 4.0
    but when I put the hold_backlog data does not come.
    Now when I move any column excluding total_backlog afer order number then I get the data but it gives 0 to all derived column and in session query points to original column taking out the case statement .
    Second weird thing here is when i put case statement in hold_backlog as { CASE  WHEN  USJ_Analytics."Dim USJ Ord Hold"."Hold Id" IS NOT NULL  THEN USJ_Analytics."Fact USJ Sales Backlog".Shipping_Backlog ELSE 0 END }
    Here automatically not come before after saving.
    { CASE  WHEN  NOT USJ_Analytics."Dim USJ Ord Hold"."Hold Id" IS NULL  THEN USJ_Analytics."Fact USJ Sales Backlog".Shipping_Backlog ELSE 0 END }
    May be there is problem in case statement , could you pls help asap as I think this hold column culprit but dont know how ?

    Amol,
    In the formula for the column causing the error, try adding an IfNull function to put 0 in place of the null, that might work.
    Regards
    Ed

  • Data disappearing on consolidation

    I am using HFM v9.3.1
    I have created a new forecast scenario - periodic load (same as other forecast scenarios) already in the metadata
    I load data into this scenario into an entity fine but when I run the consolidation the data disappears back to zero
    I have checked the new accounts being used and they are all setup as ASSET
    I have loaded security, exchange rates, started process control
    Can't understand why this is happening as hasn't happened for other scenario setups.
    Please advise if you can.

    To add to my further testing:
    I have tried creating the scenario differently and this did not affect the outcome. I believe it must be the way I have created the specific account codes that I want to use in this scenario.
    There are only 26 codes all cashflow related and all rollup into CFF
    - All are setup as ASSET
    - All are IsConsolidated
    - All have Custom1-4 members
    - All have enable C1-4 aggr
    - All have Submission Group 1
    - none IsCalculated
    - none IsICP
    - base codes all have userdefined1 as CFF
    The account setup follows the same as per our standard Balance Sheet hierarchy codes so cannot see what might be causing the data to disappear upon consolidation.
    CFF - Cash Flow Forecast
    CFCASHCL - Closing cash and cash equivalents
    CFCASHOP - Opening cash and cash equivalents
    CFNET - Net increase/(decrease) in cash and cash equivalents
    CFOPCF - Operating cash flow
    CFAEBITDA - Actual/Adjusted EBITDA
    CFEBITDA - Actual EBITDA
    CFADJ - Amendment to EBITDA forecast
    CFOWCREC - Movement in OWC Receivables, Prepay & Inv
    CFOWCPAY - Movement in OWC Payables, Accruals & Prov
    CFICOC - Movement in Intercompany Current
    CFOPAC - Net cash from operating activities
    CFTAX - Taxes Refunded / (Paid)
    CFGROUP - Group Costs
    CFINVAC - Net cash from investing activities
    CFINTREC - Interest Received
    CFDIVREC - Dividends Received
    CFCAPEX - CAPEX
    CFFINAC - Net cash from financing activities
    CFINTPAY - Interest Paid
    CFDIVPAI - Dividends Paid
    CFICONC - New Borrowings / ( Repayments)
    CFPF - Net movements in principal funds
    CFPFREC - Movement in PF Receivables
    CFPFPAY - Movement in PF Payables
    CFOTHER - Other
    Be grateful for further input on the matter.
    Thanks
    LG

  • Contact Person Standard address data disappears on enter(first time)BP_CONT

    Hi,
    During the quick create contact person creation (via accounts), based on client requirements the screen setting has been changed. (UI Configuration).
    BP_CONT/ContactQuickCreateEF
    So we have data displayed from 2 context nodes.
    1. BUILHEADER
    2. BUILCNTSTDADDRESS
    We have done the enhancement for this view so get the bespoke field called Dept.No, and to provide dropdown.
    Now when we enter the data for the first time, and press enter, all the data entered in BUILCNTSTDADDRESS disappears.
    However after first time, the data stays back on the screen (works normally).
    But, if we dont press enter, and simply press the back button, the data gets properly saved.
    Do anyone have any idea what is causing this to fail for the first time.
    I bebugged for few hours to find that super class CL_BP_CONT_CONTACTQUICKCR_IMPL got a method called CHECK_DATA_WAS_CHANGED. This gets triggered which calls the onsumbitonenter twice.
    I also tried bypassing the enhancement via user parameter and this works fine.
    Any idea what is causing this?

    So, Rakesh, here you go:
    We've needed to enhance method IF_BOL_BO_PROPERTY_ACCESS~GET_PROPERTIES of CL_BSP_WD_MIXED_NODE class in such way:
    method IF_BOL_BO_PROPERTY_ACCESS~GET_PROPERTIES .
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$:(1):CL_BSP_WD_MIXED_NODE:IF_BOL_BO_PROPERTY_ACCESS:GET_PROPERTIES:END                                                                 A
    *$*$-Start: (1)---------------------------------------------------------------------------------$*$*
    ENHANCEMENT 1  ZGET_MIXED_PROPERTIES.    "active version
    "Getting model's attributes
    "if SAP still didn't do this
    DATA: lcl_struc TYPE REF TO cl_abap_structdescr,
           lv_struc_name TYPE abap_abstypename.
    IF es_attributes IS INITIAL.
       lcl_struc ?= cl_abap_structdescr=>describe_by_data( ES_ATTRIBUTES ).
       IF lcl_struc IS BOUND.
         lv_struc_name = lcl_struc->absolute_name.
         IF lv_struc_name CS 'CRMST_ADDRESS_BUIL'. "do this only for addresses just for now
           ME->MODEL_NODE->GET_PROPERTIES(  IMPORTING es_attributes = ES_ATTRIBUTES ).
         ENDIF.
       ENDIF.
    ENDIF.
    ENDENHANCEMENT.
    *$*$-End:   (1)---------------------------------------------------------------------------------$*$*
    endmethod.

  • Input Query Data disappears

    Hi,
       I have created an Aggregate Level on Multiprovider and restricted in the query as follows:
       Currency Key (USD)
       Posting Period (#)
       InfoProvider
       Actual Amt(RKF by Actual Infoprovider) - Read Enabled
       Plan Amt(RKF by Plan Infoprovider) - Plan Enabled
       Input Query starts in change mode
    When I execute the query in Bex Analyzer, I can see data in Actual Amt RKF and enter data in Plan Amt RKF.When I save the data it disappears.For save I am using SAVE_AREA command.Any ideas on what is missing in here.
    Before I can make my selections complex, I wanted to try this simple one.Also, I can't execute this query from query designer ..some problem with basis setting, I hope that isn't the reason.I got this working when I created the input query on real time provider rather than multiprovider.But I want to make it work with multiprovider as I need to show data from actuals and plan.
    Thanks
    RT

    Ravi,
      You tell the system within your RKF by selecting real time infoprovider in addition to the amount.I deleted what I had created earlier to have a clean start.Here are the steps I followed to re-create: (we are working with 0amount, posting period, currency key and infoprovider objects only)
    1.Created 2 restricted key figures (RKF1 - 0amount, actual cube and RKF2 - 0amount, plan cube)
    2. RKF1 planning properties data cannot be changed and RKF2 planning properties data can be changed by user or planning functions.
    3. Created structure in columns and added these two RKF.
    4. Added Posting Period to rows and changed display to key.Acess type to Master data and query execution to char rels.
    5.Added Currency to rows and changed display to No Display.
    6.In the default values, set posting period to 1and set currency key to USD.
    7.Added Infoprovider to free char.
    8.Added both posting period (1) and currency key(usd) to char restrictions.
    9.Opened Bex Analyzer and created the save command.
    10. Executed the query, input the data and data disappears.
    Cheers
    RT

Maybe you are looking for

  • Lomboz and OC4J 10.3.1

    Hello, I am using Lomboz with OC4J 10.3.1. While trying to add a new module, I get the error that some OC4J libs doesn't exist. This libs are: adminclient.jar oc4j-internal.jar ojdbc14dms.jar soap.jar has anyone an idea where I can find these jar fil

  • Domain name error

    I'm trying to add a domain name to one of my Business Catalyst sites. I keep getting the same error message -- that the url I want to us is already in use. Previously, I was using the url for another Business Catalyst site. I thought I had deleted it

  • Find out listener port number in linux?

    hi, can anyone tell me how i find out the listener port number in linux?

  • Printing through servlet

    When I use the window.print() Java script or browser's Print button, it           prints the whole page that is viewed on the browser. I want to send only           some specific data           to be printed that is the result set from the database t

  • STILL GETTING BILLED for previous residence

    I moved from NJ to NYC and I am still getting billed by Verizon. I was told the move would be simple, so I transferred my service. However when I moved, they opened a new account for NYC, but Verizon never transferred my account. They then told me th