Hello
In a web application I use an Odata service method, e.g. getPersons in a ZCL_MYAPP_DPC_EXT class. In this method I use a remote function call (RFC) do retrieve data in a database on another system.
I set a breakpoint in the getPersons method and in the function that is called by the RFC on the other system.
Eclipse does not stop at the breakpoint in this last function. In R3, this works as it should.
Does anyone know if (and how) this can be done in eclipse ?
Thank you
Koen