Wrong add_child info at table actions in Querybuilder at Apex 4.x

I found it in Apex4.0 (but not reported) and found same behaviour in Apex4.0.1
If you use qurybuilder for joined tables (create sql) you choose a table then click on "table actions"box and you will get add_parent, add_child.
This works fine for DEMO_ORDER_ITEMS: you see Add_Parent and you can choose
join ORDER_ID to DEMO_ORDERS_OrderID and
join PRODUCT_ID to DEMO_PRODUCT_INFO.PRODUCT_ID
But for DEMO_PRODUCT_INFO you get only an EMPTY add_child ??
=>thats wrong
For DEMO_ORDERS you will find
in BOTH (?) add_parent and add_child
join CUSTOMER_ID to DEMO_CUSTOMERS.CUSTOMER_ID and
join USER_ID to DEMO_USERS.user_id
=> thats wrong for the child
For DEMO_CUSTOMERS,DEMO_USERS you will get an EMPTY add_child
=> thats wrong
The joining works fine at apex.3.x but not for apex4.x

Thanks for letting us know. I have filed bug# 10055032 for that issue.
Regards
Patrick
My Blog: http://www.inside-oracle-apex.com
APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

Similar Messages

  • Wrong picture in AFRU table for scrap...

    Hi Experts,
    When I confirming co11 and entering scrap, it show wrong picture in AFRU table.
    e.g. : For first time i entered 2 scrap.
            Seconf time i entered  1 scrap.
    But in table it shows 5 scrap.
    Which is the right table ? How to finf scrap qty for same prod. order. ?
    Yusuf
    null

    no answer. Closed.

  • Significant of key field in Info cube table

    Hi,
    what is significant of key field in Info cube table?
    Best regards,
    dushyant.

    hi ,
          key figures are very important in tables, when it is in cube it act as dimensions
    for the reporting purpose see this scenario
    the table has following fields
    student no
    student name
    student attendance
    student mark
    in this scenario when we want report according to student no its normal we would get, but when we want according to attendance,marks we dont get report according to attendance and mark, so we put all those fields in key fields.
    So we could say that Key fields are the dimensions and according to this we get reports
    thank yu

  • Discussion Board Error For Community Sorry Some thing went wrong can not complete this action

    HI All,
    we migrated the IBM community's  to SharePoint 2013 using tool,I taken the back up of that community site in SharePoint and i restored it in different SharePoint2013 Environment.
    When we trying to create any new discussion in Discussion Board List we are getting an error like.
    Sorry Some Thing Went Wrong.
    Cannot complete this action.
    Please try again.
    I checked with Correlation Id in logs but i am unable to find any issue,can you any one help on this,how to resolve this issue.
    Thanks,
    Please Help Me.

    This is the error i am seeing in my log files.Can any one help on this.I already tried to take back up and restore even thought having the same problem.
    runtime                      
    tkau
    Unexpected
    System.Runtime.InteropServices.COMException: Cannot complete this action.  Please try again.    at Microsoft.SharePoint.Library.SPRequestInternalClass.AddOrUpdateItem(String bstrUrl, String
    bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bPreserveItemUIVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames,
    Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bUnRestrictedUpdateInProgress, Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter pListDataValidationCallback, ISP2DSafeArrayWriter
    pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback)     at Microsoft.S...
    Regards,
    Phani

  • How to add table actions to an Advanced Table programmatically

    We have code in my CO which builds an advanced table dynamically and associates it with a VO. The table comes out looking good - the correct columns and data are displayed.
    I now want to add Table Actions for that particular dynamically created table.
    The code below builds the buttons correctly and they are built/rendered just fine.
    After adding this code to build the FlowLayout bean, add the buttons and associate the it to the TableActions of the advanced table bean, none of the buttons on the page work anymore. Each time I click any button (even if it's a page level button like 'Save' or 'Cancel'), I get the following error:
    +## Detail 0 ##+
    java.lang.NullPointerException
    +     at java.util.Hashtable.get(Hashtable.java:336)+
    I have added debug statements in by CO, but it is never even getting into the ProcessFormRequest
    Below is the code we are using. Can anyone suggest a way to have this flow layout created dynamically like this and not break all button functionality on the page?
    //Create the advanced table
    OAAdvancedTableBean tableBeanP1 = (OAAdvancedTableBean)createWebBean(pageContext, ADVANCED_TABLE_BEAN, null,"Proc1Tab");
    tableBeanP1.setViewUsageName("P100DetailsVO1");
    tableBeanP1.setNumberOfRowsDisplayed(10);
    //Create a new flow layout to be used as the table actions
    OAFlowLayoutBean tableActionBean = (OAFlowLayoutBean)createWebBean(pageContext, FLOW_LAYOUT_BEAN, null, "P1ButtonRegion");
    //Create the "Add Control Group" button for this table:
    OAButtonBean addButtonBean = (OAButtonBean)createWebBean(pageContext, BUTTON_BEAN, null, "P1AddCtrlGroup");
    FireAction FireActionAddGroup = new FireAction();
    FireActionAddGroup.setEvent("AddCtrlGroup");
    Parameter param = new Parameter();
    param.setKey("ProcedureIndex");
    param.setValue("1");
    Parameter[] params = {param};
    FireActionAddGroup.setParameters(params);
    addButtonBean.setPrimaryClientAction(FireActionAddGroup);
    addButtonBean.setText("Add Control Group");
    tableActionBean.addIndexedChild(addButtonBean);
    //Add the table actions bean to the table:
    tableBeanP1.setTableActions(tableActionBean);

    Hello Ashley,
    you are already close to the solution. In BADI QISR1 you simply fill the
    table SPECIAL_DATA e.g.like
      fieldindex = 1
      fieldname = 'FIELD1'
      fieldvalue = 'Value1'
      fieldindex = <n>
      fieldname = 'FIELD1'
      fieldvalue = 'VALUE<n>'
    Then on the Adobe form layout (Adobe Designer), you have to use the table control XFO from the standard library. Here you have to bind then the corresponding column to FIELD1.
    Best regards,
    Simon

  • PDF Table action block is repeating first row in each page.

    Hi All,
    There is a strange problem in PDF Table action block. I am paasing one xml variable in the pdf table action block. But when it creates the final pdf  - I can see the very first row of the xml is getting repeated as first row of each page along with the header.
    Is there any solution - not to reapeat the first row of the xml in each page ?
    Thanks in advance for your response.
    Soumen

    Hi Michael,
    Installation of PDF Action is done based on this link-
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1109054
    MII Version - 12.0.7 Build(20)
    version 1.4.5. of
    the third-party iText.jar and iTextAsian.jar, from
    http://www.lowagie.com/iText/download.html
    Thanks,
    Soumen

  • Creating LOV  in Table Action.

    Hi,
    Can we create a LOV in table action ,if yes then is LOV Action button is the only way of achieving that.As lot of issue are there if i use LOV action instead of LOV as no criteria item is present in LOV action button.
    Thanks

    HI,
    What i was trying to ask is ,am trying to create a LOV in table's table action section.Its working fine till am trying to search any thing in the LOV,Now when i select a item the I.E page show a error logo below and the control doesn't come's back to the main page.
    So i want to know wheather creating LOV in table action section is feasible or not as in devloper guide things are mentioned on creating message components and message choice in table action.
    Thanks

  • Lightroom 5.7.1 Lens Corrections chooses wrong lens info from EXIF when I 'Enable Profile Corrections'. Windows 7

    When I enable lens corrections on a jpg image it brings up the wrong lens info. If I try to change it there are only 2 lenses listed—neither one is correct. It lists a 50mm lens even though in the Histogram just above it says 18mm. I then tried the original DNG image & it chooses the correct lens automatically. Both the jpg & DNG image EXIF info show an 18mm lens, which is correct, but Lr doesn't read the jpg info correctly. The problem is the same on all the images I've tried so far.

    Most Adobe-supplied lens profiles are for raw files only.  Since there are very few JPG lens profiles LR is probably just choosing the closest one it has which isn’t anywhere close to the right lens.
    The reason raw and jpgs have separate lens profiles is because cameras apply lens corrections when they produce JPGs and it would be inappropriate for LR to apply a lens profile when the camera already has, so LR refrains.  If you are sure that your camera has not applied any corrections then you can hack a raw lens profile into a jpg lens profile by text-editing a copy of the .lcp file that comes with LR, and changing the raw designation from true to false inside the file for each profile segment, then move this edited copy to the users profile area.  You might also find the JPG version of the profile using the Adobe Lens Profile Downloader available via a search at adobe.com.

  • SQL job running DTEXEC.EXE via PowerShell step produces wrong characters in result tables. Running the same DTEXEC.EXE in PowerShell x86 window produces correct results.

    I've created a package in SSDT (Visual Studio 2012) to import DBF tables into MSSQL 2014 via a wizard.
    Source DBF files contain tables with Russian (Cyrillic) characters in records fields.
    Created package works fine, produces correct results (imports Cyrillic characters as needed) while:
    •debugging in VS2012
    •deploying package in SSISDB and running the package via PowerShell x86:
    &"c:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\DTExec.exe" /Server "server\mssql2014" /ISServer "\SSISDB\import\Integration Services Project16\Package1.dtsx";
    But when I create a SQL Agent job with a single PowerShell step that contains the same command and run the job it produces wrong characters in resulting tables. So, the problem is in wrong code page (or encoding). The correct tables with records are
    produced and job runs without errors.
    I tried
    chcp 1251; # 855, 866 -- all of them
    &"c:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\DTExec.exe" /Server "server\mssql2014" /ISServer "\SSISDB\import\Integration Services Project16\Package1.dtsx";
    in SQL Agent PowerShell step, but with no positive result.
    Anyone encountered such a behavior? How to fix it?
    v

    What if you run this package without PowerShell?
    Arthur My Blog

  • "Table Action: Override OPI truncate command"

    Hi All,
    I am working on BI Apps 7.9.6.3, informatica 9.0 , DAC and OBIEE 11g.
    I am doing SCM full load, i have face some issue like
    executing sql (Truncate OPI:ORA_R12)
              Call apps.OPI_OBIA_BOMPEXPL_WRAPPER_PKG.do_sql('TRUNCATE TABLE OPI.OPI_OBIA_W_BOM_HEADER_DS')
              "Truncate OPI" failed on "ORA_R12"
              sql: Call apps.OPI_OBIA_BOMPEXPL_WRAPPER_PKG.do_sql('TRUNCATE TABLE OPI.OPI_OBIA_W_BOM_HEADER_DS')
              Error: MESSAGE:::ORA-06576: not a valid function or procedure name
    :OPI_OBIA_W_BOM_HEADER_DS:"Table Action: Override OPI truncate command"
    how to solve this issue...
    Please give me your suggestions.
    Regards
    Prashant

    Hi,
    we also had faced the same issue,
    for this, first we need to run table scripts for creating BOM tables in ur source. U have look into the BI Apps configuration guide for more details.
    If ur schema in which u r creating the table is not apps. In DAC, goto tools->seed data->Actions->table actions and select the task 'OPI Truncate table" and click on the value corresponding to that action and change the schema name and trigger the load.
    Thanks

  • To get selected cell info in table for WDA.

    i'm developping in netweaver2004s.
    a view has a table and a button.
    another view has input fields.
    i want to get cell info(selected field name not value)
    so i use that info in another view.
    i want to know same command 'GET CURSOR' in WDA.
    please let me know that method.

    Hi,
    You can specify the importing parameter ID as type string in the action handler of the button. It will contain the ID of the button.
    Best regards,
    Thomas

  • Project cash management Reporting; wrong value in RPSCO table

    Hi,
    I have a problem.
    I have activate the Project cash management.
    I have run the transaction OPH1 for delection Actual DATA.
    I have run the transaction OPH4 for reconstruction actual data for purchase orders.
    Ihave run the transaction CJEN for reconstruction info database.
    The customizing for the value category is green.
    In  the report S_ALR_87013573, we display always wrong value , tough line items (CJIA ) is blank.
    We have run again the transaction OPH1 for delection Actual DATA, but we display the worng value in the table RPSCO. .
    Kindly suggest me the solution.
    Best Regards
    Federica

    hi,
    execute the below reports in se38 and after that run cjbn,cjen
    RKACOR19-Reconcile between line items and totals records
    RKPEP010-Display Project Actual Payment Line Items
    regards,

  • CX_HRPA_INVALID_CUSTOMIZATION - No tax company info in table T5U0P

    Hello Gurus,
    We are upgrading from 4.6C to ECC 6.
    SAP has included new functionality in program SAPUP50R that throws an exception when trying to hire a new U.S. employee. It is a result of the table T5U0P not having a tax company.
    In 4.6 C this table (and it's data) is identical and yet this new SAP code makes an assumption that T5U0P contains tax company info.
    Any idea why we need tax companies defined in this table for ECC when this was not a requirement in 4.6C?
    Below is the short dump text. You can see on line 48 SAP writes in the comments that "txcmp must exist or there are serious config issues"
    thanks,
    Matt
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_HRPA_INVALID_CUSTOMIZATION
    Date and Time          2008/04/11 00:09:42
    Short text
    An exception occurred that was not caught.
    What happened?
    The exception 'CX_HRPA_INVALID_CUSTOMIZATION' was raised, but it was not caught
    anywhere along
    the call hierarchy.
    Since exceptions represent error situations and this error was not
    adequately responded to, the running ABAP program
    'CL_HRPAYUS_EMPLOYER===========CP' has to be
    terminated.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_HRPA_INVALID_CUSTOMIZATION', was
    not caught in
    procedure "UPDATE_WITH_UP50R_ADAPTER" "(FORM)", nor was it propagated by a
    RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    Invalid Customizing
    Missing RAISING Clause in Interface
    Program                                 SAPUP50R
    Include                                 UP50RU02
    Row                                     14
    Module type                             (FORM)
    Module Name                             UPDATE_WITH_UP50R_ADAPTER
    Trigger Location of Exception
    Program                                 CL_HRPAYUS_EMPLOYER===========CP
    Include                                 CL_HRPAYUS_EMPLOYER===========CM004
    Row                                     51
    Module type                             (METHOD)
    Module Name                             GET_TAX_COMPANY_TAB
    Source Code Extract
    Line
    SourceCde
    21
    subty         = space
    22
    objps         = space
    23
    sprps         = if_hrpa_read_infotype=>unlocked
    24
    begda         = p_period-begda
    25
    endda         = p_period-endda
    26
    no_auth_check = if_hrpa_boole_d=>true
    27
    IMPORTING
    28
    infotype_tab  = lt_prelp.
    29
    30
    CALL METHOD cl_hr_pnnnn_type_cast=>prelp_to_pnnnn_tab
    31
    EXPORTING
    32
    prelp_tab = lt_prelp
    33
    IMPORTING
    34
    pnnnn_tab = lt_p0001.
    35
    36
    PROVIDE FIELDS werks btrtl
    37
    FROM lt_p0001 INTO l_p0001
    38
    VALID l_p0001_exists
    39
    BOUNDS begda AND endda
    40
    BETWEEN p_period-begda AND p_period-endda.
    41
    42
    get tax company from T5U0P
    43
    SELECT SINGLE txcmp FROM t5u0p
    44
    INTO l_txcmp
    45
    WHERE werks = l_p0001-werks
    46
    AND btrtl = l_p0001-btrtl.
    47
    IF sy-subrc <> 0 OR l_txcmp IS INITIAL.
    48
        serious configuration problem: no taxcompany specified
    49
    MESSAGE e005(hrpayus_ce) WITH l_p0001-werks l_p0001-btrtl INTO dummy.
    50
    MOVE-CORRESPONDING sy TO l_msg.
    >>>>>
    RAISE EXCEPTION TYPE cx_hrpa_invalid_customization
    52
    EXPORTING msg = l_msg.
    53
    54
    ENDIF.
    55
    IF p_use_cp IS INITIAL.
    56
    l_value-begda = l_p0001-begda.
    57
    l_value-endda = l_p0001-endda.
    58
    l_value-gpval = l_txcmp.
    59
    APPEND l_value TO p_values.
    60
    ELSE.
    61
    IF i5ucp_compm IS INITIAL.
    62
          Fill buffer for t5ucp_compm.
    63
          This is NOT done in the constructor / get_instance method because
    64
          the table is read in the common paymaster case only.
    65
    SELECT * INTO TABLE i5ucp_compm FROM t5ucp_compm
    66
    ORDER BY PRIMARY KEY.
    67
    ENDIF.
    68
    PROVIDE FIELDS compm
    69
    FROM i5ucp_compm INTO l_5ucp_compm
    70
    VALID l_5ucp_exists

    I'm experiencing the same problem.
    In my case, ESS W4 tax withholding is issuing the call, and an error is displayed in the portal,
    "An exception occurred that was not caught,. error key: RFC_ERROR_SYSTEM_FAILURE"
    After further investigation, it is a result of the t5u0p table not being populated.
    Any ideas?

  • Need info on table: LATP_ENQ

    HI Experts,
    I need info related to the table LATP_ENQ.
    We create sales order in CRM, through some B-Docs order will be replicated in ECC.
    Entries are getting created in this table based on availability of the materials.
    Through Z-Transaction code, we delete entries in this table.
    Sometimes blank entries are getting created in this table, I would like to know in which scenario this table is getting updated.
    Regards,
    Swaraj

    Hi Swaraj
    As it is a Z transaction t.code and as you have deleted the table when we upgrade our ECC version then those blank tables have to be upgraded
    Regards
    Srinath

  • Info record Tables

    Hi all,
    I am in need of creating a report for info record.
    Can someone help me with the tables for the same.
    Also let me know the table where i can get the pricing conditions, Its really hard to find the conditions.
    Thanks,
    S D.

    Hi,
    Tables to be used to get the information for Inforecord report are
    1 ) EINE - Purchasing Info Record: Purchasing Organization Data
    2 ) EINA - Order Price History: Info Record                    
    INFNR -Number of purchasing info record is the key field between this 2 tables.
    From This 2 tables you will get all the related information.
    Regarding Condition Record , you have to go to table KONP -Conditions (Item).
    If you need any extra information you can go to ME11 and search for the other tables to get extra information.
    Thanks
    Parvathi

Maybe you are looking for

  • Missing "dtend" entries on .ics files for a published calendar

    From the top... I am using iCal Version 2.0.5 (1069), Mac OS X 10.4.10, and The Missing Sync for Palm OS v6.0.1; also the MarkSpace Events and Tasks conduits to sync my Palm with iCal via iSync. My goal is to publish a grouped calendar to icalx.com (

  • Verizon, why can we not get a statement released on the cause of the recent My Verizon downtime?

    The My Verizon service has been down for over 24 hours now.  People are not able to activate their phones or pay their bills.  What is the cause of this outage and what is to be done about the fees people will inevitably incur?

  • DM 7.1.032 When syncing to Outlook 2007 deleted over 100 contacts in Outlook

    Upgraded to the latest version of DM  7.1.032.  Never had a problem with syncing between phone and Outlook 2007 before.  This time it deleted over 100 Outlook contacts.  How do I recover those lost contacts? WIN XP Pro BB Bold 9900 Never did an Outlo

  • Change Billing VF02

    Hi, I want to make the material description in VF02 locked so a user cannot change it. Pls suggest to make this possible. Points for sure Varun

  • File Menu Entry Point from VC

    Hi, I am trying to execute a File Menu entrypoint from VC++ code. can anyone please suggest how to do the same. I have used below piece of code in my project to execyte the entrypoint. Here, "Select Model" is one of the File menu item from my process