Datasources for Product in CRM 5.0

Hello All,
What are the datasources to be used for extracting Product Information from CRM 5.0
I do not find 0COM_PRODUCT_HIER and 0COM_PRODUCT_TEXT in the list of datasources available on CRM 5.0.
The documentation on help.sap.com isnt really useful. I know I can use 0CRM_PRODUCT_ATTR ( this is same as 0COM_PRODUCT_ATTR)
If this is of any use, We have a NW04 BI system connected to a CRM 5.0 System..
Thanks

1. Whether you are connected to NW 2004S or 3.5 , data source is the same.
2. You ay want to look at 0CRM* data sources and if not, if you also maintain these data in R/3 SD, you can extract from there.
Ravi Thothadri

Similar Messages

  • Replicating Custom Fields for Products in CRM  from ECC

    Hi All,
    I am having difficulty in replicating SAP standard field values from ECC to custom fields for products in CRM. This is what i did:
    1. I created a new settype(ZMASTER_INFO) with a single attribute(ZIND_STD) and added
        this new settype to MAT_HAWA. (As all our materials fall under this material type).
    2. I am looking to map SAP standard field from ECC to this custom field of mine.
        I wrote the code in CRM BADI 
        'ZPRODUCT_CUSTOMER2->MAP_R3_TO_CRM_MATERIAL' with the following code:
    DATA: ls_ZMASTER_INFO TYPE ZMASTER_INFO_maintain.
    DATA: ls_category_bdoc       TYPE COMT_PROD_CAT_REL_MAINTAIN,
          ls_category            TYPE COMT_PROD_CAT_REL,
          lt_categories          TYPE COMT_PROD_CAT_REL_TAB,
          ls_settype             TYPE COMT_settype_ext,
          ls_cat_settype_rel     TYPE COMT_CAT_FRAG_REL,
          lt_cat_settype_rel     TYPE COMT_CAT_FRAG_REL_TAB,
          lt_cat_settype_rel_all TYPE COMT_CAT_FRAG_REL_TAB.
    LOOP AT lt_cat_settype_rel_all INTO ls_cat_settype_rel.
          CALL FUNCTION 'COM_SETTYPE_READ_SINGLE'
            EXPORTING
              IV_SETTYPE_GUID         = ls_cat_settype_rel-frgtype_guid
            IMPORTING
              ES_SETTYPE              = ls_settype
           EXCEPTIONS
             NOT_FOUND               = 1
             NO_IMPORT_VALUES        = 2
             NO_TEXT_FOUND           = 3 .
          IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
      CASE ls_settype-frgtype_id.
          WHEN 'ZMASTER_INFO'.
          ls_ZMASTER_INFO-relation-owner = 'X'.
          ls_ZMASTER_INFO-relation-logsys = cs_product_bdoc-header-com_product-logsys.
          ls_ZMASTER_INFO-data-ZZ0010 = is_mara-STD_DESCR.
          ls_ZMASTER_INFO-DATA_X-ZZ0010 = 'X'.
          APPEND ls_ZMASTER_INFO TO cs_product_bdoc-data-ZMASTER_INFO.
          APPEND ls_settype-FRGTYPE_GUID TO cs_product_bdoc-data-MNT_SETTYPE.
       ENDCASE.
    ENDLOOP.
    Since in ECC i am not having any custom fields i did not write any code in ECC for TPS34 and TBE24. I just wrote this BADI in CRM and using the field S_MARA-STD_DESCR.
    I am not sure if i need to write the code in ECC. COUld anyone please confirm if i need the code in ECC?
    Also in the CRM BADI, lt_cat_settype_rel_all is EMPTY. Not sure how this gets its value.
    Could anyone please suggest if i am missing anything here? Any help is appreciated.
    Thanks,
    Karuna.

    Hi Karuna,
    One more solution is to change the BDoc data content before it hit the Database.
    this can be done in badi: Data_Exchange_badi (if u dont find this try with following search string: xchange)
    In the above mention badi you will find a method which is used to populated the contend jst after bdoc in CRM is being populated by R/3 data.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Identify datasources for Product ID

    Hi All,
    is there any specific table to identify for the specific datasource linked to the particular info Object.
    In CRM I need to pull the data from the table CRMC_SRU_REFOBJ and the field is PRODUCT_ ID.I was little confused to identify the datasources.
    Can u pls help on this,
    Thanks,
    Ram.

    Hi Ram,
    In the source system (CRM in this case) you have the tables ROOSOURCE and ROOSFIELD which contains information about all datasources
    in the system. The table ROOSFIELD shows the fields that belong to a particular datasource. Maybe these tables are of help to you.
    Best Regards,
    Des.

  • How to display text type(Basic Texts) for product in CRM WebUI

    hi,
    I am new to CRM WebUI. We have Basic Texts (note type) configured for CRM Products. We want to store long desciption of product information here. I have added it through text types and text determination procedure configurations
    1. CRM > Basic Functions > Text Management  > Define Text Objects and Text Types and
    2. CRM > Basic Functions > Text Management  > Define Text Determination Procedure.
    I can see my text type comming in SAPGUI. I have a business requirement to show this text type on the WebUI...
    Please let me know how to make it appear on the product maintainance page in WebUI.
    regards
    Raghavendra

    It should be available in std view. If not you can make the Assignment Block visisble in your Overview Page (Component - PRDTXT, View - ListWindow). You will get a Assignment Block named Notes.
    Hope this is what you are looking for.
    Regards,
    Alin

  • Datasource for Master Data in CRM

    Hi CRM Gurus,
    I am working in a CRM-BW integration project. I wanted to know the list of relevant Datasources for Master data in CRM side for which i have to load data in BW side for the Opportunity Cube and Activity Cube.
    Also want the list of Datasources for Master Data for Business Partner and Product in CRM system and the relevant Infoobjects(Master Data) in BW side.
    Full points will be awarded. Eagerly Awaiting for your help.
    Regards
    Vishwanath

    Hi,
    The datasources are:
    Opportunity - 0CRM_OPPT_H - Opportunities header
                  0CRM_OPPT_I - Opportunities Items
    Activities - 0CRM_SALES_ACT_1 - Activities
    Master data -
    0CRM_OPPT_CYCLE_TEXT
    0CRM_OPPT_PHASE_TEXT
    0CRM_OPPT_TYPE_TEXT
    Business Partner
    0CRM_BPART_ATTR
    0CRM_BPART_TEXT
    Products
    0CRM_PRODSL_ATTR
    0CRM_PROD_ATTR
    0CRM_PROD_HIER
    0CRM_PROD_IDCMP_TEXT
    0CRM_PROD_TEXT
    0CRM_PROD_TYPE_TEXT
    These are indicative. Do a proper business blueprinting for all your needs.

  • How can we create Versions for Products in SAP CRM

    Hi All,
    We want use Product Versions in our CRM IC Webclient. We want to be able to select a product and then have a list of versions to pick from. Can anyone tell me if they have configured Versions for Products in their SAP CRM system. If yes, then how did you go about it.
    Thanks,
    Ramesh Nallabelli

    Hi Arup and Shanthala,
    Thanks for the prompt responses. Appreciate your help. We want to create Product versions like this: Product: Windows OS Version: 95, 98, XP, Vista, 7, etc.
    When I try to create a configurable product, using the Configuration tab, to create or use a product model I see an error message: PME installation with errors The long text is: The environment variable PME_HOME that includes the PME application has to exist locally in order to start the PME from CRM.
    This indicates the configuration of IPC in our CRM system. This is something that we have not undertaken so far.
    When I use the Poduct Variants tab to create a product variant for a configurable product, I can't edit here. This view opens in a display only mode. After reading some more about this, It looks like variant configuration needs to be used in tandem with ERP variant configuration. There might also be a need to recreate this in the Java configuration engine. We are going to create these products in CRM only, so this might not work for us.
    Regards,
    Ramesh

  • FS-CD / CRM - Datasource for Insurance Object

    Hello Gurus,
    Does anyone know of SAP Standard Datasource for Insurance Object.
    Insurance Object is used in FS-CD and CRM.
    The table where Insurance Object is stored is DIMAIOB and the tcode in ECC is INSODISP.
    thanks in advance

    Hi,
    I involved FS-CD implementation very long back and that to not in depth, but I remenber, we used 99% custome defined DataSources only using Function Modules.
    Check in the following links, you mayy get some information
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/84/97834071adc65de10000000a155106/frameset.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/24/0d723521faee41e10000009b38f889/frameset.htm
    http://www.sap.com/africa/industries/insurance/pdf/FSRI_Release_Notes_471_en.pdf
    Thanks
    Reddy

  • Export DVD for product CRM/SOLMAN Upgrade Solution Manager 7.1

    Hello Experts,
    It is my first time doing an upgrade and I have a problem, the SOLMANUP tool gives me: "Enter at least the mount point containing "Export DVD for product CRM/SOLMAN"", I downloaded from SMP the 12 parts of the SAP Solution M. 7.1 Upgr.Export (51039400), I got now 1 .exe file and 11 .RAR files and when I put the path, the SOLMANUP doesnt recognize as a valid mount point, any advices?
    Regards,
    Paul

    Hi Paul,
    Have you already checked note 1577909?
    Note: 1462137 - Add. info. about Upgrading to SAP Solution Manager 7.1
    Please enter mount points for the DVDs required for the upgrade.
    Enter at least the mount point containing "Export DVD for product
    CRM/SOLMAN"
    Please check if the requested Data Carrier is mounted on any of the mount points:
           Path                                     Description
          +                                        +             +
         1 /usr/sap/SMP/SOLMANUP/51042010
         2 /usr/sap/SMP/SOLMANUP/51040039
         3 /usr/sap/SMP/SOLMANUP/51040119
         4 /usr/sap/SMP/SOLMANUP/51040868_2/DVD_OS_
         5 /usr/sap/SMP/SOLMANUP/upgrade_export_dvd
         6 /usr/sap/SMP/SOLMANUP/upgrade_export_dvd
    You will have to download all the archives and then extract them. Please go through the
    SAP Note 886535 for these kind of archives. Once everything is archived
    and extracted, provide the path.
    Thanks
    Regards
    Vikram

  • BAPI for creating product in CRM

    Hi all,
    i am looking for a BAPI to create a product in CRM.
    can anyone help me?

    Hi Neelima,
    To create product in CRM (commpr01) i use this function:
    CRMXIF_PRODUCT_MATERIAL_SAVE
    I hope this help you.
    Regards,
    Mon.

  • Drop down list for values at parameters forconfigurable product in CRM 2007

    Hi All,
    I want to create configurable service products in CRM 2007 connected with SAP IS-U.
    I uses the simplified product configuration, container approach. Hierarchy, settypes are set.
    Then I created parameters like for example discount, I can set in the WEB UI default value for this parameters, like 5%.
    But I need to have more variables for one parameter.
    For example:
    The agent sells an electricity product to the customer, and wants to configure the product in the sales process, give a discount from 5, 10, 15%.
    This variables 5,10,15% I like to get somehow in a drop down list, that the agent has a choice wich discount he gives.
    Thanks for any answers!
    Gabor

    Patrick,
    In PPOMA, did you check the requester for inheritance?  If the values are maintained at a higher level, is the inhertiance working to the requester level in the org structure?
    Regards, Dean.
    Edit: I just your reply to the previous posting, do you have one set as a default?
    Edited by: Dean Hinson on May 20, 2008 3:27 PM

  • Searching for products via Product Hierarchy ID in CRM Webclient 2007

    Hello,
    When creating a sales order in CRM Webclient 2007 I would like to be able to search for products by using the Product Hierarchy ID. When clicking the search help for product in the order entry screen in the webclient UI, I get a pop-up with the available search criteria. I select Product Hierarchy ID and click on Input Help. A new pop-up is displayed with the three Hierarchy ID:s:
    R3MATCLASS Material Group
    R3PRODSTYP Product Subtype
    R3PRODHIER Product Hierarchy
    I select R3PRODHIER. When hitting the search button, I get all materials which have Hierarchy ID R3PRODHIER assigned as a product category in the material master data. I can however not search for materials which belong to a certain hierarchy node in the product hierarchy.
    In transaction VA01 in ECC it is possible to drill down through the three levels of the product hierarchy to find the desired material. Is the same type of searching possible in CRM?
    Any help much appreciated.
    Kind regards,
    Johan Wigert

    Hi Johan
    I want to know if finally you have found the way to deal this problem.
    Thank you very much,
    Yannuchi

  • CRM Extractors for Product & Customer

    Hi Experts,
                     Iam new to CRM, can any one provide me the extractors for Product and Customer. Here we are trying to extract Product and Customer data from CRM source to BW/BI target, so if i know the extractors for the above it will be really helpful. Also if there is any step by step guide for the same it would be a great help.
    Thanks in advance
    Shiv

    Hi all, this may be too late based on the posted dates, but this is a current issue for me that I have found solution for now and I will post up anyways same thing.  There is very little documentation so hopefully this is helpful for whoever else has unique requirements to use this delivered functionality.
    Finally I am able to find a solution to this problem and now my system is tracking all status changes and providing me detail conveniantely on duration and time between status changes.
    There are some table entries that need to be created plus a couple notes that will help.  This applies to people who are not getting any data whatsoever in their CRMD_TSS_DTRACK table or 0CRM_TSS_DTRACK extractor.
    Goto transaction --> SMW3FDCUST and make the following entries:
    BDoc Type BUS_TRANS_MSG
    Context mBDoc Notification (additional calls)
    Sequence 50
    Service Function CRM_UPLOAD_BW_TSS_DTRACK_SRV
    and
    BDoc Type BUS_TRANS_MSG
    Context mBDoc Notification Multiple (additional calls)
    Sequence 50
    Service Function CRM_UPLOAD_BW_TSS_DTRACK_SRV
    and
    BDoc Type BUS_TRANS_MSG
    Context mBDoc Initial Load (additional calls)
    Sequence 50
    Service Function CRM_UPLOAD_BW_TSS_DTRACK_SRV
    To also ensure your statuses are being captured after all your configurations have been made, be sure that for these 2 key notes you have the approriate corrections existing in your system:
    1024652 - This ensures your custom statuses groups are captured in table and extractor (once you have enhanced it of course)
    1239530 - Ensures that all status changes are captured according to your configurations
    Thanks.

  • Change pointers in CRM for Product Data Extraction using MDM_CLNT_EXTR

    Hi All,
    We want to extract Product data in Delta mode using MDM_CLNT_EXTR.
    I think change pointers are activated in CRM system in a different way. Please let me know steps to activate change pointers in CRM system for Product Data.
    Thanks in advance for your help.
    Regards,
    Shiv

    Hi,
       Please follow the below steps fro change pointers.
    1.      In the Implementation Guide (IMG, transaction SALE), choose Modeling and Implementing ® Master Data Distribution ®Replication of Modified Data ® Activate Change Pointers ‑ Generally.
    2.      Set the activation status Activate Change Pointers ‑ Generally, and save your entry (i.e BD61 Activate Change Pointers ).
    3.      Choose the activity Activate Change Pointers for Message Types like ORDERS.
    4.      Set the active indicator for the message type .
    5.      Save your entries.
    warm regards
    Mahesh.

  • Downloading Pricing condition records for products from ECC to CRM

    Hi All,
         I have a requirement where i  need to download condition records for products from ECC to CRM. The Inputs available for me are Product Id or the material number and the Sales org data.Kindly let me know the step by step procedure that i should follow to download the condition records for the products.
    Note: 1. The Products are already in the CRM system.
              2. I have downloaded the adapter object "DNL_CUST_CNDALL" already.
    Thanks & Regards,
    Shwetha.

    First of check and ensure that if the records are already downloaded. To do so,
    1) Log to ECC system and go to tcode V/06
    2) From here select the condition type you are looking at. Dbl click on the condition type and note down the access seq.
    3) Go to V/07. seelect the access seq you obtained in previous step and dbl click on "Accesses". Here you will come to know the condition table numbers. Note down the table numbers. (example: 002, 567)
    Understand at this juncture that tables from 1-500 are SAP Standard tables and 501 - 999 are customer specific tables.
    1) Log to CRM system and go to se16
    2) Type CNCCRMPR002 or CNCCRMPR567 and Choose F4 from keyboard.
    3) you should find an entry which looks like CNCCRMPRSAP002 or CNCCRMPRCUS567.
    4) query the table with input parameters like Product or Sales Org. YOu should find the records.
    If you fail in step 3, it means that the table itself has not come to CRM. For this do DNL_CUST_CNDALL with OPEN client (go to SCC4 and there Dbl clik on your client. There "NO CHANGES ALLOWED" should not have been selected. If it is so, consult your basis team and explain that DNL_CUST_CNDALL should be done on open client.(Repeat this even if you have already done that)
    If you fail in step4, try downloading DNL_COND_A*** adapter Objects. *** stands for the ECC condition table captured from ECC (step3)
    If you still are unable to find the record in the database table level, Check for the log in SLG1 tcode in CRM system. This gives you an idea of what's wrong.
    Note: Even if you maintain conditions via Product master, ultimateley it gets stored in A* tables in ECC and CNCCRMPR* tables in CRM. So the above procedure holds good for whatever the case might be.
    Hope this helps
    Regds,
    Raghu

  • Error while transporting Datasources in Production

    Dear All,
    I have facing a problem while transporting objects pertaining to BI Cockpit in Production.
    Earlier I had transported all the obects (in more than one transports) in Quality (from Development). After testing the objects, I had imported the same number of transports (and in the same order) to Production and now some of the requests have ended in errors like:
    DataSource 0TCTWHMTFM_TEXT does not exist in source system PW1CLNT003 of version A
    Such errors have occured for most of the Datasources.
    Can anyone let me know
    1) Why the transports have failed while importing in Production when similar requests have been transported successfully to Quality.
    2) The possible solution to correct the error.
    Request your kind help to overcome this problem.
    Regards
    Shalabh

    Dear All,
    Thanks for your kind reply.
    There are no R/3 Datasources involved. Our BI Cockpit landscape is based upon only BI system. No data transfer to take place between R/3 and BI.
    Secondly, you mean to say that I need to replicate my Source system in Production and then proceed with the transporting of the requests from Dev to Prod.
    But I never did the same in Quality while transporting from Dev. Is it that it might have been done in Quality beforehand by someone ?
    Also, when the Datasources have not been transported to Production (resulting in error) then how can i replicate these datasources in Production ???
    Let me know if I have not understood correctly.
    Many thanks again for your efforts.
    /Shalabh

Maybe you are looking for