SAP CRM object model and accessibility

Hi All,
I am new to the SAP world.
I am looking into SAP CRM these days to figure out whether we can write a connector in JAVA so that we
could retrieve all the data from the SAP CRM system
could retrieve all the properties associated with the data
permissions associated with the data
But I couldn't find documentation on how the object model looks like and what needs to be done in order to achieve my goals.
For Eg: If that is SharePoint, I know the object model would be like Web Application -> Site Collection -> Site -> List -> List Items etc., and to access that we could either use OOB web services or write custom web services using SharePoint API
Is this possible with SAP CRM?
Can some one help me with this?
Thanks
Naga

Hi Daniel,
i got the same problem. It is an error concerning the parallel processing. You have to enter the parallel view entries manually (table CRMV_EXTMGR_PAR). Please have a look at note 1271899.
Hope i could help you,
Tobias

Similar Messages

  • Mapping SAP CRM Org model to ecc Enterprise structure

    Hi
    SAP gurus,
    I am looking for some step wise guideline for conversation of SAP CRM org model to sap ecc, I want to do the mapping. Can any one please help for required steps.
    and one more thing is I tried to do this by "Convert Org. Model to Represent Multiple Assignments in SAP ECC" option in crm 5.0 but i failed, some error happened, so how can I revert back to crm org model.??
    Please help, I really need this.
    Thanks
    Rahul

    {I am looking for some step wise guideline for conversation of SAP CRM org model to sap ecc, I want to do the mapping}
    I think it's not possible
    {so how can I revert back to crm org model.}
    Not. Please read documentation.

  • What is the major differences between SAP CRM 4.0 and SAP CRM 5.0?

    Dear all,
    Please let me know the major differences between CRM 4.0 and CRM 5.0 versions?
    Your suggestions will be highly appreciated.
    Thank you
    Raghu ram

    Hi Raghu,
    In order to find out the differences between SAP CRM 4.0 and SAP CRM 5.0, you will find no better documentation than the release notes availalble at the following link:
    [https://websmp204.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000429833&_SCENARIO=01100035870000000202&]
    There are several functional improvements, and lot of new functionalites and also better integaration points with SAP ECC. Some of the new features like Visit Planning, Warrenty Claims, Enhanced and easy configurable/ customizable IC Webclient, New concept of Marketing Organization in Org Model. For further information, go through the release notes.
    regards
    Srikantan

  • Difference between SAP-CRM 2007 UI and previous version UI.

    hi,
    anyone knows the differences difference between SAP-CRM 2007 UI and previous version UI.
    anykind of links or files are helpful.
    regards.
    raman.

    Hi,
    actually quite a late response and I think all the rather technically focuses comments have already been given, incl. the link to a really good slide deck, that explains all the technical architecture details on what exactly we did.
    From an end user perspective some other statements on what we did:
    (1) From an information architecture and visualization perspective we acted based on feedback from our customers in the last years, which led to some restructuring of the screen, e.g. moving the navigation bar from the top area of the screen (horizontal) to the left hand side --> sounds simple but users tend to have problem seeing thing at the top of the screen. We also decided to arrange the information for e.g. an account or an opportunity not in a tab oriented format. Again usability tests in CRM had shown that users often find it hard to see and understand that tabs contain additional information. We now show the details in assignment blocks below the header information in a scrollable format. Vertical scrolling is a behavior of a screen that most users know from their internet experience. Those are just two exampels of what we did in this area
    (2) We also have put a large focus on well known web behaviors, like drag & drop and personalization in general, knowing that on the one hand side, no matter what standard UI we deliver, users tend to adapt it exactly based on their needs and wishes. So you will find really easy to understand personalization options everywhere in the new CRM Web Client UI. To achieve this we used lots of web 2.0 techologies that enable especially these easy interactive capabilitites.
    (3) Finally, and this relates directly to the arguments mentioned in (2) we focused as well on really easy UI configuration. Again, in every customer project user interface changes are made, to adapt the SAP default to the customers needs. here we invested a lot to make the 60-80% most common UI changes done in projects as easy as possible, that even non-technical people can generally do it (like Power users).
    Hope this clarifies some arguments what from the users point of view has been done and what the advantages are.
    When you follow the same link as mentioned by Nadine above, you can also find a presentation UI Concept, which explains all the details rather from a users perspective.
    Best regards and enjoy the new UI ..and every feedback is very much welcome, only with your feedback we can improve the solution even more.
    Ingo

  • Needed SAP CRM Data model with Object, Entity and Attribute level details

    Hello all,
                 We are working on a huge IS-U / CRM implementation and we are still in the data gathering phase. The client has a whole load of legacy systems that will be replaced with IS-U and CRM. Right now we are in the process of developing data models using Excel first and then presenting them to the client to go forward from there. For this we need to have all the business objects, entities and their attributes.
    I know about the SD11 transaction, but we don't have a CRM system yet. My colleagues have access to a German ERP system and they were able to get models for HR, FI and Asset management. I tried for the Business partner / customer in there, but the models were not proper.
    So, once again, I need the specific data models out of SD 11 for  CRM business partner. If anybody has the information, please do pass it on to me as I need them urgently. It would be a great help if somebody can do so.
    Regards
    Rajesh

    I suggest the following:
    Please, check whether the system works if you activate the implementation BUPA_F4_AUGRP.
    In addition check the notes 559662, 674869 and 782927. Maybe the notes are already implemented but you can try then the implementation of the BADI (SE19). It should resolve your issue.
    I have implemented this Badi solution before, and after activation; the search help ; nor search result list did NOT show any Business partners anymore that had an authorization group I was not allowed to see.
    kind regards
    Davy Pelssers
    SAP CRM/Security consultant

  • Conflict between Client object model and Item Updated Event Receiver in sharepoint 2010

    Hello All,
    As per my requirement I have a two custom list.
    Agent Details
    Port Name
    Agent Details contains Agent code, Port Name,  email, address and phone of Agent. Its possible that one Agent Code is connected with multiple Port Name.
    Basically what I am doing is I am getting port name connected with Agent code, using jquery and bind those values with check box(using javascript created dynamically) and bind all with Div tag.
    Now when my custom edit form of Agent list open up it shows me different port name binding with checkbox group.
    when user select the check box and click confirm button my clicent object model script will run and add this selected value into Port Name list. 
    After confirm one more button named Save will enable asking user to edit the email, phone or address value and when I click on save my Item updated event fires which update the values of the selected port name(These port name I am getting from port
    name list) to Agent Details custom list.
    Now when I am trying to update the values my event receiver fires or some times it got stuck(not firing). So could you please help me the possible alternative for this requirements.
    Can we user the Ecma Script(Client object model to preserve the value of selectec port) and Item updated event receiver on the same time?
    Is anything am doing wrong then please guide me.

    Hi,
    As I understand, when you updated values in the agent details list the Item updated event receiver got stuck sometimes.
    The item update event receiver will fire after the item has been saved, and the client object model script or the Ecma Script runs before the item is saved, so there is no conflict between the client object model script and item update event receiver.
    You could find out the reason about the item update event receiver gets stuck by debugging the event receiver.
    When you want to debug your event receivers, you have to attach to OWSTIMER.EXE and wait till they are executed. You can control this behavior using the Synchronization attribute. Also, if you’re looking for an easy way to debug an event receiver without
    having to manually attach a debugger to your code, you can use the System.Diagnostics.Debugger.Launch() method.
    The articles below are about how to debug in the event receiver in SharePoint 2010.
    http://sharepoint-kings.blogspot.jp/2013/02/debugging-event-receivers-in-sharepoint.html
    http://chakkaradeep.com/index.php/event-receivers-in-sharepoint-2010/
    http://sharesaint.com/?p=77
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SAP CRM 5.0 and SAP R/3 4.7 Integration - Employee Perspective

    Hi All
    Does anybody has any idea aobut how to create and map SAP CRM employee in SAP R/3?
    Thx
    B

    Hi Bimal,
    Please go through this document which contains end to end steps to integrate R/3 HR with CRM
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/84dd0c97-0901-0010-4ab2-9849fba57e31
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • SAP CRM 7.0 and Enterprise Portal

    Dear SAP Gurus ,
    I have question about the New CRM WEB UI and integration to SAP Enterprise Portal .
    We have been using the SAP Enterprise portal for accesing the SAP CRM functionalities before (eg create Opporutnites and Sales Order ). But with the New SAP version(7.0 and 2007 ) its possible to  have its own portal.
    Now the question is it possible to integrate the NEW SAP WEB UI into the existing portal ? Eg: If we want to have link in Enterprise portal with the Sales Order create functionalyt direlty without going into the stand alone  CRM WEB UI  . Would it be possible to directly call the Sales order service WEB UI in enterprise portal . Right now what we see is that the NEW CRM WEB UI is stand alone and for these type of fuctionalites the user need to login to the NEW web ui and then go to the create sales order screen .
    Is it possible to directly embed the new UI components in the existing SAP enterprise portal ?
    Many Thank for your kind advise !
    Best Regards,
    Ankur

    Ankur,
    Once you have correctly integrated to Portal following the SAP Note, you will no longer see the CRM Navigation. They will be Portal Navigation. If you have read and understood the note, it will be clear. On an overview, let me explain the steps involved.
    1. You create a CRM role (based on some job role) say "Sales Rep" and have configured the CRM Web UI for all the navigation and applications. Like Account maintenance, Opportunities, Sales order create etc. etc.
    2. Following the note and running a CRM transaction, you will now "Export" this CRM role to an external file. This file is very similar to a "business package". All the portal roles, pages, iVeiws etc. get created.
    3. You will now "Import" this into your portal. Again follow the notes to know the loaction.
    4. In the portal, you will assign this "portal role" to your users.
    When these users log on to portal, they will see Portal Navigation (not the CRM navigation). So, the main point lies in defining the CRM role and get it working.
    Hope you get the point....
    Easwar Ram
    http://www.parxlns.com

  • SAP CRM 7.0 and BW 3.5 - BI_CONT 353?

    Hello all!!
    We have CRM 7.0 and BW 3.5 with BI_CONT 353 SP 10. Users need to analyze their CRM transactions but we cannot upgrade BW for now. The CRM 7.0 Master guide says install BI_CONT 7.04. Is there a documentation in order to identify the gaps between BI_CONT 353 and BI_CONT 7.04? Can I activate the business content and use the data flow with this limitations?
    Thanks for your replies.

    Hi,
    Take a look at the docs below.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/86c1f495-0b01-0010-78af-b58118637856
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/910aa7a7-0b01-0010-97a5-f28be23697d3
    Regards,
    ®

  • SQVI Report for SAP CRM Product Hierarchy and its Product

    Hi
    How to create a SQVI report for generating a list for SAP CRM Product Hierarchy which should show the outputs->Level 1, level 2, level 3 and level 4 categories and its products?
    I tried COMM_Hierarchy table and Comm_product but not able to achieve this requirement.
    or Is there any chance of getting related tables so that I could try more for this requirement.
    In which table both product id and its category Id can be found?
    Pravin

    Thanks DJ
    Is there any possibility to get a report for product hierarchy in SQVI ?
    say in SAP CRM system, the product category is maintained in COMM_HIERARCHY as
    Parent category Id->
                                    Level2 Category Id->
                                                                     Level 3 Category Id->                                                                               
    Level 4 category Id ->                                                                               
    Product Id's
    (I understood the link between Level 4 category id and product id with your info.) but not able to achieve the requirement fully.
    Is there any possiblity to achive for generateing a report?

  • SAP CRM  2007 - How to Access a Table from one view to another via ABAP BSP

    Hi experts, I need your help.
    I am working in SAP CRM 2007 developing code modifiying views using transaction "BSP_WD_CMPWB" and my problem is the following:
    After the "Account Identification" process I go to "Create Case" and click in "Complaints" option in the navigation bar.
    Here there are several views involved, like "General data" and "Parties involved"
    "General data" belongs to the component "BT126H_CALL" and the name of the view is "SCDetails.htm"
    "Parties involved" belongs to the component "BTPARTNER" and the name of the view is "Partner.htm"
    The "Partner.htm" view has a table that is displayed using a "<chtmlb:configTable . . . table = "//BTPartner/Table" instruction.
    I need to acces the table "//BTPartner/Table" that belongs to "Partner.htm" in the view "SCDetails.htm" and add data into it.
    How can I do that ?
    Add the data in the view "Partner.htm" itself is very simple, I am using the "EH_ONINSERT" method but I have not idea how to do that from "SCDetails.htm".
    Thanks in advance for your help.
    Best Regards.
    Exequiel.

    Hi,
    as I understand from your question you would like to add a partner to the complaint document.
    The complaint document is a 1Order document and has the root genil node named BTOrder. Using the genil relationships you have to get the BTPartnerSet and then the right Partner Relationship.
    You will find a lot of information in the newsgroup on how to do this by doing a search.
    But a quick help would be to use the sapgui transaction genil_model_browser, component set ONEORDER and using the tree structure navigate from the BTOrder root node to the Partner set.
    Best regards,
    Erika

  • SAP ISU data modeling and BW

    Hello Guru's,
    I am new to SAP ISU ,  can any help me with BW integrations of SAP ISU.
    Like IS-U data model and standard industry processes, how BW is different in SAP ISU landscape. what are the function modules used for metering and billing module. Any document in this regards will be appreciated.
    Points would be assigned.
    Regards
    Pavan

    Hi Peter,
    I addidtion to the link provided above by SAP Expert.
    Also, you may follow the link
    http://www.sap.com/industries/utilities/index.epx
    You will need login to navigate further.
    Hope this helps
    Shilpa

  • Simple Object Modelling and Java IDE for OSX?

    I haven't been technical for a while and I want to refresh my Java and object modelling skills. I'm looking for two things. If I can find both in the same environment so much the better.
    1) A basic UML modelling tool. All I really care about is describing a medium size object model: classes, sub-classes, attributes, relations, etc.
    2) A basic Java IDE. Don't need EJB or anything complex. Just want to compile run and debug simple Java programs.
    I down loaded Net Objects but it seems like overkill for what I want. I looked on some open source sites but almost nothing was native to OSX it all ran under Windows or required a Java virtual machine. Actually I guess that's another question, is there already a Java virtual machine as part of OSX or do I need to download one and if so which would be the best.
    I'm willing to spend a few $$ but free stuff would be better and no more than $50. So far I found one product native to OSX but the starting cost was $400+ for a five person license.

    In case anyone has the same question, I just found this very nice tool on the Apple web site called Visual Paradigm for UML:
    http://www.apple.com/downloads/macosx/development_tools/visualparadigmforumlente rpriseedition.html
    I'm still getting to know it but this is exactly what I was looking for. Fairly easy to use if you already know OO but not as complex as some other tools and works well on the Mac.

  • Locking issue SAP CRM 4.0 and SAP R/3 ECC 5.0

    Hi all, I have a problem that I would like to share before creating any OSS message. I have connected our CRM 4.0 environment to our new SAP R/3 ECC 5.0 environment and am faced with a strange problem. All middleware settings seem to be correct, business partners, products, pricing and all are replicated correctly. However when I create a sales document in CRM it gets replicated to R/3 correctly but it remains locked by my RFC user, preventing me from making changes to the replicated document. The BDoc status remains 'in process' and for some reason the lock is not being removed. Does anyone have seen a similar situation and how was it solved? Thanks, Tiest.

    Tiest,
    This problem may not only be applicable for the combination of CRM 4.0 and ECC 5.0, but for other combinations of CRM and R/3 backend systems as well.
    I've bee facing the same problems with CRM 4.0 and R/3 4.70
    First check your inbound and outbound queues in both CRM and ECC (Tcode SMQ1 and SMQ2). If no queues are 'hanging', then check the status of your BDoc's.
    There are some good OSS notes that help you on these problems.
    Hope this helps you...
    Regards, Jacques

  • Object Visualization and accessing the object's attributes

    Hi all,
    I am trying to configure SWFVISU to allow us to call an ABAP Web Dynpro which displays an adhoc object attached to a workflow in the UWL.
    I've had success with a business object of a task which is not an adhoc object by binding an attribute to the task container and creating a custom attribute in the UWL.  However this is not possible with Adhoc Objects as there could be 0..n objects at runtime.
    I've seen plenty of threads that refer to using ${item.externalObjectId} as part of the visualization parameters, ie in Visualization Parameters:
    APPLICATION     FMCA_WDY_FPF
    DYNPARAM                          WDCONFIGURATIONID=FMCA_WDY_FPF_CONF&RETURN_ID=${item.externalObjectId}
    NAMESPACE                          sap
    SYSTEM_ALIAS     SAP_ERP_Public_Sector
    however in this case the attribute we need access to is an attribute to the Object Class, not the Work Item.
    Is there any other variable substitution we can use in the Object Visualization to reference an attribute of the Object Class itself?
    Thanks in advance
    Alex

    Hi,
    Please visit the below link. This might help you.
    http://weblogs.sdn.sap.com/cs/blank/view/wlg/20379
    Thanks and regards,
    SNJY

Maybe you are looking for

  • I didn't register my Iphone but it's icloud is on can I still use find my iphone

    I just lost my iphone and I have find my iphone app, the icloud is on but he give me a massege that I need to register my device what can I do?

  • JDev 9.0.2 doesn't startup anymore?

    I have Jdeveloper 9.0.2 installed with Oracle 9i Developer Suite (9.0.2) on a Pentium III 600Mhz PC. The operating system is Win 2000. To solve this startup problem of Jdeveloper, I uninstalled Oracle 9i Developer Suite (9.0.2) and reinstalled it com

  • ComboBox inside an ItemRenderer keeps going back to initial selectedIndex

    Hi,      Thanks for taking a minute to help me solve this problem. I have the following component, what I want to do, is to save the selectedIndex on the data.selectedIndice variable. I have no trouble with that. The variable saves the correct new se

  • Play or download a WAV audio file stored in a BLOB

    Hi all, I was hoping someone could point me to the proper steps to take to download or play a WAV audio file I have stored in a BLOB column (from APEX). I'm sure it's probably pretty easy, but I can't quite find exactly the right approach. Basically

  • Unable to Install Cisco Security Manager

    Hi, I facing issue when trying to install Cisco Security Manager in my Windows Server 2008. I had attach the print screen of my server version and error message. The error message had mention that it was due to unsupport OS or terminal service. But,