BAMTABI_30 SAP (Application analysis: table statistics (3.0 version)) Structure details

Dictionary Type: Structure
Description: Application analysis: table statistics (3.0 version)




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




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

BAMTABI_30 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 "Application analysis: table statistics (3.0 version)" 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_BAMTABI_30 TYPE BAMTABI_30.

The BAMTABI_30 table consists of various fields, each holding specific information or linking keys about Application analysis: table statistics (3.0 version) data available in SAP. These include NUM_ROWS (Number of lines in a table (poss. subset for MANDT)), CLIENT (Client), NOCALLS (SD Monitor: Indicator - table not accessed), DIRCNT (Number of DIRECT READs).. 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: Not classified


SAP BAMTABI_30 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
TABNAMEApplication analysis: Table name (3.0 format) BAMTABNAME_30CHAR10CHAR10
NUM_ROWSNumber of lines in a table (poss. subset for MANDT) NUM_ROWS_TDEC15BAMRTCNTR
CLIENTClient MANDTCLNT3Assigned to domainMANDT
NOCALLSSD Monitor: Indicator - table not accessed NOCALLSCHAR1YESNO
DIRCNTNumber of DIRECT READs BAMDIRCNTDDEC12DEC12
DIRFAILNumber of failed DIRECT READs BAMDIRFAILDEC12DEC12
SEQCNTNumber of SEQUENTIAL READs BAMSEQCNTDEC12DEC12
SEQFAILNo. of failed seq. accesses SEQFAILDEC12DEC12
UPDCNTNo. of UPDATE attempts BAMUPDCNTDEC12DEC12
DELCNTNo. of DELETE attempts BAMDELCNTDEC12DEC12
INSCNTNo. of INSERT attempts BAMINSCNTDEC12DEC12
PUFFERUNGApplication analysis: Buffering type of a table BAMBUFMODECHAR4BAMBUFMODE
SCHFELDANZApplication analysis: Number of fields in generic key BAMGENKEYSINT410INT4
TABLENApplication analysis: Length of a table entry TABLENGINT410INT4
KEYCNTNumber of key fields KEYCOUNTINT410INT4
KEYLENLength of table key KEYLENGINT410INT4
TEXTApplication analysis: Results table: Text description BAMRTTEXTCHAR60TEXT60
SIZEApplication analysis: Table size [KB] BAMTABSIZEINT410INT4
CHANGESApplication analysis: Total of database accesses that change BAMCHGCNTDEC15BAMRTCNTR
CHANGESRELApplication analysis: Changes relative to seq: read accesses BAMCHGRELDEC15(2) BAMCHGREL
READ_RECNumber of records read READ_RECDEC12DEC12

Key field Non-key field



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

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

How to access SAP table BAMTABI_30

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