DB6PMSR SAP (DB6: Table Reorg Snapshot) Structure details

Dictionary Type: Structure
Description: DB6: Table Reorg Snapshot




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




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

DB6PMSR 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 "DB6: Table Reorg Snapshot" 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_DB6PMSR TYPE DB6PMSR.

The DB6PMSR table consists of various fields, each holding specific information or linking keys about DB6: Table Reorg Snapshot data available in SAP. These include PARTITN (), TAB_SCHEMA (DB6: Schema Name), TABLE_NAME (DB6: long table name), CALLERFLAG ().. 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 DB6PMSR 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
COMPTIMEDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
PARTITN 0
TAB_SCHEMADB6: Schema Name DB6SCHEMACHAR20
TABLE_NAMEDB6: long table name DB6TABNAMLCHAR128
CALLERFLAG 0
DBMSTRTTMEDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
PRGVERS 0
PG_REORGS 0
REORG_PHASE DB6: Current Phase of offline REORG0
REORG_MAX_PHASE DB6: Max. No. of offline REORG phases0
REORG_CURRENT_COUNTER DB6: Current amount of reorganization done0
REORG_MAX_COUNTER DB6: Total amount of reorganization to be done0
REORG_TYPE DB6: Attribute settings for Table reorganization0
ONLINE DB6: ONLINE clause YES/NO0
ACCESS_MODE DB6: READ/WRITE/NO ACCESS0
RECLUSTER DB6: Recluster via index scan YES/NO0
REORG_LOB DB6: LONGLOBDATA clause YES/NO0
NO_TRUNCATE DB6: NO TRUNCATE TABLE clause YES/NO0
REORG_STATUS DB6: The status of an in-place (online) table reorganization0
REORG_COMPLETION DB6: Success indicator for table reorganization0
REORG_STARTDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
REORG_ENDDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
REORG_PHASE_STARTDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
REORG_INDEX_ID DB6: The index being used to reorganize the table0
REORG_TBSPC_ID DB6: The table space in which the table will be reorganized0
REORG_LONG_TBSPC_ID 0
REORG_ROWSCOMPRESSED 0
REORG_ROWSREJECTED 0
REORG_STATUS_FLAG 0

Key field Non-key field



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

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

How to access SAP table DB6PMSR

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