‎2010 Sep 14 11:58 AM
hi,
can i debug the RFC Enabled Function Module.
If i run the FM straightway it has updated the data in the database properly.
but if i call from non sap system the same data will not get updated.
‎2010 Sep 14 12:07 PM
if it SAP to SAP , we can debugg. if it not SAP systemm.. we cann't debugg
‎2010 Sep 14 12:33 PM
Hi,
I think you can debug your rfc by setting external break points,from utilities menu
Keerthi
‎2010 Sep 14 1:00 PM
Hi,
We can able to debug the RFC FMs.
1.) Portal to SAP :
In this case you need to set external break point with user who logged in the portal. So it will stop at the break point. For external break point set classic debugger as default.
2.) SAP to SAP :
In this case there will be a RFC connection with RFC user created for this purpose. So whenever you called a FM, it will use RFC user's user ID in the SY-UNAME. So try to set external break point with RFC user in the RFC FM. Use classic debugger as default.
Note : To change the user ID for external debugging, just go to Utilities --> Settings --> ABAP Editor tab --> Debugging tab --> Give the required user ID in the Users field and Select classic debugger.
‎2010 Sep 24 8:05 AM