Knowing/Replicating all related Customized objects (z-objects)

hi,
recently i had to sync a particular object in two systems. the object was present in one system, i had to replicate it in other.
but while replicating i forgot to send some part of object (t-code and texts).
also it was very challenging to find out all the customized objects which were called / were required to replicate as well in order to run my original object successfully.
so, what i want to know is, is there any  transaction code / report which can give me all z-objects related to one object if i just want to replicate it in other system.
i had tried SE80 to get the entire list, but its insufficient when i want to replicate a user exit.

i guess SE80 is the only way to get all related objects

Similar Messages

  • Transcation to know the list of customized objects

    Friends,
    Need one sugestion for the upgrade projcet. Is there any transaction which can tel about the totla no of customized objects available in the system including the user exits routines and all.
    rgds,
    Albert.

    Hi,
      You can check by the development class from SE80 transaction, give the dev.class and check the custom objects assigned to this,
    Hope this helps,
    Rgds,

  • Want to make a report on Custom Object 4 and 3...what am i doing wrong?

    My Custom Object 4 has a field which refers to an item of type Custom Object 3. I want to write a report that shows What Custom Object 3 each Custom Object 4 is related to.
    So i went to the report builder, clicked the "Advanced Custom Objects" reporting, and made a really simple report that has:
    Custom Object 4: Name | Custom Object 3: Name
    When i preview it, it says "No Results". But that's not true. All my Custom Object 4 objects refer to a Custom Object 3 object. What's going on here? Can custom objects 4-15 not interact with 1,2, and 3 in reports?
    Thanks!
    -Kevin Green

    Hi, Yes, it is weird but that is how it is. May be fixed in next release. To hide the column, choose column properties -> column format tab -> Click the field "Hide this column"
    -- Venky CRMIT

  • Custom Object

    Where is it documented the advantages of using objects1..3 vs. the rest? I know it matters, but I'm not sure exactly why 1..3 are special?
    For one thing, looks like only Custom Object 1 is supported for user import,which means I'll need to use dataloader instead.
    Edited by: user8903936 on Jul 14, 2011 11:16 AM

    Normally in Oracle Apps, whenever we crate any custom objects in the Database, we follow the particular naming convention like this...if your company is BBC...
    we follow
    For tables:
    XXBBC_<TABLE_NAME>
    Indexes
    XXBBC_<TABLE_NAME>_U or I or N (  Uniquer or Non Uniquer or like that)
    Synonyms
    XXBBC_<TABLE_NAME>_S  ( S for Synonyms)
    For procedures, Functions, Triggers...
    We will create one CUSTOM Package, all procedures, function will put in that package...it is easy for reference...
    so easily when ever you want to get any custom objects, you can query based on the following query..
    select * from dba_objects
    where object_name like 'XXBBC%';
    It will give all the custom objects in the database.
    I hope you got my point...

  • Custom Objects List Using ABAP Program

    Hi Experts,
    We have  a requirement to collect all the custom objects(reports,smartforms,ddic objects etc)developed in ECC.
    We need list basing on condition of 'last changed by' .
    So for few objects we have 'last changed by' field and we are able to get the list but for few custom objects 'last changed by' field is not maintained.
    Example for BTE there is no 'last changed by'...
    Please suggest if any ideas.
    Regards,
    Rafi

    Hi Rafi,
    Do a source scan using RS_ABAP_SOURCE_SCAN for reports..Put Z* and give your respective conditions on last change field.
    2.Check the Transport list to production you will get other details.
    Hope it will be helpful for you.
    Regards,
    Kannan

  • List of customized objects

    Hi,
    I want to List all the customized objects in the system.
    Can any body tell me the way how to List the same.
    Regards,
    Sekhar.

    There was a developed code for getting the details of Customized programs/objects.....you can find this code under wiki>>code gallery
    Just search there, best of luck!
    Regards,
    Nick Loy

  • Error when querying custom object 5 using contact Id

    Hi,
    I have related custom object 5 to contacts in CRM On demand. I am trying to find out the custom object 5 records related to contact based on the contact Id. I'm using the query page function in the wsdl for custom object 5 (web services 2.0) and the SOAP UI tool.
    Here is the SOAP request (I replaced the contact id in the xml below ):
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="urn:crmondemand/ws/ecbs/customobject5/10/2004" xmlns:quer="urn:/crmondemand/xml/CustomObject5/Query">
    <soapenv:Header/>
    <soapenv:Body>
    <ns:CustomObject5QueryPage_Input>
    <quer:ListOfCustomObject5 pagesize="?" startrownum="?" recordcountneeded="?">
    <!--Optional:-->
    <quer:CustomObject5 searchspec="?">
    <!--Optional:-->
    <quer:ContactId sortorder="?" sortsequence="?"><+Id from CRM on demand+></quer:ContactId>
    </quer:CustomObject5>
    </quer:ListOfCustomObject5>
    </ns:CustomObject5QueryPage_Input>
    </soapenv:Body>
    </soapenv:Envelope>
    I get the following response:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Server</faultcode>
    <faultstring>Field 'Contact Id' in the integration component 'CustomObject5' instance contains invalid query expression: <Contact id that I entered in request>(SBL-EAI-13002)</faultstring>
    <detail>
    <siebelf:siebdetail xmlns:siebelf="http://www.siebel.com/ws/fault">
    <siebelf:logfilename>siebel.log</siebelf:logfilename>
    <siebelf:errorstack>
    <siebelf:error>
    <siebelf:errorcode>(SBL-EAI-13002)</siebelf:errorcode>
    <siebelf:errorsymbol/>
    <siebelf:errormsg>Field 'Contact Id' in the integration component 'CustomObject5' instance contains invalid query expression: <Contact id that I entered in request>(SBL-EAI-13002)</siebelf:errormsg>
    </siebelf:error>
    <siebelf:error>
    <siebelf:errorcode>(SBL-EAI-13006)</siebelf:errorcode>
    <siebelf:errorsymbol/>
    <siebelf:errormsg>Invalid operator: <Contact id that I entered in request>(SBL-EAI-13006)</siebelf:errormsg>
    </siebelf:error>
    </siebelf:errorstack>
    </siebelf:siebdetail>
    </detail>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Can anyone tell me what could be the problem? or what should be the format of the input parameter in the request? I checked in On demand and there should be 1 custom object 5 row returned in the response.

    Hi,
    Thanks a lot . I will try this method too. However, this is how I resolved the problem. I changed my soap request include a search based on contact id:
    <soapenv:Body>
    <cus:CustomObject5QueryPage_Input>
    <quer:ListOfCustomObject5>
    <!--Optional:-->
    <quer:CustomObject5 searchspec="[ContactId]='CRM On Demand Contact Id'">
    <!--You may enter the following 786 items in any order-->
    <quer:Id/>
    <quer:ContactId/>
    <quer:AccountId/>
    <quer:IndexedPick0 />
    </quer:CustomObject5>
    </quer:ListOfCustomObject5>
    </cus:CustomObject5QueryPage_Input>
    </soapenv:Body>
    What I din't realize was that the column names I specified in the quer: tag would be fetched from CRM and returned in the response.
    Regards,

  • Mass update on custom object..:Urgent

    Hi All,
    Is there any possible way to mass update on custom object as currently we can mass update only fro the following record types:Accounts,Activities (tasks, appointments),Contacts,Opportunities,Leads,Service Requests .Is there any other possible way so that we can mass update on custom object?
    Thanks in advance,
    Manish.

    Manish,
    I don't think this is currently possible from within CRM On Demand.
    As an alternative, you could consider 2 options:
    1. Use the DataLoader:
    - Export all the Custom Object Record ID's (Required/User Key Fields) of the batch you would like to update. Once Exported, put them in a certain folder (This way you could keep track of all the updates you are making, make 2 sets (Original and Updated) Updated will contain the updated values file which you can re-import.
    2. Use a .NET utility (We have implemented this for one of our clients to do a certain type of periodic update on a Custom Object)
    Cheers!
    Royston

  • PeopleSoft Initial Upgrade Pass : Custom Objects Missing

    We have just completed the PeopleSoft HCM 9.0 to 9.1 Initial Pass. In the upgraded COP all the custom objects are gone now. Did we do something wrong ??
    I checked in the PeopleTools Upgrade step that the entire PeopleTools objects are replaced at one point. If that is true then how do we do the retrofitting as the custom objects are not available any more :(
    Please help !!
    Shailesh

    The upgrade doc instructs the user to compare their COP with the old DEMO db (where all the maintenance fixes had been applied) in order to build a project - UPGCUST - with all the customizations. Later on, in Chapter 4, this UPGCUST project is compared to the 9.1 release flagging all objects that were also modified by Oracle. At this point, an evaluation of which objects will be kept and which will be overridden by the 91 version needs to be taken - step Reviewing New Release Changes. In Chapter 5, step Copying the UPGCUST Project will copy the chosen customizations over to the 9.1 db. When all 9.1 metadata is copied back to your COP, the chosen customizations will be among them.
    Hope it helps.

  • SDIMA for Customizing Objects

    Hi All,
    We are on SAP CRM 5.0 with ECC 6.0.
    We noticed customizing/configuration (entries missing in CRM) differences and want to address these inconsistencies between ECC & CRM environments using SDIMA. Coluld any one help on us how to proceed on this?
    Kindly provide step by step procedure if we want to check all the customizing objects between ECC --> CRM.
    Appreciate your valuble support.
    Thanks,
    Rahul.

    Dear Rahul,
    please see note 531217  Data Integrity Manager (DIMa) for help regarding an how to use transaction SDIMA.
    regards, Gerhard

  • Unable to set up the default value in custom object 10,related item section

    Hi,
    Please help me out for the below issue
    Custom Object 10 we renamed to Quarterly Broker Review .In Quarterly Broker Review there is a related item section 'Activity'.
    In Quarterly Broker Review ,Activity related Section ,After clicking on The 'New Task' button 'Account Name' field in Quarterly Broker Review(Parent ) should be prefilled in the Activity Section(Related Item Section) in Account Name Field
    'Account Name' field is a Picklist Read Only field.
    Since it is a picklist read only field i couldn't write the expression in the 'Activity' Related section under 'Account Name' field
    you can also help me by reaching at '[email protected]'
    Thanks,
    Srinivas Merugu

    Hi Srinivas,
    As you know, you can refer to a field in a different object by using JoinFieldValue function. But this function is not available for all the object references. If you refer online help for JoinFieldValue function you would notice that from activity only CustomObjects 1,2 an 3 can be referenced using this function.
    If this is possible for the activity and CustomObject 10 then you go to the field named Account Id in Activity object and set a default value. I guess in the parent object "CustomObject10" Account Id will also be stored in "Account: Integration ID". So this field value can be copied into the Account Id field of Activity.
    Instead you could write a web service program to achieve this.
    Thanks
    Naren

  • 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

  • Report to generate all custom objects

    Dear experts,
    Is there any report or tool to generate all custom objects in system. I have to retrieve all custom reports, function modules, fuction groups, tcodes, data elements, domain, tables, views, search helps, partner profiles, rfc connections, idoc types, segments types.
    Taj.

    Dear Gautam your reply is helpfull, but as i have mentioned there are many local objects, and also rfc connection names, partner profiles, idoc types, segments types.. will not get stored in request, so cannot query them. Is there any other ways.
    I know a tool called ACE Tool, but i cannot apply here.
    Edited by: Mohd Tajuddin on Apr 28, 2009 1:58 PM

  • Write formula on custom object   the related info fields

    Hello,
    We have a custom object attached to service request as related info. We don't use fields appear under the related info, which are quick search 1, 2. Would it be possible we write a syntax to their default value so they will copy from other fields of the same custom object?
    for example, i tried to wrote the default value of quick search 1 as
    " [<Type>] ", but it didn't work. :P
    Can anyone please help>
    thanks. sab.

    Hey Sab,
    Did anyone give you an answer to this? i'm also trying to get around this issue. Could you let me know if you have the solution?
    Thanks

  • Custom Object & Relation ship in OM

    Hi Exports,
    How to create new object and relation ship in OM.
    There is some specific requirment that create new custom object along with relation ship.
    Please let me know.
    Thanks & Regards
    Rajesh

    Heloo Dilek,
    I have created New object and relation ship as suggested by you and I am able to save the record.
    But when I went to Overview of the custom object for IT 1001 I am getting one stranage error "No time constraint exists for key 30001O 500215341001A   1 200901019999123199500354"
    On the above error 50021534 Org. unit object (O), 50035486 is Custom object (99).
    I have maintained TC for AXXX & BXXX as a 3 of subtype 1001 in table V_T777ZVK.
    Please tell me where I did mistake.
    Thanks & Regards
    Rajesh

Maybe you are looking for

  • Mail adapter - how to dinamically change attachment file name in sending

    How can I dynamically change the attachment filename when preparig email to be sent? The attachment is an invoice in XML format and I have to put the invoice number into the attachment file name. Thanks in advance. Giuseppe.

  • Project Management System In Dreamweaver

    I'm looking to create project management system in Dreamweaver; similar to MS Outlook, only with an enhanced task hierarchy and detail section. Does anyone know of examples and / or books where I can see what I'm getting myself into?  Even better, do

  • ITunes store won't open without Safari update, but can't update for 10.5.5

    I recently updated to iTunes 10, but now I can't access the iTunes store because it's stating that I need to update Safari to 4.0.3 or later. When I went to update Safari it wouldn't allow me to complete the download because I apparently need a newer

  • T440s - Windows 7 touchscreen support

    Hello all, I am having quite the time trying to get our T440s models to recognize the touchscreen.  It doesn't respond to touch and under system in control panel claims that there is not pen or touch device available on this computer.  In programs an

  • ITunes 4.9 Question

    I just got a mini. Do I need to install iTunes 4.7 that came with the mini, or can I just install the new 4.9?