MSD_PACCES SAP (Contains data from sysperfinfo on accesses physical&logical) Structure details

Dictionary Type: Structure
Description: Contains data from sysperfinfo on accesses physical&logical




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




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

MSD_PACCES 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 "Contains data from sysperfinfo on accesses physical&logical" 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_MSD_PACCES TYPE MSD_PACCES.

The MSD_PACCES table consists of various fields, each holding specific information or linking keys about Contains data from sysperfinfo on accesses physical&logical data available in SAP. These include INDEXSRCH (Number of index searches.), EXTALLOCS (Number of extents allocated to database objects), EXTDEALLS (Number of extents deallocated in a database), PAGEALLOCS (Number of pages allocated to database 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 MSD_PACCES 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
FULLSCANS Number of unrestricted base table or index scans0
INDEXSRCH Number of index searches.0
EXTALLOCS Number of extents allocated to database objects0
EXTDEALLS Number of extents deallocated in a database0
PAGEALLOCS Number of pages allocated to database objects0
PAGEDEALLS Number of pages deallocated in a database0
PAGESPLITS Number of index page splits in a database0
PROBESCANS Number of probe scans in a database0
RANGESCANS Number of range scans through indexes0
WORKFILES Number of work files created0
WORKTABLES Number of work tables created0
LAZYWRITES Number of buffers written by the lazy writer0
PAGEREADS Number of physical page reads0
PAGEWRITES Number of physical page writes0
REQBUFFPG Number of requests for buffer pages.0
READAHEAD Number of requests to prefetch pages.0
AUTOPARAM Number of auto-parameterization attempts0
SQLBATCHS Number of Transact-SQL batches received.0
SQLCOMPILE Number of SQL compilations.0
AVGLTCHWT Average latch wait time in ms for latch requests that wait0
LATCHWAITS Number of latch requests per second that weren't satified0

Key field Non-key field



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

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

How to access SAP table MSD_PACCES

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