Register Login

Debugging an RFC program

Updated May 18, 2018

Hi,
I am trying to debug an RFC that is called from a GuiXT inputscript.   We have have an RFCUSER id that is has the authority to make RFC calls to SAP programs.
What I am trying to do is debug the the RFC program within SAP.  I want to see if the values are being passed properly to the RFC ABAP program within SAP.
  I have entered the GuiXT command ProcessingOption DebugRFC="On" in the input script, but I am getting an error.
 
Attached is the error message I am getting.

Thanks,


 Download attached file.

You must be Logged in to download this file

Comments

  • 12 Feb 2010 9:00 am kaku
    Thanks

    Apparently security here does not allow me to change the usertype to Dialog even in our test client. SU01 does not allow me to make that change. I may see if I can get them to change it.

    I can understand security would want it to be dialog mode in production client, but in test client I will need the ability to debug not only in GuiXT but also the ABAP programs as well.

    My next question is if I do get security to change to Dialog mode in our test client, will this present a problem when multiple users are trying to test?

    Thanks,
  • 12 Feb 2010 9:04 am kaku
    Hi.

    Instead of using the RFC user setup by the security team with the profile user type "communications data", I will just user my own id in my GuiXT profile in order to debug the code on the SAP side.

    I did that and it works...meaning the debugger opened for the RFC function module.
    Thanks
  • 12 Feb 2010 9:08 am kaku

    Hello kaku, To use processingoption debugrfc="on" the RFC User has to be a dialog user rather than a communication user. You can change the RFC User to dialog user by going to transaction SU01 1. Enter RFC Username and click change 2. Goto Logon data tab 3. User type - Dialog user 4. Save Now try using the processingoption debugrfc="on" command. Regards.

  • 15 Feb 2010 9:14 am Shalesh Singh Visen
    Instead of using the RFC user setup by the security team with the profile user type "communications data", I will just user my own id in my GuiXT profile in order to debug the code on the SAP side.

    I did that and it works...meaning the debugger opened for the RFC function module.

×