DBTMPORA SAP (DB Optimizer Control (Statistics Creation)) Table details

Dictionary Type: Table
Description: DB Optimizer Control (Statistics Creation)




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




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

DBTMPORA is a standard SAP Table which is used to store DB Optimizer Control (Statistics Creation) data and is available within R/3 SAP systems depending on the version and release level.

The DBTMPORA table consists of various fields, each holding specific information or linking keys about DB Optimizer Control (Statistics Creation) data available in SAP. These include DOTYP (Type of Database Object), OBJOW (Owner of the Database Object), DBTYP (Database), VWTYP (Type of Usage of Table Entry).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DBTMPORA table 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
DBOBJName of Database Object AM_DBOBJCHAR30AM_DBOBJ
DOTYPType of Database Object AM_DOTYPCHAR2AM_DOTYP
OBJOWOwner of the Database Object AM_DBOWNCHAR30CHAR30
DBTYPDatabase DBSYSTEMCHAR10DBSYSTEM
VWTYPType of Usage of Table Entry AM_VWTYPCHAR2AM_VWTYPE
ACTIVControl Flag for Update of Statistics AM_ACTVECHAR1AM_ACTIVE
OBJECIdentification of EDM cluster UDCLUIDCHAR10UDCLUID
AEDATChange/Insert Date in Control Table AM_AENDDATDATS8SYDATS
SIGNISignificance for Collection of Statistics AM_SIGNIINT13AM_SIGNI
AMETHAnalysis Method for Collecting Statistics AM_AMETHCHAR4AM_AMETH
OPTIOSample Size for Collection of Statistics AM_OPTIOCHAR5CHAR5
TOBDOTODO Flag: Create New Statistics AM_TOBDOCHAR1AM_TOBDO
HISTOHISTORY Flag: With History AM_HISTOCHAR1AM_HISTO
TDDATDate on Which the ToDo Flag Was Set AM_TDDATDATS8SYDATS
DURATEstimated runtime of table analysis AM_DURATTIMS6SYTIME
PLANDCustomer Flag: Customer Setting AM_PLANDCHAR1AM_PLAND

Key field Non-key field



How do I retrieve data from SAP table DBTMPORA using ABAP code

The following ABAP code Example will allow you to do a basic selection on DBTMPORA to SELECT all data from the table
DATA: WA_DBTMPORA TYPE DBTMPORA.

SELECT SINGLE *
FROM DBTMPORA
INTO CORRESPONDING FIELDS OF WA_DBTMPORA
WHERE...

How to access SAP table DBTMPORA

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