Application Development 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: 

Find an active break-point in code.

Former Member
0 Kudos

Please do you know how can i find all the break-points active in the code of several programs ?, even in up date rules, start routine etc, etc ?. Do you know if exists some kind of function module that process a routine to find break-points ?.

3 REPLIES 3

former_member181966
Active Contributor
0 Kudos

<u><b>Programs</b></u>

RSBREAKPOINTS Breakpoint Tables

RS_SHOW_DBG_ITUTORIALS Breakpoint Tables

RS_SHOW_HTML_PAGE Breakpoint Tables

Try FM

<b>RS_GET_ALL_BREAKPOINTS </b>

Other FMs

Function group Function group short text

Function Module Name Short text for function module

BREA Breakpoint handling

RS_DELETE_BREAKPOINTS_ALL Delete all continuous breakpoints

RS_GET_ALL_BREAKPOINTS

RS_GET_BREAKPOINTS Determine the breakpoints for an imported program

RS_SHOW_BREAKPOINTS Display all permanent breakpoints

KOTR

K_TRACE_BREAKPOINTS_SET_GLOBAL

K_TRACE_CHECK_BREAKPOINTS

K_TRACE_DELETE_BREAKPOINTS

MA_BREA

RS_DELETE_BREAKPOINTS_ALL_MA

RS_GET_BREAKPOINTS_MA

RS_SHOW_BREAKPOINTS_MA

SDBG Debugging interface

SYSTEM_DEBUG_BREAKPOINTS Read the current breakpoint for the specified (main) program.

SYSTEM_DEBUG_SET_BREAKPOINTS Set breakpoints (see also SYSTEM_DEBUG_BREAKPOINTS)

<i><u><b>Transactions</b></u></i>

EGPB Assign Breakpoint to User

OOTS Breakpoints

OPKH Maintain Breakpoints

OPR3 Definition of Breakpoints

SAAB Activ. Assertions and Breakpoints

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

0 Kudos

Thanks in advance Saquib...

I have a question about this FM.

RS_DELETE_BREAKPOINTS_ALL_MA

RS_GET_BREAKPOINTS_MA

RS_SHOW_BREAKPOINTS_MA

The functions needs the name of a program, so when i give the name of my program and input the option, the result of FM is empty even when i debug it, the internal table inside the code don´t bring information i mean, maybe I'm doing something wrong because the code really has or contains an active break-point and the function result is empty.

Former Member
0 Kudos

HI

GOOD

I DONT THINK THERE IS ANY SUCH FUNCTION MODULE WHICH WILL RETURN ALL THE BREAK-POINT IN A SINGLE PROGRAM OR SEVERAL PROGRAMS.

YOU HAVE TO RUN THE PROGRAM IN THE DEBUG MODE AND WHICH WILLL RETURN ALL THE BREAKPOINT.

THANKS

MRUTYUN