Management of Beanu00B4s Relationships in Development Components

Hi,
I´m developing a project where I need to use DC for reutilization. I have already created two DC, one DC that contain an entity bean call Improvement and other DC that contain an entity bean call LongText that has the Improvement primary key like a foreign key. So, I need to establish an one to many relationships between the entity beans that are in different development components, but I created the LongText public parts and I did add them to the Improvement Used DCs, and I did create the relationship between the two of them in the ejb-jar.xml of the Improvement DC because I need it to be unidirectional, but doesn´t appear for add the relationship in the persistent.xml.
I´m using the SAP Developer Studio 2.0 SP13.
If someone know what can be the error, I will we grateful.
Regards

Hi Experts,
Could you please reply any one.
Thanks in advance.
Regards,
Jyothi

Similar Messages

  • Web Dynpro Development Components missing for MSS

    Hey Guys...
    The following BPs are installed on our landscape:
    ○       Business Package for Manager Self-Service (SAP ERP) 1.3
    ○       Business Package for Common Parts (SAP ERP) 1.3
    ○       Business Package for Project Self-Service (SAP ERP) 1.0
    ○       Business Package for HR Administrator (SAP ERP) 1.1
    The ECC is EHP 3, SP 14 and EP is 7.0 SP 14
    I've been trying to set up iViews for MSS but I see that all Web Dynpro Applications specified in the technical information of iViews are missing. I searched for Web Dynpro Development Components in the EP and all MSS related WDC are just missing.
    According to SAP Help Documentation (http://help.sap.com/erp2005_ehp_03/helpdata/en/76/77594d165144a1a9bff9aae1e26b26/content.htm) these are required:
    Web Dynpro Development Components:
    ○       PCUI_GP
    ○       MSS
    ○       SAP_PSS
    Where can I get them??? Is it possible our basis didn't install the right Business Package?

    Seems you have got right business packages, though have a look at  note [1303362|https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=1303362] to confirm dependency.
    "but I see that all Web Dynpro Applications specified in the technical information of iViews are missing."
    Well this could be because of errorsome business package deployment, you can still check list of deployed components from SDM and if there is any error log for deployement, you should try to deploy them again(update existing components).
    Hope this helps. If not then probably you should go Content Admin - WebDynpro  and see list of application listed under MSS.. if those referred applications are available then try to execute them.
    And last one.. if you "think" they wont run.. or you have actually tried to run MSS and none of applications are working. you should be able to run standard package without any major configuration chanegs.. so give it a go.. and see if you encounter any error.
    Cheers

  • Import and Export of Webdyn pro development components

    Hi
    I am having a problem in importing a development component.
    When a component has to be transfered from one NWDS to another NWDS i generally export the development component as a zip file. How do i import the Zip file into other NWDS. I tried the import option but the import is not proper.
    Any other way of exporting and importing development components ?
    Regards
    NagaKishore

    Hi Karin,
    I faced a similar problem some time back. I unzipped the project and then imported it. But what i found is that in the webdynpro explorer i could not find the nodes for Public parts and so which are specific to DC projects.
    Regards
    Sidharth

  • Running an Oracle Enterprise Manager job in Oracle SQL Developer

    Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
    Is it possible to run an Oracle Enterprise Manager job in Oracle SQL Developer? I have looked through the Oracle help documents for 9i and it does not seem to cover this topic.

    1007692 wrote:
    Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
    Is it possible to run an Oracle Enterprise Manager job in Oracle SQL Developer? I have looked through the Oracle help documents for 9i and it does not seem to cover this topic.DBA_JOBS resides in the database; not in any particular client.

  • Eventing between 2 Local Development components possible ?

    Hello,
      I have 2 Local DCs named 'Main' and 'Search'. As the name suggests, Main embeds Search in the "Used Web Dynpro components" and passes (via context mapping) a search parameter to Search. Search will appear as a popup window and display the table results if a match or several matches are found. User then have the option of selecting the one of the result from the table or cancel the search.
      Everything works fine till I am trying to fire an event from Search to call the handler in Main. It seems that Search is not able to 'see' the handler that i have created in Main and is not able to close the popup search window.
      The tutorial "Dialog Boxes in Web Dynpro Applications" demonstrates how to do eventing within the same component but I will like to know how can I do the above between 2 different Local Development components. Does anyone have a solution or idea to this ? Thank you very much.
    from
    Kwok Wei

    Hi,
    I think with that search parameter you can also pass on an extra parameter say <b>win</b> of type <b>IWDWindow</b> containing the reference of the window created in the main view.
    In the popup window on action close of the window, instead of calling the handler you can directly give
    win.close();
    win.destroy();
    regards,
    Mahesh K.

  • How to use common resource bundle across all the development components ?

    Hi,
    I am working on SAP NetWeaver Developer Studio - JAVA
    How to use common resource bundle across all the development components ?
    Description :
    I have a requirement of creating a resource bundle (resource.properties) and use that common resource bundle in all the development components.
    Can we create a  development component (war and ear both) and create only resource.properties in this development component( DC ) and create the dependency of the same DC  in all the other DCs ?
    Thanks,
    Neha

    Hello Neha 
    This question is more NWDS related.
    You may have a better chance of someone answering the thread under
    SAP Netweaver -> SAP NetWeaver Development Infrastructure (NWDI, formerly known as JDI) forum
    Thanks
    Kenny

  • New query for 'Manage Database' option in SQL Developer

    Dear all,
    I want to suggest a changed query for the 'Manage Database' option in SQL Developer (right-click on the connection), see the query below.
    This query has the following changes;
    - extra column with the Maximum disk space based on the datafiles (considering autoextend of datafiles); MAX_DATAFILES
    - the PERCENT_USED and PCT_USED are based on the MAX_DATAFILES, as this is really important (and not the difference between ALLOCATED and USED)
    - the results are shown in GB, as that is in my opinion more relevant in this time of data explosion
    - rename of the column FREE to UNUSED_ALLOCATED, as this column identifies how much of the Allocated space is not used
    I hope the query can replace the current one, to improve SQL Developer even more.
    Thanks for the nice tool SQL Developer!
    Kind regards,
    Siebe
    -- Manage Database - Changed Oracle SQL Developer query with regard to Usage of Tablespaces in GB (considering autoextend of datafiles)
    SELECT "TABLESPACE_NAME", "PERCENT_USED", "PCT_USED", "MAX_DATAFILES", "ALLOCATED", "USED", "UNUSED_ALLOCATED", "DATAFILES" FROM(
    select * from (
    SELECT a.tablespace_name,
    --'SQLDEV:GAUGE:0:100:0:0:'||nvl(ROUND(((c.bytes-nvl(b.bytes,0))/c.bytes)*100,2),0) percent_used,
    --ROUND(((c.bytes-nvl(b.bytes,0))/c.bytes)*100,2) PCT_USED,
    'SQLDEV:GAUGE:0:100:0:0:'||nvl(ROUND(((c.bytes-nvl(b.bytes,0))/c.maxbytes)*100,2),0) percent_used,
    ROUND(((c.bytes-nvl(b.bytes,0))/c.maxbytes)*100,2) PCT_USED,
    round(c.bytes/1024/1024/1024,2) allocated,
    round(c.bytes/1024/1024/1024-nvl(b.bytes,0)/1024/1024/1024,2) used,
    round(c.maxbytes/1024/1024/1024,2) max_datafiles,
    round(nvl(b.bytes,0)/1024/1024/1024,2) unused_allocated,
    c.datafiles
    FROM dba_tablespaces a,
    ( SELECT tablespace_name, SUM(bytes) bytes FROM dba_free_space GROUP BY tablespace_name ) b,
    ( select count(1) datafiles, SUM(bytes) bytes, SUM(DECODE(autoextensible, 'YES', maxbytes, bytes)) maxbytes, tablespace_name from dba_data_files GROUP BY tablespace_name ) c
    --( select count(1) datafiles, SUM(bytes) bytes, SUM(c.maxbytes) maxbytes, tablespace_name from dba_data_files GROUP BY tablespace_name ) c
    WHERE b.tablespace_name (+) = a.tablespace_name
    AND c.tablespace_name (+) = a.tablespace_name
    ORDER BY nvl(((c.bytes-nvl(b.bytes,0))/c.maxbytes),0) DESC
    ) --sub1 order by 1 asc
    )

    Very little technical information provided about the error.
    "+IO error.+" - this likely refers to the client attempting to use a socket handle and the call to the handle failing.
    +"The network adapter could not establish the connection.+" - this likely means that the IP address to connect to, could not be reached, or that the connection was not accepted on that port on the remote IP address. (typically hostname resolution errors would give a different error)
    The easiest way to test connectivity is using the ping command to bounce an ICMP echo off the remote IP.
    If that works, test access to remote port on that remote IP using the telnet command - this will check whether there is a service accepting connections on that port, and whether access to that port is allowed in case of firewalls en-route.

  • Backward Navigation in development components

    Hi folks
    According to my scenario, i have 3 DC's named A, B, C.
    A is master DC and is using B as used DC's in metadata . where B is using DC C. So there is linear dependency between them.
    Now my requirement is to navigate from A to C through B.and vice versa.
    Default inbound interface plugs of B and C are used to navigate forward by A and B respectively.
    Now direct backward navigation is possible up to second level through Out Plug of Interface Controllers i.e from B to A and C to B respectively.
    My Requirement is backward navigation from C to A without creating cyclic dependency and using dc C in dc A.
    I have more than 3 development components which have to navigate back to dc A.
    Thanks in anticipation,
    Mandeep Virk

    Hi Naga
    This is a good piece of information but regarding navigation nothing is provided.
    Here author is using ViewContainerUiElement in consumer for other components which i can not use because i have buttons in views on action of which i am preforming some methods and passing context values to other components.
    If i use ViewContainerUiElement still i have to navigate using plugout of interface controllers. i can not directly navigate directly coz it will not pass the context to next component.
    Any idea
    Mandeep Virk

  • Any factors that Development Components cannot be imported?

    Dear all experts,
    I am new to Webdynpro development.  I have tried to open a webdynpro program developed by other developer before.
    1. Copy the source code under my documents and settings, e.g. d:\Documents and Settings\xxx\.dtc\LocalDevelopment\DCs\com.xxx.xxx
    2. Select File > Import and then select Development Components and logon my account to server.  Supposing the component would be appeared under Local as usual.  However, this time, I cannot see the component imported.
    May I know do you have any idea for about?  Thank you very much!
    Best regards,
    Anne

    Hi,
    You can export the DC present in the developer system and then import that .sca file into your System.
    Then refresh the Developement Component.
    Now right click the DCs available and select Create Project if it is available.
    In the next step right click on the DC and select sync Used DCs.
    Then Build and Deploy the DCs.
    If you have any problem (errors) while Syncing or Building check the error log for Missing DCs.
    For any guidance on importing and exporting the Development Component follow this link.
    /people/srinivasan.subbiah/blog/2008/03/21/team-oriented-development-without-remote-nwdi-in-ce-71
    Note: The Developement Configuration package should be same in both the systems.
    Regards,
    Gayathri.

  • Active and inactive development Components

    Hi,
    What are active and inactive development Components ?
    Thanks,
    sowmya

    Hi,
       Basically in the Development Configuration you will be able to see 2 types of development component.
    1)Active
    2)Inactive
    Whenever user needs to change any coding or development then he needs to do this in the inactive DC.
    After check in the activity it will sync with the Active DC.So that means the Active DC is contained data after the check in activity.Both are sync.We are not able to do any changes in active DC.
    This is the restriction by sap
    Thanks
    Kanai

  • What is relationships between Different components of SAP NETWEAVER.

    Hi all
    What is relationships between Different components of SAP NETWEAVER like
    SAP EP, SAP XI, SAP BW , SAP WAS ,SAP MI.
    or What is link between  Different components of SAP NETWEAVER.
    Thanks in advance.
    Naresh-

    Refer this link:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ee/275c42b4e05542e10000000a1550b0/frameset.htm
    Regards,
    ravi

  • Import the existig Development Components using NWDS

    Hello Portal Developers,
    I have a query and need your help to resolve it.
    I would like to import the existing Developed Components (DCs) from portal.
    How can it be done? Can i use the NWDS to import the existing DCs.
    Your earlier help will be very much Appriciated.
    Thanks in Advance
    Regards
    Srinivas

    Hi srinivas reddy ,
    You must have the NWDI for importing the existing DC's into your NWDS. If u don't have NWDI configured, you can not get that back to NWDS. Instead you can open the DC which you deployed before and modify them and redeply.
    reward points if useful
    Thanks
    Suresh

  • Delete development components from shared repository

    We have some test models in the shared repository that need to be cleaned up.  In visual composer, how can you delete development components from the shared repository?

    Hi,
    it is possible to delete a whole DC from DTR by commands:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/cf7e3f15e60a98e10000000a1553f6/frameset.htm
    Deletion of single models falls out of official support.
    Regards
    Anja

  • API for getting the build date of development components

    Hello ,
          we are changing the format of the  <about> screen of our application. We show the version of the main development components that are the part of our application.
    For the version date of the development components, we were earlier showing the deployment date. However we now plan to change it to their build date. We need to know if there is any API to find the build date of the development components.
    Thanks alot in advance for helping!

    Hi do you want all the dates from the back date to sysdate or only the particular back date
    SQL> select sysdate from dual;
    SYSDATE
    22-JUN-09
    SQL> select sysdate-10 from dual;
    SYSDATE-1
    12-JUN-09or if you want all the back dates starting from one particular then
    SQL> select sysdate-10+level from dual
      2  connect by level<=10;
    SYSDATE-1
    13-JUN-09
    14-JUN-09
    15-JUN-09
    16-JUN-09
    17-JUN-09
    18-JUN-09
    19-JUN-09
    20-JUN-09
    21-JUN-09
    22-JUN-09
    10 rows selected.Edited by: oracle_for_dude on Jun 22, 2009 12:11 PM

  • Development Components

    Hi,
    Can you please tell me answers for foll. questions.
    What are the advantages of creating development components ?
    What are active and inactive development Components ?
    What are the mandatory libraries required for development Components ?
    Thanks in Advance,
    Ravi Kiran

    Hi
    check the links
    http://help.sap.com/saphelp_nw04/helpdata/en/d0/b7fd3a2314fb4992b58c90fd4d4183/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/1c/bca99c220c0e45a1cae3c4cccf4346/frameset.htm
    and for more search in SDN  you would certainly get more doc . and even in the ELEARNING catalogs
    search for the DC creation .
    murali

Maybe you are looking for

  • Windows update quits working giving me access error when installing SQL Server 2014...

    I am at my wits end.  I've been developing on Windows for 20 years but have never run across something like this.  On Windows 7 Pro I need to install the SQL Server 2014 demo (SQLServer2014-x64-ENU) with the SQL Server 2012 community data mgmt packag

  • Can`t fast forward youtube movie in Lumia 800

    Any one could help, I am unable to forward youtube movie with Lumia 800 which is quite annoying. Similar problem with Nokia Music as well if I want to fast forward any audio song I am unable

  • Database instance on 10g

    I have created a database instance in 10g (10.2.0.2). I had chosen to install the Enterprise Manager. Everything is working fine. Now, I would like to create second database instance on the same server. Would it be advisable to install Enterprise Man

  • Delete Results in RT and CRT

    Hi Experts, How to delete payresults in RT and CRT after delimit the wagetypes in IT14 and IT15. I checked processing class 30, value is "0" still showing if i check in payresults V. Urgent Surya

  • Windows AD and SSO2DB

    Hi, In XI 3.1, I'm trying to ensure that a users 'Database Credentials' always match their AD logon details so that we can get SSO2DB to work properly in the Universe connections.  From the little I can find, it looks like the 'Synchronization of Cre