cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging RFC - EBP and R/3

Former Member
0 Kudos

Hello people,

I´m debugging in EBP, and sometimes a function in R3 is called (a RFC function in R/3 system).

I´m debugging with F5 (step by step) and I want to debug step-by-step inside the function called (in R3). In this moment, when the RFC function is called, the debug session acts as I had pressed F6 and the debug continues in EBP.

I don´t know where I have to configure it! Do you have any tip?

Thank you!

Accepted Solutions (0)

Answers (2)

Answers (2)

khan_voyalpadusman
Active Contributor
0 Kudos

Hi,

Please check the following things

1) Transaction SM59 --> check the entry you have maintained for your R/3 system.

2) get in to details of the RFC destination ---> click on the tab Logon/security.

3) You will find the following details

Language EN

Client ---> Client of the R/3

User ---> RFC user for R/3

password --> password of this user in R/3

4) click on 'connection test' ---> system would take you to R/3 system. (this is just test to check the connection).

5) Get in to details of this RFC user in R/3 ---> Transaction -->SU01 ---> User type should be dialog.

6) then you should be able to do RFC debugging.

Former Member
0 Kudos

Thanks! IT worked!

dennis_bruder
Employee
Employee
0 Kudos

Hi!

You need a RFC destination with a dialog user. You can do the following:

- Copy the existing RFC connection to the backend system

- Before you want to start debugging add you user to the RFC connection

- Replace the standard RFC connection in the 'destination' variable of the FM with your RFC connection.

- Now you can debug into the backend system

Regards

Dennis