How to implement logical delete in on table

Hi,
I am working in Jdev11.1.1.3.0
I have one requirement, where i need to delete a row from the table when i click on delete button. But it shouldn't delete/remove from the VO, when i did execute vo.hasNext i should still need this row.
Can any one suggest me the best way.
-Thanks.

hi,
https://forums.oracle.com/thread/2225878
http://www.jobinesh.com/2011/05/soft-deletion-of-rows.html
http://deepakcs.blogspot.com/2013/01/ejb-dc-deleting-multi-selected-rows.html
https://forums.oracle.com/thread/2534813
http://www.youtube.com/watch?v=zl5QjihrU0k
thx.

Similar Messages

  • How to find the deleted data in tables

    guys,
    how to find the deleted data in tables example: i want to see whether anyone deleted data in MB5B report tables like mbew, etc.,
    regards,

    Hi,
    MBEWH is actually the history table of MBEW. It will record all the changes. As I have told you earlier if you have deleted the record dirctly from the table then it will not come even in the table MBEWH
    That means no changes have been made.
    regards

  • How can I implement logical deletes?

    Hello:
    I understand that ejbRemove() will remove the actual row of data in the underlying table.
    I would like to instead do a logical delete; there's a status flag that will be changed to reflect the fact that it was deleted.
    Can somebody tell me how I can implement this logical delete in a CMP-driven EJB?
    Thanks.
    venki

    You can update the status field by having a home business method if you want
    to update the status of many entities that can be deleted. If its only one
    entity then you may want to expose update method from component interface .
    Hope that helps.
    <Venkat Venkataramanan> wrote in message
    news:[email protected]..
    Hello:
    I understand that ejbRemove() will remove the actual row of data in the
    underlying table.
    I would like to instead do a logical delete; there's a status flag that
    will be changed to reflect the fact that it was deleted.
    Can somebody tell me how I can implement this logical delete in a
    CMP-driven EJB?
    Thanks.
    venki

  • How to cpature hard deletes in custom table?

    Hello Team,
    We have custom table in SAP attached to the application tcode.
    As per business requirement, user can delete few items in transacation( hard deletes).
    We are planning to delete these records from custom table if user delete them in Tcode. However the we need track all of these deleted records.
    Since the record physically deleted from this table, please let me know how to capture the deleted record.
    I heard about CDPOS and CDHDR not sure this table has deleted records. and also DBTABLOG as well.
    What is main diffrence between CDPOS/CDHDR with DBTABLOG interms tracking these deleted records. Our basis team recommending not use DBTABLOG table, since its huge table and its hard for them to archvie.
    Like to listen expert advices.
    Thanks
    Angelo

    Rob,
    Do you want me write Z program to read hard deletes from DBTABLOG and update another Ztable that stores only delted records/
    Pls advice,
    Thanks
    Angelo

  • How to perform long deletes in a table

    Hi,
    How to perform long deletes from contains large number of records in a table.There is a table which size is 20GB and total record is 70283699
    When we try to delete the records it take more than ten hours. Suggest me how can I to reduce the time.
    Thanks,

    Hi,
    Find below that table script..
    CREATE TABLE TRADING_FIN
    TABLESPACE FIN_DATA
    PCTUSED 0
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 64K
    NEXT 64K
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    LOGGING
    PARTITION BY RANGE (YEAR)
    SUBPARTITION BY LIST (GROUP_NO)
    PARTITION ABC_Z2009 VALUES LESS THAN (2009)
    LOGGING
    NOCOMPRESS
    TABLESPACE FIN_DATA
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 64K
    NEXT 64K
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    ( SUBPARTITION ABC_Z2009_SP_1101 VALUES (1101) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1102 VALUES (1102) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1108 VALUES (1108) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1111 VALUES (1111) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1112 VALUES (1112) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1113 VALUES (1113) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1133 VALUES (1133) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1161 VALUES (1161) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1164 VALUES (1164) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1165 VALUES (1165) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1167 VALUES (1167) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1168 VALUES (1168) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1169 VALUES (1169) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1201 VALUES (1201) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1223 VALUES (1223) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1228 VALUES (1228) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1229 VALUES (1229) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1230 VALUES (1230) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1231 VALUES (1231) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1232 VALUES (1232) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1233 VALUES (1233) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_Z2009_SP_1234 VALUES (1234) TABLESPACE FIN_DATA ),
    PARTITION ABC_Z2010 VALUES LESS THAN (2010)
    LOGGING
    NOCOMPRESS
    TABLESPACE FIN_DATA
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 64K
    NEXT 64K
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    ( SUBPARTITION ABC_2010_SP_1101 VALUES (1101) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1102 VALUES (1102) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1108 VALUES (1108) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1111 VALUES (1111) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1112 VALUES (1112) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1113 VALUES (1113) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1133 VALUES (1133) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1161 VALUES (1161) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1164 VALUES (1164) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1165 VALUES (1165) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1167 VALUES (1167) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1168 VALUES (1168) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1169 VALUES (1169) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1201 VALUES (1201) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1223 VALUES (1223) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1228 VALUES (1228) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1229 VALUES (1229) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1230 VALUES (1230) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1231 VALUES (1231) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1232 VALUES (1232) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1233 VALUES (1233) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2010_SP_1234 VALUES (1234) TABLESPACE FIN_DATA ),
    PARTITION ABC_Z2011 VALUES LESS THAN (2011)
    LOGGING
    NOCOMPRESS
    TABLESPACE FIN_DATA
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 64K
    NEXT 64K
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    ( SUBPARTITION ABC_2011_SP_1101 VALUES (1101) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1102 VALUES (1102) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1108 VALUES (1108) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1111 VALUES (1111) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1112 VALUES (1112) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1113 VALUES (1113) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1133 VALUES (1133) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1161 VALUES (1161) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1164 VALUES (1164) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1165 VALUES (1165) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1167 VALUES (1167) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1168 VALUES (1168) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1169 VALUES (1169) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1201 VALUES (1201) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1223 VALUES (1223) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1228 VALUES (1228) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1229 VALUES (1229) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1230 VALUES (1230) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1231 VALUES (1231) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1232 VALUES (1232) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1233 VALUES (1233) TABLESPACE FIN_DATA,
    SUBPARTITION ABC_2011_SP_1234 VALUES (1234) TABLESPACE FIN_DATA )
    NOCOMPRESS
    NOCACHE
    PARALLEL ( DEGREE DEFAULT INSTANCES DEFAULT )
    MONITORING;
    CREATE UNIQUE INDEX TRADING_FIN_SUMMARY1P ON TRADING_FIN
    (ITEM, LOCATION, YEAR, WEEKNO)
    LOGGING
    TABLESPACE FIN_DATA
    PCTFREE 10
    INITRANS 2
    MAXTRANS 255
    STORAGE (
    INITIAL 64K
    NEXT 64K
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    NOPARALLEL;
    CREATE INDEX TRADING_FIN__IDX_BRANDP ON TRADING_FIN
    (YEAR, WEEKNO, GROUP_NO)
    LOGGING
    TABLESPACE FIN_DATA
    PCTFREE 10
    INITRANS 2
    MAXTRANS 255
    STORAGE (
    INITIAL 64K
    NEXT 64K
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    NOPARALLEL;
    ALTER TABLE TRADING_FIN ADD (
    CONSTRAINT TRADING_FIN_SUMMARY1P
    PRIMARY KEY
    (ITEM, LOCATION, YEAR, WEEKNO)
    USING INDEX
    TABLESPACE FIN_DATA
    PCTFREE 10
    INITRANS 2
    MAXTRANS 255
    STORAGE (
    INITIAL 64K
    NEXT 64K
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    Thanks

  • How to implement extension for a mara table

    Hi All,
    Recently we appended mara table with couple of fields. But in order to make use of these two fields in all bapis and other functions how to add these fields to those bapis (i mean how to make extensions). Some where i read that we have to add these fields to BAPIPAREX. Can some body explain how to implement extensions.
    Thanks

    Actually i added these two fields to bapi_te_mara. But how this structure will be used in bapis with the help of extension in and extensionX tables in the bapi or example bapi_material_savedata.

  • How to implement copy functionality in advanced table

    hi all, i have a advanced table with some data populated, all the rows has a checkbox where the user can select the rows which he wants, my requirement is how to implement copy functionality, i,e i need to show the same set of rows which the user selected in the same advanced table. can any one give me an idea of how to do this

    You can copy the key of the selected rows to the copy page and based on those keys render the rows. On this copy page, once user commits after any modification to data, read those rows and save with new keys.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to implement dependent poplist in advanced table

    Plaese help to implement dependent poplist in advanced table, I am using below mention code and component.
    ProcessRequest()
    OAAdvancedTableBean advTable = (OAAdvancedTableBean)webBean.findChildRecursive("region1");
    OAMessageChoiceBean empPoplist = (OAMessageChoiceBean)advTable.findChildRecursive("item4");
    empPoplist.setListVOBoundContainerColumn(0, advTable,"item3");
    ProcessFormRequest()
    if ("event".equals(pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM)))
    am.invokeMethod("EnameVO");
    AM Code
    public void initStateVOQuery()
    EnameVOImpl vo=getEnameVO() ;
    if (vo == null)
    { MessageToken[] errTokens =
    new MessageToken("OBJECT_NAME", "CountyVO1")};
    throw new OAException("AK", "FWK_TBX_OBJECT_NOT_FOUND", errTokens);
    vo.executeQuery();
    EnameVoQuery
    SELECT ENAME ,
    DEPTNO
    FROM EMP
    WHERE DEPTNO = :1
    DeptVO Query:
    select deptno,dname from dept
    Requirement: Inside advanced table first column contain item3 poplist which is used to display dept number, when user select dept no then second column which is contain item4 poplist shoul display correspondent record based on value of item3.

    You can copy the key of the selected rows to the copy page and based on those keys render the rows. On this copy page, once user commits after any modification to data, read those rows and save with new keys.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to implement Excel like functionality using Table?

    I have a requirement to implement excel like functionality in a table, i.e when I update the amount in the first row and tab out, the values in the rows below should get affected.
    Could any one suggest idea how to get this done?

    Hi Timo,
    Thanks for your Reply.
    Can you please provide the code for capturing the key stroke in java script and queue it in the server and calling only the adf data table values from it.
    Thanks And Regards,
    Lovenish Garg
    Edited by: lovenish on 21-Jan-2011 04:25

  • How to implement line selectability for a table control using table Wizard?

    Hello SDN Community,
    I have created a table control using the Table Wizard.  I found my exact question in this forum, but unfortunately it had not been andsered.  While I cannot paste a screen-print into this plane-text area, here are the steps I followed...
    1) SE51
    2) Create new screen 0100
    3) Click Layout button
    4) Clidk Table Control (with Wizard) and draw box on canvas.
    5) Step is "Start" - click Continue
    6) Step is "Name of Table Control" - provided name
    7) Step is "Table Name" - provided name of dictionary table (AUFK)
    8) Step is "Definition of Columns" - selected order numver and order text
    9) Step is "Table Control Attributes" - Line Selectability is in display mode - cannot set it.
    I would like to have a selectability column for my table.  Would appreciate any insight into how to do this.
    Thank you,
    Dean Atteberry.

    This is a puzzling...
    For the table control wizard, in the Table Control Attributes step, I was able to get line selectability to open up by declaring a char01 data element at the beginning of my type.
    The puzzling is in regards to the "Selection col. fld" entry field.
    If I leave it blank and try to go to the next step, I get message "Enter the name of the selection column if you are using a program table"
    So it looked like it wanted to know the name of my selection column.  So I type in "CHAR1".  and got the message "The field "CHAR1" for the selection column is already contained in the table."
    Hmmmmm.... don't understand............
    Dean Atteberry.

  • How to implement logical equation as LabView?

    Hi,
    I have this bit test logic I need to implement as a Labview code.
    Should I use formula node or either something similar to this already in Labview?
    "((var & (1<<bit)) != 0)"  where 'var' may be 8, 16, or 32bit, 'bit' is a number 0 - 31 representing
    a bit number. 0 is the least significant bit.
    Thank you,
    Do
    Solved!
    Go to Solution.

    Rotate, And, Not equal to zero
    Message Edited by Ravens Fan on 08-10-2009 09:36 PM
    Attachments:
    Example_VI_BD.png ‏2 KB

  • How to implement settings function in std table ?

    Hi All,
          Alv table is having setting functionality by default . I need to provide the similar functionality in standard table . Is there any way for that ? . If any knows , how to do that , please provide me the steps .
    Regards,
    Kalpana .

    Hi,
    We dont have exact functionalities of Table settings in normal table.But some useful functionalities we have those are
    1. To create the header( set_header & get_header).
    2. To set text( set_text & get_text).
    3. Set_visible.
    4. set_tooltip.
    5. set-read_only
    6. set_toolbar & get_toolbar
    you can achieve maximum functionalities using cl_wd_table if in case you want to use table instead of table.
    Thanks
    Suman

  • How to Implement the OVS in a table

    Hai
    I want to implement a table with one column with OVS. But if I want to enable OVS, I can not create a table because of the cardinality of the node-element of the context.
    My table Node cardinality  is 0..n because we have many rows in a table.
    i have introduced EVS in one column.it works fine.
    Because We can not set our own inputfield or button in EVS Pop Up.
    If we select the cardinality "1..1" the OVS works but the table only can have one row.  If we select the cardinality "0..n" the table can have "n" rows but the OVS is disabled.
    Did anybody implements a similar application? Please help
    i got the following error
    When i call WDValueServices.addOVSExtension with ovsStartupAttributes, do this error: MappedAttributeInfo ViewName): must not modify the datatype of a mapped attribute
    Message was edited by:
            Dhinakaran Jeyachandran

    Hi,
    If you think it's cardinality issue thenchange it to 1:n.
    Otherwise do like this.
    Create a custom controller first say OVSCustomController
    and do following things for a column:-
    Add this controller in your view.
    IPublicOVSCustomController.IContextNode  ovsContext = wdThis.wdGetOVSCustomControllerController().wdGetContext();     
    Create input and output nodes for ovs.
    IWDNodeInfo ovsInputNodeInfo = ovsNodeInfo.addChild(columnName+"Input",null,true, CMICardinality.ONE,CMICardinality.ONE_TO_MANY, true, null);     
    IWDNodeInfo ovsOutputNodeInfo = ovsNodeInfo.addChild(columnName+"OutPut",null,true, CMICardinality.ONE_TO_MANY,CMICardinality.ONE_TO_MANY, true, null);
    Create Attributes for this field in the input and output nodes.
    IWDAttributeInfo attrInputInfo = ovsInputNodeInfo.addAttribute(field,datatype of field);
    IWDAttributeInfo attrOutputInfo = ovsOutputNodeInfo.addAttribute((relatedfield,datatype of field);
    set the attribute Info array:-
    IWDAttributeInfo[] attrInfoArray = new IWDAttributeInfo[1];
              attrInfoArray[0] = attribute info of the column
    Now call the ovs service :-
    WDValueServices.addOVSExtension("",attrInfoArray,ovsInputNode,ovsOutputNode,listener);
    Your ivs window will be opened by this.
    Feel free for any queries regarding this.
    Regards,
    Praveen
    Message was edited by:
            Praveen Kumar Pandey
    Message was edited by:
            Praveen Kumar Pandey

  • How to hide row from table after logical delete

    Hello.
    I am using Jdeveloper 11.1.1.3.0, ADF BC and ADF Faces.
    I want to implement Logical delete in my application.
    In my Entity object I have Deleted attribute and I override the remove() method in my EntityImpl class.
        @Override
        public void remove()
           setDeleted("Y");
        }and I added this condition to my view object
    WHERE NVL(Deleted,'N') <> 'Y'in my page I have a table. this table has a column to delete each row. I dragged and drop RemoveRowWithKey action from the data control
    and set the parameter to *#{row.rowKeyStr}* .
    I what I need is this:
    when the user click the delete button I want to hide the roe from the table. I tried to re-execute the query after the delete but the row is still on the page. Why execute query does not hide the row from the screen.
    here is the code I used for delete and execute query
        public String deleteLogically()
            BindingContainer bindings = getBindings();
            OperationBinding operationBinding = bindings.getOperationBinding("removeRowWithKey");
            Object result = operationBinding.execute();
            DCBindingContainer dc=(DCBindingContainer) bindings;
            DCIteratorBinding iter=dc.findIteratorBinding("TakenMaterialsView4Iterator");
            iter.getCurrentRow().setAttribute("Deleted", "Y");
            //iter.getViewObject().executeQuery();
            iter.executeQuery();
            return null;
        }as you see I used two method iter.getViewObject().executeQuery(); and  iter.executeQuery(); but the result is same.

    Thank you Jobinesh.
    I used this method.
        @Override
        protected boolean rowQualifies(ViewRowImpl viewRowImpl)
          Object attrValue =viewRowImpl.getAttribute("Deleted"); 
            if (attrValue != null) { 
             if ("Y".equals(attrValue)) 
                return false; 
             else 
                return true; 
            return super.rowQualifies(viewRowImpl);
        }But I have one drawback for using it, and here is the case:
    If the user clicks the delete button *(no commit)* the row will be hidden in the table, but when the user click cancel changes the row is not returned since it is not returned due to the rowQualifies(ViewRowImpl viewRowImpl) (the Deleted attribute is set to "N" now).
    here is the code for delete and cancel change buttons
        public String deleteLogically()
            BindingContainer bindings = getBindings();
            OperationBinding operationBinding =
                bindings.getOperationBinding("removeRowWithKey");
            Object result = operationBinding.execute();
            DCBindingContainer dc = (DCBindingContainer)bindings;
            DCIteratorBinding iter =
                dc.findIteratorBinding("TakenMaterialsView4Iterator");
            iter.getCurrentRow().setAttribute("Deleted", "Y");
             iter.executeQuery();
            AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
            adfFacesContext.addPartialTarget(this.getTakenMaterialsTable());
            return null;
        public String cancelChanges(String iteratorName)
            System.out.println("begin cancel change");
            BindingContainer bindings =
                BindingContext.getCurrent().getCurrentBindingsEntry();
            DCBindingContainer dc = (DCBindingContainer)bindings;
            DCIteratorBinding iter =
                (DCIteratorBinding)dc.findIteratorBinding(iteratorName);
            ViewObject vo = iter.getViewObject();
            //create a secondary RowSetIterator to avoid disturbing row currency
            RowSetIterator rsi = vo.createRowSetIterator(null);
            //move the currency to the slot before the first row.
            rsi.reset();
            while (rsi.hasNext())
                    currentRow = rsi.next();
                    currentRow.setAttribute("Deleted", "N");
            rsi.closeRowSetIterator();
            iter.executeQuery();
            AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
            adfFacesContext.addPartialTarget(this.getTakenMaterialsTable());
            return null;
        }as example, if the user initially has 8 rows, then deleted 2 rows, in cancelChanges only 6 rows appears. and the deleted rows are not there??
    any suggestion?

  • How to implement Tool TIP in Table Control

    Hello Everyone,
    Can you please tell me how to implement a tooltip messages in table control columns.
    The Tooltip contains a simple message like "Doublde click on column.
    Thanks in advance.
    Edited by: Suruchi Razdan on Jun 6, 2011 7:57 AM

    Hello,
    In table Control->first Header Row has chance to maintain the Tooltip option.
    In table control columns maintain Double click options in attributes .
    Regards,
    Praveen

Maybe you are looking for

  • Installing OIM 11g on windows XP

    I am a complete newbie to OIM. Is there a document available for installing OIM 11g on windows XP? Also can we use sunone directory server as the LDAP server with OIM? -Arnold

  • Photo/Art Download

    I'm old, but new to all of this so I need some help. I'm about to sign up for MobileMe and publish a website designed in iWeb "09 (exciting, but terrifying...). I used the blank page template for all of the pages and have photos, artwork, and text bo

  • After updates photo to get new albums that cant be deleted

    in my iphone 4 i have new photo library & Camera Roll how can i move photo from photo library back to camera roll & delete the photo library?

  • Disabling User account

    Hi all, We have an attribute *"nsaccountlock"* in LDAP. We have a requirement that if "*nsaccountlock*" is set to "*true*" then the user account must be disabled or locked in SIM as well. If anyone has any pointers regarding the same, please post how

  • What has happened to the blue star in Top Sites?

    I recently updated from Safari 6.05 to 6.1 on my Macbook Air running OS 10.8.5 (Mountain Lion). I can live with the drab new look of Top Sites - not that I seem to have much choice in the matter. A feature that appears to have vanished, and which I g