New Entity is not managed?

I have created several EJB 3.0 persistence Entities using the wizard provided by netBeans 5.5 all with success. However, when I try to create my own persistent entity outside the wizard, I get an error when trying to use the .refresh method on it.
Why would it be a non managed object?
EJB5018: An exception was thrown during an ejb invocation on [PromoFacade]
javax.ejb.EJBException
at com.sun.ejb.containers.BaseContainer.processSystemException(BaseContainer.java:3730)
at com.sun.ejb.containers.BaseContainer.completeNewTx(BaseContainer.java:3630)
at com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:3431)
at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1247)
at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:192)
at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate.invoke(EJBLocalObjectInvocationHandlerDelegate.java:118)
at $Proxy244.findByRootandPrefix(Unknown Source)
at highsmith.servlets.AddTo.processRequest(AddTo.java:185)
at highsmith.servlets.AddTo.doGet(AddTo.java:247)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
Caused by: java.lang.IllegalArgumentException: Can not refresh not managed object: [highsmith.entities.Promo[item_number=10078]].

Here is the code for the entire entity. it includes the code to declare the entity manager. I am not doing anything else except declaring the em object.
* PromoFacade.java
* Created on March 14, 2007, 8:37 AM
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
package highsmith.ejbs;
import highsmith.entities.Promo;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
* @author pamadon
@Stateless
public class PromoFacade implements PromoFacadeLocal {
     @PersistenceContext
     private EntityManager em;
    /** Creates a new instance of PromoFacade */
    public PromoFacade() {
     public void create(Promo promo) {
          em.persist(promo);
     public void edit(Promo promo) {
          em.merge(promo);
     public void destroy(Promo promo) {
          em.merge(promo);
          em.remove(promo);
     public Promo find(Object pk) {
          return (Promo) em.find(Promo.class, pk);
     public List findAll() {
          return em.createQuery("select object(o) from Promo as o").getResultList();
     /** Created 03/14/07 PA
     * creates a new List of Promo instances using the root.
     public List findByRoot(String root) {
         //  built by PA
            Query query = em.createNamedQuery("Promo.findByRoot");
         query.setParameter("root", root);
         List<Promo> list = (List) query.getResultList();
            em.refresh(list);
         return list;
     /** Created 03/14/07 PA
     * creates a new instance of Promo using the root and prefix.  Returns a single promo instance
     public Promo findByRootandPrefix(String root, String prefix) {
         //  built by PA
            Query query = em.createNamedQuery("Promo.findByRootandPrefix");
         query.setParameter("item_number", root+"%");
         query.setParameter("prefix", prefix);
         List <Promo>list = (List) query.getResultList();
         em.merge(list);
            em.refresh(list);
         Promo returnedPromo = null;
         for (Promo promo : list) {
         //  just loop thru the list & return the last one.  if any root/suffix combo is on promo, the entire root will be too by rule.
          returnedPromo = promo; 
         return returnedPromo;
}Thanks!

Similar Messages

  • Not possible to open/create a new connection within BT manager on Satellite M40

    Bluetooh manager is open and present in system bar.
    However it is never possible to open/create a new connection within bluetooth manager as it always say "bluetooh is not ready". Troubleshooting is required but no clear indication is available; button for wireless link is active and I am able to have wifi internet access at the same time.
    It is never possible to open access to a PDA or mobile phone for file transfer through bluetooth.
    Do i have to reload completely the bluetooth stack or is there another way to troubleshoot the bluetooh system?
    Thanks you for replying if possible.

    Remove the Bluetooth Monitor software if it is installed. Download the latest BT-stack v5.10.06 here:
    http://aps.toshiba-tro.de/bluetooth/redirect.php?page=pages/download.php
    and install it. Ensure that the wireless switch is turned on and the suitable antenna is selected.
    Press Fn+F8 key to select BT antenna. Selection menu only appears if WLAN and BT is inside.
    Read the following if you should still have some problems:
    http://aps.toshiba-tro.de/bluetooth/redirect.php?page=pages/faq/bluetoothnotworking.html

  • Balance carry forward not happening for new entity

    Hello Gurus,
    We added mid 2009 a new entity to be consolidated.
    The balance carry forward assigns the last year results to retained earnings, this is the same accross all entities.
    When executing the task in the monitor, there is no error message but it does no work, results end-up on a difference elimination item.
    For all other entities, it works fine.
    I wonder if there is a configuration that I overlooked.
    Many thanks for you inpput.
    Alex-

    So you are saying that for all other consolidation units, the Balance CarryForward (BCF) was successful?
    but for only one unit is was not successful?
    - I suggest to you that one of the following has occurred;
    1. there is no data against the balance sheet items for that unit (go to totals records to confirm YTD balance last year for all Balance Sheet items for that cons unit)
    2. there is only data against a specific item that has been set to carryforward to the "elimination" item that you mentioned (check the BCF items to be carried forward confgiuration)
    3. there is only data against Balance Sheet items that have been configured NOT to be carried forward (check the BCF config)
    4. you have configured some items incorrectly as Item Type; Income Statement or Statistical instead of Balance Sheet.
    5. You have missed the consolidation unit from the hierarchy for p1, 2010 (please also check the combinations if it is a matrix consolidation unit) so the BCF is not running for that unit at all
    Checking these 5 should get you closer to the answer

  • My HDD crashed and I had to reinstall my boot and programmes on a new HDD.  I managed to recover my library.itl.  How can i import it with the new version of itunes? When i try imprt playlist, it replies that it is not a validly exported file.

    My HDD crashed and I had to reinstall my boot and programmes on a new HDD.  I managed to recover my library.itl.  How can i import it with the new version of itunes? When i try imprt playlist, it replies that it is not a validly exported file.

    It should be like the very first time you synced your phone with I-Tunes. It will notice you haven't synced before and just copy everything from your phone into I-Tunes. It shouldn't delete anything from the phone, at least it never has for me. It just puts a copy of everything into I-Tunes and even if you delete an app for example from your phone and you decide you want it back later, you can just go back into I-Tunes and copy it back over. Hope this helps.

  • System Management entity is not operational

    Hi,
    - NI AT-FBUS Interfacecard
    - Windows XP
    - NI-Fieldbus 3.1
    Installation of the hardware and the software o.k. so far. No Interruptconflict.
    I have connect my Fieldbusdevice to my system. When I Expand All with the NI-FBUS Dialog Utility 3.1 I get the following Error:
    Error: System Management entity is not operational.
    Does anybody has an Idear what does that mean and how I can solve (fix) this problem?
    Thank you very much,
    Genesiss

    Does your system have any existing FF interface module before you connect to AT-FBUS?
    If so, there might be some conflicts between AT-FBUS and the interface module.  In that case, please close NI-FBUS Communications Manager, and run the Interface Configuration Uitility, check the settings of your interface port,  specially check the Device Address (Fixed) and Device Type; the suggested values could be "0x1A" and "Basic Device". Then click "OK" and close the Interface Configuration Utility, and try to connect to your system and run NI-FBUS Communications Manager again, see whether it helps.

  • Why can't I download any new software? download manager doeas not work

    Why can't I download any new software? download manager does not worK

    Hi,
    I am already a member of creative cloud for over 12 months,
    I do not want the trial software, I want the software I am entitled to through the creative cloud.
    I already have photoshop, illustrator, dreamweaver and others, however, after signing in and going to the link below, nothing happens when I click the download button.
    https://creative.adobe.com/products/lightroom
    Len

  • NSM 3.1.1, New users not managed.

    When new users are added to a context with a User Home Folder policy the new users are unmanaged.
    This is a new 3.1.1.15 install. If I right-click the user and select User Actions -> Manage it will create the storage and set the rights per the policy.
    What am I missing?
    Thanks,
    David.

    So it was a simple over-site ( read as a dumb mistake ) the Event Servers and Agent Servers on the Configure tab were not Authorized...
    Thanks for your help,
    David.
    Originally Posted by dbenjamin
    # ls /var/opt/novell/storagemanager/event/data/
    .cacheindex
    I then stop the engine.
    Create a new user using iManager.
    # ls /var/opt/novell/storagemanager/event/data/
    .cacheindex event.dat
    I start the engine.
    Wait a little bit, a minute or less.
    # ls /var/opt/novell/storagemanager/event/data/
    .cacheindex
    Log into Novell Storage Manager Admin 3.1.1.15
    Select Storage Management
    Select the container that has the new user
    Click the check by Users to see the new user
    Right click the user and select Object Properties
    Properties tab:
    -FDN CN=testuser,OU=Students,O=TreeName
    -GUID {big long guid here}
    -Type 1
    -Create Time Friday, August 8, 2014 8:19:54 AM
    Effective Policies tab:
    -Effective Policy Students
    -Policy Type User
    -Managed Path Type Home Folder
    -Managed Path <blank>
    Associated Polices tab:
    -Policy Students
    -Policy Type User
    -Managed Path Type Home Folder
    Transactions tab:
    -Eligible <blank>
    -Deferred <blank>
    -Active Error, Unable to service the request at this time.
    History tab:
    -FDN History, Name; Error Processing Results - 1792: The requested record could not be located in the Global Statistics Reporting database. Date / Time; Not available
    I run the Consistency Check and the Management Status is Not Managed.

  • Web Page composer : new layout does not display Page Header Links Manager

    Hello,
    I am currently working with Web Page Composer, and this is my issue :
    when using original layout, the header are displayed with "Add to favorites", "Print", "E-mail" etc... and all chosen links via the "Select Page links" link.
    But whith my custom developped layout, I can choose wich links to display but they did not show up.
    I think my layout miss a configuration point, but I did not manage to find out which one.
    Does anyone have an idea ?
    Thanks a lot.
    Fabien.

    Hi Fabien,
    Probably, you might have missed something in the configuration part.
    Please ensure, you check all these steps, mentioned in here.
    http://help.sap.com/saphelp_nw70/helpdata/EN/45/d2970be57f4ebbe10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/45/d31ee7d4876f74e10000000a1553f6/frameset.htm
    Good Luck.
    Sandeep Tudumu

  • Creating a New Entity Row using createInstance2 with AttributeList

    I am using JDeveloper 11.1.2.3.
    I am creating a method in the Application Module to create a new Entity Row for a child table.
    I believe I am to supply the foreign key value for the parent table in the AttributeList argument.
    I have search the forum and performed a lot of "Googling", but have not been able to find an example where AttributeList is not null.
    Can you point me to an example?
    Thanks,

    I created a method in the managed bean to add a row via the Iterator for the "junction table", passing the primary keys for each parent table.
      protected void createHistoryForProblem(long fkProbrcptReceiptDtl, String activity)
        // Get Binding Container for the page
        BindingContainer bindingContainer = this.getBindingContainerByPath("com_gac_apps_receiving_view_requestConformityPaperworkPageDef");
        DCIteratorBinding dcib = (DCIteratorBinding) bindingContainer.get("AllDetailForAProblemForAReceiptIterator");
        RowSetIterator rsi = dcib.getRowSetIterator();
        //insert a new row
        Row newContactRow = rsi.createRow();
        // disable validation of data
        newContactRow.setNewRowState(Row.STATUS_INITIALIZED);
        //initialize the columns in the row.
        newContactRow.setAttribute("FkProbrcptReceiptDtl", fkProbrcptReceiptDtl);
        newContactRow.setAttribute("FkProbrcptReceiptActvy", 2);
        //insert the new row
        rsi.insertRow(newContactRow);
        rsi.setCurrentRow(newContactRow);
        OperationBinding operationBinding = bindingContainer.getOperationBinding("Commit");
        Object result = operationBinding.execute();
        if (!operationBinding.getErrors().isEmpty())
          StringBuffer sb = new StringBuffer();
          List errors = operationBinding.getErrors();
          for (Object error : errors)
            sb.append(error + "/n");
          throw new RuntimeException("error occurred while committing data in createHistoryForProblem - " + sb.toString());

  • Entity beans not understood

    hello,
    I am new to ejb. I know that I have come to the right technology and now to the right forum. I have got quite a good grasp on session beans but I don't understand the entity beans.
    I have a couple of questions.
    Firstly if every bean represents a single record in a database then what's th logic behind having these beans in the first place. suppose I have about 10 milion records in one of my table then does that mean I have 10000000 instences of that entity bean? and what will be the advantage of such an arrangement.
    secondly, do I always need entity beans to manage data from a database? I mean what is wrong if I do all that in a session bean? I do connect to a database with jdbc in servlets and jsp, so what is the problem in doing same in a session bean.
    and one general question, how heavy is the remote object on the client machine, what I am asking is, if when I locate the bean using the home interface or home object if you like it, I get access to the remote object. so how heavy is the remote object when I download it on my client machine?
    thanks
    Krishnakant.

    Hi,
    If you want to have 10 million records it is not necessarily 10 million Entity Beans will be instatiated. EJB container pools the EntityBeans and uses then accordingly.
    Writing DataBase code in Servlets/JSP is not a good idea. If you want to get the benefits of layered Architecture we have to follow certain design patterns. DB operations can be handled trhu EntityBeans are DAO factories.

  • Error while creating a new entity row for LoginPageEO.jbo.RowCreateExceptio

    hi all, i am new to OAF i have created a login page and trying to validate to a custom table which had two columns username and password, i am calling function from controller class which is in AM and from AM in turn i am calling function in VOimpl.java file where i am executing my query with whereClause, i am passing two parametere username and password to this function.
    if ((uname != null) && (!("".equals(uname.trim()))))
    whereClause.append(" UNAME = :");
    whereClause.append(bindCount++);
    parameters.addElement(uname);
    clauseCount++;
    if ((pass!= null) && (!("".equals(pass.trim()))))
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append(" PASSWORD = :");
    whereClause.append(bindCount++);
    parameters.addElement(pass);
    clauseCount++;
    setWhereClause(whereClause.toString());
    if (bindCount > 0)
    Object[] params = new Object[bindCount];
    // the copyInto() is 1.1.8 compliant which is required by ARU
    parameters.copyInto(params);
    setWhereClauseParams(params);
    //System.out.println(getQuery());
    executeQuery();
    //System.out.println(getRowCount())
    when i call this from login page i am getting
    Error - oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for LoginPageEO.
    Can any one help me out.

    If your requirement is not to update any DB Table then don't use an EO. I would suggest the following for your requirement of validating the username and password.
    - Create a VO that has the following query. Do not select any EO during the VO creation.
              SELECT 'x'
              FROM  <CUSTOM TABLE>
              WHERE <USERNAME COL> = :1
                  AND  <PASSWORD COL> = :2
            - Have the initQuery(..) Method in your VOImpl, that takes the username and password. Binds them to the VO and executes the query.
    - Have a method in your AM to take the username and password as parameters. Make a call to the above VO::initQuery(..)
    - In your controller's processFormRequest(..) call this AM Method upon the submit button action.
    This should work smoothly.
    The following is just for triaging the error that you have. The above steps, should help you achieve your requirement by itself, the below steps would not be required.
    Coming back to your issue. Any custom table should have the standard WHO Columns.
    - Modify the custom table to have these who columns.
    - In the EO Wizard, synchronize the EO to reflect the DB Structure.
    - Make sure the EO Attributes are marked updatable.
    Cause of your issue: Through you are not creating EO rows programatically, whenever a VO is based on an EO, upon execution of the VO query, EO's are automatically created, based on the number of rows returned by the VO Query. So internally its failing to created the EO Rows. On of the common reason would be that it creates the EO row, but cannot set the attributes from the VO, because the EO Attribute is readonly.
    Hope this clarifies.

  • Error while creating a new entity row for testEO

    Hi All,
    I have a 1st page where I enter the employeeNumber and that particular parameter should get displayed in the 2nd page when I click on the "SubmitButton".I am moving to the 2nd page using pageContext.forwardImmediately.I am passing my parameter with this URL.But, I am getting "Error while creating a new entity row for testEO" in my code before i enter anything in " employeeNumber " field in the 1st page.
    My CO code is:
    /*===========================================================================+
    | Copyright (c) 2001, 2005 Oracle Corporation, Redwood Shores, CA, USA |
    | All rights reserved. |
    +===========================================================================+
    | HISTORY |
    +===========================================================================*/
    package xxfc.oracle.apps.test.OAProject1.webui;
    import com.sun.java.util.collections.HashMap;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.OAWebBeanConstants;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.beans.message.OAMessageTextInputBean;
    import oracle.jbo.Row;
    import xxfc.oracle.apps.test.OAProject1.server.testVOImpl;
    * Controller for ...
    public class testCO extends OAControllerImpl
    public static final String RCS_ID="$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
    * Layout and page setup logic for a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am =(OAApplicationModule) pageContext.getApplicationModule(webBean);
    testVOImpl vo1 = (testVOImpl)am.findViewObject("testVO1");
    vo1.executeQuery();
    Row r = vo1.first();
    System.out.println("**************Error in the below Line**********************");
    Row row = vo1.createRow();
    vo1.insertRow(row);
    row.setNewRowState(Row.STATUS_INITIALIZED);
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am =(OAApplicationModule) pageContext.getApplicationModule(webBean);
    OAViewObject vo1 = (OAViewObject)am.findViewObject("testVO1");
    if(!vo1.isPreparedForExecution())
    vo1.executeQuery();
    Row row = vo1.getCurrentRow();
    am.getOADBTransaction().commit();
    String strEvent = pageContext.getParameter(EVENT_PARAM);
    if (strEvent.equals("update"))
    String custId = pageContext.getParameter("CustID");
    pageContext.putParameter("CstID",custId);
    HashMap hashMap = new HashMap();
    hashMap.put("CustomerId",custId);
    am.getOADBTransaction().commit();
    pageContext.forwardImmediately("OA.jsp?page=/xxfc/oracle/apps/test/OAProject1/webui/popupPG&CustID=custId",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    hashMap, //hashmap
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES
    thanks,
    Akshata

    Hi Niranjana,
    It did not work I am getting the same error.does the WHO column order in the table matters? My WHO columns are in the below order:
    LAST_UPDATE_DATE
    LAST_UPDATED_BY
    LAST_UPDATE_LOGIN
    CREATION_DATE
    CREATED_BY
    my error is:
    oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for testEO.
    It appears on the top of my page as a message.
    Thanks,
    Akshata
    Edited by: Akshata on Mar 15, 2012 12:29 AM

  • Issue with Creation of new entity and adding it to collection

    Hi Experts,
    LR_ENTITY_ACCT(Account details) is the parent node and that is populated using the query builder.
    From there, I am trying to get realtion of notes section 'BuilNotesRel'). If it is not present, I am creating a new entity of that relation through parent node, setting attributes and saving it. I have written the following code. While debugging, I can see the new entity created under parent LR_ENTITY_ACCT and set property is also working. But afer execution, if I check in genil_bol_browser transaction, there is no new entity created under BuilNotesRel. Please help.
    data:  LR_ENTITY_ACCT          TYPE REF TO CL_CRM_BOL_ENTITY,
               LR_COL_NOTES            TYPE REF TO IF_BOL_BO_COL,
                  LR_ENTITY_NOTES         TYPE REF TO CL_CRM_BOL_ENTITY.
            IF LR_ENTITY_ACCT IS BOUND.
              LR_COL_NOTES ?= LR_ENTITY_ACCT->GET_RELATED_ENTITIES( IV_RELATION_NAME = 'BuilNotesRel' ).
    IF  LR_COL_NOTES->SIZE( ) = 0.
        LR_ENTITY_ACCT->create_related_entity( iv_relation_name = 'BuilNotesRel').
        LR_CORE_3 = CL_CRM_BOL_CORE=>GET_INSTANCE( ).
                LR_CORE_3->MODIFY( ).
            LR_COL_NOTES ?= LR_ENTITY_ACCT->GET_RELATED_ENTITIES( IV_RELATION_NAME = 'BuilNotesRel' ).
              LR_ENTITY_NOTES ?= LR_COL_NOTES->GET_FIRST( ).
                  LR_ENTITY_NOTES->SET_PROPERTY( IV_ATTR_NAME = 'TEXT_ID'
                                               IV_VALUE     =  'ZCOM').
                LR_ENTITY_NOTES->SET_PROPERTY( IV_ATTR_NAME = 'TDLINE'
                                               IV_VALUE     =  LS_ACCOUNT_DETAILS-NOTES ).
    LR_CORE_3 = CL_CRM_BOL_CORE=>GET_INSTANCE( ).
                LR_CORE_3->MODIFY( ).
    endif.
    endif.
    Thanks,
    Ramya

    Hi Sumit,
    I have used a structure for notes which is of TYPE crmt_bupa_il_notes.
    ls_notes                TYPE crmt_bupa_il_notes.
    Then I create the entity, get properties, set the properties and do a core modify.
    LR_ENTITY_NOTES = LR_ENTITY_ACCT->create_related_entity( 'BuilNotesRel' ).
         LR_ENTITY_NOTES->get_properties( IMPORTING es_attributes = ls_notes ).
        ls_notes-task = 'M'.
        ls_notes-text_id = 'ZCOM'.
        ls_notes-langu = 'EN'.
        ls_notes-languiso = 'EN'.
        ls_notes-tdformat = '*'.
        ls_notes-tdline = LS_ACCOUNT_DETAILS-NOTES.
          LR_ENTITY_NOTES->set_properties( EXPORTING is_attributes = ls_notes ).
          LR_CORE_3 = CL_CRM_BOL_CORE=>GET_INSTANCE( ).
                LR_CORE_3->MODIFY( ).
    Thanks,
    Ramya

  • New Data is not available in reporting after revrse posting

    Hello All
    I have a cube and data loaded into it.Now i came to know that one request is having wrong data and need to be deleted,without deleting I did reverse posting.Now that particular data(means new data) is not available in reporting.The reporting symbol in request(manage tab) is not available for this request.
    Now what should I do,in order to get new data in reporting.
    regards
    blaji

    sorry i solved it

  • My icloud account on my new iphone does not match the user ID for itunes as it is an old apple ID. There is no password for this ID so I cant change it and it wont let me change the apple ID. Any help?

    my icloud account on my new iphone does not match the user ID for itunes as it is an old apple ID. There is no password for this ID so I cant change it and it wont let me change the apple ID. Any help?

    To change to iCloud ID on your phone you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID then sign in with the new ID.  If you don't know the password for the old ID, and if the old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

Maybe you are looking for

  • How can I have users change textures in acrobat 3d and Reader question tia sal2

    I'm trying to have users in Acrobat reader change textures of a box which I made in acrobat 3d how can I do this? Example I made three textures for a box and I would like the user to have the ability to change the textures if they choose. How can I d

  • Display image from the attachment folder

    Hello, At the moment I am working on an embedded component for the marketing lead TI. The purpose of the component is to show a image stored in the attachment folder. In order to realize my plan I used a image control in the UI designer and bound it

  • How inactive a button automatical in new program runing?

    Hello I have some tab control in my program , containing some array . when I placement numbers in arrays, I use a button to show finish the importing numbers to arrays of that tab control. actually, I produce number 1 by button to show that. when all

  • Photo application

    Hi there - I'm new today to this forum. I've been desperately seeking a solution to a major problem for me. I've had a BBBold 9700 since July 09 and was really pleased with it. Then I got a notification for an upgrade to Desktop software version 6 -

  • InDesign CC crashing on launch

    I've just downloaded the CC version of InDesign to my MacBook Pro but every time I launch it it crashes. I'm running OSX 10.8.3, 8GB of ram, 8GB of disc space and I've tried trashing the prefs but it doesn't even make it to that dialog window. The UI