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

Similar Messages

  • SYSFAIL Error in SMQ2 - Transfer of material from R/3 to CRM

    Hi,
    We are using standard BDOC to transfer material from R/3 to CRM. BDOC Type is PRODUCT_MAT, Queue name is R3AD_MATERIA<Material No>.
    There are some queues which are struck in SMQ2. There are no struck queues in R/3. The struck queue has the status SYSFAIL and when I double click, it shows Message - Error in Mapping (Details: transaction SMW01)
    I checked transaction - SMW01. The queue name which is in SYSFAIL status is not coming up in SMW01.
    I do not understand whereelse I can see the detailed error message.
    This error does not occur for all articles.
    As I don't have sufficient knowledge in CRM and BDOCs, any pointers regarding the issue will be very much helpful.
    Thanks and Regards,
    Lakshmi

    Hi Lakshmi,
    Please follow as below:
    SMWP-Middleware Monitoring Cockpit- This transaction gathers a wide set of information about the status of the Middleware & Downloads in both the CRM system, the R/3. All statuses should normally be green but there may be some circumstances which stop this occurring. Expand the section Generation Information which refers to the generation of BDoc Types. Where ever you see error you can right click and Select Analysis Tool then right click and check the error.The log shows the error.
    SMQ2- Select a Queue and select Display. Queues connected to R/3 start with a queue name of R3A/D.
    Double click on the Status field i.e SYSFAIL. Reason will be shown.In your case it is u201CError in Mapping (Details: transaction SMW01)u201D. Then Continue and select a queue and select Display.You can see the Individual BDocs are beoing displayed.
    SMW01- give Bdoc Type as " Product_mat". If it is not displaying then I request you to check if all the objects are generated properly.This may also happen if the objects are not properly generated.Use tx-Genstatus. That will give you a list of error objects to be generated.
    Regards...
    Arup

  • 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.

  • Displaying Material Characteristic data in MD04

    Hi there,
    I have a requirement to display Material Characteristic information in the "Additional Data" tab for a given material in transaction MD04. (Screen 100 of Function Group M61K in se80)
    What is the best approach to doing this? Can this be configured (without programming), or if not, is it possible to use a BADI such as
    MD_ADD_COL_EZPS to achieve this? (from looking in forum, this appears to be an option)
    Will I need to modify the screen? - hoping to achieve this without modification...
    Any responses are appreciated.
    Thanks,
    David.

    Explore the methods ACTIVATE_ADD_COLUMNS and FILL_ADD_COLUMNS of this BADI.
    Example: This code adds a button on tool bar of MD04 and when clicked populates delivery column
    Method - ACTIVATE_ADD_COLUMNS
      button1_ez = "DELIVERY".
      ez1_mode = '2'.
    Method - FILL_ADD_COLUMNS
    Populate the column
      DATA: lv_column1    TYPE mdez-usex1,
            lv_ebeln      TYPE ekbe-ebeln,
            lv_ebelp      TYPE ekbe-ebelp.
    Get Delivery Doc# for corresponding PO/STO
      lv_ebeln = ie3mdpslx-delnr.
      lv_ebelp = ie3mdpslx-delps.
      SELECT SINGLE belnr
             FROM ekbe
             INTO lv_column1
             WHERE ebeln = ie3mdpslx-delnr
             AND   ebelp = ie3mdpslx-delps.
      IF sy-subrc EQ 0.
        MOVE lv_column1 TO emdezx_usex1.
      ENDIF.
    Thanks,
    SKJ

  • Material Updates from ECC to CRM

    Hi Experts,
    We recently had application of Enhancement Pack4 on our ECC system. After the application EHP4 pack, we have started getting some material updates from ECC to CRM. And those updates are failing in CRM as we do not have any material set up in CRM. Due to these failed updates, lot of dumps are getting created in CRM. So can u please advice where/how in ECC i can restrict these updates to go to CRM. Any help in this will be highly appreciable.
    Regards
    Charitha

    Hello Charitha,
    In txnn:R3AC4 of CRM , check INACTIVE flag for object MATERIAL (and any other objects whose data is not required in CRM)
    for your RFC destination (ECC).
    This would prevent any automatic data flow for this object from R/3 to CRM.
    Hope this helps!
    Best Regards,
    Shanthala Kudva.

  • How to use Reserve the material in r/3 from CRM

    Hi,
    The client is using a customized process (i.e work flow ) to reserve material in r/3 from crm service order.
    Now they want to use standard reservation process of r/3 to reserve the stocks of the crm service order.
    The client is using the crm 4.0 and r/3 4.7 .
    I have checked the crm logistics integration process but it could not suit the requirements
    regards
    Edited by: Kamineni Sharma on Mar 31, 2008 8:35 AM

    hi Sharma
    check this may solve ur problem
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/4b/8bc43ace7a3b46e10000000a114084/frameset.htm
    Reward points if helpful
    cheers
    ranga

  • Material description is missing when replicating material from R/3 to CRM

    Hi Experts,
    I am facing middleware error.
    I have replicated a material from R/3 to CRM system.
    I am able to see all the details in CRM except the material description in CRM.
    The material i have replicated from R/3 to CRM has a description in R/3 but the same description is missing in CRM and it is showing blank.
    Please help me to solve this.
    Thanks

    Hi,
      Go to the COMM_PRSHTEXT see the table entries is there are not. Pass product GUID in this table and check.
    Regards
    Srinu

  • Table names for Material Characteristic againgst production order

    Hi Guys,
    Actually I have a problem in finding the table name for material characteristic against production order such as Individual length, factor, color, etc. I really spend more than a day to find this. But I cudn't make it. Finally I found the flow some how, but is working only for few cases. Here is the flow.
    AFKO(RSNUM) --> RESB(OBJNR) --> INOB(CUOBJ) --> AUSP(OBJEK).
    T-code: CO02 / Fast Entry tab / Change Configuration(Item Level) / Change Characteristic values.
    Anybody knows about this. Please help me out on this. And please note that, it is not the material characteristic from MM01, it is against production order from CO02.
    Thanks
    Yasin.

    Hi Yasin,
    The best way to know Table Names in SAP is to use a Transaction Code Called : SQL Trace. Tcode : ST05. This will tell you about all the database tables that have been accessed while the Transaction was executed. And then you do a complete analysis of it, what are all the Tables that have been accessed, the fields and the data transfered. So, it's a complete trace of the SQL Query but you can use the information as needed.
    Have a look at the following Links:
    http://help.sap.com/saphelp_nw04/Helpdata/EN/17/358df9c9fee2469105731e10756921/content.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/801f89454211d189710000e8322d00/content.htm
    The best things is that you can use it across any SAP Transaction as it is available in SAP NetWeaver .
    Hope this helps.
    Thanks,
    Samantak.

  • Which table to retrieve material characteristic?

    Hi,
    I wish to pull all material characteristic description and value from material master.
    MM03 -> under MRP view -> double click the Configure variant -> char description,  char value
    I can retrieve these characteristic from Function module CUD0_GET_VAL_FROM_INSTANCE one by one only.
    Please suggest me which table can I retrieve whole list of these data?
    Thanks

    you need to link the following tables to get required details.
    Classification Name Description Uses
    KSSK     Material number to class 
    KLAS     Class description 
    KSML     Characteristic name 
    CABN/CABNT    Characteristic name description 
    CAWN/CAWNT  Characteristic name 
    AUSP Numeric   values 
    warm regards
    Ramakrishna

  • Material master download

    Hi all,
      I read the help.sap.com and found that all materials information (classes, characterisctics and characteristic values) can be downloaded via the adapter object SCE if a knowledge base object and its run-time version is created in R/3.
       Has anyone downloaded the information via adapter object ‘SCE’.
    Also from the documentation in R/3, I found that characteristics in R/3 is equivalent as attributes in CRM. Now if characteristics in R/3 if downloaded via ‘SCE’ object will the characteristics appear automatically as attributes in ‘COMMPR01’ Transaction.
                                 Or
    These characteristics will appear only in PME tool only.
    Could somebody help me in this. Any help will be highly appreciated.
    Thanks in advance
    Middleware developer

    Hi Jothi,
    Referring to your question, use PME when only create
    the configurable product in CRM. From my experience,
    I don't use it when downloading configurable product
    from R/3.
    Hope this answer your question.
    Cheers,
    Gun.

  • REplication of Material Master from ECC to CRM - NO_STRUCT_DEFINITION Error

    HI CRM Experts,
    I am trying to replicate master data for material from ECC to CRM. I have done the required customizing downloads. Done with downloading of DNL_CUST_PROD0 and DNL_CUST_PROD1. I have got the Material types in CRM with categories R3PRODSTYP, R3PRODHIER & R3MATCLASS. There is no filter setting in R3AC1 for MATERIAL. Now when I am trying to do initial down load for Material through R3AS and monitoring in R3AM1, the status shows running with Block = 0. Having checked in SMQ1, am getting error as System Fail with error Exception Condition with "NO_STRUCT_DEFINITION" raised.
    I have checked with the Product structure in ECC and compared with R3PRODHIER in CRM. They are same.
    Kindly let me know what am I missing out.
    Regards,
    Ravindra Valy

    Hi,
    I had applied the not earlier itself.
    Lateron I realized that the note I had applied at CRM end. I have to apply at ECC end aswell.
    After applying at ECC end, the problem is resolved.
    Thanks
    Ravindra Valy

  • Material request download error

    Hello Experts,
    I am facing typical material download issue, please help me out to overcome this:
    - material number in ERP has lot of speical characters say e.g. - : =
    - DNL_CUST_PROD0 / PROD1 / PROD 3 / TAX all has bee done
    - Materials are already downloaded
    - When I tried to download new materials from ERP to CRM(missing) I am getting error: as "Mat. for Initial Download: Function table not supported" ; additionally I am also getting tax sequence for country CA, but in ERP no tax classification maintained for CA for particular material. Also no data available in TSTL, TSKD etc..tables.
    Pleas let me throw your thoughts here.
    Cheers,
    Bobby

    Hello Bobby,
    Check you tax customization in R/3 and CRM.
    In CRM,you can run txn:CRM_TAXCUST_VALIDATE and check for error in tax customizing.
    Also,check note:1121999     for error funcation table not supported.
    What exactly the error message icon on the BDoc says?
    Regards,
    Shanthala Kudva.

  • Material variant download

    Hi,
    Can we download material variant created as non stock material in R/3 . I know we can download configurable material by creating Knowledge base and then downloading SCE object. But does the material variant created in R/3 also gets downloaded.  and where they can be seen in CRM. please send me some config notes on the issue..
    Your time and help is appreciated.
    Regards,

    Hi
      In CRM in IMG>Cross-app>Classification system>classes>maintain object types and class types>CUVT...
    I hope it helps
    Cheers

  • Material Initial Download Error

    Folks,
    While downloading the Material master from R/3 to CRM I get the following error.
    "A key was used twice for mulitrow set type CRMM_PR_TAX"
    Any ideas how can I get past this?
    Faz

    Hello Fasi,
    We have been troubleshooting this problem and got certain details on the same and followed the following steps:
    First:
    We tried deleting hierarchy and products as per the following comment
    "i had a similar issue and on investigation found these set types were assigned to a hierarchy in CRM (created in CRM). i deleted this hierarchy and the products attached to it. then i again downloaded the object Material, it runs fine. "
    ...but it didnt help.
    Second:
    We removed the tax attached to country and then are able to download products but this is just a workaround and should not be followed in actual scenario.
    Now we have some questions here:
    >>. Should we remove the tax attached to country as we did or do we need to define the tax to region level.
    >> Why is the BDOC generator creating CRMM_PR_TAX with duplicate entries...?
    Rgds
    Priyanka

  • Material delta download

    Hi,
       Please send me the procedure for delta download in SRM. Points will be rewarded.
    Regards,
    Munna

    Hi,
    The CRM middleware allows the following two methods for replication.
    -Initial loads:
    Launched manually (R3AS), the objects (customizing or business) are replicated between SRM and R/3, according to the filters you've put on the object (R3AC1 for Business objects like MATERIAL, R3AC3 for customizing objects like DNL_CUST_PROD0 and 1).
    -Delta loads:
    This option is only possible for Business objects, which is the case of MATERIAL.
    With this option a daemon is launched between the 2 servers. Every modification made on an object on SRM or R/3 is transfered as soon as this object is contained in the filter retrictions (creation and/or modification). this is done through transaction R3AC4.
    Also refer the foll thread:
    Material group from R/3 to COMM_CATEGORY (SRM)
    Related notes : OSS notes 872819 and 720819.
    BR,
    Disha.

Maybe you are looking for

  • Boot Camp Partition no longer shows in StartUp Control Panel

    My Boot Camp partition no longer shows in StartUp Control Panel, but does show up using Option Key at startup. This started soon after the latest Parallels update. The Boot Camp partition seems normal and healthy in the finder. Once started via the O

  • Configuration problem with a client proxy

    Hi, Each time I try to create a stateless proxy (associated to a stateless web service), SAP raise the same problem when he execute : create object rfc_proxy. When I debug the code, I find that the proxy configuration is wrong. In CL_SRT_LP_MAINTENAN

  • I have a REAL problem that I need help with

    many thanks to kglad for all his help last week with a problem but it hasn't fully sorted it out. I have a site with 908 buttons. Basically a person clicks a button, makes a donation (through paypal) and then that button gets their name displayed whe

  • Fromatting date within an expression

    hi all! I have written a report which uses an expression to combine a couple of fields and some text in one sentence. the issue that I have is that when I combine texts and fields I don't have the ability to format the date so it comes out in a forma

  • Facing issue with GN_INVOICE_CREATE.

    Hi,    As per my requirement before saving the billing document I need to display the tax amount and net value. For that i am using GN_INVOICE_CREATE function module. It is giving the tax amount and net value. But here my problem is Billing document