How to integrate customer objects in CC02 / change management?

Hello everybody,
I want to integrate a new customer object (for customer-specific master data) into the standard change management of ECC 6.0.
I already read that there is a BAdI, which can undo changes made with the standard change management.
"In the BAdI ECM_UNDO Undo Changes, SAP provides separate classes as BAdI implementations for each of these objects. If you want to implement undo changes for more SAP master data and for customer-specific master data, you can use these classes as templates for your own implementations."
But how can I integrate new objects for customer-specific master data?
Thanks in advance,
Lars

Hello Lars,
i´ve the same requirement. For a customer specific development we´ve developed our own business objects. The customer wants the change these objects with change management. You´ve already got a solution for this?
Regards,
Andy

Similar Messages

  • How to find all those list of SAP standard and custom objects that are changed from a specific point of time

    Hi all,
    Please let me know the process to track or find all the SAP Standard and custom objects. that got changed from a specific point of time.
    Is there any function module or any table where this change log is maintained.?
    I just only need the details ,wheather that SAP standard or Custom object has got changed or not.
    Thanks in advance

    Hi RK v ,
    I really don't know what your actual requirement is , but if you want to know the objects as per the modification , then transport request will be much help to you .
    Have a look into table E070 and E071 .
    Regards ,
    Yogendra Bhaskar

  • How to integrate Microsoft project to Oracle Project Management?

    Dear All,
    How to integrate Microsoft project to Oracle Project Management?
    I tried to find Oracle Project button in Microsoft Project to send Project plan to oracle projects. But I didn’t not found any button like Oracle project to upload.
    Can anyone please let me know what the prerequisites to integrate and how to import the same data in oracle Project Management Module from Microsoft Project?

    Hi,
    Please see "Oracle Project Management User Guide", Chapter 5.
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    The following documents should be also helpful.
    Note: 277096.1 - **FAQ Integration with Microsoft Projects**
    Note: 236522.1 - Oracle Project Management Release & Installation Notes
    Note: 236585.1 - Oracle Project Management Documentation
    Note: 804746.1 - Is It Possible To Use Microsoft Projects Integration Without Oracle Project Management?
    Regards,
    Hussein

  • How to protect custom applications using oracle access manager?

    Can someone brief me on how to protect custom applications using oracle access manager?

    Is the Custom application a Web Application running on certified platform? If its Web Application then its no different you have to configure the access policies with http(s) as resource type.
    If its not a web application you can write Custom access Gate and then implement. You would configure the policies similar to Web application (you can define your ouwn resource type if you like) and in the custom web gate you will use Access server SDK API to validate the access rules.
    Thanks
    Ram

  • How are pure custom objects impacted by peoplesoft delivered changes in Upgrades.

    We have developed pure custom component interfaces using delivered components.So we would like to know what would be the impact of changes to delivered components on the custom component interface.
    Similar question for other custom peoplesoft objects like changes to delivered fields to pure custom records,pages,peoplecode etc.

    Hi,
    Let me explain this
    1. If you have custom record and all the fields in those record also custom fields then there won't be any impact
    2. But if you have a custom record with delivered fields, then changes to these delivered field impacts the custom record as well
              eg: length changes to the delivered fields impact your custom record.
    2. Same applied for other objects like pages, components..etc
    Any custom object which uses the delivered objects in it will have impact. Because these delivered objects may be changed in higher version.

  • How to access custom object as property in yField

    Hi All,
    I have a stacked column chart. The data provider (dp) has an
    array of object DataObject which has array of custom objects of
    class ClientRev:
    public function ClientRev(name: String, rev : Number)
    cName = name;
    cRev = rev;
    // data provider
    public class DataObject
    public var clientRev : Array;
    Now I have to use cRev property of clientRev elements of
    DataObject (DataObjects makes data provider) in yField of
    ColumnSeries.
    if i write,
    yField="{clientRev[0].cRev}",
    It doesn't work. Please lemme know how can I achieve my goal.
    Thanks for help.

    "vaibhav.chauhan" <[email protected]> wrote
    in message
    news:gdmhok$2eq$[email protected]..
    > Hi All,
    > I have a stacked column chart. The data provider (dp)
    has an array of
    > object
    > DataObject which has array of custom objects of class
    ClientRev:
    > public function ClientRev(name: String, rev : Number)
    > {
    > cName = name;
    > cRev = rev;
    > }
    >
    > // data provider
    > public class DataObject
    > {
    > public var clientRev : Array;
    > }
    >
    > Now I have to use cRev property of clientRev elements of
    DataObject
    > (DataObjects makes data provider) in yField of
    ColumnSeries.
    >
    > if i write,
    > yField="{clientRev[0].cRev}",
    >
    > It doesn't work. Please lemme know how can I achieve my
    goal.
    Use a dataFunction

  • How to enable Custom Objects in offine edition of CRM On Demand

    Hi,
    We need to enable Custom Objects in the offline edition of CRM On Demand so that Sales Reps can capture the additional information while they are in the field. I wanted to know how do we enable the Custom Objetcs in the offline edition.
    Any pointers would be of big help.
    Thanks,
    Prashant

    Hi, Offline edition doesnt support custom objects or any other object that is not available as part of the default offline solution. Hope it helps
    -- Venky CRMIT

  • How to load Custom Object 1 ?

    Hello to everyone,
    I can't find how to load my data for Custom Object 1.
    I can't find that data type in my wizard.
    Someone can help me ?
    Thanks for your help.

    Hi,
    I would recommend you to raise this Issue in the Administration section of the forum instead of Integration.
    Never the less I would recommend you to do this check before you proceed
    Navigate to the below link
    Admin >> Application Customization >> Customize Record Types
    and find the "Display Name/Singular" under "Custom Object 01" ones found
    Go back to Import/export tool to import data section to locate the name found above.
    Hope this helps :)
    Regards,
    Messer

  • How to identify custom object in repository

    Hi,
    I need to prepare a list of Custom objects(applets, view, screens etc.,) that are existing in a repository.
    How do i identify them?
    version - siebel 7.5.13
    thanks
    Goud

    Assuming naming convention is not strongly implemented as your site, you might want to start with searching for all the objects which are not created by 'SADMIN' (assuming developers don't create objects with SADMIN as user), you might want to use 'Flat' view for that purpose or use sql.

  • How to pass Custom object embedded in Collection

    Hi,
    I'm building an J2EE application(Weblogic 7.0) with swing Client. Our requirement
    is to add custom objects in a Collection and return it to Client thru web service.
    I dont know how to write build.xml so that ant utility created its own parser
    file for the cutom object. We may have lots of custom objects . These objects
    are being returned by a generic response object . I mean a Collection may conatin
    different custom objects depending upon context. This Collection is embedded in
    the generic response object. Can anybode help me to write a buil.xml for this.
    Please suggest a best solution.
    thanks
    Jobinesh

    Contd.......I forgot to mention one thing. We are supposed to use StatelessSessionBean
    as front controller. In this context we can use the ant task for converting this
    front controller to web service.
    Pls help me....
    "jobinesh" <[email protected]> wrote:
    >
    Hi,
    I'm building an J2EE application(Weblogic 7.0) with swing Client. Our
    requirement
    is to add custom objects in a Collection and return it to Client thru
    web service.
    I dont know how to write build.xml so that ant utility created its own
    parser
    file for the cutom object. We may have lots of custom objects . These
    objects
    are being returned by a generic response object . I mean a Collection
    may conatin
    different custom objects depending upon context. This Collection is embedded
    in
    the generic response object. Can anybode help me to write a buil.xml
    for this.
    Please suggest a best solution.
    thanks
    Jobinesh

  • How to "save" custom objects in keynote

    I've created custom art / objects in keynote that I'd like to reuse and quickly insert into presentations.  Is there a way to "store" or "save" the custom artwork in my version of keynote for quick recall?

    Hi, Offline edition doesnt support custom objects or any other object that is not available as part of the default offline solution. Hope it helps
    -- Venky CRMIT

  • How to link custom object 05 to accounts

    Hi,
    I used custom object 05 to create the "Forecast" object. In order to create the desired reports I need to link the cusom object to Accounts. I already found out that there is Read-Only Picklist available that searches in the Accounts and I use that I get the desired result. But unfortunatly, the users have manually select an account everytime they enter a forecast. Is there was to automaticcaly fill in this field to create the relationship between account and forecast? I tried entering a default value in the "Account" filed but it seems to be an standard field and the option is greyed out.
    The forecast is created under opportunity, so I can get the "Opportunity: Account" field filled in automaticcaly but that does not result in a relationship between account and the forecast.
    Any advice?
    Kind Regards
    p.s. I included a screenshot they might clarify my problem a little bit more: http://i.imgur.com/Drh7P.jpg
    Edited by: HelpNeeded on 21-Jun-2011 03:02

    Hi,
    JoinfieldValue will not work for Custom Object 4-15. You will have to use web services to achieve your requirement.
    Thanks & Regards
    Sablok

  • How to integrate custom web application within Fusion Environment?

    Hi all,
    I have created a simple custom web application with JDeveloper (11.1.1.6.2).
    From JDeveloper this application is running successfully through the IntegratedWebLogicServer connected with our Fusion Database.
    Now I want to integrate this custom web application within our our Fusion Environment (11.1.4).
    The final goal is to make it available inside the navigator menu in Fusion Applications.
    I need some guidance how to get this done.
    For example I have created an EAR-file. Where should this file be deployed?
    How can I create an entry in the navigation menu pointing to this web application?
    The web application should be handled just like seeded pages. (no additional security, login, etc.) How do I manage that?
    I have checked several Oracle Guides and forums (also blogs.oracle.com/fadevrel), but still it is not clear to me.
    Maybe I am on the wrong track, I don't know.
    Kind regards,
    Cor van Dongen

    How you deploy your EAR depends on the type of environment you have. For "OnSite" deployment you would need to contact the production system administrator to have your application deployed on the production WLS. The administrator would decide where and how the application is deployed, the process would be specific to the site.
    The security behavior depends on the configuration, e.g. when you enable security on your application various [url http://docs.oracle.com/cd/E14571_01/web.1111/b31974/adding_security.htm#BGBDEHFH]files are created / updated. When deployed to production these configurations need to be changed to suite the production instance, i.e. in development environments authentication is enforced by security constraints while in production this is achieved e.g. using OAM policies. The specific details depend on the instance.
    For Cloud environments you would need to deploy the application e.g. on [url https://cloud.oracle.com/mycloud/f?p=service:home:0]Java Cloud Service instance as applications cannot be deployed on the Cloud production instance.
    To integrate with the navigator menu refer to the [url http://docs.oracle.com/cd/E15586_01/fusionapps.1111/e16691/ext_nm.htm]Customizing the Navigator Menu documentation.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • How to delete an object from a change master?

    I have a situation where a PDM has copied a route (task list) that was tied to a change master and brought it over by mistake, the route was also copied to the wrong group number and counter. What I want to do is have the route deleted and recreated with it's own group number and counter 1, however because it is linked to a change master it keeps pulling in that same group number. Any idea how to correct this or remove the material from the change master, we've tried to delete the object but get the message that not all objects were deleted and it is still there.
    Thanks in advance.

    HI sathish,
    1. If the old request is release,
       then we cannot do anything.
      (There is no point in changing that old request)
      (bcos its already released)
    2. what can be done is that
       u save once again the objects,
       and it will once again ask for new request.
    3. this time save it in new request
    regards,
    amit m.

  • How to edit custom integrator/layout to change LOV query

    Hi,
    We have a custom integrator to populate data in to a custom table, in one of the columns in Header, we have simple list of values setup.
    i want to update the list of values query to fetch from a different source and different condition.
    i am not able to do that through "Create Document" or "Define Layout" etc., any idea how to change the LoV query or is it possible to do it through front-end pages?
    Rgds,
    -Kamal

    if you are using 12.1.3/4 then you can do using "Define Parameter" screen to create LOV and attach to integrator.

Maybe you are looking for

  • I have one iMac with 2 users. Will Home sharing allow me to share music between users? (running Mac OS 10.8.2

    I just seemed to get turned around when trying to share music on the same iMac. How do I share music between two different users with two different iTunes accounts on the same iMac. My wife and I simply want to be able to share music that she purchas

  • Mac Mini/Xcode/OS Mountain Lion issue

    Hi everyone, I'm a complete newbie to macs and I'm having a tough time figuring a couple of things out. I basically bought a mac mini so I can use Xcode. I went to try and download it but when it finishes and I open the Xcode file I get a message tha

  • Error 6753 - Possible Solution (worked for me!)

    I just spent two frustrating hours trying to set up my AX in a hotel room. I was running Airport Utility on my PC (Windows XP) but PC could not see the AX. Did hard reset, then factory reset - still no luck. Connected PC to AX with ethernet cable - g

  • SQL Developer not migrating Sybase data

    Hi, I am trying to migrate data using the SQL developer tool from a Sybase database to Oracle 11g. When using the Migration Repository, I am able to recreate the schema but am not able to export the database content. (i.e. Not able to do the Data Mov

  • How to create set hierarchies from FI SL.

    Hi Experts, How to create set hierarchies from FI SL. Could you please tell me Step by step procedures or send to this mail id [email protected] Thanks Regards, Sathis.J