‎2014 Apr 16 8:00 AM
Hi Experts,
I have done GOOGLE for How to debug Remote FM. Have found many links and methods of doing so. But unfortunately none of them help me to debug Remote FM.
Links Like :
How to Debug SAP RFC , background job , update FM etc.. « SAP Ignite
SAPTechnical.COM - Tips - Remote ABAP debugging
SAP Note 1004248.
Regards,
Sagar
‎2014 Apr 16 8:12 AM
HI sagar,
To trigger RFC breakpoint use external breakpoint (Ctrl+shift+F9).
Regards,
Charan M.
‎2014 Apr 16 8:33 AM
Hi Charan,
I have used External Breakpoint but it was not going into debug mode when Remote FM was called.
‎2014 Apr 16 8:33 AM
Hi Sagar,
Regards,
Bhushan
‎2014 Apr 16 8:48 AM
Hi Bhushan,
Thanks for the prompt reply.
I have done steps 1 to 3.
Now for Step 4 do i need to click on Remote Logon button as shown in below screen shot?
If yes, than i did but i have not got any popup or any other screen.
After that i have follow Steps 5 to 7, but at break point it doesn't stop.
Regards,
Sagar
‎2014 Apr 16 9:35 AM
Hi Sagar,
If after clicking on Remote Logon button you are not able to getting in the target system then basis has done some setting to stop this process, no authorization for ur user. Ask to basis for authorization
Further steps are of no use.
Cheeers,
Bhushan
‎2014 Apr 16 8:55 AM
Hi,
to call your FM you have to connect to SAP within your external Programm (I suppose this is ok).
To do the external breakpoint working you have to connect from your external Programm with the same user as the one you used to connect via saplogon. Otherwise the breakpoint will not stop.
‎2014 Apr 16 9:33 AM
Hi Sagar,
Kindly check the user type which is calling target system. The user type should be dialog user to do external debugging.
Thanks