‎2009 May 30 11:05 AM
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
‎2009 May 30 6:35 PM
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
‎2009 Jun 01 6:06 AM
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
‎2009 Jun 01 6:44 AM
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
‎2009 Jun 01 7:39 AM
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..