DB6PMSR_ONL SAP (DB6: Table Reorg Snapshot (Online & Running)) Structure details

Dictionary Type: Structure
Description: DB6: Table Reorg Snapshot (Online & Running)




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




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

DB6PMSR_ONL 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 (Online & Running)" 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_ONL TYPE DB6PMSR_ONL.

The DB6PMSR_ONL table consists of various fields, each holding specific information or linking keys about DB6: Table Reorg Snapshot (Online & Running) data available in SAP. These include PARTITN (DB6: Partition Name for Listbox Element), TAB_SCHEMA (DB6: Schema Name), TABLE_NAME (DB6: long table name), PAGE_REORGS ().. 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_ONL 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
PARTITNDB6: Partition Name for Listbox Element DB6PARTNAMCHAR4
TAB_SCHEMADB6: Schema Name DB6SCHEMACHAR20
TABLE_NAMEDB6: long table name DB6TABNAMLCHAR128
PAGE_REORGS 0
REORG_PHASE 0
REORG_MAX_PHASE 0
RECLUSTER 0
REORG_CURRENT_COUNTER DB6: Current amount of reorganization done0
REORG_LOB 0
REORG_MAX_COUNTER DB6: Total amount of reorganization to be done0
PROGRESS 0
NO_TRUNCATE 0
REORG_TYPE 0
REORG_STATUS reorg status of table0
REORG_TBSPC DB6: The table space in which the table will be reorganized0
REORG_STATUS reorg status of table0
PROGRESS 0
REORG_COMPLETION 0
START_DATEField of type DATS DATSDATS8DATS
REORG_TBSPC DB6: The table space in which the table will be reorganized0
START_TIMEField of type TIMS TIMSTIMS6TIME
REORG_TBSPC_ID 0
REORG_INDEX 0
PHASE_START_DATEField of type DATS DATSDATS8DATS
REORG_INDEX_ID 0
PHASE_START_TIMEField of type TIMS TIMSTIMS6TIME
START_DATEField of type DATS DATSDATS8DATS
REORG_STATUS_FLAG 0
START_TIMEField of type TIMS TIMSTIMS6TIME
END_DATEField of type DATS DATSDATS8DATS
END_TIMEField of type TIMS TIMSTIMS6TIME
PHASE_START_DATEField of type DATS DATSDATS8DATS
PHASE_START_TIMEField of type TIMS TIMSTIMS6TIME
REORG_LONG_TBSPC 0
REORG_LONG_TBSPC_ID 0
REORG_ROWSCOMPRESSED 0
REORG_ROWSREJECTED 0
DATA_PARTITION_ID 0
REORG_RUNTIME 0

Key field Non-key field



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

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

How to access SAP table DB6PMSR_ONL

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