TCCTUNEHD SAP (TUNEHD Enhanced with Date Field) Structure details

Dictionary Type: Structure
Description: TUNEHD Enhanced with Date Field




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




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

TCCTUNEHD 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 "TUNEHD Enhanced with Date Field" 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_TCCTUNEHD TYPE TCCTUNEHD.

The TCCTUNEHD table consists of various fields, each holding specific information or linking keys about TUNEHD Enhanced with Date Field data available in SAP. These include ALLOC_SIZE (Size of allocated address space), AVAIL_SIZE (Storage space available), FRAME_SIZE (Length of the buffer frames), MAX_OBJCTS (Maximum no. of objects).. 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 TCCTUNEHD 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
DATESystem Date SYDATUMDATS8SYDATS
ALLOC_SIZESize of allocated address space MEMALLOCSZINT410INT4
AVAIL_SIZEStorage space available MEMAVAILSZINT410INT4
FRAME_SIZELength of the buffer frames BFRAMESIZEINT410INT4
MAX_OBJCTSMaximum no. of objects MAXOBJECTSINT410INT4
HASH_WIDTHWidth of hashing values used HASHWIDTHINT410INT4
CUT_VALUECut value CUTVALUEINT410INT4
ACT_OBJCTSNo. of active objects ACTOBJECTSINT410INT4
CON_OBJCTSNo. of known objects CONOBJECTSINT410INT4
USED_SPACEStorage space used by active objects ACTUSEDSPCINT410INT4
MAX_FRMESMax. no. of frames available MAXFRAMESINT410INT4
ALLOC_FRMSNumber of frames used ALLOCFRMSINT410INT4
REQUESTNo. of object requests to the buffer BUFREQUESTINT410INT4
HITNo. of successful request HITCOUNTINT410INT4
OBJ_N_FNDNo. of failed requests BUFOBJNFNDINT410INT4
INSERTNumber of buffer inserts BUFINSERTSINT410INT4
UPDATENo. of object changes BUFUPDATESINT410INT4
REQ_DELETENo. of delete requests for an object from the buffer BUFREQDELINT410INT4
DELETENo. of invalidated objects BUFDELETESINT410INT4
FREE_OBJCTNo. of objects released from the buffer BUFFREESINT410INT4
DB_ACCESSNo. of database accesses NODBACCESSINT410INT4
DB_ACC_SVDNo. of database accesses saved NODBACCSVDINT410INT4
REORGNo. of buffer compact./reorg. REORGCNTINT410INT4
SWAPNo. of objects swapped SWAPCNTINT410INT4
SWAP_FRAMENo. of frames swapped SWAPFRMCNTINT410INT4
SEARCHNo. of search operations BUFSEARCHINT410INT4
SEARCH_INSNo. of search operations during roll-in BUFSEARCHIINT410INT4
SUM_SIZESum of the sizes of the rolled-in objects BUFOBJSUSZINT410INT4
SUM_SIZE2Sum of sizes of rolled-in objects (power of 2) BUFOBJSQSZINT410INT4
MAX_SIZEMaximum objet size BUFMAXOBJSINT410INT4
MIN_SIZEMinimum object size BUFMINOBJSINT410INT4
REFRESHCounter for the number of buffer refreshes BUFREFRCNTINT410INT4
SIZE_UNITUnit used if # kB BUFSZUNITINT410INT4
RESERVENatural Number INT4INT410INT4
ALLOCStorage class BUFMEMCLSCHAR1BUFMEMCLS
SMODESearch procedure BUFSMODECHAR1BUFSMODE
UP_TIMEStart time for statistics BUFUPTIMECHAR14CHAR14
LAST_REFRTime of Last Buffer Refresh BUFLSTREFRCHAR14CHAR14
NAMEArea name BUFNAMECHAR5BUFNAME

Key field Non-key field



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

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

How to access SAP table TCCTUNEHD

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