DB6_JOB_RUNSTATS_TABLES SAP (DB6: Parameters of Table Runstats) Structure details

Dictionary Type: Structure
Description: DB6: Parameters of Table Runstats




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




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

DB6_JOB_RUNSTATS_TABLES 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: Parameters of Table Runstats" 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_DB6_JOB_RUNSTATS_TABLES TYPE DB6_JOB_RUNSTATS_TABLES.

The DB6_JOB_RUNSTATS_TABLES table consists of various fields, each holding specific information or linking keys about DB6: Parameters of Table Runstats data available in SAP. These include RB_SCHEDULED (), RB_AUTO_SCHEDULED (), RB_USER_SCHEDULED (), CB_PROPOSED_FOR_RUNSTATS (Replacement for Real Boolean Type: 'X' == True '' == False).. 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 DB6_JOB_RUNSTATS_TABLES 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
RS 0
RB_SCHEDULED 0
RB_AUTO_SCHEDULED 0
RB_USER_SCHEDULED 0
CB_PROPOSED_FOR_RUNSTATSReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
UPDATE_RATIO 0
CB_COLLECT_FOR_APPLMONReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
RB_TABLE 0
RB_TABLE_BASIC 0
RB_TABLE_DISTRIBUTED 0
RB_TABLE_NONE 0
CB_KEY_COLUMNS_ONLYReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
CB_SAMPLE_TABLEReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
SAMPLE_TABLE_PERCENT 0
RB_SAMPLING 0
RB_SAMPLING_SYSTEM 0
RB_SAMPLING_BERNOULLI 0
RB_INDEX 0
RB_INDEX_BASIC 0
RB_INDEX_EXTENDED 0
RB_INDEX_NONE 0
RB_INDEX_EXTENDED_SAMPLED 0
RB_STAT 0
RB_NO_STAT_AND_VOLATILE 0
RB_STAT_AND_NOT_VOLATILE 0
CB_POOL_LIKEReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
RB_USE_PROFILE 0
RB_USE_CUSTOM 0
RB_USE 0
RB_IDX_SAMPLE_SYSTEM 0
RB_IDX_SAMPLE_BERNOULLI 0
RB_IDX_SAMPLE 0
SAMPLE_IDX_PERCENT 0
ADMSTAT 0
TABSCHEMADB6: Schema Name DB6SCHEMACHAR20
TABNAMEDB6: long table name DB6TABNAMLCHAR128
VWTYP 0
ACTIV 0
SAMPLSZTAB 0
SAMPLE_IDX 0
SAMPLE_TAB 0
KEYCOLONLY 0
AMETH 0
VOLA_STAT 0
VOLATHRESH 0
UPDRATIO 0
AEDAT 0
POOL_LIKE 0
SAMPLTYPE 0
SAMPLSZIDX 0
SAMPLTYPEIDX 0
PARALLELISM 0
TABLE_LIST 0
TABLE_ALV 0

Key field Non-key field



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

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

How to access SAP table DB6_JOB_RUNSTATS_TABLES

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