Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module Send Data from CRM to ECC

Former Member
0 Likes
1,425

Hi Dear experts,

I have some issue that when create sales order in CRM, release and save then order will be created in ECC. But some data is changed. I want to debug to find what happened.

I think I need to check some information.

First, if data send from CRM is correct, but I don't know which Function Module is used in CRM to send data to ECC.

Second if the data send from CRM is correct, then it must be changed on ECC side, but I don't where to put the break point.

Could anyone give me any hints? Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,042

Hi

Kindly check below link

6 REPLIES 6
Read only

paul_bakker2
Active Contributor
0 Likes
1,042

Hi,

Do an SQL trace (ST05) in the receiving system. This will lead you to the source code where you can place a break point,

cheers

Paul

Read only

0 Likes
1,042


Hi Bakker,

Thank you for your help. I did the trace using ST12 but did not find helpful hints. You mentioned to use ST05, but I don't how to see which user ID is used. Do you know how to check which ID is used? Thank you.

BR

Jay

Read only

0 Likes
1,042

Hi,

You can do a (brief!) trace over all users in ST05. Alternatively you could determine the userid by viewing the process activity in SM50 while an update from CRM is occurring.

Friendly tip: I signed my name as 'Paul', so you shouldn't then address me as 'Bakker'.

cheers

Paul

Read only

0 Likes
1,042

Hi Paul,

I'm so sorry about that. And thank you for your advice! I'll have a try.

BR

Jay

Read only

Former Member
0 Likes
1,043

Hi

Kindly check below link

Read only

0 Likes
1,042

Hi Ravi,

Thank you for your help, The blog helps me a lots. I have found the issue.

BR

Jay