Downloading materials to CRM

Hi
Experts, I still heve problem with regard to Sales data associted to each material. In fact, I downloaded roughly 14,000.00 materials to CRM by middleware succesfully, but Sales data (Sales area) is not copied in Sales&Distrib. TAB for each matarial.
Before download, i mapped R3 Sales Org. with CRM Org. model, I associated each Org, unit (Sales) to each R3 sales area.  For each Org. unit set "Obj. Permitted Determination" up.
I downloaded via middleware the followings objects in the order
given:
DNL_CUST_S_AREA
DNL_CUST_PROD0
DNL_CUST_PROD1
DNL_CUST_PROD3
DNL_CUST_SPROD
MATERIAL
and asked this issue to everybody but I´ve not received any help, please give a hand to solve and I´ll reward 30 point for it (I have three message posted of the same issue). What is missing or wrong???
Thanks a lot

Hi Efrain,
Have you checked the status of the object DNL_CUST_S_AREA. The download of this is completed successfully ? Also It is absolutely necessary that the initial download of objects CLASS, ATTRIBUTE and OBJCL occurs before object MATERIAL is downloaded.
Also check whether the BDOCs are having the Org or not. You can select any of the green BDOCs in transaction /nSMW01 and check the contents of it.
Hope this will help!!
Best reagrds,
Vikash.

Similar Messages

  • Issue of Hierarchy when Replicating Materials ECC- CRM

    Hello,
    We are replicating materials from SAP ECC to SAP CRM, the material got replicated successfully however when I check the material in SAP CRM, the wrong hierarchy is getting assigned to the same(screen shot attached the hierarchy R3PRODSTYP gets assigned however the hierarchy R3PRODHIER needs to get assigned
    Please advice, Product Hierarchies have been downloaded in SAP CRM using the relevant middle ware objects

    I am attaching the screen shot below
    An Earlier material got downloaded in the system correctly containing all 3 categories(screen shot attached below)
    Kind Regards
    Atul

  • Creation of products / materials in CRM

    Dear all,
    I'm starting to work on CRM 2007, and I want to create some products.
    I'm using transaction COMMPR01, but nothing exists and I got this message: No basis hierarchy for product type 02 (Services).
    I don't know what to do and where to start for this creation of products. Everything seems to be linked to categories, hierarchies or attributes...I looked in customizing, but I didn't found anything...
    Thanks for your help.
    Kind regards,
    Gregory

    Hello Gregory,
    If you CRM is integrated to R/3,then make sure that you get the hierarchies from R/3.You can do this by downloading the
    customizing objects DNL_CUST_PROD0 and  and DNL_CUST_PROD1.
    Alternatively,you can maintain this in SPRO of CRM as well,but it would be tedious.
    If your CRM is not connected to R/3,then you can create hierarchies and categories in CRM using txn:COMM_HIERARCHY.
    Also,make sure that you assign set-types to categories.
    Also,please note that you assign categories to product and accordinly you need to assign set-type to categoryies so that
    you can use these set-types in your product.
    If all these conditons are met,then you can go ahead with product creation in txn:COMMPR01.
    Let me know if you have any specific doubts in customizing.
    Hope this helps!
    Regards,
    Shanthala Kudva.

  • Errors while transaction download from ECC- CRM

    we are trying to download transactions from ECC 5.0 to CRM 5.0.
    the initial download has stopped in between and we get an error "SysFail" in the Inbound queue (SMQ2). Information on this error is "The current application triggered a termination with a short dump"
    when we try to analyze the short dump, it says the termination occured in the ABAP program :SAPLCRM_DOWNLOAD_MAP - in "FILL_BTM_PARTNER". In the source code you have the termination point in line 254  of the include program "LCRM_DOWNLOAD_MAPF37".
    please provide pointers to resolve this issue .
    thanks
    RH

    following is the place where the error is being triggered in the program, any suggestions?
    Information on where terminated                                                                   |
    Termination occurred in the ABAP program "SAPLCRM_DOWNLOAD_MAP" - in                         
    "FILL_BTM_PARTNER".                                                                          |
    The main program was "SAPMSSY1 ".                                                             |
    In the source code you have the termination point in line 254  of the (Include) program "LCRM_DOWNLOAD_MAPF37
    Source Code Extract                                                                               
    Line
    SourceCde
    number_int = <ls_bapisdpart>-itm_number.                                |
      if sy-subrc eq 0.                                                                     |
    ls_btm_partner-ref_guid = ls_item_keys-guid.                                        |
    ls_btm_partner-ref_kind = gc_object_ref_kind-orderadm_i.                            |
    endif.                                                                                |
    endif.                                                                                |
    *orderadm_h_guid
    ls_btm_partner-orderadm_h_guid = ls_orderadm_h-orderadm_h_guid.                         |
    *bp_partner_guid                                                                          |
    if lv_nrart = gc_partner_r3_types-customer.                                             |
    *-----AG, WE, RE, RG, etc.                                                                  |
      call function 'CRM_BUPA_MAP_CUSTOMER_TO_BP'                                           |
    exporting                                                                           |
    iv_customer       = <ls_bapisdpart>-customer                                      |
          importing                                                                           |
    ev_partner        = ls_btm_partner-bp_partner_guid                                |
    exceptions                                                                          |
    partner_not_found = 1                                                             |
    others            = 2.                                                            |
    if sy-subrc eq 0.                                                                     |
    display_type                                                                             |
    s_btm_partner-display_type =                                                       |
                           gc_partner_no_type-business_partner_no.                             |
    no_type                                                                                |
    ls_btm_partner-no_type =                                                            |
    gc_partner_no_type-business_partner_no.                              |
         else.                                                                                |
    if ls_btm_partner-partner_fct = '00000001'.                                         |
    >>>>>
    message x020(crm_order_misc) with gv_logsys_r3.
    endif.                                                                              |
       endif.                                                                                |
      if ls_btm_partner-task     eq gc_bdoc_task-delete and                                 |
      ls_btm_partner-ref_kind eq gc_object_ref_kind-orderadm_i.                          |
    special handling for deleting item partner. In this case the item                         |
    partner must not be deleted but updated with the header partner                           |
      insert ls_orderadm_h-orderadm_h_guid into table lt_header_guid.                     |
    insert gc_object_name-partner into table lt_requested_objects.                      |
    call function 'CRM_ORDER_READ'                                                      |
    exporting                                                                         |
      it_header_guid       = lt_header_guid                                           |
    iv_only_spec_items   = true                                                     |
    it_requested_objects = lt_requested_objects                                     |
    importing                                                                         |
    et_partner           = lt_partner_header                                        |
    exceptions                                                                        |
    others               = 1.                                                       |

  • Bdoc error in SMW01 When Loading Materials into CRM

    Hi,
    We have recently done a system copy of our Production System to our Test System in R/3. We are now in the process of loading the Materials into our CRM 2007 Test System from the newly updated Test System in R/3.
    However, when loading the objects into CRM we are getting the following BDoc errors in smw01:
    Value X02 is not permitted for attribute Product Group 3 Value X02 - X09 is not permitted for attribute Product Group 3
    Area: COM_PRCAT
    Number: 20
    We have loaded the object DNL_CUST_PROD1 prior to the load of the MATERIALS object
    Does anyone know how this issue could be resolved?
    Thanks,
    Jonathan.

    Hi, this error refers to tax customizing so you should check what assingments you have in R/3 and then replicated on CRM.
    You can use transaction CRM_TAXCUST_VALIDATE to check the tax errors both in customers and materials.
    Then, according to the missing entries you will see on the transaction I told, you shoul check in R/3 tables TSKM and TSTL (used for materials).
    In table TSTL you have all the customizing made on R/3 transaction OVK1 and in table TSKM you´ll find the customizing made on transaction OVK4.
    The entries made there for your country should be the same ones made in CRM. The customizing path is the following:
    SPRO>CRM>Basic Functions>Taxes>Basic Settings>Tax Types and Tax Groups>Assing Tax Groups to SAP ECC Tax Classifications (Products)
    Here you have to enter the combination of:
    COUNTRYTAX TYPETAX GROUPTAX SEQTAx CL (which you should be able to fullfill after checking the R/3 tables I´ve told you..
    Please let me know if it helps,
    Regards,
    Lorena

  • Sales area missing after Product download --ECC to CRM

    Dear SDN team,
    Im facing a issue after downloading few products from ECC to CRM using Middleware .
    The Products have been download successfully , but the Sales area for Product is missing in CRM system .
    I have correctly mapped the ECC sales area to CRM in txn PPOMA_CRM and also enabled the u201CObj permitted for distributionu201D for the Sale Org in CRM
    I have also downloaded all customizing settings related to Products and Sales areas.
    Can someone please help me here ? Is there any customizing settings I need to make in CRM or change the Products in ECC??
    Please help here
    Regards,
    Dinesh Rao

    Hi Shalini,
    Thansk again , but the problem is not resolved yet .
    I creating a dummy product in ECC with correct Sales area details ( as mainatianed in CRM as well) and downloaded this product from ECC to CRM.
    But still the sales area is missing for the Product !!
    I checked the BDocs as well and there are no errors here as well
    What could be the problem ??
    Please help
    Regards
    Dinesh

  • Process IDocs with configureable materials in CRM

    Dear all,
    I'd like to place ORDERS IDoc into CRM that contain configureable materials using the R/3 ORDERS IDoc Mapping (SAP Library - R/3 ORDERS IDoc Mapping) (http://help.sap.com/saphelp_crm40/helpdata/en/6b/c4ca7dbeaf2743bf7efc61d7e677ef/content.htm ).
    Unfortunately configureable materials are not supported in the standard mapping. Can anyone tell me, what work arounds I could use to achieve this? (the CRM sales orders are replicated into ECC later, where the VC is used for PP)
    Thanks and best regards
    Florian

    Hello Amol,
    You need to use the User Exit on R/3 side if you are appending Z* fields to the BAPI structure and in CRM ,in order to map these Z* fields you can check the PERFORM map_customer_Data in the mapper which is COM_MAP_BAPIMTCS_TO_PROD_MAT(in case of Product master)  or
    COM_MAP_BAPIMTCS_TO_PROD_IL (in case of BOM).
    You also have BADI,  PRODUCT_CUSTOMER2 , you can check the same in txn:SE18 for more details.
    Hope this helps!
    Best Regards,
    Shanthala Kudva.

  • Material Characteristic Download R/3 - CRM

    Folks,
    I am changing a characteristic on a material in R/3 using ct04, creating a new run time version using cu34 and doing a initial load from CRM of the SCE object with a filter on my material. I see the BDoC's coming over on the CRM side with the new version I had created in R/3 but when I query the material in CRM with COMMPR01 I dont see the changes. Any ideas why this is happening ??
    Faz

    Hi Fasi,
       When you change the characteristic in R/3 why are you doing again an Intial download. When you do the final step of generating run-time version, I guess the delta download should have been triggered(Do you say that delta download does not work for the adapter object SCE??)
       How do you check if the change characteristic is available in CRM middleware or not. Do you create a new quote or sales order and check in CRM. In transaction 'COMMPR01' you could see only characteristics modelled via PME, but if you want to see characteristics created in R/3 you need the SCE to be configured with CRM middleware. SCE is part of IPC (Internet pricing configurator).
    So please check by creating a quote in CRM middleware.
    Also please let me know why you do an intial download instead of delta download when you change the characteristics value?
    regards
    Middleware developer

  • Initial Download OLTP to CRM

    Hi friends,
    Need some info and appreciate, if you could provide some clarification on the same?
    How can we defferenciate whether the object is downloaded Initial download or Delta load?
    Could you name couple of Customizing objects for the Initial load?
    Thanks in Advance,
    ErnieNite

    1) To differentiate the Intial download and delta dwonlad in CRM
         queue name for initial download: R3AI_*
         queue name for Delta download: R3AD_*
    3) Customizing objects:
       1)DNL_CUST_ACGRPB -- accounting group for BP
       2) DNL_cust_ACGRPP-- account group product.
      You can find all of the customizing objects in tcode R3AC3.

  • Download Material to CRM

    Hi,
      I would like to download the Material from ECC to CRM. I understand that ECC's product can be assigned to different plant. In this case, how middleware can take care of this?
      For example:
      Plant ABC has material 124
      Plant DEF also has material 124.
    Question 1: iIn this case, middleware will only download the basic data for that material?
    Question 2: if ECC material has extended fields which does not exist in CRM. Settype & Attributes for those extended fields have to be created in CRM and assign to the category. What will be the next step? As what I understand, BADI from CRM will be called and FM in ECC as well. But I do not have clear picture on this.
    Any input is welcome!
    cheers,
    ginnie

    Hello Ginnie,
    To answer your first question,
    In order to download the plant data of a material, you need to add MARC and MARC_KEY under 'Tables/Structures within Object'
    tab of txn:R3AC1 , for object MATERIAL. This would make sure that plant data of material gets downloaded to CRM.
    To answer your second question,
    If you have extended fields in ECC then you need to map them to BAPI structures in User Exit so that these data would flow to CRM.
    In CRM, you need to have settype/attributes and assign that settype to category.And then you need to implement the BADI
    PRODUCT_CUSTOMER2 ,method MAP_R3_TO_CRM_MATERIAL, which would take care of mapping the ECC extended fields to CRM fields( which were defined as attributes/settype).
    Attribute is a way to define datatypes.Settype is a means to group related attributes.If you want these attributes of a particaular settype to be available in a material , then you need to assign that settype to category to which your material belongs to.
    Now to map the ECC fields to CRM fileds you need to BADI.
    Hope the scenario is clear to you.
    Best Regards,
    Shanthala Kudva.

  • Error while downloading material to CRM-Specify the relevant unit of Length

    Hi Gurus,
    I am getting the below 2 errors and one information message while downloading the material from R3.
    Please help me in resolving the issue.
    Thanks in advance for your help.
    Error message:
    1. Specify the relevant unit of length
    2.Validation error occurred: Module COM_PRODUCT_MAT_VALIDATE, BDoc type PRODUCT_MAT.
    Information Messages:
    1.Conversion factors of base units of measure set to 1
    2.Net weight of product HIKARO1 is larger than gross weight
    Thanks and Regards,
    Ananda Reddy Dukka

    Hi
    Please check in ECC material master, the length unit is correclty maintianed.
    Then please check in one of the failed BDoc to see whether data segment COMM_PR_UNIT has the correct data.
    If the data is corrupt there, there might be the error.
    The reason is that xml format was not used in this load. To correct this, please change the entry for consumer CRM in R/3 table CRMRFCPAR parameter send_xml = 'M'. Afterwards start a new initial load of materia.
    Best regards,
    Maggie

  • Table name or report to download materials for storage location

    Hi ,
    Please let me know table name or report or tcode to download material for storage location . I know MARD only. Apart from that table any other please let me knw
    Thanks in advance
    Smitha

    Hello,
    For Material , Plant and storage location report, in SAP Std reports are available.
    1)MC.6
    2)MC.9
    3)MB5b
    4)MB52
    or else get directly from table MARD through SE16 tcode.
    Regards
    Mahesh Naik

  • Where are downloaded materials on my iPad?

    I downloaded a free book from iTunes onto my iPad, but now I can't find it. Where are downloads placed on an iPad?

    In the case of an iBook, in the iBooks app. If you do not see it when you open the app, try tapping on Collections and checking any collections you have (some collections are set up by default).

  • Determine Discount and Price details for Materials in CRM

    Hi,
    I am looking for a standard program / function module which can provide information on Discounts and Prices for any given Material and Customer in SAP-CRM 7.0.
    Any help on this will be highly appreciated.
    Regards,
    Prasanna

    Hi ,
         You can find the price and the discount  for a product in the table CNCCRMPRSAP172 .
    Regards,
    Mithun

  • Plant code in materials in CRM

    Hi Forum,
    How can I achieve to assign a plant to a material when it is upload to ERP??
    thanks in advanced

    Hi Ana,
    I am not sure about the exact solution but have a look of the BADI PRODUCT_CUSTOMER.
    Thanks,
    Vikash.

Maybe you are looking for

  • MacBookPro5,1 + Install Mac 10.9.3 = restart loop (safe boot only)

    Tried installing 10.9.3 from 10.6.8 on my MacBookPro5,1 on 2014/06/03; it goes into a startup loop since then and only starts in Safe mode. I am thankful that Mavericks' Safe mode allows internet browsing; but I have searched in vain so far for a sol

  • Dropped my ipod nano 4th gen

    ok last night I dropped my Ipod nano 4th gen without a case on my tile floor. It was about a 3-4 feet drop. So today I was running and than after a couple mins of running with the song still playing my ipod buttons froze, nothing worked the screen re

  • Turn off applications opening when restarting computer

    I hate in Lion how when I restart my computer, all of the applications I had open before reopen. Can I turn that off? It takes start up forever. I've seen how to uncheck "Restore windows when quitting and reopening apps" and I've uncheck that, but it

  • Disable Output to new layer

    Alright folks! I had a problem using a 3rd party filter with actions and have learned of a solution: Turning off "output to new layer" feature. it is supposed to be found under the preferences menu, however in the article it doesnt state which versio

  • Can someone tell me why we are getting this error message when users try to open?

    It was created in LiveCycle and Reader Extensions were given before posting it to the website.  Normally if you open in Firefox or IE, it will work (sometimes).