ABDBG_BPS - ABAP Debugger: Breakpoints
ABAP Debugger: Breakpoints information is stored in SAP table ABDBG_BPS.
It is part of development package SABP_DEBUG in software component BC-ABA-LA. This development package consists of objects that can be grouped under "Types for Debugger".
It is part of development package SABP_DEBUG in software component BC-ABA-LA. This development package consists of objects that can be grouped under "Types for Debugger".
Fields for table ABDBG_BPS
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| CLIENT | X | CLNT | 3 | |||
| USERNAME | X | CHAR | 12 | |||
| BP_INDEX | Breakpoint Index | X | INT1 | 1 | ||
| BP_KIND | Breakpoint Type | INT1 | 1 | |||
| BP_PROGRAM | CHAR | 40 | ||||
| BP_CLASS | CHAR | 30 | ||||
| BP_TEXT | CHAR | 61 | ||||
| BP_NUMBER | Control Block Index or Similar | INT4 | 4 | |||
| TERM_ID | 16-byte UID in 32 chars (hexadecimal) | SYSUUID_C32 | CHAR | 32 | ||
| IDE_ID | 16-byte UID in 32 chars (hexadecimal) | SYSUUID_C32 | CHAR | 32 |