CRM Object extension document

Hi all,
I have unable to find the link to CRM Object extension document on help.sap.com or service marketplace.
Has anybody clue, where I'll be able to find it?.
I dont know where is this document available.
Thanks in advance & regards,
Andrea

Hi Andrea,
For extending the object, you need to create a subtype of the business object.
Refer to the following link for more details:
<a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4adbf453d11d189430000e829fbbd/frameset.htm">http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4adbf453d11d189430000e829fbbd/frameset.htm</a>
Lokesh
pls. reward appropriate points if it helps.

Similar Messages

  • CRM Middleware Object extensions

    Hi All -
    Can someone send me the "CRM Middleware Object extensions for custom Bdoc developments/Bdoc Modeling" book and any stuff on Business Transaction Events (BTE)?
    TIA,
    Aarthi.

    Hello Davy,
    please do not request documents to be sent via Mail. Have you read Links to CRM Documentation.
    Regards
    Gregor

  • Link CRM objects attachments to TREX

    Hello Experts,
    I want to transfer the attachments from business partner to TREX index for content search? So for this iam using the Software agent framework(SAF), iam using the knowledge base for this(CRMC_SAF_TOOL), indexs are getting created but the attachemtns(.doc,.pdf,.txt files) URL are not getting link to the index??
    Can anyone provide me the how to link the CRM objects attachmetns to content server and then configure it to TREX??
    Or is there any other way to do this..
    Any help/suggestion will be appreciated.
    Thanks & Regards.
    Hemant

    Hello Hamant - how have you worked out with this problem?

  • EEW customizing for system-wide object extension

    Hello.
    We are trying to enhance BUPA object through easy enhancement tool. We
    customized EEW via EEWC transaction and we created a RFC connection to
    let central system (CRM) and target system (R/3 system) to communicate
    each other.
    After these steps we launch EEWB transaction from CRM system by doing
    the following steps:
    1.We created a new project
    2.We created a new extension for BUPA object, and type of
    extension: “Add new fields”
    3.At this moment Wizard is started.
    4.We enter the name, enter the technical properties .
    The problem appears when we try to enter SYSTEM RELEVANCE, we can´t
    state in which other systems the fields of the CI Include are relevant
    because only column “Relevant for BW” appears, and we want
    enter “Relevant for R/3”. However the transport requests are created
    system-wide what shows that the two systems are communicated.
    Nevertheless, no objects are extended in the target system although the
    extension is executed properly in CRM.
    Could you please tell us what is due to?
    Thanks in advance

    Carmen,
    Have you defined the R/3 system landscape in transaction EEWC.  In order to define a field as R/3 relevant the corresponding R/3 systems need to be defined in the EEWC setup.  However EEWB does not work with R/3 backends lower than 4.7 from past experience.  If the R/3 system does not have the packages or function groups that start with OXT.   You must have at least 4.7 or higher in order to use the auto-generation features for R/3.
    You must also make sure you perform the post-processing steps described in the EEWB documentation(in the standard CRM help) in order to make sure the processing fully works.
    Good luck,
    Stephen

  • Fusion crm Jdeveloper customization document

    Hi,
      I want to learn Extensibility t for  fusion crm using Jdeveloper. Will someone pls. let me know which document I need to refer.

    You can get started with the whitepaper available here. For details refer to Fusion Applications Extensibility Guide for Developers.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • In CRM web: pricing document cannot be saved

    Hi All,
    In CRM web getting error like pricing document cannot be saved.
    but order was saved and we got order no also.
    when i checked in in CRM server its showing
    1)The configuration is inconsistent     
    2)Configuration for product PACKAGE is missing     
    3)The configuration is incomplete     
    Thanks in advance
    Puri

    hi Allessandro,
    could you please tell me what is the parameter value that you send to function modul CRM_PRIDOC_COM_SAVE_EC
    regards
    eddhie

  • Services for Object: attached documents/ links cannot be deleted

    Dear SAPfriends,
    The deletion button at the attachment list of "Services for Object" does not work. Eventhough it seems that the documents/ links/ notes have been removed from the object (i.e. Purchase order, material etc), when you exit and re-enter at the attachment list the documents are still there.
    I tried to delete them from OAER, still the same.
    Any ideas?
    Yr help will be very valuable.
    Kind Regards,
    Elly Leondi

    Hello Mauro,
    Thanks for yr reply.
    That was the problem.
    Thanks again.
    Regards,
    Elly

  • MIGO - Services of object (Attach document) doesn't work

    Hello Everyone
    I am using SAP netweaver 7.
    When Using MIGO, I can see the Services of Object button to add attachment and notes.
    When I am trying to attach a new document or even create a note, the system give me a message that the document has been created but the "Attachment list" option is still not available.
    So I cannot see the document that I just attached.
    Trying with transaction VL02N, VF02 and other transactions, it does work.The Services of object is working fine. I can add attachment and notes and of course I can retreive it.
    Furthermore, the table SOOD add a record when I am attaching a PC document in MIGO.
    Is anyone have an idea why, in MIGO, the creation of an attachment or a note, doesn't activate the "Attachment list" option?
    Regards
    dstj
    Edited by: dstj on Nov 2, 2009 9:38 PM

    Hello everyone
    I just found what the problem was.
    When creating a good receipt / purchase order in MIGO, you can attach documents and notes but you cannot see what you did until you performed a post and go back to the display mode of the posted document.
    Here are the steps.
    1. Perform the reception.
    2. Add the document, using the services of object
    3. post
    4. Go back in display material document and enter the document that you've just created
    5. Go to the Services of object, than the "Attachment List" will be available and will list the documents that you attached.
    It is very annoying to have to post before we can validate what have been added to the attachment or the notes.
    As far as I am concerned, we should be able to see the attachment and notes as soon as it as been created.
    That way, we can validate, before posting, if all the work has been done correctly, specifically when you have been disturbed in process.
    Furthermore, based on my observation, if we are attaching documents and not performing the post, the documents have been loaded in SAP database but will never be linked or deleted from it.
    I hope that is not happening to often otherwise that could that a lot of space.
    Regards
    dstj

  • How to get File  object from Document Object . ?

    In conventional Dom Parsing we pass file to DocumentBuilder to get Document Object .
      File file = new File("c:\\MyXMLFile.xml");
      DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
      DocumentBuilder db = dbf.newDocumentBuilder();
      Document doc = db.parse(file); // gOT Document here . My problem is how do i get File object back from Document . If i have Document object with mi.
    Please consider above code as example i dont have File object in my code . i am using Xhive DB API where i get Document directly from API method .
    I need to convert this Document to File to get size of file
    Please suggest solution on this
    Edited by: AmitChalwade123456 on Dec 5, 2008 6:10 AM

    Hello Guys any views on this topic

  • Notification - reference object/reference documents

    hi all,
    When I create a new notification number for a given notification type in our system, there is a subscreen for reference object (such as material number) and reference document (such as production order number)
    Is it possible to have a notification created for more than one material number or more than one production order?
    Does this have to be with ABAP defining new screens?
    Thanks,
    neo

    Hi Neo,
    there's a new feature since EHP 5.
    Check this:
    Assigned Objects - Quality Notifications (QM-QN) - SAP Library
    This is the only way I know to assign more than one object to a notification (without ABAP),
    Chris

  • Using Smart objects between documents

    I know how to make smart objects within a single document, but Is it possible to use Smart objects between separate psd files?
    I would like to create a master background file and have any changes made to this updated throughout all the other psd documents that contain this.
    I cant find any info on this...Can it be done?
    thanks
    Jeff

    No a smart object layer contains a copy of the original in the layer.  If you then change the orignal the copy in the smart object layer is not updated and if you change the copy in the smart object layer the original is not changed. Smart Object are independant from the original.  It is posible to have multipal smart object layers that contain the same smart object in a single document. You can change the single smart object from any of the layers that its in.  You can also have independant smart object layers of the same image. That the difference between dupeing a smart object layer and using menu layers>smart objects>new smart object via copy. 

  • Where can I find CRM best practice document

    Dear all,
    I need the best practices document for CRM 7.0.
    Where can I get this document( I do have the sap service ID from my customer)
    Regards
    PG

    Best practice documents are available here: http://help.sap.com/bp_crm70/CRM_DE/HTML/Content_Library_CRM_EN_DE.HTM
    Reagrds.

  • Filter on the object list documents

    Hi
    As of SAP standard all documents are availalble on the object to which they are linked in-dependent of status. Is there a way to filter availalble documents so only documents with status Released can be seen from the object ? I.e. documents with status In Preparation or locked should not be visible from object.
    Br, Henrik Kragh

    Hi Henrik,
    in the standard there is just the possibiltiy to choose between 'all version' and 'current version' display for object links. Further infromation on this behavior and the logic behind  could be found under
    http://wiki.sdn.sap.com/wiki/display/PLM/Logicforcurrentandall+version
    As another solution I can only think of a BADI implementation with BADI DOCUMENT_OBJ1 or DOCUMENT_OBJ2. With this BADIs it should be possible to filter the linked document info records and display only versions with status 'released'.
    Best regards,
    Christoph

  • Duplicating smart objects across documents

    Hello, what I'm trying to do is keep smart objects linked when duplicating them over to a different document. The thing is, I don't have a problem with the links breaking when I duplicate them from one doc to another on my laptop (a PC) and my friend can also do it on his laptop (a mac). But on my work computer, when I try to duplicate a group with several smart objects inside it, the links break and I am no longer able to update the objects in the doc that I duplicated them into. Does that make sense?? I use Photoshop CC on both my work and home computer, and my friend used Photoshop cs4, but I'm thinking maybe my computer at home isn't the lastest update of CC.. my work computer is, and that is where I am having the issue of broken links. Could this just be a bug in the latest version? Any other thoughts on how I could fix this?
    Thanks!

    Could this just be a bug in the latest version?
    Ah, how easily some people bandy about the word »bug« … but you simply may be right. (edited)
    I can reproduce the issue on 14.2.1 – a group of instances of a Smart Object duplicated to a different file behaves as individual Smart Objects (and the file size seems to reflect that).
    Maybe you can search
    http://feedback.photoshop.com/photoshop_family/
    for existing bug reports on this or, if none exist and someone else can confirm the issue, create one.

  • CRM Interaction centre document v5.0

    Hi
    Does anyone know what is the lastest document available for CRM Interaction centre for v5.0. Also if there is one available, where can I get hold of it?
    Are these available on the marketplace?
    Regards
    Avi

    Yes they're on the marketplace.
    Check out this thread: [Links to CRM Documentation;

Maybe you are looking for