TUNE1 SAP (Tune: Maximum Puffer Sizes/Directory Entries Reached) Table details

Dictionary Type: Table
Description: Tune: Maximum Puffer Sizes/Directory Entries Reached




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




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

TUNE1 is a standard SAP Table which is used to store Tune: Maximum Puffer Sizes/Directory Entries Reached data and is available within R/3 SAP systems depending on the version and release level.

The TUNE1 table consists of various fields, each holding specific information or linking keys about Tune: Maximum Puffer Sizes/Directory Entries Reached data available in SAP. These include HOST (Application Server), SYSTEMID (Version Number Component), BUFFERNAME (Buffer name), SEITDATUM (System Date).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TUNE1 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
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
HOSTApplication Server SYHOSTCHAR32HOST_ID
SYSTEMIDVersion Number Component CHAR2CHAR2CHAR2
BUFFERNAMEBuffer name D_BUF_NAMECHAR21ST02_21
SEITDATUMSystem Date SYDATUMDATS8SYDATS
MAXBDATUMSystem Date SYDATUMDATS8SYDATS
MAXBUZEITSystem Time SYUZEITTIMS6SYTIME
MAXBSIZESize used in buffer D_SUSEDINT410STAT_I4
MAXBAVAILAvailable size in buffer D_SAVAILINT410STAT_I4
MAXBDIRUsed entries in directory D_EUSEDINT410STAT_I4
MAXDDATUMSystem Date SYDATUMDATS8SYDATS
MAXDUZEITSystem Time SYUZEITTIMS6SYTIME
MAXDSIZEUsed entries in directory D_EUSEDINT410STAT_I4
MAXDAVAILMaximum entries in directory D_EMAXINT410STAT_I4
MAXDBUFFSize used in buffer D_SUSEDINT410STAT_I4

Key field Non-key field



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

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

SELECT SINGLE *
FROM TUNE1
INTO CORRESPONDING FIELDS OF WA_TUNE1
WHERE...

How to access SAP table TUNE1

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