Quantcast
Channel: SCN : All Content - SAP CRM: Master Data & Middleware
Viewing all 1796 articles
Browse latest View live

Step by step for IDOC debug

$
0
0

1. Trigger the IDOC sending using tcode R3AS

clipboard1.png

Choose the receiver destination site from f4 help:

clipboard2.png

Click f8 to execute the sending.

clipboard3.png

2. Launch tcode SMQ2 to check inbound QRFC queue, you should find one entry for our R3AS run in step1.

clipboard4.png

Double click on it:

clipboard5.png

Then double click it again, choose the entry for FM BAPI_CRM_SAVE and click debug icon:

clipboard6.png

3. Now debugger window automatically pops up:

clipboard7.png

Adapter module COM_MAP_BAPIMTCS_TO_PRODUCT will be called.

clipboard8.png

clipboard9.png

clipboard10.png

Middleware framework class will be called:

clipboard11.png

clipboard12.png

clipboard13.png

These above three function modules will be executed one by one. The first one is for message replication and the second for master data management and we are only interested in the last one for IDOC sending.

clipboard14.png

clipboard15.png

Function module CRMXIF_ADP_OUTBOUND will be called:

clipboard16.png

clipboard17.png

clipboard18.png

Variable ls_data_mapped contains the product data to be sent:

clipboard19.png

clipboard20.png

Get the ALE function module name:

clipboard21.png

The real sending occurs in function module MASTER_IDOC_DISTRIBUTE. After execution the IDOC document number will be stored in variable idoc_comm.

clipboard22.png

The variable IDOC_DATA contains the formatted data to be sent:

clipboard23.png

write down the document number 214003

clipboard25.png

And have a look at it in tcode WE05:

clipboard26.png

It is in error status 29

clipboard27.png

Error code 29 means the receiver of IDoc is its own logical system

clipboard28.png

So we can check via tcode SMOEAC against the IDOC receiver site. And yes, the configuration there is wrong, since currently we are triggering IDOC send right in QDD, and we should not set it again as receiver site.

clipboard29.png


Sales Order Replications- ECC- CRM

$
0
0

Hello All,

We need to replicate Sales Orders from SAP ECC to SAP CRM, I have gone through some posts in the forum however not got an exact resolution for the same.

 

http://scn.sap.com/thread/1593660

 

Following are the configurations done.

 

1) We have set up the data exchange between 2 system's - Maintained RFC Connections

2) Number Range maintained in SAP ECC and SAP CRM are the same, since ECC is the leading system number range marked there is internal and in SAP CRM the number range marked is external

3) Item Categories are defined in both systems.

4) Item Category Determination is also done.

5) Pricing is replicated in SAP CRM which is configured in SAP ECC, pricing procedure is also done correctly in the SAP CRM system

 

I have maintained the filter in R3AC1 tcode as per the post above it says that the document type needs to be maintained, I have maintained the same.

 

Untitled.png

Next I run the initial load in tcode r3as

Untitled.png.1.png

When checked in r3am1, the status is showing in green.

Untitled.png.10.png

I checked the bdoc BUS_TRANS_MSG in smw01 the same is in green

Untitled.png.100.png

However in which transaction code can  I see my sales orders in SAP CRM? which got replicated from SAP ECC, the system does not throw any error, please advice.

 

Kind Regards

Atul

Employee data migration in SAP CRM

$
0
0

Hi,

 

As per my understanding we can get employee master data in SAP CRM using HR ALE interface from ECC.

But in our project we do not have that provision is there any other way we can upload employee data in SAP CRM. Can we use LSMW or BAPI program to create employee. It will be great help if some one can provide some insight.

 

Thanks,

Ranadev

Pricing download from ECC to CRM

$
0
0

Hello all,

 

We are going to have to download complete Pricing download from ECC to CRM.

 

Can someone please outline the steps, cautions, approach please?

 

is it possible to download everything with one Adapter? with both Config and price records or do i have to use diffrent adapters.

 

Regards,

KP.

Problem with EXTI_GWA_ACTVCAT - Status Sysfail

$
0
0

Hello,

 

We want to connect CRM 7.0 to Microsoft Exchange 2010. We have done all the steps of the GWI documentation and now we want download the customizing data from the CRM to Groupware. "Groupware Integration Settings" to configure the host name and port number of Microsoft Exchange Server; Host IP and port 25, that's right? Not here Groupware Connector's IP address and port? When we start the inital load (TX: R3AS) we get an short dump: MESSAGE_TYPE_X " No external System (such as CRM) connected; and smq1 have a message from Queue Name: EXTI_GWA_ACTVCAT status "SysFail".

 

Can you help me?

 

Thanks a lot Experts.
Oscar G. Landa

Pricing Replication from SAP ECC to SAP CRM

$
0
0

Hello All,

I need to replicate pricing from SAP ECC to SAP CRM, I have read some posts in the forum with regards to the same.

 

http://scn.sap.com/thread/1877282

 

As per the below post the following objects need to be downloaded

 

a)DNL_CUST_CND_ALL

b)DNL_CUST_PRICE

 

I have a few queries on the same

 

1) We have replicated Product Hierarchies, Plants,Materials from SAP ECC to SAP CRM, hence before I replicate pricing are there any further dependencies?

1) Does the system follow a sequence with regards to points mentioned in a and b, if yes please advice which object should I download first?

2) Leaving these two objects do I need to download any other objects as well say for access sequence or condition records for e.x.

 

Kind Regards

Atul

MESSAGE x050(c_) WITH'No external system (such as CRM) connected'(007), BUPA_MAIN

$
0
0

hello,

 

i have this issue;

 

in debugging output queue SMQ1, I get the error message no external system (such as crm) connected.

 

And i'll mark again thats gt_rfcdest of  import table for FM  CRM_FIRST_CALL_OPERATIONS is empty ?

 

Can you help me to solve this problem?

 

 

dump.png

Thanks for your help;

 

Best regards

How to Attach files in background .

$
0
0

HI all ,

 

How can I attach files in background in CRM .

 

Thanks ,

Naval Bhatt .


Scenario we see with duplicate check on contacts

$
0
0


EhP2 SP08, Users can create contacts from the account.  Generally the data is 1st name, last name, phone, & email.  I think this is common data you wold see for most SAP customers and countries enter.  The Work address from the account also comes across.

 

But since Phone & email are not included in the duplicate search, nor does the work address.  We get too many identified duplicates, where we can't implement the contact duplicate search.

 

But if the user created the contact in the Contact create and assigned the Account  BP_CONT (last snippet down) then the duplicate search looks ot limit to the account the contact is assigned to, this I would think is proper.

 

We are not on HANA db so note 1836711 would not apply.

contact create from account.JPG

 

contact create from account duplicates.JPG

 

BP_CONT limited to contacts on that account, only a single duplicate record found

 

contact create w account.JPG

Execution of duplicate check

$
0
0

Hello,

 

in our demo system the duplicate check is only executed when the address data like the country field of a contact is filled.

 

I expect the execution at that moment when the name of the obviously duplicate is filled and the button "enter" is pressed.

 

Best regards,

Marcel Brake

CRM Set Type

$
0
0

Can anyone help to create a distribution-chain dependent set type?

And also the codes involved?

 

Thanks

wrong sales orders in CRM

$
0
0

Hello experts,

 

I need to delete several documents in SAP CRM 7.0.


A collegue ran a SALESDOCUMENT object without filters. A lot of documents (sales orders) have errors.


Now we need to make a rollback of this process or the way to delete all wrong documents in SAP CRM.

 

If anybody knows the way to do that, I'll be grateful.


Thanks so much for your help.


Maria.

Replication of employees from ERP to CRM

$
0
0

Hi experts,

we are expierencing one issue in the employee replication from ERP to CRM.

Employees are stored in table KNA1 in the ERP system and will be normally transferred successfully to CRM using the standard middleware. Unfortunately, some employees are not replicated.

I have checked all settings regarding number ranges and PIDE. Everything is correct. In addition to that I created a request R3AR2 for downloading one example employee in CRM. The request finishs successfully, but there is no BDoc generated and the inbound queue has no additional entry. It seems, that ERP is not sending any employee.

Note: The same employee which is not replicated in the productive system will be replicated in the development system.

Does anyone has an idea how to solve this issue?

Thanks,

Wladimir

BUPA_MAIN validation error

$
0
0

HI

 

We have many bdocs in the system failing with below error

 

Validation error occurred: Module CRM_BUPA_MAIN_VAL, BDoc type
BUPA_MAIN.

 

Message no. SMW3018

Message class R11, number: 124

 

I am aware that if i do a request load for the failed BP it will be succesful.

 

I have the bdoc debug as well, but couldn't really understand why this would trigger in the first case.

 

Need your help to understand why the validation error occurs (other than the mismatched or mandatory fileds in R/3)

 

 

Regards

AR

Material Extensions in SAP ECC- Not replicating to SAP CRM

$
0
0

Hello All,

 

Materials created in SAP ECC side are getting replicated to SAP CRM, we are not facing any issues, however when the material is extended in SAP ECC to another distribution channel, the same is not visible on the SAP CRM side as part of delta download

 

Pasting Screen shots below

 

The material is created with Sales Org 1991, and Dc 10 in sap ecc

Untitled.png.1.png

 

The same material has got replicated in SAP CRM having the above mentioned combinations of Sales Org and DC

Untitled.png.2.png

The material is now extended to Dc 30 in SAP ECC.

Untitled.png.9.png

However when I check the same material in SAP CRM the sales area for the material has not got extended to DC 30

 

Untitled.png.30.png

In the filter settings for the material in r3ac1 the  dc channel filter settings have been maintained

Untitled.png.200.png

 

Kind Regards

Atul


Issue while working with attributes

$
0
0

Hi all,

 

  I am putting my all time issues in this threat.(Sales and Service pros especially)

 

CASE 1 :  I have 2 fields say "Premium" and "Plan" in BT115H_SLSO. When i added some thing on the field 1 the field 2 has to be disabled.

 

CASE 2 : I have 2 fields in BT120_CPL,Drop down "RANGE" and Drop down "Profit". When i select a value in drop down 1 and the drop down 2 values has to be get                  in drop down(contains different values for different selections in dropdown).

 

CASE 3 : I have field in BT115H_SLSO, check box "Not Sync" and button Sync. If i the value of check box has checked then the button has to get disabled.

 

Please share the solution for these scenarios.

 

Thanks,

Shyam.

Hi Gurus,

$
0
0

am working on sale scenario where in i am trying to download tax conditions in CRM 7.02 from ERP , i have downloaded access sequence, condition types & Document pricing procedure & assigned accordingly.

 

but when i create a sales Order it s still giving me an error for PR00 mandatory condition.

 

I checked at material commpr01 the condition tab is blank, where as the pricing is maintained at r/3

 

I have downoaded all the conditions accept condition DNL_COND_A002 when i try to download it gives an error (Target table CNCCRMPRSAP002 is not actively available) here is no active target table for an application for usage A ,

 

 

DNL_COND_A002

DNL_COND_A004

DNL_COND_A005

DNL_COND_A011

DNL_COND_A078

DNL_COND_A304

DNL_COND_A305

DNL_COND_A306

DNL_CUST_CNDALL

 

Please Suggest,

 

Regards

Nikhil Chugh

Wish you happy new year 2014 :)

$
0
0

Dear All,

 

Its been a wonderful experience for me in SCN community throughout 2013.

 

I had gained wonderful experience and knowledge from SCN community in 2013 and even i am satisfied with my contribution part with all of you in terms of knowledge share and gain.  Thank you all for your wonderful support.

 

I wish you & your family members a wonderful, happy new year 2014 with Love and Health..

 

2014.PNG

 

 

Regards,

Maddy

crm pricing

$
0
0

hello  guru's

 

can you please help me understand weather we need to all forumlas of ECC in CRM in java?

 

or standard forumla's can be downloaded. please let me know..

 

regards,

kp.

URGENT!! how to stop Bdoc notification emails

$
0
0

Hello Everyone,

 

I am facing one issue where I am receiving Bdoc notification email from Test system to our production Inbox (Outlook) which not suppose to happen. I would like to know on how to stop Bdoc notification email reaching our Inbox. OR How to fix the below Bdoc issue , since I am getting same Bdoc error every time

 

---------------------------------------------------------------

An error occured with BDoc 9C8E990DA7F81ED297F41B2AA6CC8734 of type BUPA_MAIN service in the middleware.

 

System-ID: RC0

Client: 510

 

Errorsegments:

20130115 | 215204 | A business partner cannot be determined for personnel number 21053420 ( E CRM_BUPA_MAPPING_30 105 )

 

-------------------------------------------------------------------------------------------

 

Kindly let me know the steps to solve this issue.

 

thanks in advance.

 

 

Regards,

Praveen

Viewing all 1796 articles
Browse latest View live


Latest Images