Breakpoint 

Definition

Specifies whether a process must be interrupted. There are conditional and unconditional breakpoints.

Structure

A breakpoint is defined by a function module. SAP provides the function module HRPY_PROCESS_STOP_CONDITIONAL (conditional breakpoint) and HRPY_PROCESS_STOP_ABSOLUTE (unconditional breakpoint).

You can define your own conditions for a breakpoint in a function module. The function module interface has the following structure: