cancel
Showing results for 
Search instead for 
Did you mean: 

Abap Rfc External Debug from a Jco Client Connection

alespad
Contributor
0 Kudos

Hi to all,

i have developed a Java Application on Sap J2ee (SAP-JEE 7.01 SP6) , using the Jco2 integrated.

I'm using direct connection , calling Custom Functions Module on Abap Stack.

I have a question about Abap Debugging:

now i debug the abap function setting an external session breakpoint (SE37) and the abap debug stops correctly on breakpoint that i've set.

But sometimes i notice the strange situation that during my debug another debug session (identical to the first) is open on my sap gui (it seems that Jco sends another request while i'm debugging the first )

Reading the jco documentation i've seen this method that i never used: JCO.Client setAbapDebug(boolean debug)

Enables/disables abap debug.

Note:If the connection is already established the method will close and reopen the connection.

have I to set this in my java code in addition to abap external breakpoint? Why Jco.Client sends another request?

Thanks for the answers

Alessandro

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Anyone know?

Thanks,

Augusto Póvoa.