TPDA_BREAKPOINT_VIEW SAP (TPDA: Breakpoints) Structure details

Dictionary Type: Structure
Description: TPDA: Breakpoints




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




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

TPDA_BREAKPOINT_VIEW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "TPDA: Breakpoints" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TPDA_BREAKPOINT_VIEW TYPE TPDA_BREAKPOINT_VIEW.

The TPDA_BREAKPOINT_VIEW table consists of various fields, each holding specific information or linking keys about TPDA: Breakpoints data available in SAP. These include BP_COUNTER (TPDA: Breakpoint Index), BP_VISIBILITY (TPDA: Breakpoint Type (Debugger, Session, External BP)), BP_ACTIVE (TPDA: Breakpoint (Active/Inactive)), BP_KIND (TPDA: Breakpoint Type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP TPDA_BREAKPOINT_VIEW structure 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
BP_POINTERTPDA: Pointer to Reached Breakpoint TPDA_BP_POINTERCHAR30CHAR30
BP_COUNTERTPDA: Breakpoint Index TPDA_BP_INDEXINT410
BP_VISIBILITYTPDA: Breakpoint Type (Debugger, Session, External BP) TPDA_BP_TYPECHAR1TPDA_BP_TYPE
BP_ACTIVETPDA: Breakpoint (Active/Inactive) TPDA_BP_ACTIVECHAR30
BP_KINDTPDA: Breakpoint Type TPDA_BP_KINDSTRG0
BP_DUMMYTPDA: Breakpoint View - Dummy Field TPDA_BP_DUMMYSTRG0
KIND Contains Values from the BPK_* Attributes of CL_TPDA_CONTROL0
VISIBILITY 0
ID Internal Breakpoint ID; Must Be Used when Writing0
FLAGACTIVE 'X' for 'Active', ' ' for 'Suspended'0
SKIPCNT Skip Counter: How Often the BP Was Skipped0
CONDITION 0
SUBKEY 0
BP 0
PROGNAMECalling Program SYCPROGCHAR40Assigned to domainPROGRAMM
INCLNAMECalling Program SYCPROGCHAR40Assigned to domainPROGRAMM
LINE Line in Source0
BP_MARKGeneral Flag FLAGCHAR1FLAG
BP_SOURCE_NAVTPDA: Icon with Long Text TPDA_ICONCHAR46TPDA_ICON
BP_SUBKEYTPDA Breakpoint Subkey TPDA_BP_SUBKEYINT410TPDA_BP_SUBKEY
BP_SCRIPTTPDA: Script Name TPDA_SCRIPT_NAMECHAR40Assigned to domainPROGRAMMTPDA_SCRIPT
BP_CONDITIONTPDA: Icon with Long Text TPDA_ICONCHAR46TPDA_ICON

Key field Non-key field



How do I retrieve data from SAP structure TPDA_BREAKPOINT_VIEW using ABAP code?

As TPDA_BREAKPOINT_VIEW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TPDA_BREAKPOINT_VIEW as there is no data to select.

How to access SAP table TPDA_BREAKPOINT_VIEW

Within an ECC or HANA version of SAP you can also view further information about TPDA_BREAKPOINT_VIEW 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!