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

RFC function module Debugging

Former Member
0 Likes
562

I want to debug a RFC funtion module from CRM to ECC? can any one suggest me the way i can do?

I heard some thing like "the RFC User in ECC system should be marked as Dialog User"..If so where can we do that?

Thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
530

Dear narendra,

User should be always defined as a dialog user to run RFC. Please clarify your RFC is in development stage or ready to use. Use the Remote destination and access the function module.

Sudheer

Read only

0 Likes
530

Dear Sudheer,

Where can we see whether a user is defined as a dialog user or not? and my RFC is already in production.How to use the Remote Destination and access the Function module?

Thanks

Narendra

Read only

Former Member
0 Likes
530

Hi Nagendra,

In your debugging setting check the system debugging and tRFC checkboxes. Once you reach the rfc call press F6. After the RFC call wait for some time, a new debbing session will open and you can debug your RFC function module.

Regards,

George

Read only

0 Likes
530

hi George,

I kept break point in the CRM system by enableing the trfc and system debugging..and when i reached the RFC function module i pressed F6..But it did not work..