Detail of detail

hello
I am trying to implement a page with a master-detail-detail regions.
I am using collections in order to store data, manipulate it and then save it into tables.
for the first level, I have succed to dot it, my first region is a simple region, my seconf region is an updatable report diplaying data from a collection.
My problem, is with the second level of detail, as I have to dislay the detail (an updeatable report) of a detail row of the first detail (like in forms)
some help is needed please
Marie

Hallo,
The feature you are requesting is the caching mechanism of Forms.
Forms fetches the records for the first multi record block (Block A).
Then it fetches the records for the second multi record block (Block B)
for the first (actual) rechord (A1).
All those fetched recordes are held in the Forms cache on the client.
(There is no such cache for the HTML DB in the Browser).
When you are e.g. update a field in the Block A at the record A1 the cache holds the
old and the new (changed) value. When leaving the records A1 to A2, everything will be
validated (at client side).
Then it fetches the records for the second multi record block (Block B)
for the second (actual) rechord (A2).
... and so on ...
Everything you change is held in cach on the client until you say "commit"
or "post". Then the data will be send to the database.
This is not the tipical behaviour for HTML applications. If you realy, realy like or need such a behaviour I would suggest that you do that "caching" e.g. in the application.
Solution (that will not work in detail) just to get an understanding of a possible solution:
Add a column to your tables e.g. STATUS. Everytime you changed a record
and go to the next record use the default processing of HTML DB (MRU) but
write to the STATUS column the session ID. That means you are processing that
record. When the user explicitly activates the 'Save' butten, then clear those flags,
because now everything is ready to commit.
The thing is that you have to implement the cache into the database now.
If you want go deeper into that topic search for "Long Running Transactions".
The Database offers such features with the "Workspace Manager".
see:
http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14253/toc.htm
Hope that helps, Willi

Similar Messages

  • Report: Create report for invoice details, shipping details and partner fn.

    hi,
    i want to know the table used for Invoice Details, Shipping Details and Partner Function in SD.
    thanks in advance.

    Hi Chandrasekar,
    Welcome to SDN.
    Please check this link for SD tables.
    http://www.sapgenie.com/abap/tables_sd.htm
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Master-Detail and Detail-SubDetail navigation.

    Hi!
    I am facing an issue regarding navigation in a second (subDetail) level child table.
    I have Master-Detail-subDetail like lilnks of three VOs.
    I have created 2 VLs for Master-Detail and Detail-SubDetail.
    Now on my custom page, navigation is fine for Master-Details but for 2nd level navigation between Details-SubDetails is dependent on SingleSelection that i have used to display related reocrds in SubDetail table.
    Is there any way to display subDetails automatically (without using single selection) just like in Master-Detaills. Or at least on page load it display related records in all the tablelayouts.
    I'm using Header Layout for Master , Table layout for both Deatil and Sub Details VOs.
    Kindly help
    Regards.
    Abbasi

    Hi All!
    I think there is no solution to this problem, only single selection is the solution.
    If any one has anyother solution plz let me know.
    Thanks and regards.
    Abbasi

  • Master-Detail Relation- Detail records not displaying

    Hi All,
    I am working forms(10g) customization for an oracle applications. our requirement is to develop a new window(screen) which should display all the related child records for the master record in the main form on a button press.
    i have developed a new database block based on a vew and provided the relation with master block, and done the required customization.
    But, when i run the form, and clicked on button, it is giving an error
    FRM-40350 Query caused no records to be retrieved.below is the code that i have written on button click
    BEGIN
              IF event = 'WHEN-BUTTON-PRESSED'
              THEN
              SHOW_VIEW('XXSCP_GBL_CUST_PEGGING_CON');
              SHOW_VIEW('XXSCP_GBL_CUST_PEGGING_STK');
              app_window.set_window_position('XXSCP_GBL_CUST_PEGGING_WIN',
                                             'CASCADE',
                                             'XXSCP_GBL_EXCEP_DETAILS_WIN');
          SET_BLOCK_PROPERTY('XXSCP_GBL_EXP_DETAIL_V',NEXT_NAVIGATION_BLOCK,'XXSCP_GBL_CUST_PEG_V');                                        
          GO_BLOCK('XXSCP_GBL_CUST_PEG_V');
         -- fnd_message.DEBUG('before execute');
          EXECUTE_QUERY;
          :parameter.p_excep_detail := 'FALSE';
              ELSE
                   NULL;
              END IF;
              EXCEPTION
                   WHEN OTHERS
                   THEN
                   fnd_message.DEBUG('other error at button press'||SQLERRM);
              --     NULL;
    END;I am able to query records in my view from database, but not working when i run the form.
    ANy suggestion will be helpful.
    Thanks in advance,
    pavan

    Duplicate post -- Re: Master-Detail Relation- Detail records not displaying

  • PO details,Material details,IR details

    Hi frds
    In my report im selecting PO ,and selecting corrsponding PO details ,Material Details,GR details,IR details in single line in output.
    But in my output the PO details,material details,GR details coming in first line and IR infomation coming in second line .
    can any tell me how to resolve this problem and pls guide me.
    Thanks
    Pari

    Hi,
    just type report statement as REPORT ZREPNAME LINE-SIZE x
    where x = output list width.
    regards,

  • Master Recipe details\ Inspection details based on the ECR number

    HI All,
    Could you please help me in finding one FM which gives Master Recipe details\ Inspection details based on the ECR number which is created in CC31.
    In the Transaction CC31 for a given Change Number,  there is a Master Recipe and Inspection in the Objects button -> Task list . We need Master Recipe and Inspection details associated with that particular change number.
    Awaiting your response
    Thanks,
    Chetan

    HI,
    Check this FM MRTRS300_MASTER_RECIPE_READ

  • Does not generate detail of detail collection ADF task form

    Hi
    I use Jdev 12.1.3
    when i auto generate ADF task form from HT generated task forms does not contain tables in detail of detail.
    I have a tree business object as payload on root to many detail and every detail has a collection as detail.
    Also when i use manually by drag and drop from datacontrol on my page as table doesn't works.
    how does I have table and for every row i have a table as detail?
    thanks.
    Fazel.Business Process Management Suite user9525019

    Thanks Frank.
    I have set up the partial triggers on the dependent detail and still the table is empty. On Further investigation, we found that there is no row selected in its master and consequently the detail is empty. But now the question is why is no row getting selected in the Master. My understanding is that the default behavior for master-detail table , the first row for master will be selected by default and the detail will be populated.
    Could you let me know what could be the reasons /where to look for on why no row is getting selected in the Master?

  • Master table, detail table, detail table not getting refreshed selection

    i have a page where i am displaying data as master table and detail table. both table VOs are based on SQL queries which use bind variables.
    i have a view link between vos of type 1:M
    i created master table detail table page by dropping detail iterator from data control panel under master and selecting master table detail table
    on my page i see detail table records getting populated only for first record of parent table.
    on changing parent record, child table shows same records and does not refresh
    i am using partial triggers on both tables to be populated on a button click as i need to pass some bind variables to VOs which are taken as input from users
    how can i show corresponding rows in detail table when parent record in table changes
    will i have to use table selection listener
    is it possible declaratively to have master detail table view when both VOs have bind variables
    jdev 11 1 1 5

    these are the SQLs used
    Parent SQL Based VO Query
    SELECT to_char(d.status_date,'yyyymmddhh24') TIME123, count(DISTINCT d.c4)
    FROM t1 d,
    t2 w
    WHERE w.c1 = nvl(:ou, w.c1)
    AND UPPER(w.c2) = UPPER(nvl(:tt, w.c2))
    AND d.c3 >= :startTime AND :startTime IS NOT NULL
    AND d.c3 <= :endTime AND :endTime IS NOT NULL
    AND d.c4 = w.c4
    AND UPPER(d.status) = 'CLOSED'
    GROUP BY to_char(status_date,'yyyymmddhh24') ORDER BY to_char(status_date,'yyyymmddhh24') DESC
    Child SQL Based VO Query
    SELECT w.c1,
    w.c5 - w.c6 processing_time,
    w.c3,
    w.c6,
    w.c7,
    w.c8,
    to_char(d.status_date,'yyyymmddhh24') TIME123 FROM t1 d,
    t2 w
    WHERE w.c2 = nvl(:ou, w.c2)
    AND UPPER(w.c3) = UPPER(nvl(:tt, w.c3))
    AND d.c4 >= :startTime AND :startTime IS NOT NULL
    AND d.c4 <= :endTime AND :endTime IS NOT NULL
    AND d.c1 = w.c1
    AND UPPER(d.status) = 'CLOSED' ORDER BY to_char(status_date,'yyyymmddhh24') DESC
    view link is based on column TIME123

  • Master-Detail: create detail-row(s) with id already filled in

    I have two tables with an one-to-many relationship (connected by 'id'). If you select a row from the master-table, you'll see the detail-table (with the various row's belonging to the master-record). Now I made a button which users can use to add additional rows to the detail-table. They get a form which they can fill in and submit, the only problem is... I don't want them to manualy fill in the id, this should be the only field that should already be filled in (or better should be invisible, but filled in). So they should select a master-row first and then click 'add' to add a detail-row(s) to it. But I have absolutely no clue how I can do this... I tried creating custom create methods in the view-object or entity-object... but the problem I keep running into is where to get the row-iterator... I have know idea if this is the right direction to look for, maybe somebody can give me some advice.
    Thanks in advance...!

    Steven, hope you can help me out once more...
    I have the same problem with a different view object, I'll explain...
    First of all I set jbo.locking.mode to 'optimistic', now the problem...
    I have two entity objects (Mbrships and Mbrshiphistory) which are connected by a foreign key (created in the database) on MbrshipID. Mbrshipshistory is also connected to the Aff entity object by a foreign key on AffID. The idea is simple... there are affiliates and a couple of memberships. An affiliate has/had a membership, that's where the membershiphistory-table comes in, which stores AffID, MbrshipID, DateFrom, DateTo and some other values.
    Now, what I created... JDeveloper created entity-objects of all the tables and made associations of the foreign keys. I created the following view objects: http://213.93.142.238/oracle/datamodel.jpg and application module: http://213.93.142.238/oracle/applicationmodule.jpg The (MemberToMembershipHistory) view link between Members and MembershipHostory is based upon the association between the two tables.
    The following is a screenshot of my struts-config.xml: http://213.93.142.238/oracle/struts-config.jpg
    Editing mbrshiphistories works fine, but I get the following error when I try to add one: oracle.jbo.InvalidOwnerException: JBO-25030: Failed to find or invalidate owning entity. I also don't see the AffID already filled in in the add/edit-screen (same problem as in the opening-post) when I try to add one. I double-checked everything, but I can't find the problem. Do you know what I do wrong...?

  • In PO tax details excise details are not appraring

    Hi experts,
    We have  rolled out a new plant. In PO, excise details,  i.e. BED, Cess, Scess not appearing. Tax code (FTXP) and J1ID details are already maintained.
    Please help
    regards

    Hi,
    For this you have to maintain chapter id details and excise settings in customization.
    Logistics - General->Tax on Goods Movements->India
    in this please maintain all the related settings.
    thanking you.

  • Master-Details-Another Details doesn't display correctly

    Hi All,
    I'm currently encountering a problem when displaying the 'Another Details' in my page. Let me elaborate.
    I have this MotherVO which I linked with the ChildVO, and then I linked the ChildVO to the GrandChildVO. In my AM, I have added something like below.
    MotherVO
    --> ChildVO through MotherChildVL (1 to *)
    --> GrandChildVO through ChildGrandChildVL (1 to *)
    I have 2 pages, the first page I displayed the MotherVO and the ChildVO (everything display only), which is working fine. Then I'll go to the next page to add new row for the ChildVO. The second page have header region for the childVO and a tableRN for the grandchildVO. First time I add, its OK. The second time, I still displays the grandChildVO that I added previously. That's the problem.
    Since it is connected with the VL I assume that it can retrieve rows via the link attributes . Did I missed anything in setting it? Please help. Need to demo my pages asap.
    Thanks in advance.
    Message was edited by:
    maeve
    Message was edited by:
    maeve

    Thanks for the reply George.
    I have 2 pages, first page contains 2 table regions, one for master, one for detailA, it is working fine. In the detailA table region there's add new row button. when I clicked on the add button it will go to the second page. This second page contains the detailA header region and the detailB table region with the add action. Everything works fine in the first time I add a record for the detailA and detailB, then will go back to the first page. But when I would like to add another record, the detailB table region displays the previous record I added but the detailA is OK and is a new row.
    The detailB region retain what is previously added, but when I try to add new row for detailB, the id will be the same as the id of the new detailA, which is correct. DetailB region is displaying all the records. It doesn't filter the records thru the id given in the VL. VL should automatically detects it, right?

  • Adf master/detail-master/details

    In my jspx page i have to use 3 adf table....(the relationship like first one is master and second is detail and third one should be act as a detail for 2nd table (master) )
    like College id (1 st table)
    dept id (second table )
    students_id (third table )
    i can create first two relationship with no issues ......but i dont know how to create this one deptid <----->students_id ?

    Hi,
    double click the ApplicationModule (assuming you use ADF BC) and select the data model entry. Then select the DepartmentsVO shown under the CollegeVO (right hand side). Now select the StudentsVO under the DepartmentVO in on theleft hand side and shuffle it over
    Frank

  • Automatic Payment Details/Check Details Required on Input of Posting No

    SAP Version:: SAP ECC 6.0 EHP3 Version.
    Query: We require payment/check details as output from SAP after user is making payment in SAP through Payment Run F110.
    We are having Input Invoice Posting Number(From MIRO or FBV0).
    More Detail:
    Through Payment Run: User can make multiple payments, however invoice are posted one by one.
    So we want to get output from SAP(Payment details and check details) on the input of MIRO/FBV0) posting Number

    Hi Christian,
         Agreed what you said. But in parameters on third tab page that is FREE SELECTION where you can give selection criteria with F4 (Input help) as parameters. Then what happen if account is having multiple line items with different Business area, Profit center,Document No.... here as per your requirement you go to input help select required field name for eg. Doc. No and enter the doc. no. in the below values field eg. 1234567890,0987654321
    now the proposal list generated by APP (F110) is showing line items to pay are those two Doc. No. which we have selected in Input parameters. instead of all line items.
    If we use Profit center As a FREE SELECTION then APP is selecting only those line items which are posted for given Profit Center instead of selecting all items. It is selecting items as per given parameters.
    My concern is i am able to use all FIELDS in FREE SELECTION accept Doc. Date, Posting date, & Due Date..
    I hope this will clarify the scenario
    regards
    Sagar

  • Affected area:_- Occurred since:_1/16/2014 5:04:48 PM Description:_The back up to tape job failed for the following reason: (ID 3311) _More information Detailed Errors_View Detailed Errors Recommended action:_Run backup to tape job again... Resolution:_To

    D0025-SE-10911\MSSQLPOSMONITOR\Demo_DW (D0025-SE-10911.TB.NET)
    The SQL Server 2008 database D0025-SE-10911\MSSQLPOSMONITOR\Demo_DW on D0025-SE-10911.TB.NET is not available. (ID 30164 Details: Internal error code: 0x80990D15)
    To troubleshoot this issue, verify the following:
    1) The database is online.
    2) The database is not in a restoring state.
    3) The database has not been deleted.
    4) The database is accessible.
    5) If the database was part of a mirroring session, either re-establish mirroring between the partner SQL Server databases or remove the database from protection and recreate the protection group for this database.
    D0025-SE-10911\MSSQLPOSMONITOR\TATPOSTransaction (D0025-SE-10911.TB.NET)
    The SQL Server 2008 database D0025-SE-10911\MSSQLPOSMONITOR\TATPOSTransaction on D0025-SE-10911.TB.NET is not available. (ID 30164 Details: Internal error code: 0x80990D15)
    To troubleshoot this issue, verify the following:
    1) The database is online.
    2) The database is not in a restoring state.
    3) The database has not been deleted.
    4) The database is accessible.
    5) If the database was part of a mirroring session, either re-establish mirroring between the partner SQL Server databases or remove the database from protection and recreate the protection group for this database.
    D0025-SE-10911\MSSQLSYSCENTER\ReportServer$MSSQLSYSCENTER (D0025-SE-10911.TB.NET)
    DPM cannot continue protection for SQL Server 2008 database D0025-SE-10911\MSSQLSYSCENTER\ReportServer$MSSQLSYSCENTER on D0025-SE-10911.TB.NET. (ID 30184)
    1. In the Monitoring task area, resolve the "Unable to configure protection" alert for this data source.
    2.Click the link below to retry the job.
    D0025-SE-10697\Risk_Mng_Tat_OLTP (D0025-SE-10697.TB.NET)
    DPM cannot continue protection for SQL Server 2008 database D0025-SE-10697\Risk_Mng_Tat_OLTP on D0025-SE-10697.TB.NET. (ID 30184)
    1. In the Monitoring task area, resolve the "Unable to configure protection" alert for this data source.
    2.Click the link below to retry the job.
    D0025-SE-10911\MSSQLPOSMONITOR\Demo_DB (D0025-SE-10911.TB.NET)
    The SQL Server 2008 database D0025-SE-10911\MSSQLPOSMONITOR\Demo_DB on D0025-SE-10911.TB.NET is not available. (ID 30164 Details: Internal error code: 0x80990D15)
    To troubleshoot this issue, verify the following:
    1) The database is online.
    2) The database is not in a restoring state.
    3) The database has not been deleted.
    4) The database is accessible.
    5) If the database was part of a mirroring session, either re-establish mirroring between the partner SQL Server databases or remove the database from protection and recreate the protection group for this database.
    D0025-SE-10757\TAT_DWBI_OLAP (D0025-SE-10757.TB.NET)
    DPM cannot continue protection for SQL Server 2008 database D0025-SE-10757\TAT_DWBI_OLAP on D0025-SE-10757.TB.NET. (ID 30184)
    1. In the Monitoring task area, resolve the "Unable to configure protection" alert for this data source.
    2.Click the link below to retry the job.
    Best Regard Mohammad Reza Abdi

    Hi,
    I assume this is Disk to Tape (D2T) protection and the SQL DB's are online on the protected SQL Server ?
    The error code 0x80990D15 = data base is missing.   Try restarting the SQL Server VSS Writer service on the protected machine and see if that fixes it.  If not, after hours, take one of the database offline and bring it back online, and
    try to run another tape backup for that DB.  Finally, Try removing just one database from DPM protection group, then re-protect it and see if that helps.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Master Detail Multi Detail Form

    Hello,
    How can I create a master detail with more than one detail form.
    Do I need to link this in the viewlink or view object?
    Could someone provide some insight into this?
    Thanks
    Rgds

    I have a big issue.
    Let us consider : Item , SubItem relationship.
    Component : Item VO , SubItemVO , Item can have many subitem.
    1.Created ItemVO
    2.Create SubItemVO
    3.Create View Link based on ItemVo-ItemId that is FK in SubItem table.
    4.Created JSF page and Dragged ItemVO from Datacontrol to JSF Pagen as ADF ReadOnly Table.
    5.Expanded Item table structure in Structure window and open the detailstamp.
    6.Dragged SubItemVO in detailstamp as ADF ReadOnly table.
    Expected Result :
    1. ItemVO First Row
    1.SubItems belonging to ITEMVO First Row
    2.SubItems belonging to ITEMVO First Row
    2.ItemVO Second Row.
    1.SubItems belonging to ITEMVO Second Row
    Current Result :
    1. ItemVO First Row
    1.SubItems belonging to ITEMVO First Row
    2.SubItems belonging to ITEMVO First Row
    2.ItemVO Second Row.
    1.SubItems belonging to ITEMVO First Row
    2.SubItems belonging to ITEMVO First Row
    Description: Second ItemVO when expanded shows first ItemVO SUBITEMS.
    Thanks,

Maybe you are looking for