ABDBG_LISTENER SAP (Waiting Listener Processes for Breakpoint Notification) Table details

Dictionary Type: Table
Description: Waiting Listener Processes for Breakpoint Notification




ABAP Code to SELECT data from ABDBG_LISTENER
Related tables to ABDBG_LISTENER
Access table ABDBG_LISTENER




Table field list including key, data, relationships and ABAP select examples

ABDBG_LISTENER is a standard SAP Table which is used to store Waiting Listener Processes for Breakpoint Notification data and is available within R/3 SAP systems depending on the version and release level.

The ABDBG_LISTENER table consists of various fields, each holding specific information or linking keys about Waiting Listener Processes for Breakpoint Notification data available in SAP. These include TERMINAL_ID (16 Byte UUID in 32 Characters (Hexadecimal Encoded)), IDE_ID (16 Byte UUID in 32 Characters (Hexadecimal Encoded)), SERVER (Application Server Name), CONTEXT_ID (Identification of Running Context (Roll Area)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ABDBG_LISTENER table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
TERMINAL_ID16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32CHAR32SYSUUID_C32
IDE_ID16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32CHAR32SYSUUID_C32
SERVERApplication Server Name MSNAME2CHAR40MSNAME2
CONTEXT_ID Identification of Running Context (Roll Area)0
EVENT Event Bit Mask0
TSTMP Time Stamp, Kernel Type: 'time_t'0
FLAGACT_PMORT_RFC Activation Flag: Post Mortem Debugging in HTTP Requests0
FLAGACT_PMORT_HTTP Activation Flag: Post Mortem Debugging in HTTP Requests0
FLAGACT_PMORT_DIALOG - Not yet used -0
FLAGACT_UNUSED4 - Not yet used -0
FLAGACT_UNUSED5 - Not yet used -0
FLAGACT_UNUSED6 - Not yet used -0
FLAGACT_UNUSED7 - Not yet used -0
FLAGACT_UNUSED8 - Not yet used -0

Key field Non-key field



How do I retrieve data from SAP table ABDBG_LISTENER using ABAP code

The following ABAP code Example will allow you to do a basic selection on ABDBG_LISTENER to SELECT all data from the table
DATA: WA_ABDBG_LISTENER TYPE ABDBG_LISTENER.

SELECT SINGLE *
FROM ABDBG_LISTENER
INTO CORRESPONDING FIELDS OF WA_ABDBG_LISTENER
WHERE...

How to access SAP table ABDBG_LISTENER

Within an ECC or HANA version of SAP you can also view further information about ABDBG_LISTENER and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!