RSR_S_BREAKPOINTS SAP (Breakpoint Flags for Debugging a Query) Structure details

Dictionary Type: Structure
Description: Breakpoint Flags for Debugging a Query




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




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

RSR_S_BREAKPOINTS 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 "Breakpoint Flags for Debugging a Query" 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_RSR_S_BREAKPOINTS TYPE RSR_S_BREAKPOINTS.

The RSR_S_BREAKPOINTS table consists of various fields, each holding specific information or linking keys about Breakpoint Flags for Debugging a Query data available in SAP. These include DATA_GET (Boolean), MULTIPROV_SPLIT (Boolean), SELDR_SPLIT (Boolean), FILL_SP (Boolean).. 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: Cannot Be Enhanced


SAP RSR_S_BREAKPOINTS 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
LIST_NOTIFYBoolean RS_BOOLCHAR1RS_BOOL
DATA_GETBoolean RS_BOOLCHAR1RS_BOOL
MULTIPROV_SPLITBoolean RS_BOOLCHAR1RS_BOOL
SELDR_SPLITBoolean RS_BOOLCHAR1RS_BOOL
FILL_SPBoolean RS_BOOLCHAR1RS_BOOL
RTO_OPENBoolean RS_BOOLCHAR1RS_BOOL
BU_ELIMINATEBoolean RS_BOOLCHAR1RS_BOOL
VIRT_CUBEBoolean RS_BOOLCHAR1RS_BOOL
REMOTE_SAP_CUBEBoolean RS_BOOLCHAR1RS_BOOL
DATA_GET_FLATBoolean RS_BOOLCHAR1RS_BOOL
CTTBoolean RS_BOOLCHAR1RS_BOOL
MESSAGE_HANDLERBoolean RS_BOOLCHAR1RS_BOOL
TREX_RFC_CALLBoolean RS_BOOLCHAR1RS_BOOL
AUTH_IOBJVL_CHECKBoolean RS_BOOLCHAR1RS_BOOL
AUTH_IPROV_CHECKBoolean RS_BOOLCHAR1RS_BOOL
AUTH_F4_VALUESBoolean RS_BOOLCHAR1RS_BOOL
AUTH_F4_NODESBoolean RS_BOOLCHAR1RS_BOOL
AUTH_IOBJ_RELEVBoolean RS_BOOLCHAR1RS_BOOL
AUTH_FILL_BUFFERBoolean RS_BOOLCHAR1RS_BOOL
CACHE_CREATEBoolean RS_BOOLCHAR1RS_BOOL
CACHE_GETBoolean RS_BOOLCHAR1RS_BOOL
CACHE_GET_DIRBoolean RS_BOOLCHAR1RS_BOOL
CACHE_REPLACEBoolean RS_BOOLCHAR1RS_BOOL
CACHE_DELETEBoolean RS_BOOLCHAR1RS_BOOL
CACHE_COMMITBoolean RS_BOOLCHAR1RS_BOOL
CACHE_FLUSHBoolean RS_BOOLCHAR1RS_BOOL
CACHE_FAILEDBoolean RS_BOOLCHAR1RS_BOOL
RA_CONTROLQUERYBoolean RS_BOOLCHAR1RS_BOOL
RA_USEQUERYBoolean RS_BOOLCHAR1RS_BOOL
RA_OUTPUTBoolean RS_BOOLCHAR1RS_BOOL
RA_SAVEBoolean RS_BOOLCHAR1RS_BOOL
RA_ADDBoolean RS_BOOLCHAR1RS_BOOL
OLAP_STATBoolean RS_BOOLCHAR1RS_BOOL
CHECK_F4MODEBoolean RS_BOOLCHAR1RS_BOOL
SHOW_SQLBoolean RS_BOOLCHAR1RS_BOOL
SPECIAL_CHARBoolean RS_BOOLCHAR1RS_BOOL
CHECK_AUTHBoolean RS_BOOLCHAR1RS_BOOL
HIER_SETTINGBoolean RS_BOOLCHAR1RS_BOOL
MASTER_DATA_READBoolean RS_BOOLCHAR1RS_BOOL
PLAN_READ_PLANBoolean RS_BOOLCHAR1RS_BOOL
PLAN_READ_DELTABoolean RS_BOOLCHAR1RS_BOOL
PLAN_WRITE_DELTABoolean RS_BOOLCHAR1RS_BOOL
PLAN_SAVE_DELTABoolean RS_BOOLCHAR1RS_BOOL
PLAN_SAVE_AREABoolean RS_BOOLCHAR1RS_BOOL
BRAT_NAV_DISPLAYBoolean RS_BOOLCHAR1RS_BOOL
GET_RTO_DEFBoolean RS_BOOLCHAR1RS_BOOL
MDX_OLAP_ACCESSBoolean RS_BOOLCHAR1RS_BOOL
MDX_CALC_MEMBERBoolean RS_BOOLCHAR1RS_BOOL
MDX_CELL_DATABoolean RS_BOOLCHAR1RS_BOOL
MDX_AXIS_DATABoolean RS_BOOLCHAR1RS_BOOL
MDX_PARSERBoolean RS_BOOLCHAR1RS_BOOL
MDX_PARSER_XMLBoolean RS_BOOLCHAR1RS_BOOL
VAR_CONSTRUCTORBoolean RS_BOOLCHAR1RS_BOOL
VAR_EXIT_BEFOREBoolean RS_BOOLCHAR1RS_BOOL
VAR_EXIT_AFTERBoolean RS_BOOLCHAR1RS_BOOL
VAR_AUTH_EXITBoolean RS_BOOLCHAR1RS_BOOL
VAR_PERSONALISEBoolean RS_BOOLCHAR1RS_BOOL
HIER_CONSTRUCTORBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

As RSR_S_BREAKPOINTS 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 RSR_S_BREAKPOINTS as there is no data to select.

How to access SAP table RSR_S_BREAKPOINTS

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