MIddleware CRM Problem

Hi, Gurus, I am facing the following error in the crm system
1.Partner 0000104177(46D94194EBA06646E1000000AC15153C): the following errors occurred
Message no. BUPA_MW_EXCHANGE010
2.Customer group 3 225 is not available; enter a valid customer group
Message no. CRM_SALES_MD405
3.Validation error occurred: Module CRM_BUPA_MAIN_VAL, BDoc type BUPA_MAIN.
Message no. SMW3018
i maintained Customer group3 in ECC belongs to TVV3 table and it was assigned to adapter object DNL_CUST_SALES ,
I done intial downloading to DNL_CUST_SALES and it was updated in the table CRMC_CUSTGRP3 but still i am getting
error in SMW01 plz do the help..
Cheers,
San Rao.

Hi San rao,
As there are a couple of groupings in BP, the pointer would be the value 225, from there you can get to what grouping this refers to.
update the group in ecc and then it should work fine.
Regarsd,
Pratima

Similar Messages

  • Middleware debug problem  for BP's from CRM to ECC

    I tried few steps to debug BP  changes from CRM to ECC but nothing is working ...
    I deregistered the Queue thru SMQS, made changes to BP.. went SMQ1 select the Queue name Double Click 2 times.. then select the Tool bar (Debug LUW)..    I'm getting "Nothing was selected"
    When is see SMW01, BDOC is processed green and data is transferred to ECC.
    I want to do debug  the BP queue and go to ECC system  as some of my custom EEWB fields are not passing to ECC correctly.
    Any help is highly appreciated.
    Thank you.

    Hi,
    Put a break point in FM  SMW3_MFLOW_UPDATETASKBDOC.
    Create a BP and before save type /h to activate debug, mark update debugging option.
    When stops in FM SMW3_MFLOW_UPDATETASKBDOC you must be sure to set header-dbgmode = 'X' this will make the bdoc stay stopped in SMW01.
    Go to SMW01 and type /h and process the bdoc.
    Put a break in FM CRM_UPLOAD_AFTER_MAP_HANDLER and be sure to change LV_SYNCHRON = 'X' this will allow you to connect in ECC.
    Put a break-point in the "CALL TRANSACTION" command. Change the mode of call transaction and you be able to debug XD*  update.
    Best Regards,
    Caíque Escaler

  • Uploading material master from R/3 to CRM problem

    Hi Experts,
    I am new to the Middleware
    I have downloaded the material master from R/3 to CRM but I am not able to see the downloaded products in CRM.
    I have checked the queue of R/3 there is no error.
    I even checked the queue of CRM there is no error.
    When I see in SMW01 the status is green and
    BDoc. Error message is showing “Mat. for Initial Download: Function table not supported”
    Can anybody give me suggestions?
    I will reward the points

    i have checked the filters
    i have down the following settings
    Request Name     MATERIAL
    Table Name       MARA
    Field Name       MATNR
    Incl/Excl      Inclusive defined set/array
    Option           Greater or equal then (>=Low)
    Low              a1(r/3 material no.)
    even thin i did not get the result
    i have the same error that is
    "Mat. for Initial Download: Function table not supported"
    help me out it is very urgent

  • R3 replication to CRM problem

    Hello,
    Firstly I'm not sure if this is the proper place for my post, but I'll give a try.
    We've set replication mechanisms, between R3 and CRM, so that whenever a customer is changed in R3, those changes are replicated by RFC from R3 to CRM system. Everything goes just fine if just a few changes are done.
    Issue is that whenever mass changes are applied to customers in R3, our CRM system is rapidly filled by RFC connections processes and the system becomes unusable. Is there a way to somehow control the "speed" R3 system sends information to CRM?
    I'd really appreciate some help on this matter.
    Thank you in advance.
    Best regards,
    Daniel Garrido

    Daniel
    If this is still an issue, you may want to review the following, if not done already:
    Note 375566 - Large number of entries in tRFC and qRFC tables
    (specifically, the CRM sections)
    Note 1283988 - Performance of initial or delta replication in CRM
    Note 442277 - Performance improvement during data exchange
    Re: CRM Middleware vs. RFC
    Otherwise, you may want to add more details, such as OS, database, versions, SPS, etc.
    Hope this helps.
    PJ

  • The activity datasource of CRM problem

    Ho,all:
       Now I face a special problem as follow:
       The sale activity of CRM have two kinds.one is business activity, other is task.
       I activate the datasource <b>0CRM_SALES_ACT_1</b> in CRM . SAP BW BP said this for activity data.
       But now I can not upload task data from CRM to BW,and I can not find Task data in display screen, when I execute RSA3 and choose <b>0CRM_SALES_ACT_1</b>.
       Hope it clear, and hope anyone can give me some advice to solve this problem.
    Regards&Thanks!
    zagory

    hi Zagory,
    you need to do something in crm, follow oss 669436-Extracting tasks (activities) for CRM Case Mgmt. into BW
    Symptom
    Tasks (activities) are not available in SAP BW Content, since they are already filtered out during extraction in CRM. Therefore, analysis or reporting is not possible for tasks in BW.
    Other terms
    Extraction, tasks, Case Management
    Reason and Prerequisites
    Tasks are filtered in the standard installation and therefore cannot be reported in BW.
    Solution
    To perform task analyses as part of Case Management, make the following adjustments in CRM and BW:
    1. Make adjustments in CRM
    In CRM, adjust the following part of the CRM_SALES_ACT_1_MAP function module (in the area of line 170-210):
    >> LOOP AT ls_bdoc-activity_h INTO ls_activity_h.
    >>
    >>     .....
    >>     MOVE-CORRESPONDING ls_activity_h TO extract_data.
    >>     READ TABLE ls_bdoc-orderadm_h INTO ls_orderadm_h
    >>          WITH KEY orderadm_h_guid = ls_activity_h-orderadm_h_guid
    >>            BINARY SEARCH.
    >>    IF sy-subrc = 0 AND NOT
    >>       ls_orderadm_h-object_type = gc_object_type-task.
    >>       ......
    Replace the last two lines with:
    > > IF sy-subrc = 0.
    After you make this change, both the CRM business activity (object type 'BUS2000126') and the CRM task (object type 'BUS2000125') are extracted with the '0CRM_SALES_ACT_1' DataSource.
    2. Create an ODS object in BW (for tasks only)
    Create a new ODS object in BW. To do so, go to modeling in the Adminstrator Workbench (transaction RSA1) and create the new ODS object, ideally in the 0CRM_SALES_A (activities) InfoArea. Assign a useful technical name (for example, ZCRMTASK) and a description. You can use the 0SAL_DS01 ODS object as a template. However, you must remove all fields that are not required from the "Tasks ODS" after you generate the new ODS object. Use the 0CRM_ACGUID InfoObject as a key field. Then check, save and activate this ODS object and exit maintenance.
    3. Create an update rule
    A new update rule is required for the new ODS object. Create this for the ODS object directly, selecting the 0CRM_SALES_ACT_1 InfoSource as the source. In some cases, some fields may not be updated. You can ignore this message. To ensure that only tasks are updated into the new ODS object, you must create a start routine. Add the following lines in the routine area (before ABORT = 0):
    > > delete DATA_PACKAGE where CRM_OBJTYP ne 'BUS2000125'.
    Check, save and activate the update rule.
    4. Adjust the update rule for business activities (activities)
    To ensure that the extracted tasks are not updated into the ODS for business activities, you have to adjust the update rule for the 0SAL_DS01 ODS object. Only the update rule of the 0CRM_SALES_ACT_1 InfoSource is affected. You must insert the following line in the routine area (before ABORT = 0):
    > > delete DATA_PACKAGE where CRM_OBJTYP eq 'BUS2000125'.
    Check, save and activate the update rule.
    The new ODS object can now be filled with data. If it is also the case that no data is contained or required in the ODS object for customer contacts, you can execute a normal initial upload of the data from the OLTP.
    5. Adjust the 0CRM_CMG1 and 0CRM_CMG2 InfoSets
    To ensure that the tasks are also available for Case Management reporting, you must extend or copy and then extend the 0CRM_CMG1 and 0CRM_CMG2 InfoSets. To do so, go to InfoSet maintenance (transaction RSISET) and edit the two InfoSets in sequence. In each case, insert the newly created ODS object as an additional InfoProvider. Then connect the key field of the ODS (0CRM_ACGUID) with the 0CRM_CSM_CA InfoObject of the 0CRM_CMGL InfoProvider. This join must be implemented as a left outer join. Check and then activate each of the extended InfoSets.
    A possible analysis has to be created subsequently. Here, it is essential to ensure that you filter on the BUS2000125 object type in the case of pure task analyses (activity task analysis), since, otherwise, customer contacts will also appear in the analysis.

  • Middleware - CRM to ECC

    Hi Experts,
    I am looking for Middleware data intergration for CRM6.0 to ECC 4.6C
    Can any one help me for finding the configuraiton guide?
    Regards
    Jayakrishnan Nair

    Hi Jayakrishnan
    please check below mention note and two attachment to it (BUSINESS_TRANSACTION_EXCHANGE_30.PDF)
    ORDER_EXCHANGE_DEBUG.PDF
    Note 490932 - Data exchange of sales transactions between CRM & R/3
    and before replication check this report as well
    Tcode SE38
    Program CRM_ODE_CHECK_CFG
    Thanks,
    Vaibhav Shah

  • Middleware CRM Serviceorder to CS Serviceorder?

    Hello,
    is there a standard szenario to create from a CRM Serviceorder also in ERP a CS Serviceorder (IW31)?
    Maybee a middleware szenario?
    Or a remote function call?
    Would be great if you could share me your experience.
    Thank you
    Best regards
    Manfred.

    Hi Manfred,
    There is no standard scenario which will create a CS Serviceorder (IW31) in ERP refering a service order from CRM.
    And CRM service order and ERP service order (IW31) are not related.
    As per standard service scenario, whenever a service order is created with Service item and sales item in CRM, and the order is released, a corresponding Sales order will be created for the sales item and an internal order will be created for the service item. One can check the sales order using TCode VA02 (sales order number will be same as CRM service order) and the Internal order using the transaction KO03 (Here the internal order number will be different from Service order).
    Please find more information about data exchange for Service Orders with ERP in the below link:
    http://help.sap.com/saphelp_crm70/helpdata/EN/46/38274d87394f07e10000000a114a6b/frameset.htm
    Hope this helps!
    Regards,
    Chethan

  • Customer Database Synchonization from R/3 to CRM Problem.

    Dear Sir,
    I just upgrade from CRM 2.0c to CRM 5.0, when to configure the synchonization from SAP R/3 to CRM.  The customer master from R/3 is come to CRM , except the contact person telephone, fax, it does not come to CRM. How can I check on this.
    Please kindly advise.
    Thank you and best regards,
    Vimol

    Hi Vimol,
    Contact person in CRM will get created as separate business partners with internal number range. Make sure you have a generic internal number range assigned to an internal standard grouping.
    Now you can download the object CUSTOMER_REL, which should bring all contact persons into CRM. If still you have the issue, try creating a contact person in CRM manually and see what happens. let me know the outcome
    <b>Do not forget to reward if it helps</b>
    Paul Kondaveeti

  • BP Role and status in CRM problem

    Hello everybody ,
         i am new in CRM and i have to read the Business partner value,role as sold to party and its status(here Blocking reason is the field)in transaction BP and i have to use this status value in other transaction here i am seeing this bp value and status is the structure field,so can any one tell me database table
    where the BP number, role and status field(here Blocking reason is the field) is being stored.
    Thanx. your reply is valuable for me and eagerly waiting.
    Regards
    Prince

    Hi Prince,
    I guess the Field Status as a attribute of BP,As you told BP is nothing but Sold-To-Party.Then Sold-To-Party is refrenced character or 0Customer.So that you can check the Status field in 0customer attributes, or Sold-To-Party attributes.
    Then the table you can get is the Master Data Table of 0Customer.Go to /BI0/MCUSTOMER
    Hope this helps
    Regards
    Happy Tony
    <b>Points == Thanks</b>

  • SMTP CRM Problem Send Email Message no. XS855

    Hi Experts,
    I try to send E-mail messages to external recipients, but getting following error message:
    My configuration in the Tx. SCOT is the next
    But when i try send emails to other domain distinct at local or external, the mail don´t is send but if try send it locally these if arrive.
    Any idea?
    Thanks and greetings.
    Jerry Salazar

    Hi,
    Do you still have a problem with sending email?
    If so, run report RSSODIAD.
    The error may be due to an inconsistency between the communication interface and the address management.
    When the report does not exist in your system, find the source code below:
    *& Report  RSSODIAD                                                    *
    *& This report checks existence of the company address for direct      *
    *& addresses the profile points to.                                    *
    & If company address does not exist the pointer in the profile will be
    *& deleted. A new company address will be generated on demand.         *
    REPORT  RSSODIAD MESSAGE-ID SO.
    INCLUDE RSSOCONS.
    tables: sopr, adrc.
    data: cnt like sy-tabix.
    data  lp_text(50).
    Check authority
    AUTHORITY-CHECK OBJECT 'S_OC_ROLE'
                    ID     'OFFADMI'
                    FIELD  ADMINISTRATOR.
    IF SY-SUBRC NE OK.
      MESSAGE I015.
      LEAVE PROGRAM.
    ENDIF.
    select single * from sopr.
    if sy-subrc = 0
    and sopr-diraddress ne space.
      select count( * ) from adrc into cnt
        where addrnumber = sopr-diraddress.
      if sy-subrc ne 0.
        update sopr set diraddress = space.
        if sy-subrc = 0.
         write: / 'Inkonsistenzen erfolgreich repariert.'(001).
          lp_text = 'Inkonsistenzen erfolgreich repariert.'(001).
        endif.
      else.
       write: / 'Keine Inkonsistenz gefunden.'(002).
        lp_text = 'Keine Inkonsistenz gefunden.'(002).
      endif.
    else.
      lp_text = 'Keine Inkonsistenz gefunden.'(002).
    endif.
    if not lp_text is initial.
      message s672(so) with lp_text.
    endif.

  • CRM 7.0 Repair Order: goods receipt against order stock

    Hi gurús,
    We are implementing CRM 7.0 Service and one of our business processes is Repair Order. We have done almost all customizing following Note 806768.
    We have our repair orders replicated in ERP, where logistics processes take place without problems as far as we do not set special stock indicator to order stock at level item, therefore receiving and issuing products to be repaired into unrestricted stock. Processes are correctly updated in CRM.
    The problem comes when we try to use order stock, as mentioned in SAP Help. Return to repair enters into unrestricted stock, even though it is supposed to entry order stock, with movement 653-E (Schedule categ. IR). When we try to deliver repaired product, movement 601-E (Schedule categ. IA), we are getting errors, since there is no order stock, and return and deliver are managed with two different item positions.
    I suppose this is a logistics issue, not a CRM problem, but I would like any advice in case anybody has already dealt with it.
    thanks in advance and take care.
    Pablo

    What resolution did you get for this issue? Did you do an enhancement?

  • Queue with CRM and SRM

    Hello all,
    landscape is R/3 4.7, EBP and CRM
    Problem that I have is that EBP is receiving CRM loads from R/3.
    Users in R/3 for EBP and CRM are separate, Q prefix is different, and in inbound queue of EBP I can still see loads from R/3 which are for CRM (they are going to CRM also).
    Is there any way to distinguish receiver of R/3 adapter to receive in EBP only loads for EBP?
    TIA
    Gordan

    Hi Gordan,
      I think the problem is with the table CRMCONSUM in  both the systems...See whetehr the entry has been maintained in this table for SRM as the User/COnsumer in both the systems.
      Hope this helps.
    BR,
    Disha.
    Do reward points for helpful answers.

  • Error while creating order in crm

    Dear Experts
    I am facing a problem a with the order creation in the crm, problem is when i entered sold-to-party and material and quantity i am getting an warning message "Warnings occurred during cost calculation in ERP system" could you tell me what could be problem how to resolve this issue.
    Thanks & Regards
    V.Srinivas

    Hi Srinivas,
    Were you able to resolve this issue?
    I am facing similar issue and looking for guidance.
    Thanks

  • Topics in CRM

    Hi Experts,
    Please can someone pelase tell me what are all the important topics in CRM?
    I am into  ABAP.
    Thanks
    Dany

    HI Dan
    First decide amongst the following specilizations in CRM in which u want to expertise, then you can go ahead with individual topics..
    - CRM Overview/Architecture
    - CRM Base Customizing
    - Mobile Sales
    - CRM Sales
    - Interaction Center WinClient in CRM
    - Interaction Center Webclient in CRM
    - CRM Middleware
    - CRM Technology
    - CRM Markwting
    - CRM Service
    All these are the core of the CRM.
    Siva

  • Sales area data is missing when Customer contact replicated to CRM

    Dear Experts,
    I am facing some problem with the Customer Contact replication from isu to crm, problem is when i create a customer contact by using bct0 interaction record is replicated to the crm, when i open the interaction record in the webic i am getting the error maintain the sales area data ,i am manually maintaing the sales are data in the crm could you please tell me why sales area data is missing while replication could you tell me how to rectify this error.I am using the standard transaction type 0010.
    Thanks & Regards
    Boyz..

    Hello Shravanthi,
    Have you looked at the screen in the screen painter in ERP (transaction SE51)? Maybe this will give you a clue to what data is missing.
    Kind regards,
    Johan Wigert

Maybe you are looking for

  • Importing background jobs

    Is there a way to import SAP background jobs from one client to another? In SM37, there ia an option to export the job, but I don't see an option to import it. Thanks

  • Need a help to Update Infotype.....

    Hi Experts, *am developing HR-ABAP Report inthat, i have data in 2 internal tables, through these (itabs) i want to* *insert the data into 2 Ztables(Respective tables) and then i want to Update one Custom Infotype.* how can i procedure for this? is t

  • How to turn multiple tracks into one element for changing scale

    I've created an image out of a number of video tracks in my motion timeline. When I try to change the scale of all the parts, they change but remain the same distance apart so the pieces break apart in my viewer. I've tried making a clone and this so

  • Changing Layout and RFC used in MSS Attendance Overview iview

    Hi There, We are using HTMLB based MSS iviews and need to change layout and information on Attendance overview screen. We got required PAR file and i can create a project based on this PAR as well. Now i see so many errors due to missing import, even

  • Paying vendors via credit card and then reconciling to SAP

    We normally pay vendors via checks going EDI/Idocs - we run F110 with RFFOUS_C and then RFFOEDI1 to actually create the idocs and issue a 'check' number (at this point, the PAYR table is updated with this information).  The bank sends us back a recon