Search Page -- master/detail or hide/show??

Hi Gurus,
I have a search page, i am doin manual search ie i m passing query criteria dynamically. I have a result table which shows the result.
Now the requirement is Some orders hvae Notes[ this notes information to be display below the corrosponding order row with some colspan properties ( i mean the notes is stored on multiple column in database)]
right now i am using table to displaying the result. I am confused how to go forword to implement notes as described above.
Can anybody pls guide me what exactly i hvae to do next?
Regards,
Ram

Thanks Sumit,
but the problem is whatever the order have Notes. should be displayed below that order row automatically without user interaction.
Regardsm
Ram

Similar Messages

  • Master-Detail-Form; Hide/Show columns in detail form depending on column

    Hi,
    i have a master detail form. In the detail form i have the columns:
    ID, MASTER_ID_FK, PC_SOURCE, A_C1, A_C2, A_C3, B_C1, B_C2, B_C3
    The Column PC_SOURCE should be a LOV with values
    NULL
    A
    B
    So if i choose or enter a master record the detail form appears and i can enter one or more detail records.
    PC_SOURCE is the first column.
    If i choose A, the columns B_C1, B_C2, B_C3 should disappear as there should no entry possible.
    If i chhose B, the columsn A_C1, A_C2, A_C3 should disappear as there should no entry possible.
    Is that possible?
    I tried a little on my own but without success. I tried to put into the first column (PC SOURCE lov) in Element Attributes a javascript call like onChange="do_Refresh('#PC_SOURCE#');"
    The javascript funktion do_Refresh tries to catch the column value and set a hidden item P1_SOURCE like document.getElementById('P1_SOURCE').value = v_source;
    But this does not work, as there is not the value of the column fetched.
    And probably can´t work because of the more than one detail rows.
    Thanks & regards,
    Matthias

    Hi,
    The html for your detail form will be a table of input elements with names f01,f02,etc. The columns for the key fields are normally hidden so your PC_SOURCE column will probably use the name f03. The name for column A_C1 will be f04 etc.
    Once you have the input names for your columns you can create a dynamic action (DA) to hide the elements you want.
    You want the DA to fire when any PC_SOURCE element is changed so you want the when to be:
    Event: Change
    Selection Type: jQuery Selector
    jQuery Selector: input[name="f03"]
    Condition: no condition
    The action is to hide an element in the same row if the changed element is a value. So the action should be:
    Action: Execute JavaScript Code
    Fire when Event is: true
    Code: if(this.triggeringElement.value=="A"){$x_Hide('f04_'+this.triggeringElement.id.split('_')[1])}
    You then need lots of true actions for each element you want to hide.
    Rod West

  • Master-detail report, hide detail on new search

    Hi, I'm newbie, so I need help. I have Master-detail report on same page. Master is interactive report, detail is SQL report which use hidden item as condition.
    For display detail data I use edit link. But I have problem when I make new search on master, detail still shows the old data.
    Can somebody tell me, how can I hide details , when I make new search on master? Or set hidden item to null, when I make new search?
    Example you can see in http://htmldb.oracle.com/pls/otn/f?p=51834:4 . Login : demo/demo
    Thanks
    Igor
    PS: Sorry on my broken English

    Hi,
    This can be achieved by doing something like the following:
    Have a single SQL statement that joins the two tables together. eg,
    select p.project_title,
    d.project_detail1,
    d.project_detail2,
    etc
    from projects p
    inner join details d on d.project_id = p.project_id
    This will provide a flat table with the project title in the first column for all records.
    Then, in the Report Attributes, you need to switch on Column Breaks:
    In the Break Formatting section, set Breaks to "First Column"
    In the When displaying a break column use this format, enter #project_title#
    In the Identify how you would like your breaks to be displayed, select "Repeat headings on break"
    Finally, clear the "Show" tick for the project_title column
    There's probably something you could do to improve formatting etc, but this should give you a start.
    Regards
    Andy

  • 3 Page Master Detail Wizard

    Using the Create Page wizard to create a 3 Page Master Detail by selecting the "Edit detail on a separate page. Resulting pages are:-
    1. Report on Master page,
    2. Master Detail page (allows maintenance of Master row)
    3. Maintain Detail page
    However the linkage between the Master Detail and Maintain Detail pages are suspect along with the resulting Maintain Detail page.
    On Master Detail page, displaying an existing master row, the user wants to create a detail row - pressing the [Create] button for the detail does navigate to the Maintain Detail page BUT it does not pass the primary key ID value of the Master row which was displayed.
    Also when the user presses the edit details from the Master Details page then why should the displayed detail's lookup master primary key value ID updateable, if APEX is shielding the users/developers from the alleged problems of natural keys and leaning (supporting) surrogate keys then why is the detail's master key value ID updateable?
    Also is there any examples out there which show the best way to implement Master with many details and also Master > Detail And Detail of the Detail. In the tutorials we are only exposed to simple data models that only have one level of details.
    Thanks

    Hi,
    I am using the Create Page wizard, specifically the Form, Master Detail with Edit detail on separate page (as opposed to edit details on same page as master using a column report) to create a "3 Page Master Detail" as per wizard feedback.
    Take for example the table Suppliers (master) and Supplier_Contacts (details) as a simple example.
    Page 1 - Lists Suppliers as a column report on the Suppliers table with an edit icon on the P1_SUPPLIER_ID page item. Pressing edit icon will navigate to page 2 passing the P1_SUPPLIER_ID value as a parameter. Pressing the create icon will also navigate to page 2 but will not pass a P1_SUPPLIER_ID value.
    Page 2 - Supplier & Contacts (Master Detail) page, permits edit (insert, update and delete) of Suppliers (master) and also displays the Supplier_Contacts (details) rows for the supplier_id of currently displayed suppliers row. The displayed Supplier_Contracts have an edit icon that will navigate to page 3 passing the supplier_id and contact_id for the selected supplier_contacts row. Also has a create button on the detail Supplier_Contracts region which will navigate to page 3 BUT the wizard has not passed the P2_SUPPLIER_ID value as a parameter as the data model and user action dictates.
    Page 3 - Supplier Contacts (edit details on a separate page). My observation is that the Supplier_ID (foreign key to Master Suppliers table) is displayed as text item and is updateable when navigated from page 2 as an edit details transaction/event. Why on earth allow a user to select and navigate the Supplier and then the Contact to edit and then allow the user to update the master foreign key? Similarly if the user has selected and navigated to the Supplier (master) to which they wish to add a Supplier Contact (detail) why is the supplier_id (master PK ID) not passed to the edit details page and the supplier_id also non-updateable.
    Hope this explains it a bit better.

  • Search on Master Detail form/report

    Hi,
    I noticed that when I created a new application in Apex 4.01 basing the intial page on a Master Detail form/report, I was able to add a search item to the initial page. When I go to add another page with a different Master detail form/report, I did not have any option for adding a search item to the report page. Seems like an oversight?
    I would appreciate any hints as to how to add same search item to my 2nd Master/Detail form/report.
    Thanks,
    Pat

    Me too facing the some problem can some one pls help

  • Error while trying to search in advanced table with hide/show region

    Hi
    I have search region and a results table with a hide.show in it.I did a search initially and got the results.I clicked on the hide/show region to see the details.
    I put another search criteria in the search region and tried to do a search.
    I am getting the following error
    The search cannot be executed because the table has pending changes that would be lost...
    Can anybody help me on this please....
    Message was edited by:
    user580745

    Any setter/getter method being used on hide/show action? How are you enabling the details? Is there a transient column in your VO?
    --Shiv                                                                                                                                                                                                                                                                                       

  • Search Page by date field not showing up results

    Hi,
    I am using Jdev 11g and new to adf.
    My applciation needs a search page based on a date field.
    I created a viewcriteria for the object which expects a date field from the user.( the bind variable is of type Date)
    After this i dragged the viewcriteria as af:query (panel with table) on the jspx page.
    Now when i run the application, that is when i enter the date (calendar autogenerated by query component),
    it does not show up any results.
    My date field in the database has a timestamp attached to it, somewhere i read that the timestamp may be causing the problem.
    But i have not found any solution for this one.
    This looks very basic to me, i am sure i am missing soemthing important.
    Besides i even tried the approach of programmaticlly populating the Viewobject(by not using the any query component),
    i can see the Viewobject being populated in the logs( the row count) but on the display page, no rows are shown.
    I am sure i am doing something wrong for this one.
          AppModuleImpl am = this.getAm();
           ViewObject submittalVO = am.findViewObject("AcrSubmittallogView1");
           System.out.println("after getting VO");
           String subDate = this.getSubDate().getValue().toString();
           String query = " to_char(SubmitDtTm,'mm/dd/yyyy') = '"+subDate+"'";
           submittalVO.setWhereClause(query);
           System.out.println("QUERY>>>> "+submittalVO.getQuery());
           submittalVO.executeQuery();
          System.out.println("after executing query "+submittalVO.getRowCount());
           this.setRenderLogTable(true);But i actually want to use the built in query component instead of programmatically doing it.
    Can someone please guide me further.
    Any help will be grt.
    Thanks in advance
    ash
    Edited by: user1175461 on Jul 15, 2010 1:18 PM

    Still not working for me either, here's exactly what I'm doing.
    My query is as follows:
    SELECT
    RO.repair_line_id,
    RO.repair_number,
    SR.customer_po_number, segment1,
    trunc(RO.creation_date) as creation_date,
    I've created a Bind Variable for the creation_date as follows:
    <Variable
    Name="createDate"
    Kind="viewcriteria"
    Type="oracle.jbo.domain.Date"/>
    Which is linked to a view criteria:
    <ViewCriteria
    Name="RepairSearchVVOCriteria"
    ViewObjectName="com.services.cs.vvo.RepairSearchVVO"
    Conjunction="AND">
    <Properties>
    <CustomProperties>
    <Property
    Name="displayOperators"
    Value="InAdvancedMode"/>
    <Property
    Name="autoExecute"
    Value="false"/>
    <Property
    Name="allowConjunctionOverride"
    Value="true"/>
    <Property
    Name="showInList"
    Value="true"/>
    <Property
    Name="mode"
    Value="Basic"/>
    </CustomProperties>
    </Properties>
    <ViewCriteriaRow
    Name="vcrow1"
    UpperColumns="1">
    <ViewCriteriaItem
    Name="CreationDate"
    ViewAttribute="CreationDate"
    Operator="="
    Conjunction="AND"
    Value=":createDate"
    IsBindVarValue="true"
    Required="Optional"/>
    </ViewCriteriaRow>
    </ViewCriteria>
    I then dragged the criteria into the page. When running it I get the following:
    AND SR.customer_id =:psCustomerId) QRSLT WHERE ( ( (CREATION_DATE = :createDate ) ) )
    <ViewObjectImpl><bindParametersForCollection> [3510] Bind params for ViewObject: [com.xxx.services.cs.vvo.RepairSearchVVO]RepairSearchAM.RepairSearchVVO1
    <OracleSQLBuilderImpl><bindParamValue> [3511] Binding param "psCustomerId": 34758
    <OracleSQLBuilderImpl><bindParamValue> [3512] Binding param "createDate": 2010-02-18
    Which never brings back any data. My date's look as follows in the database:
    '18-FEB-10'
    I never get any results for the date. I've also tried using the to_char to format the date as the same format, but that always gives a variety of errors. This is driving me batty =0 Any ideas on why it never pulls back data?
    Thanks, Graeme.

  • Navigation in UIX Sites (Search From, Master Detail ...) should be left

    Hello there ...
    I have a Problem, like everyone here g
    I have some UIX Sites, shown many Data, from Database, so that the width of the site is very great an i can't see the navigation tree. Is there a possibility to get the navigation left, next to the button?! I have this problems in all Lists. I always must scroll to the right end of the page to go to the next results of the shown data from Database.
    Look at this picture to see what i mean, ne navigation right, should e next to the "aktualisieren" Button. How can i do this, the element ist not directly in the source code of the page.
    http://img206.imageshack.us/img206/3989/navigation6oa.jpg

    Hi,
    If you have two different regions in your page for master and details and you want to refresh the child table based on your master row selection then you can use the contextual actions. Raise an event whenever you select a row and send your master-table id as the payload. Have a handler method at the detail page and execute some logic to get the rows for the selected master record.
    I hope it helps you.
    Thanks,
    Lakshman

  • Spry Master Detail section not showing in IE after addObserver

    So, I have this cool thing almost done and I get it close and then it goes blank in IE - FireFox is fine, Safari PC is blank, Chrome is blank too.
    http://ryanmillsdesignstudio.com/MasterDetail.cfm
    As soon as I add the addaobserver
    <script type="text/javascript" language="javascript">
    <!--
    var dsPortfolio = new Spry.Data.XMLDataSet("Residential.xml", "gallery/album/img", {sortOnLoad: "@src", sortOrderOnLoad: "ascending"});
    //-->
    <!--
    Spry.Data.Region.addObserver('items', {
         onPostUpdate : function(observer, region){
              // slider code
    // execute your scripts when DOM is ready. this is a good habit
    $(function() {       
        // initialize scrollable
        $("div.scrollable").scrollable();   
    $(function() {
        /* execute this script block when page is ready to be scripted */
        // select items under the second scrollable and do something when they are clicked
        $("div.scrollable:eq(1) div.items div").click(function() {
            // perform the effect
            $(this).fadeOut().fadeIn();
    // custom easing called "custom"
    $.easing.custom = function (x, t, b, c, d) {
        var s = 1.70158;
        if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
        return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
    // use the custom easing
    $("div.scrollable").scrollable({easing: 'custom', speed: 700});
    $(document).ready(function(){
    $.ajax({
            type: "GET",
        url: "Residential.xml",
        dataType: "xml",
        success: function(xml) {
              //END scrollable
    }); //END observer
    </script>
    nor can I get the spry detail region work when I click on the image to show the lager image up top.

    No clue, as its something that your jQuery plugin does. Probably some CSS issue. I suggest you post that issue in the jQuery tools forum.
    And a comment about your region observer, again, there are items function that do not need to be there, they are obsoleet and even duplicate.\
    Spry.Data.Region.addObserver('items', {
         onPostUpdate : function(observer, region){
              // your slider code here
    // execute your scripts when DOM is ready. this is a good habit
    $(function() { // NOT NEEDED BECAUSE YOUR DOM IS READY WHEN THE OBSERVER FIRES
    // initialize scrollable
         $("div.scrollable").scrollable();     
    $(document).ready(function(){ // YOU ARE DOING A AJAX CALL, BUT YOU ARE DOING NOTHING WITH THE XML
    $.ajax({
            type: "GET",
         url: "Residential.xml",
         dataType: "xml",
         success: function(xml) {
                //END scrollable
    }); //END observer
    I made all useless scripts red and bold, and added the reason in comments. Sorry about the caps, forgot that it was on

  • Search Panel in Master-Detail Page

    Hi experts,
    I've stuck to a wierd problem, where i've implemented a master-detail relationship in a page. This works fine.
    I've also created a search page seperately for this. But now, i'm confused on how to add an item into the searchPanel which would be mapped with a detail attribute.
    For E.g:
    ===============================================================
    SearchPage: (1st Page)
    Item1 __________________
    Item2 __________________
    Item3 __________________
    GO CLEAR
    ResultsTable:
    Item1 || Item2 || Item3
    ==============================================================
    CreatePage: (2nd Page)
    Master Details.... CANCEL APPLY
    Item1 ____________________
    Item2 ____________________
    Item3 ____________________
    Details .....
    Item4 || Item5 || Item6
    CANCEL APPLY
    ===================================================================
    **Now i wanna add "Item4" into the search panel of the SearchPage. I hope its clear to you, in case not, just poke me once.
    Regards
    Ari

    Oh !! Gosh Keerthi,
    I know that, how to add attributes into the searchPanel. U're not getting the pulse of the problem. Lemme explain it once again...
    I've got two VOs .. Lets say !! MasterTableVO and DetailTableVO.
    Now in the "SearchPage", i've referenced only the MasterTableVO from advancedTable and got simpleSearchPanel on advancedTable where i've 3 items ITEM1,ITEM2,ITEM3 (these 3 r MasterTableVO attributes.)
    **As this is a master-detail page .. so for each master table record, there r multiple detail records entered in the 2nd Page.
    Now supposedly, i wanna search only those master detail records in the SearchPage which contains a certain "XYZ" value for the ITEM4(this is in DetailTableVO) in the detail records.
    So, To your inquiry .. No, Item4 doesn't exists in the VO referenced in the advancedTable of the SearchPage.
    Regards
    Ari :)

  • Problem in Hide/Show in a Table Row

    Hi,
    i have to create 4 pages and each page has a table region with displaying records and a column "LINK" to go to the next page with the parameters from that record. Every link has a batchId and one another Id as parameter to next page. The next page reads the parameters and queries the corresponding table for details of that results table region contained in that page.
    Thus i have 4 pages with 4 table regions and each table region is associated with a view object which is based on an EO connected with a database table. (4 VO's).
    Now in every table i have a detail region (hide/show) which shows error records for a row ....
    thus there are 4 ViewLinks for all 4 VO to a single ERROR VO.
    I have 4 instances of ERRORVO in AM like ERRORVO1, ERRORVO2, ERRORVO3, ERRORVO4.
    Now, the hide/show region is working properly on the first 3 pages with proper navigation to pages.
    Then, i created the 4th page and created the table region in the 4th page.
    From the 3rd page i have passed 2 parameters through the link and also retainAM=Y.
    i have captured both parametres and call a method to populate data in table of 4th page.
    Successfully done..running properly....
    Now i added the detail region which is a table as previous pages in the 4th page with ERRORVO4...
    Then when i run the page i get the 1st page and thrugh link i move to 2nd and to 3rd page. But when i click on the link on 3rd page to move to 4th page i m getting "NullPointerException" with "check Inner table properties"
    Now i removed the detail region (Hide/show) only from the 4th page and again run the page . its working properly for all 4 pages with proper navigation but i am not able to see errors with hide/show on 4th page and it is required.
    i m not getting what could be the reason...
    do i need to remove retainAM=Y from the page navigation links.?????
    and is there anything like we cant create more no. of instances (4) of a single VO in an AM.....????
    Any alternative for showing the errors on 4th page with Hide/Show or without Hide/Show????

    Thiago,
    Thanks for the quick reply.
    I am now getting the following error below:
    Am I suppose to add another field to my VO select?
    oracle.apps.fnd.framework.OAException: Detail View Attribute Name is not set for the table even though a detail named child has been specified. Please specify a Boolean or String ("Y" or "N") view attribute for this table property.
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1146)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1794)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
         at OA.jspService(OA.jsp:40)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

  • Master - detail

    Hi all,
    I did search for master detail posts, but didn't find what I was looking for. So if you feel that this has been answered a long time ago...don't hesitate to point me to those posts :-)
    This is for a home-project so...no pressure, but I can't get it working so .... here is it :
    In a web application (JSF 1.2) (visual java server faces)
    I have a table with master data :
    content.jsp
    <webuijsf:table augmentTitle="false" binding="#{content.content_tb}" id="content_tb" style="left: 24px; top: 96px; position: absolute; width: 0px" title="Table" width="1100">
        <webuijsf:tableRowGroup binding="#{content.content_rg}" id="content_rg" rows="10" sourceData="#{content.contentDataProvider}" sourceVar="currentRow">
            <webuijsf:tableColumn headerText="id" id="tableColumn1" sort="content.id" width="100">
                <webuijsf:hyperlink actionExpression="#{content.content_id_hl_action}" id="content_id_hl" text="#{currentRow.value['content.id']}"/>
            </webuijsf:tableColumn>
            <webuijsf:tableColumn headerText="naam" id="tableColumn2" sort="content.naam" width="100">
                <webuijsf:textField id="textField1" text="#{currentRow.value['content.naam']}"/>
            </webuijsf:tableColumn>
            <webuijsf:tableColumn headerText="categories" id="tableColumn3" width="100">
                <webuijsf:dropDown binding="#{content.dropDown1}" converter="#{content.dropDown1Converter}" id="dropDown1" items="#{content.categoriesDataProvider.options['categories.id,categories.naam']}" selected="#{currentRow.value['content.categories_id']}"/>
            </webuijsf:tableColumn>
    ...As you can see the first column in this table is the ID column which is a hyperlink.
    This hyperlink links to a detail page in which one can do updating to the content.
    The better part of this detail page is :
    Update.jsp
    <webuijsf:form id="form1">
        <webuijsf:hyperlink actionExpression="#{update_content.comasy_admin_hl_action}" id="comasy_admin_hl" style="left: 24px; top: 24px; position: absolute" text="Comasy_admin"/>
        <webuijsf:hyperlink actionExpression="#{update_content.content_hl_action}" id="content_hl" style="left: 120px; top: 24px; position: absolute" text="Content"/>
        <webuijsf:label id="label1" style="left: 24px; top: 0px; position: absolute" text="Comasy-admin"/>
        <webuijsf:button id="apply_bt" style="left: 23px; top: 48px; position: absolute" text="Apply"/>
        <webuijsf:label id="label2" style="left: 24px; top: 72px; position: absolute" text="Title"/>
        <webuijsf:textField id="title_tf" style="left: 120px; top: 72px; position: absolute" text="???????????????????????"/>
        <webuijsf:messageGroup id="messageGroup1" style="left: 408px; top: 24px; position: absolute"/>
    </webuijsf:form>
    ...My problem is now at the place where the ???? are.
    I want the textfield (title_tf) to be populated with the value which is in the cachedrowsetdataprovider for the particular row I clicked the hyperlink on.
    Do you have any idea what value expression I should use?
    I was thinking myself something like :
    "#{content.contentDataProvider.????????????}"
    Can someone point me into the rigth direction
    Best regards
    Martijn

    I solved the problem myself YIHAAA.
    Probably not the smartest way to solve it, but hey..it works and...I've got to learn somehow.
    In the end I didn't use value expressions (which I still think would be a more beautifull solution).
    When clicking the command_link I fill a proporty of the sessionbean whith the rowkey of the selected row. When JSF has navigated me to the detailpage I retrieve the value from the sessionbean. With the retrieved rowkey I can fill the other neccesary fileds in the detailpage in the _init() from the backing bean of the detail page:
    Master page conatains the following (action for the command_link):
    public String content_id_hl_action() {
            getSessionBean1().setContent4update(content_rg.getRowKey());
            return "case3";
        }detail page contains:
    private void _init() throws Exception {
            crsdp.setCachedRowSet((javax.sql.rowset.CachedRowSet) getValue("#{SessionBean1.contentRowSet}"));
            title_tf.setValue(crsdp.getValue("naam", getSessionBean1().getContent4update()));
            body_ta.setText(crsdp.getValue("body", getSessionBean1().getContent4update()));
        }thanx for thinking with me
    Regards Martijn

  • Master/Detail Viewer Application in Web Dynpro ABAP

    Hello @ll,
    i search a Master/Detail Viewer Application in Web Dynpro ABAP like this in WEB Dynpro Java (show below).
    http://help.sap.com/saphelp_nw04/helpdata/en/84/8bc1a36a38da41a46517b114ca0974/frameset.htm
    Have anyone a tutorial or can help how i config the event "onLeadSelect".
    I create a master- and detail table done all context mapping.
    Thanks in advance
    regards
    armin

    Hi Armin,
    Please go through
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7a89b067-0801-0010-8192-a9896a60938e?quicklink=index&overridelayout=true
    Thanks,
    Prahsant

  • Master Detail FK Problem

    I have created a Master/Detail set of pages. Using just the wizard. This is the option that creates 3 pages:
    1-Master Page
    2-Master Page detail, show a summary of the detail page
    3-Form for detail
    The data is being added to the database but the Master Page foreign key (master table fk) is not populating at all. I can see the data in the table, but the FK that points back to the Master table is blank.
    Having a real problem with this, please advise.

    Steve,
    Firstly, good luck for Gustav, keep your head down and hope it doesn't hit too hard. I was just in New Orleans for ODTUG and obviously would hate to see you guys go through something like that again.
    Secondly, I was just looking through the patch notes for Apex 3.1.2, and spotted these bugs had been fixed -
    6999393 - Master Detail Wizard creates processes with incorrect sequence
    7013435 - MRU process in Create Application Wizard-generated master detail not working correctly
    7016267 - 3 page Master Detail should not allow edit of Foreign Key Field on Detail PageI'm not sure if any of them directly related to your problem, but it could be worth looking them up in Metalink (those are the Bug numbers) to see if they are, or alternatively do the upgrade and see if it fixes your problem.
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

  • Master detail DML

    Hi,
    I am using ADF and JSF .
    I have a master detail screen and in the header part, it shows 10 records at a time. In the detail part, there is an insert button for users to create new records. Clicking the insert button goes to a new page. After entering the required input vaues and clicking the save button, it will go back to the orginal page.
    My problem is : for example, when a user is in the page 4 of the header part. For a speicifc header record, he presses the insert button to create a detail record. But after clicking the save button, it goes back to the orginal page but the header part is in the page 1.
    What can I do so that after creating a record, the header part is still in page 4 ?
    Many thanks in advance.

    Marc,
    ok, I won't use APP_SESSION as well then.
    I have managed to get the first 2 pages (Master & Detail Report) running but now I can't edit the Detail Table items with the following Oracle Error (with debug output):
    0.04: Computation point: AFTER_HEADER
    0.04: Processing point: AFTER_HEADER
    0.04: ...DML_FETCH_ROW (AFTER_HEADER) F|#OWNER#:ORBIS_CLASSIFICATION:P3_CLASSIFICATION_ID:CLASSIFICATION_ID
    0.05: Show ERROR page...
    0.06: Processing point: AFTER_ERROR_HEADER
    Error Unable to fetch row.
    OK
    0.06: Processing point: BEFORE_ERROR_FOOTER
    ORA-01722: Ungültige Zahl (Invalid number)
    0.07: ...Determine if user ADMIN with SGID 818101361667739 can develop application 112 in workspace 818101361667739
    What does that mean?
    Thanx,
    Gerhard

Maybe you are looking for

  • ICE - Content Transfer & Performance

    Hi, We are implementing a Content Management System using KM on EP6SP14. We have a staging Portal to create the content, transfer it to Production Portal using ICE, and render it from there. Issues - ICE does not provide 'On demand' PUSH. Secondly IC

  • Email notifying the deletion of an abusive post

    When performing a test to try to understand how the deletion of posts reported as abusive works, I had a post deleted, and received an email stating that The content you posted below was reported for abuse and removed by our  moderators Now that Zeno

  • Unable to open TM -- Error Code -43

    Have been using TM 1.0 for 3 days, suddenly unable to open app. Getting msg "The operation could not be completed. An unexpected error occurred (error code -43)." Re-installed OSX to 10.5.1 and ran "repair disk permissions" from Disk Utility. Any ide

  • How to create partition after creating the table

    I have created a table. Now I want to create range partitions of that table.Please tell me how to do this?

  • Most native Mac programs not responding

    Hi all. Just this morning I started up my computer, and almost none of the Mac applications run. I am running system 10.3.9. I also have Quark 6.5 and Adobe CS2 and Macromedia Studio 8 on my system. Mail - when clicking on my Dock shortcut, it bounce