Hi Team, I have created new relationship ONLINE USER similar like contact person in CRM using BUBA Tcode. I have done the related relationship configuration in CRM/ECC as well as new partner function configuration on ECC. All the configuration seems fine. However when I am sending bdoc from CRM to ECC new relationship doesnot update in ECC. In ECC I have to design a custom FM to update new custom relationship which will sit on next to contact person tab in XD02/XD03. Do you have any idea now to achive updating new business partner relationship in ECC? Please refer to this table for Function module configuration. COM_BUPA_CALL_FU Please advise. Thanks
New business partner relationship from CRM to ECC like contact person
Re: Specify name of contact person
Hi DJ
Thanks for your reply,
If me or user left last name field then it wont allow us to save the contact person and in our environment last name field is mandatory.
I checked contact person change history, its showing user maintained first name, last name and country. later user changed the name then we got this error in SMW01.
Contact person created in CRM and its replicated to ECC successfully.
I have to reproduce same issue in quality but i have not able to generate this BDOC error, i created more than 15 Contact peson all these contact persons are replicated to ECC successfully.
after replication i have changed there first name and last name, its replicated successfully to ECC.
regards
Sree
Re: order _ Product in Display mode
Hi.. please dont worry about the procing. User Entered product wrongly and its not allowing us to change it any longer.
thanks.
Re: New business partner relationship from CRM to ECC like contact person
Hello Anil
please check below mention configuration
In CRM
Drill down to the following customising path: Customer Relationship -> Basic Functions -> Partner Processing -> Define Partner Functions
Drill down to the following customising path: Customer Relationship -> Basic Functions -> Partner Processing -> Data Transfer -> Distribution of Partner Functions from CRM into SAP ECC
Here ensure that the Partner Function which you are adding to the Business Partner/Customer is maintained correctly
Next drill down to the following customising path: Customer Relationship -> Basic Functions -> Partner Processing -> Data Transfer -> Distribution of Partner Functions from SAP ECC into CRM
Here also ensure the Partner Function which you are adding to the Business Partner/Customer is maintained correctly
In ECC
- Sales and DistributionàBasic FunctionsàPartner DeterminationàSet Up Partner DeterminationàSet Up Partner Determination for Customer Master
When this customizing is maintained correctly the Partner Functions will replicate as expected
You can check in Partner function Tab of Customer Sales area
Q1 pf is assigned to Sold to Party
Thanks,
Vaibhav Shah
Re: Steps to follow for the Replication of custom tables related to BP from CRM to ECC using Middleware
HI Liznev,
Thanks for the reply ..
I have checked the link mentioned by you.
My requirement is different from the one mentioned in the link above.
Few Custom Tables are created in CRM and ECC. These Tables are updated in two ways
(a) when a BP is saved, these Tables should be updated
(b) using Interface Program also These CUstom tables are updated in CRM
Case - (a)
When BP is created, and clicked on Save. Along with BP details, the data in the Z Table should also be transported to ECC.
Case - (b)
How do i handle this case, because in this case there will not be any change in the BP Data. how do i send the changes to the ECC Custom Table.
Pls help me asap !!
Re: Steps to follow for the Replication of custom tables related to BP from CRM to ECC using Middleware
Santosh
In this case you should use steps that i mentioned above
1. Creation of a new Replication object(Tcode SMOEAC)
2. Creation of the new filters(Tcode r3ac1) with FM for outbound and inbound processing
3. Creation of a new queue registartion(SMQR and SMQS).
For your replication object you should write mapping of Z-tables and structures within object, filter settings, mapping FM's for load. You also should create your custom Bdoc type and link it with your replication object.
After this steps you will be able to send delta load of yours Z-Tables by Middleware. If you want use another solution - let me know.
Regards, EL
Re: Steps to follow for the Replication of custom tables related to BP from CRM to ECC using Middleware
Liznev,
Thanks for the input
can you kindly let me know other solution also pls..
actually i am aware of comm_bupa_call_fu, crmc_but_call_fu tables..
heard that we can extend the structure BUS_EI_EXTERN in both CRM and ECC and develop custom FM's and configure the same in the Tables mentioned above..
Can you pls help me in this area ??
Re: Execution of duplicate check
Hi Andrei,
I think the class is CL_CRM_BUPA_SERVICE.
We also have similar requirement but we have specific fields related to the communication to be added.
The Note: 1692370 is having all the relevant details.
However, I have also implemented the implicit enhancement in my project and it did work fine for my requirement.
I have been in contact with the Development Team and they are working on adding the new fields for duplicate search.
They have informed that they will be doing these current on Project by Project basis.
They seem to have a different approach for the next release to add the additional details.
Regards
Sainath V
Re: Steps to follow for the Replication of custom tables related to BP from CRM to ECC using Middleware
Santosh
Links below will be helpfull for you in this issue
http://scn.sap.com/thread/1362540
http://scn.sap.com/thread/215967
http://help.sap.com/SCENARIOS_BUS2006/helpdata/en/43/320e26d5b90d24e10000000a1553f7/frameset.htm
Generally speaking your idea is right. You should enhance BUS_EI_EXTERN with your fields and create 2 FM's (on BPOUT in CRM(CRMC_BUT_CALL_FU) and BPIN in ERP (COMM_BUPA_CALL_FU)) which will be doing distribution of Z-fields in this interface. For your second case you should create ZEVENT on the ERP and CRM sides. It must be raised with ABAP. And other 2 FM's for this event. Unfortunately i can't describe you ABAP part of this issue .
Hope it helps.
Regards, EL
Web UI Employee Field Content not saved after pressing Enter or Save Button
Hello,
in the Editing Mode of the Employee we add the Standard Field Rufnm via the configuration tool. I can enter some content but while pressing Enter or the Save Button the Field gets blank.
We use CRM 7.0.
The component is BP_EMPL and the View: EmployeeDetails. It was Standard and I enhanced it to check the Getter and Setter of the Attribute Employee/Struct.Rufnm. The Setter and the getter are called when pressing Enter. But I don't know why the Value is not saved.
Has anyone an idea of this?
Kind Regards,
Anne
Material Master Data Fields in standard CRM interface
Hi,
Is there a document that list all material maste fields that are interfaced to CRM from ECC through CRM standard interface? i am interested in Field name and table name in ECC for those fields. Is there any mapping document avaiable?
Thanks
Shay
Re: Mass BP Load into CRM & Replicating in ERP
Hi Dnyanesh,
Thanks for your reply. Please let me know how to switch off duplicate check settings for BP.
I saw some posts they were explaining about address duplicate checks. Can you please tell me the steps to follow.
Regards,
Harish
Re: Replicate HR Org Model from SAP ECC into SAP CRM
Thanks
I am configuring as per C05 document and I am at point for "Generating the Partner Profiles(SAP ERP)"
But had a question that should I have to create Ports and Partner Profiles ?
In which document I can find the steps for these.
Cheers
Write from CRM web UI to BI real time cube
Hi Gurus's
I have requirement to write from CRM WEB UI to BI real time cube.I am working on CRM Trade promotion management.
I have Spend value key figure from CRM web ui Acivity screen which should be written back to BI real time cube.
I have attached screenshot forthe same.
Please let me know How can I achieve this.your reply will be of great help.
Regards
Prasad
Re: Material Master Data Fields in standard CRM interface
Hi Shay,
Below link will be useful -
http://scn.sap.com/docs/DOC-34554
Material master data is transferred from SAP ECC to SAP CRM using middleware. The relevant middleware object is MATERIAL.
(Through T-code - R3AC1, select the MATERIAL middleware object. Once you open the object go to Tables/Structtures Within Object tab. Here you will see all the relavant tables of ECC from where the material master record is downloaded to CRM)
Hope this will be useful.
Thanks and Regards
DJ
Re: Some of the customer numbers of ECC is not flowing into CRM through CRM-middleware.
Hi ,
Can you please check note 788822.
Best regards
Chtristophe
Re: Queues stuck, user locked-deleted
Hi Uriel,
I suppose when you try to reprocess the queue you get an error? If not try to reprocess them.
But I have the impression this won't work.
One option could be to identity precisely which orders / data is involved and then to run new download requests for them after having deleted the queues.
If above tips is an issue and if you have the possibility to raize an OSS message I would advise to do so.
Best regards
Christophe
Bdoc Error: Mat. for Initial Download: Table not supported by function
Hi Experts,
I am getting this error when downloading materials through initial load. No material are getting replicating as Bdoc Validation error "Mat. for Initial Download: Table not supported by function " is showing. But when reprocess of these Bdocs it's processing successfully and material getting replicating.
Message no. C_014
I am unable to identify what is the root cause of these Bdocs and Is there any standard or Custom background report to process all these Bdocs because the counts are very high. Please help.
Regards,
Varun
Re: Billing Engine with Contract Accounting - How does CRM know the account in FI-CA?
Hi
The service contract or service order in CRM should have the business agreement.
Then system could decide which Contract Account to post.
But not 100% sure on this.
Re: Bdoc Error: Mat. for Initial Download: Table not supported by function
Hi Varun,
Please check the below note -
Note 1121999 - Error in BDoc even when the BDoc is in status F02
Hope this will be helpful
Thanks and Regards
DJ