Delete in Table Layout gives JHS-00101

Hello JHeadstart Team,
I'm using jdev 10.1.3.1 and jhs 10.1.3 (SU1).
In my application I have 2 master-detail pages (master = form layout, detail = table layout). In both pages the delete action does not work, i.e. selecting a delete checkbox and pressing the save button gives JHS-00101: No changes to save !?
Select, Insert and Update work fine!
Log:
07/02/22 10:03:16 [907] (39985) ApplicationPoolImpl.reuseReferencedInstance(2172) Reusing a cached session application module instance
07/02/22 10:03:16 [908] (0) ApplicationPoolImpl.reuseReferencedInstance(2172) Reusing a cached session application module instance
10:03:16 DEBUG (JhsPageLifecycle) -Executing prepareModel, page=/pages/GEWGemeindedatenBenutzerdefiniert/KulissenBenutzerdefiniert.jspx, pagedef=KulissenBenutzerdefiniertPageDef
10:03:16 DEBUG (JhsNavigationHandlerImpl) -Executing checkRoles
07/02/22 10:03:16 [909] (109) DCBindingContainer.internalRefreshControl(2314) **** refreshControl() for BindingContainer :KulissenBenutzerdefiniertPageDef
07/02/22 10:03:16 [910] (0) DCIteratorBinding.getViewObject(1224) Resolving VO:KulissenBenutzerdefiniertView1 for iterator binding:KulissenBenutzerdefiniertIterator
07/02/22 10:03:16 [911] (0) DCIteratorBinding.getViewObject(1224) Resolving VO:KulissenzuordnungenView1 for iterator binding:KulissenzuordnungenIterator
07/02/22 10:03:16 [912] (16) DCJboDataControl.syncWithForceOption(1248) *** DCDataControl.sync() called from :DCBindingContainer.refresh
07/02/22 10:03:16 [913] (0) JboBeanUtils.getProperty(81) *** Using bean introspection to lookup value :currentRowIndexInRange
10:03:16 DEBUG (JhsPageLifecycle) -executing processModelUpdaters
10:03:16 DEBUG (JhsCollectionModel) -KulissenzuordnungenCollectionModel: Executing processNewRows
10:03:16 DEBUG (JhsCollectionModel) -KulissenzuordnungenCollectionModel: KulissenzuordnungenTable new row 0 ignored, no attributes updated.
10:03:16 DEBUG (JhsCollectionModel) -KulissenzuordnungenCollectionModel: KulissenzuordnungenTable new row 1 ignored, no attributes updated.
10:03:16 DEBUG (JhsPageLifecycle) -executing validateModelUpdates
10:03:16 DEBUG (JhsPageLifecycle) -executing onCommit
10:03:16 DEBUG (JhsNavigationHandlerImpl) -handleNavigation action=null, outcome=Commit
10:03:16 DEBUG (JhsPageLifecycle) -Executing prepareRender, page=/pages/GEWGemeindedatenBenutzerdefiniert/KulissenBenutzerdefiniert.jspx, pagedef=KulissenBenutzerdefiniertPageDef
07/02/22 10:03:16 [946] (125) DCBindingContainer.internalRefreshControl(2314) **** refreshControl() for BindingContainer :KulissenBenutzerdefiniertPageDef
07/02/22 10:03:16 [947] (0) DCJboDataControl.syncWithForceOption(1248) *** DCDataControl.sync() called from :DCBindingContainer.refresh
07/02/22 10:03:16 [948] (31) JboBeanUtils.getProperty(81) *** Using bean introspection to lookup value :currentRowIndexInRange
In the ADF BC Tester the application modules run properly, the delete action as well.
Why is there no call to (JhsCollectionModel) -KulissenzuordnungenCollectionModel: Key of row that will be removed: oracle.jbo.Key?
How can I debug?
Is there something wrong in the model level or view level?
Thanks in advance
Peter

Hello again,
I found the reason for the described behaviour:
If I check "Use Table Range?" in the detail block the delete action works, if I turn off this attribute the delete action gives JHS-00101.
Can you verify this ?! My workaround for the meantime is to set the Number of rows that should be displayed to a very high number.
Regards
Peter

Similar Messages

  • [JHS 10.1.2]  Table layout not warning for losing changes

    I have a table layout in which I can change data.
    When I change data but don't commit (or in case of end-users forget) and navigate to the next 10 records in the table I get no warning that I will loose my changes.
    I guess this is fixed in production version? Could you please confirm this.
    Regards,
    Marcel

    Marcel,
    The JHeadstart 10.1.2 release notes of the latest 10.1.2 build mention a JDeveloper bug 4509014. Can you check if this explains your problem?
    Does your page include file upload? If not, then you can avoid this bug by setting formSubmitted=true on the table. The latest build of JHeadstart 10.1.2 already generates this correctly.
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • How to add a table layout in CRM Sales order?

    dear all ,
    anyone know how to add a table layout in CRM sales order customer tab that using the EEWB added?
    can EEWB do this?   i didn't find the appropriate business object......

    Hi , Swapna
    is you mail address right? can not send out.
    first , you should have added one field using EEWB ,  then to EEWB , find the extension , double click on the task, there  you will find a  "object list"  on the right, the list will give you many many very important  information , you should look through .
    then double click on the "screen:  ..........EEW......." ,  layout , there you will find the field you have added in .  and you can draw anything you want there , then back to the screen flow , write you flow logic in PBO and PAI .
    about the global  data definition,  again to the "object list", you will find a "Report source code:  ......................TOP". in there ,you can define all you data .
    another thing  if you want to save your input field to database tables that you draw (not by EEWB added)
    two ways:
    1. write update table directly  in  PAI module .
    2.  you can use this BADI :  ORDER_SAVE , this is when you save the order to trigger the save action.

  • Error when deletting internal table

    Hi to all,
       I have small requirement. Am getting runtime error , when am deleting internal table when that internal table will have only one record. how i can solve this problem. Give me some clues.

    Hi Geetha, you can do this
    IF itab[] IS NOT INITIAL.
      LOOP AT it_ekbe.
        IF it_ekbe-bwart_i NE '101' AND it_ekbe-bwart_i NE '105' AND it_ekbe-bwart_i NE '201' OR it_ekbe-bwart_i NE '202' AND
           it_ekbe-bwart_i NE '221' AND it_ekbe-bwart_i NE '222' AND it_ekbe-bwart_i NE '231' AND it_ekbe-bwart_i NE '232' AND
           it_ekbe-bwart_i NE '241' AND it_ekbe-bwart_i NE '242' AND it_ekbe-bwart_i NE '251' AND it_ekbe-bwart_i NE '252' AND
           it_ekbe-bwart_i NE '261' AND it_ekbe-bwart_i NE '262' AND it_ekbe-bwart_i NE '281' AND it_ekbe-bwart_i NE '282' AND
           it_ekbe-bwart_i NE '291' AND it_ekbe-bwart_i NE '292'.
          DELETE itab WHERE mblnr   = it_ekbe-lfbnr_i
                        AND matnr_i = it_ekbe-matnr_i
                        AND ebeln_i = it_ekbe-ebeln_i
                        AND ebelp_i = it_ekbe-ebelp_i
                        AND werks_i = it_ekbe-werks_i.
        ENDIF.
      ENDLOOP.
    ENDIF.
    This routine does the same but with better performance, I hope this help you.
    Regards
    David Carballido

  • Error when trying to save in Table Layout

    Hi,
    I am using
    JDeveloper 10.1.3.1.0.3984 and
    JHeadstart 10.1.3.1 release 10.1.3.1.26
    I have some groups with Table and Form layout.
    In some table layout - Multi-Row Update is allowed.
    In those table layouts, if I want to save after update then it gives and error in Internet Explorer dialogue box:
    Line: 469
    Char: 5
    Error: Object doesn't support this action
    Code: 0
    I tried byr removing the group from Application Definition file and adding it again, but it was not fixed.
    Does anybody have any idea why it may happen?
    Thanks
    Syed Jabbar
    University of Windsor
    Windsor, ON, Canada

    Hi,
    It seems like a javascript error, probably from client side validation of faces components. Are you using a supported browser? Have a look here
    http://blogs.oracle.com/jheadstart/2007/12/supported_browsers_for_adf_fac.html
    This is probably not a JHeadstart specific problem, could you try to create the same page using ADF drag and drop and see if the problem persist. Also please post your question on the jdeveloper forum: JDeveloper and ADF
    Kind regards,
    Ruud Bijkerk

  • Upgrading E1 from 8.12 tools 8.97.2.1 to 9.0.2 tools -need db table layouts

    Where can I find a net change E1 812 vs. E1 9.0.2 document regarding specifically database table layouts when considering table conversion. For example, if the table layout for the F0911 table in E1 9.0.2 has changed as compared to the same in E1 8.12 with respect to added fields, deleted fields, changed fields, etc.
    Thanks

    Hi,
    https://support.oracle.com/CSP/ui/flash.html#tab=KBHome%28page=KBHome&id=%28%29%29,%28page=KBNavigator&id=%28viewingMode=1143&from=BOOKMARK&bmDocDsrc=KB&bmDocID=705511.1&bmDocType=REFERENCE&bmDocTitle=JD%20Edwards%20EnterpriseOne%20Applications%20Programmer%27s%20Guide%20Xe%20to%209.0%29%29
    Best Regards.
    Bruno Condemi

  • Table that gives PO items

    Hello,
    First of all, I'm totally new in Web Dynpro so this question is probably easy to answer for most of you...
    The goal is to display a table that gives several items from a PO.
    What I did:
    I made a service call for BAPI_PO_GETITEMS, IMPORTING purchaseorder, CHANGING PO_ITEMS.
    In my view => Context I added a default value for the purchase attribute (3000000050) which is an existing PO number in the system.
    I then went to Layout, used the wizard to add a table and selected the fields I want to show in the table (with binding checkbox).
    When I run this it's not showing me any values though, it's showing me an empty table with the correct columns (the ones I selected). I made sure PO number 3000000050 contains items.
    I'd appreciate if someone could help me with this
    Best regards,
    PJ

    Hello,
    First of all thanks for your replies.
    Yes the BAPI returns all fields but I also have all the fields in my note (the service call did that automatically). I'm just not using all the fields in my table (didn't bind them all, removed the checkbox for quite some).
    About the debugging: what I did was open WDDOINIT and put a breakpoint there. When testing the window (connected to the view) I came in debugger but I could not find anything in it, it's basically all empty fields. When I put my breakpoint in the componentcontroller -> methods -> execute_bapi_po_getitems my debugger doesn't even start.
    I guess that means the execute_bapi_po_getitems is never called? Should I put that in WDDOINIT?
    If I put my EXECUTE_BAPI_PO_GETITEMS in WDDOINIT it tells me EXECUTE_BAPI_PO_GETITEMS is unknown or protected or private. That's probably because EXECUTE_BAPI_PO_GETITEMS is in my custom controller?
    Edited by: PJ Deraedt on Oct 16, 2009 1:30 PM

  • How to Email POWL Reports / Apply Web Dynpro ALV Table Layout Settings

    Hi all,
    we want to be able to automatically extract POWL reports and email them to users in a batch job.
    We can refresh a POWL report using FM POWL_QUERY_REFRESH, and access the raw report data using method CL_POWL_QUERY_ACCESSOR=>GET_CACHED_RESULTS.
    However this merely gives us a table of raw data.  No view layout (ie. Web Dynpro ALV table layout) settings have been applied, so there is no hiding or arranging of columns, row sorting, calculations or filters.
    Ideally we would like to be able to specify a query and view layout.  The batch job would then refresh and extract the data, and format the data according to the view layout before sending it on as an attachment in an email.
    Does anyone know how to determine and apply Web Dynpro ALV table layout settings to format table data outside of the Web Dynpro environment ?
    Thanks & regards,
    Grogan

    Hi Grogan,
    Did you find out how this works..i also have the same issue.
    Thanks
    Jdsouza

  • How to apply style sheets to table layout

    hi i want to apply styles to my table layout region, i gave style sheets which are in OAF myhtml\OA_HTML\cabo\styles but i dint find any changes in my table layout, can any give one give me an idea of how to do it....

    Check the OAF personalization guide for details on custom CSS. It won't be possible for me to summarize the whole thing here.
    --Shiv                                                                                                                                                                                                                                                                               

  • JHS-00101: No changes to save

    Dear JHeadstart team,
    I'm working with JDeveloper 10.1.3.2.0, JHeadstart 10.1.3.1.26.
    I have a form which shows the fields of a row of a table.
    The purpose of this form is to control these fields (you're allowed to changed them).
    Then save them and a trigger will fire to make some new rows in another table.
    But if all the fields in the form are correct right away, then there are no changes so i get the 'JHS-00101: No changes to save' message and my trigger will not fire.
    Is there a way to let the trigger fire anyway?
    regards,
    Marcel.

    Anton,
    Thanks for your reply.
    It's expected behavior, that is true.
    But what i want is that without any changes my instead of update trigger will fire.
    I have a table with rows.
    These rows need to be controlled by hand. And If correct the data should be put in another table.
    If a row is correct right away, I only have the save button to press.
    But if JHS sees no changes it shows the JHS-00101 message and my update trigger will not fire.
    Isn't there a work around?
    regards,
    Marcel

  • Problem in implementing serial number in table layout jdev 10.1.3.3

    Hi all, i am trying to add and display the serial number of records in a transient field in a web page as part of a table. I 've tries the following code:
    public Number getAa() {       
    ApplicationModule am=this.getApplicationModule();
    ViewObject vo=am.findViewObject("--viewobject name--");
    return new Number(vo.getCurrentRowIndex()+1);
    It works perfectly in form layout but in table layout it does not refresh the index in each record. what is wrong?

    Hi,
    a table doesn't set each row as current when rendering the UI. It just iterates over the collection of rows. If the row number is transient anyway, then you can try and use the statusVar property of a table. Give it a vaulue (e.g. "var") and then reference it from an output text in a column you add to the able as #{var.index}
    Frank

  • How can we delete SID table data and Text table data

    Hi,
    How can we delete SID table data and Text table data of any
    InfoObject.

    Hi,
    Go to transaction SE14, give the technical name if the table:
    /BIC/T<InfoObject Name>   for Text Table
    /BIC/S<InfoObject Name>  for SID Table
    Select "Table" in the given 4 options below  &  hit Edit button.
    in the next screen select "Direct"
    & also select "detele data" radio button.
    & hit  "Activate & adjust database".
    this will delete the complete data from the tables.
    Note: before deleting the SID's make sure of the consequences & after effects.
    Also the SID gets generated the next time you load master data/transaction data only for those records which were loaded..
    Regards,
    Iliyas

  • ADF Desktop Integration : How to delete the table in Excel?

    Hi,
    I am using Jdev 11.1.1.3.0 and Excel 2007 for Oracle ADF DI, I had created an ADF table using pageDef file in the excel. Now I wanted to delete that table and use a different pageDef file.
    I could not find a way to delete that table.
    I deleted full row of tables and then I used different pageDef file and created a new adf table. But when I am running this version of excel, I am getting runtime exception and excel is getting corrupted.
    My question how to delete the table not corrupting the Excel.
    Thanks
    Pavan

    Pavan,,
    Welcome to OTN.
    You can delete the table by selecting the top left column (of the table) and then select delete from the ADFdi tab.
    Refer the documentation for more info.
    http://docs.oracle.com/cd/E17904_01/web.1111/e10139/get_start_dev_tools.htm#ADFDI608
    -Arun

  • SQL azure database size not dropping down after deleting all table

    Dear all,
    I have a simple database on Azure for which I have deleted all table data. The size of the database is still showing 5Mb of data and I am charge for that. I have heard that this may happen from cluster index getting fragmented.
    I have run  a querry I found on internet on all my table index to show percentage of fragmentation and all report 0%.
    DBA is not so my job but what could it be or how can I reduce that size ?
    ON premise I would use COMPACT DB but not available in azure like some others DB action
    Thnaks for tips
    regards

    user created objects/data are not the only ones stored in your database. you got system objects and metadata as Mike mentions above.
    are you trying to skip being charged if you're not storing data? looking at the pricing table,  you'll still get charged the $4.995 for the 0-100MB database size range.

  • In BI Publisher RTF table layout issue for invoice printing

    Hi,
    I am working on check printing and invoice printing project on bi publisher and i am facing one issue. That is i have used section break on check priting so because of that if the the records are more than 20 then check will print on second page and on first page there would be void printed othervise it should print on first page only. In this case the preprinted stationary is not having invoice table form. we are using blank preprinted stationary to print this .
    Now i have done with invoice and cheque layout but in output if the number of records are more than 20 then its going to second page but the problem is that invoice table break into two parts and and the end lineof table layout is not coming on first page .even on second page i am not getting start layout line to make complete table outline.
    I want that full table layouton both the pages of the table. i have tried to to create table skeleton and used it as a watermark to print all the records on it but it is coming in to the middle of the page .so it not working.
    Please anyone knows the solution on this problem please let me know or share your thoughts on this issue.
    As i have tried many options but still stuck into this issue .Kindly help me.
    Regards,
    Prachi G.

    Hmmm ... sounds like a regression bug.
    I would contact support, provide, the version you are using, layout template, sample XML data, 2000 RTF output and 2003 RTF output and ask them to investigate.
    Tim

Maybe you are looking for