Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

New ABAP debugger - external breakpoints - new session is opened

Peter_Inotai
Active Contributor
0 Likes
435

Hi,

We have an external Java webapplication connecting to SAP ABAP backend via Jco and RFCs.

When I use external breakpoints, the debugger always opens a new session if the RFCs is called. So every time I got a new session, which is really annoying, because I have to terminate them one-by-one, otherwise I run out of available sessions.

Is there a possibility to influence this and always connect to the "old" session?

SP/patch info:

SAP_BASIS    702    0015    SAPKB70215    SAP Basis Component

Kernel 721 patch 201

I tried to find some OSS note or any hint, but couldn't find anything.

Any info is appreciated.

Thanks,

Peter

Hi,

We have an external Java webapplication connecting to SAP ABAP backend via Jco and RFCs.

When I use external breakpoints, the debugger always opens a new session if the RFCs is called. So every time I got a new session, which is really annoying, because I have to terminate them one-by-one, otherwise I run out of available sessions.

Is there a possibility to influence this and always connect to the "old" session?

SP/patch info:

SAP_BASIS    702    0015    SAPKB70215    SAP Basis Component

Kernel 721 patch 201

I tried to find some OSS note or any hint, but couldn't find anything.

Any info is appreciated.

Thanks,

Peter

1 REPLY 1
Read only

Peter_Inotai
Active Contributor
0 Likes
407

The funny thing, that sometimes it connects to the same session and sometimes not.

I couldn't find any OSSnote, however I hope the system gets updated with kernel / Basis SP soon and this problem will be fixed.