Adding tables not reflecting in data control palette

hello
i am using jdev 10 g and oracle xe
i connected the database to the new aplication, then i can now use the datas but in the middle of my work i want to add another table, how can i add the new table in the data control palette so i can continue my work.
i am doing my project all over again because i always forgot some tables that i needed.
can you give me the steps in adding the tables. the REFRESH button also doest work for me
thanks!

You didn't mention what technology you are using to access your database, but assuming it is ADF Business Components - then you can create a new entity and view at any time for more table.
Also make sure to edit your application module and get the new view object exposed in the data model.

Similar Messages

  • ADF - New columns in DB table need to be reflected in Data Control Palette

    I am new to ADF. I am editing a JSF that does add and edit to data in database table. I added new columns to the table and need to modify the JSF accordingly.
    I have not been able to find info on how to take a new "snapshot" of the database table that will reflect my new columns in the DataBindings.cpx.
    Can someone steer me in the right direction?
    Thanks,
    Chris

    Chris,
    if your business service is ADF BC, then synchronize the EO with the database for it to pick up the changes. Once this is done, go to the VO and add the two new attributes. Right after that the data control palette will show the new entries.
    If you use EJB as a business service layer, change the entity classto expose the two attributes, re-generate the session facade ad then re-generate the data control.
    Frank

  • 10.1.3.1.0 : Nested View Object sould not appear in Data Control Palette

    Hello,
    I have a strange behavior in JDeveloper 10.1.3.1.0.
    I have two View Objects, a parent and a child, that are linked by a View Link.
    Although my Application Module instanciates only the parent View Object, I can still see the child View Object in the Data Control Palette.
    I've checked in JDev 10.1.3 SU5 and this behavior doesn't occur.
    Is this a bug ?
    Thanks,
    Seb.

    Hi,
    I tried to reproduce but cannot. I created a m/d ViewObject that are linked by a ViewLink. I removed the detail from the master tree in the AppModule configuration so that only the master instance is left. Opening the DataControl palette, I only see the master view.
    Is the project one that you upgraded from 10.1.3.0? If yes, please try and reproduce in a new workspace
    Frank

  • Business object data is not reflecting in data control

    Hi
    I am new to BPM i have a scenario to expose the Business objects(created in my own not from XSD) into data control while updating the any attribute in the business object,but it's not happening while i am trying this scenario.
    can some please help me ASAP

    I think what you're referring to is that you've generated an ADF user interface based on one of your human tasks and that human task took as input one of your processes variables that was based on a BPM Object you created from scratch and you've updated the BPM Object and are not seeing the update reflected in your Data Control.
    In the simplest case, this might work:
    1) Open the Application Navigator tab
    2) Click the refresh icon to the right of the "Data Controls" title in the tab
    3) Inside the Data Control tab, right mouse click the specific data control that is based on the human task and the XSD (the one you want to refresh) -> click "Edit Definition" -> click "Refresh Data Control".
    If that doesn't work, open your ADF project's "DataControls.dcx" file.  This file hard codes the location of the corresponding human task file (.task) and the schema file (.xsd).

  • Anything dragged from data control palette squeezes text out of jsp page

    Hi,
    I am using JDeveloper 10.1.3.4. When I drag-and-drop anything from the data control palette onto a jsp page, then any template text on the page will be gone in the Design tab of the page, only the component from the data control palette is visible. The template data is still there though, as can be seen in the Source tab. This makes the Design tab unusable if I want to edit the text on the page. If want to drag-and-drop another component from the palette, I am not able to drop it in desired place since the page text is not visible.
    If these are relevant: the page is a jsp page and the tab libraries used in the page before the drag-and-drop are:
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>Besides the text on the page, I also had a JSF HTML command button added to the page:
    <h:commandButton value="Quit"/>After the drag-and-drop the ADF tag libraries were added by JDeveloper, and the directives became:
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces" prefix="af"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/html" prefix="afh"%>Is there any incompatibility between the elements from the different tag librarries? How to fix this problem? Or anybody had the same problem before and solved it?
    Thanks!
    Newman

    Shay,
    Thank you for the advice. I was using jsp pages. But I also tried jspx and had the same problem. I wonder if it is a problem with the tag library or with the JDeveloper software. When I create a new jsp page, at the step where the available tag libraries can be shuttled from left to the right, sometimes on the right side there is only JSF HTML but hot JSF Core, but JSF core is not on the left side either. Yet if you click finish and check the source tab you would see both directives for the two libraries are in the page.
    When building the pages, all the tags are created by JDeveloper. I do not have the freedom to edit the code because I do not know the tags. If I knew how to directly edit the tags, I can forget about the Design tab. But at least for now I am dependent on the Design tab.
    There are many questions on my mind such as the difference between <form> and <h:form>? Is it OK to mix all these tags from the different tag libraries in one page? What is the difference between the JSF HTML CommandButton and the ADF FACES Core CommandButton, and which one should I used in what context? And many many other questions. Are there any Oracle documents that cover these topics and systematically explain and teach the use of these tags? I just found documents for 11g, one of which, by its title at least, looks like a book for such purpose. But it is for 11g.
    Many thanks for your guidance!
    Newman

  • Data Control Palette in Jdev 10.1.3

    I have a struts project, and an ADF model project in my workspace. I created a new Data Page. My Data Control Palette shows the ADF components available from my Model Project. But, I cannot drag anything onto the page like it seems to be possible from the documentation:
    http://www.oracle.com/technology/products/jdev/collateral/papers/10g/ADFBindingPrimer/index.html
    I know the screenshots are for 10.1.2 but I expect it to be similar. I don't see the "Drag and Drop As" dropdown. Nor do I see a UI model tab in the structure pane. Am I missing something?

    No luck with new projects. I created a new workspace - selected JSP, Struts, ADF. Created one App Mod in the Model. Created One ViewObject based on a simple select query. Added the ViewObject to the AppMod. Opened the struts-config.xml under the ViewController project. Dragged a DataPage from the component palette. Double clicked the new page. Completed the wizard with default selections. Opened the new JSP in design view. My Data Control Palette shows the app mod with the view under it. I try to drag the View onto the page, and the circle-slash icon appears and does not allow it to be dropped on the page. I can't drag out the attributes, operations, or anything at all from the Data Control Palette. I don't see any text printed on the Java console run from jdev.exe.

  • UPDATE button in the Data Control Palette and CREATE,SUBMIT,COMMIT

    JDeveloper 10.1.3
    I created a simple JSP page. It is based on a ViewObject that ties directly to a Person Table.
    two questions:
    1) I noticed in the "Data Control Palette" doesn't have the UPDATE operation... How do I do an UPDATE?
    2) to Create a Person through my new form I had to do the following steps in the Web Page: HIT CREATE BUTTON, ENTER DATA, HIT SUBMIT BUTTON, HIT COMMIT BUTTON.
    Seems like a lot of steps to simply create a record - is there a simpler way (using the JSP page, not JHS or JSF..etc).
    Thanks!

    1) my edit form is pre loaded with a record, since it is based on a parameterized view and I had to modify the pagedefs for that edit page to have the proper binding and action. It is setup to receive the PID in the request and set the value to the bind variable. This works fine to pull up the record. I then have the buttons that I dragged and dropped onto the screen: Submit (came with the drag-drop of the parameterized view), Create, Execute, Commit, Rollback. When I preload the right person into the form (by calling edit_person.jsp?pid=1), and then change the name (for example), I would have suspected that if I hit Submit that the Commit button would be enabled.. but it isn't. if I remove the part that disables the Commit button, then the Commit button doesn't work...
    2) I am in 10.1.3, and if I drag the commit over to the "Submit" button it doesn't take...it wants to add the new button to the right or left of the "Submit" button....

  • No Master Detail option in Data Control Palette

    No Master Detail option in "Drop as:" dropdown list in data control palette.
    First I create two entity objects with a referential key relation in a business
    components diagram from an existing db schema.
    Than I create two view objects and a view link from the entity objects.
    Following I create an application module with the view objects and the view link.
    The diagram seems correct, it shows the view objects and the view link inside
    of the app module.
    When I create a data page (jsp) in the struts-config.xml I'm not able to
    select the option Master Detail (Many to many) in the dropdown list from
    data control palette due to it isn't there.
    What is my mistake ?
    Many thanks.

    There is no mistake in your side. Thing is actually you cannot use the many to many option for a view object in jsp. This option is available if you are using UIX page. In case of jsp, you could manually create the master table using master view object and create the child table using the detail view object(present as child in view link). In the master table, you can add another column with ADF operation: setCurrentRowWithKey(String). That's it. Now selecting the select link in master table will refresh the child table rowset.

  • Extended Classic Scenario - SHC: Buffer table not up to date

    Hello all,
    I'm working in SRM_SERVER 550, SAPKIBKT11, and having issues using BACKEND PURCHASING ORGANISATIONS and the Extended Classic Scenario.
    According to SAP note 944918 the following indicator should not be required to be set:
    Supplier Relationship Management>SRM Server>Cross-Application Basic Settings>Activate Extended Classic Scenario --> extended classic scenario active.
    I did set the Backend Purch. Grps Responsible indicator, and I did create organizational units specifically for the backend purch. grps.
    We need to set the main part of all SHCs to ECS, but when I do set the indicator in customizing to "extended classic scenario = active", I get a dump in my web environment: 'buffer table not up to date'.
    What is causing this failure in my SHC?
    I tried to implement BAdI "BBP_EXTLOCALPO_BADI" (method DETERMINE_EXTPO) like described below here: without the line bbp_extpo_gl-bbpexpo = 'X'., I can continue and create the SHCs. Problem is though: all SHCs will get marked as Classic Scenario. So, to make sure the SHCs will always get marked as ECS, I have added this line in the BAdI. Unfortunately this immediately results in the 'buffer table not up to date' error in the SHC itself, as soon as I try to open the details of the new item.
    Hope you help me out here?? It doesn't seem to be related to the BAdI, but somehow the system doesn't allow me to mark SHC items as ECS.
    Thanks & Regards,
    Berend Oosterhoff
    SRM Consultant Accenture Technology Solutions - The Netherlands.
    BAdI BBP_EXTLOCALPO_BADI:
    method IF_EX_BBP_EXTLOCALPO_BADI~DETERMINE_EXTPO.
    data definition----------------------------------------------------*
      DATA:    wa_mattype     TYPE BAPIMATDOA,
               wa_char18      TYPE MATNR,
               attrib_tab     TYPE TABLE OF bbp_attributes,
               wa_attrib_tab  TYPE bbp_attributes,
               wa_value       TYPE om_attrval,
               wa_product_id  TYPE comt_product_id.
        bbp_extpo_gl-bbpexpo = 'X'.
    from here I did the specific selection for the SC, but that's not relevant here.

    Hi Prashant,
    Thanks for your quick reply!
    Note 1085700 is about Short Dumps when creating or changing a contract. I am trying to create a Shopping Cart, without a reference to a contract. BAdI BBP_DOC_CHANGE_BADI is not active in our system.
    Any other thoughts?
    Regards,
    Berend

  • Unexpected  behavior with data control palette after migration to 10.1.3

    I recently migrated my adf/struts app to 10.1.3 from 10.1.2.
    The app compiles and runs fine in jdev, and the migration had no errors.
    When I try to drag and drop attributes from the data control palette onto an existing (or new) page I get the “you can’t drop that here icon” circle with a line through it.
    This happens on all my pages and for every attribute in the data control including actions.
    Is this the intended behavior? In 10.1.2 there was a section that asked if it should be dropped as a label or text field etc, I don’t see that option anymore.
    I can still use the component palette &#61664; JSTL 1.0 core “out” and drag that onto the page and then bind the value to binding.attname. this works fine.
    In 10.1.3 faces I see that when I drag and drop I get a popup menu which shows the available type of component to drop the item as.
    Is this the correct behavior or am I missing something?
    I'm using jdev version 10.1.3.0.4 (SU2)
    Thanks

    So as far as I can tell the issue bioled down to having something wrong with my libraries definition. When would go to the project properties the libraries tab would not show correctly, I was able to remove some libraries and then add them back in. This made the libraries tab in the project properties work, and as a side effect fixed the data control drag and drop.
    thx

  • Changes made in RFC is not reflected in data services

    Hi,
    I am using a data service based on SAP R/3 RFC in my view
    In my RFC i have some import parameters
    and some export parameters
    and when place a data service which is based on this RFC on the view  for the first time , I am getting the import parameters and export parameters correctly
    but the issue comes
    when ever some one make changes in RFC and activating it again.
    those changes are not reflected in data service (ex: a new import parameter is added or a parameter name is changed  in the RFC, this is not reflected in data service)
    i tried with deleting the existing data service and creating a new data service based on modified RFC
    but even iam getting the data services details as pervious one ( as old data servie which  i used at firt time)
    why this is happening
    how to solve this issue
    regards
    Srinivas

    Hi,
    Yes you need to restert the J2EE engine. Because when you  imort it first time then it holdes it in cache  memory. It will not be updated untill you restert the server. You restert the server then try it , you will get the right result for updated RFC.
    Thanks
    Chandan

  • BBP_BD 002 Buffer table not up to date

    Hi,
    We are hitting similar error .
    We are implementing Extended Classic Scenario.
    When i create shopping cart - it saves perfectly - status approved. However if i log in as SRM Administrator and check on Application Monitors - the shopping cart is shown as..
    "Shopping cart 1000000133 (PReq. ): BBP_BD 002 Buffer table not up to date "
    Hence this shopping cart does not come into the "Sourcing Cockpit" for further processing.
    Also, i see a message - "create follow on documents not active" under buyer logon - and - check status - shopping cart - followon functions...
    Appreciate if someone can share their expertise on this please.
    regards
    Srini
    SRM Consultant

    Hi experts
    New fields are added to the datasource .0srm_td_cf (confirmtion data source) in BI SRM (rsa2,rsa3 transaction)
    i.e. There are two fields added to the extract structure of the datasource using append structure
    The values are to be populated for the new field.
    I enhanced RSA5_SAPI_BADI to populate the data in the extractor.
    When i check the extractor checker using rsa3 transaction code, it shows a message,
    ‘Buffer table not up to date ‘after clicking the extraction at the bottom.
    I dont know where to fix the problem like, the problem is with the BADI code or with the resulting table where the values are displayed
    Additional info:
    When i click the long message for the error
    it shows:
    Message No : bbp_pd001
    Diagnosis.
    In FORM LTXT_READ_DATA (function group SAPLBBP_PDLTX) an inconsistent status was discovered.
    Procedure
    Start the transaction again. If the error occurs again, create an OSS message.
    To analyze the error, you can set a break point in the function module 'BBP_PD_ABORT' and look at the call-up heirarchy in debuggging mode.
    PLEASE suggest to resolve this issue asap
    Points will be rewarded

  • Dump "Buffer table not up to date" when we change contracts

    Hi experts
    I use SRM 3.0
    Since we have added modifications in contracts, it is impossible to change contracts there's always a dump like "Buffer table not up to date : In FORM ITMADM_UPDATE (function group SAPLBBP_PDIAD) an inconsistent status was discovered. "
    I saw a message in sdn with the same problem and so i tried to desactivate the BADI Check and the problem is not coming any more.
    But I need to reactivate the Badi and I really do not understand why it dumps and the link with the badi Check and everyhting is correct in the Badi.
    My last changes were  : add a custumer field on header and check in the badi check tke rights values for this CUF.
    Thank you for your help.
    Peggy.

    Dear Rao
    Go to Tr:ST22, get the dump log details, from there you will find where the error occur, as well as the callstack, Eg, which
    FM, form ,has been called before the error occur. Set BP  there , so you can proceed debug.
    This dump could happen  if there are some data is missing for this SC, in this case, FUNCTION 'BBP_LINK_GET_OW'
    might interesting.
    Regards
    Lauren

  • Duplicate top level entries in Data Control Palette

    Hi
    I'm not sure when this happened, but I have just discovered that my local facade is now appearing twice in the Data Control Palette.
    Anyone know why this should be?
    I have made a stab in the dark and checked the DataControls.dcx and similar files in the model project, there only appear to be one reference there.
    Tom

    When you create DataControl from SessionBean parser
    goes through that Bean and adds in interface all the
    methods that have different signatures. Only if you
    use refactoring from the pallete when renaming the
    method signature from session bean method in the
    interface will be refactored too. That's all. I don't
    think it is a bug, but I agree that it could be
    solved in better way.
    Regards.Are you saying that if you don't use refactoring to alter a methods name or arguments then when the Create Data Controls is run it simply looks for new method signatures, ie the name and argument as one, and adds those?
    If this is the case, then surely it should remove ones that no longer exist, ie the old one, thus there would still only be one definition. At the end of the day, manually altering a methods name or argument list is surely no different to using refactoring.
    As has been pointed out if you chose to alter the name/arguments manually unless the interface and class method names/arguments match compilation would fail anyway.
    Tom

  • JDev10g Data Control Palette - Blank

    1) I have used jDev10g to follow a tutorial on Struts BC4J ADF JSP
    2) Successfully run the JSP to browse thru the records.
    3) Now the jDev IDE "data control palette" is blank. I can close and re-open using the menu View but the contents of the palette remain blank.
    Of course, a blank data control palette is a problem to me. I can create a new Application and gen new BC4Js and the data control palatte appears with content in the new app.
    I am using OS: Win XP, jDev10g preview 90500 bld 1375.
    Any suggestions/comments? Thanks

    hi
    A colleague of mine has the same problem.
    If I am not mistaken, the contents of the Data Control Palette are based on the DataBindings.cpx file, so I suppose a "Refresh" of the Data Control Palette (from its context-menu) would check the DataBindings.cpx file. But a "Refresh" had no result, the Data Control Palette stayed empty.
    Could someone tell us what to check, to enable the Data Control Palette to find all the information it needs to show the data controls?
    tnx
    -Jan

Maybe you are looking for

  • Battery Life Decrease In Windows 7

    I've recently installed Windows 7 Professional.  And I have to say the overall experience is great so far.  No issues installing it on my X200.  All the drivers work, and all my previous software does too. However, I've run into something I didn't re

  • Need to read Unicode in a file

    Hi, My need to read Unicode from a file (on a Windows box) is due to the fact my software is used in different countries and on different keyboard naturally. All the users are not computer literate but, like me, they are all lazy and want to put thei

  • Free Good indicator Tick in PO

    Dear Experts, My user want one material in Free from vendor and tick the Free indicator in Po but when user tick the free indicator , system ask for Gr based IV and IR indictor tick, when we tick the same system ask for Rate.. Neeru

  • Bex : Get KF result in a formula variable

    Hi, I'd like to get the global result of a Key Figure into a formula variable but i see no way to do it... This is to use this variable in an exception so as to color the individual results in comparison with the result caught in the variable... if u

  • Viewing only files at the root level in a folder?

    When I click on a folder, I see all images in the folder including all the images in the subfolders. If I still have a few loose images in the root level of the folder (outside the subfolders), how do I view only the loose images? M. Jackson