SAP ABAP Function Module SAPTUNE_GET_SUMMARY_STATISTIC (Returns a Selection of Statistics About Buffers and SAP Memory)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON-TUN (Application Component) Performance Monitors (TCC)
     STUN_MON (Package) STUN: Monitoring/Statistics
Basic Data
Function Module SAPTUNE_GET_SUMMARY_STATISTIC Returns a Selection of Statistics About Buffers and SAP Memory  
Function Group STUB   SAPTUNE buffer statistics  
Program Name SAPLSTUB    
INCLUDE Name LSTUBU40    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting ROLL_AREA TYPE RLPG_STAT Roll Area Statistics
Exporting PAGING_AREA TYPE RLPG_STAT Paging Area Statistics
Exporting LOGIC_ACCESSES TYPE TABLLOGACC Logical (ABAP) Database Accesses
Exporting DB_ACCESSES TYPE TABPHYSACC Physical Database Accesses
Exporting TOTAL_HITRATIO TYPE TABHITRATO Hit Rates for Individual DB Access Types
Exporting STARTUP_TIME TYPE SYST-UZEIT System Start Time
Exporting STARTUP_DATE TYPE SYST-DATUM System Start Date
Exporting ANALYSIS_DATE TYPE SYST-DATUM Analysis Date
Exporting ANALYSIS_TIME TYPE SYST-UZEIT Analysis Time
Exporting TOTAL_DURATIONS TYPE TABPHYSACC Times for Individual DB Access Types
Exporting TOTAL_ROWS TYPE TABPHYSACC Tuple for Individual DB Access Types
Exporting TOTAL_OPERATIONS TYPE TABOPERTNS Number of Operations (Requests, Fails, Calls, Rows)
Exporting SAP_CURSOR_CACHE_TOTAL TYPE CCSTATSTTL Complete SAP Cursor Cache Statistics for all WPs
Exporting NUMBER_OF_TABLES TYPE SYST-INDEX Number of Tables in Table Statistics
Exporting EXTENDED_MEMORY_USAGE TYPE EMSTATUSAG EM Usage Statistics
Exporting HEAP_MEMORY_USAGE TYPE HPSTATUSAG Heap Usage Statistics
Exporting RFC_ERROR TYPE RFCCALSTUN-ERROR_MSG RFC error message when using RFC
Exporting RFC_ERROR_TYPE TYPE RFCCALSTUN-RFCERRTYPE RFC Error Type (Set even if there is no error)
Exporting PXA_INFO TYPE PXAINFOS Program Buffer Information
Exporting BUFSTAT_AVAILABLE TYPE RFCCALSTUN-AVAILABLE Are buffer statistics available?
Exporting TABSTAT_AVAILABLE TYPE RFCCALSTUN-AVAILABLE Are table statistics available?
Exporting RPSTAT_AVAILABLE TYPE RFCCALSTUN-AVAILABLE Are roll and paging statistics available?
Exporting PXAINF_AVAILABLE TYPE RFCCALSTUN-AVAILABLE Are program buffer statistics available?
Exporting CCSTAT_AVAILABLE TYPE RFCCALSTUN-AVAILABLE Are SAP Cursor Cache statistics available?
Exporting EMSTAT_AVAILABLE TYPE RFCCALSTUN-AVAILABLE Are extended memory statistics available?
Exporting LOGIC_ACCESSES_64 TYPE TABLLOGACC64 Logical (ABAP) Database Accesses 64-Bit
Exporting DB_ACCESSES_64 TYPE TABPHYSACC64 Physical Database Accesses 64-Bit
Exporting TOTAL_DURATIONS_64 TYPE TABPHYSACC64 Times for Individual DB Access Types 64-Bit
Exporting TOTAL_ROWS_64 TYPE TABPHYSACC64 Tuple for Individual DB Access Types 64-Bit
Importing DESTINATION TYPE RFCDES-RFCDEST 'NONE' RFC Target System (Default: Local System)
Tables BUFFER_STATISTIC TYPE TUNEHDWQ Buffer statistics
Tables TABLE_STATISTIC TYPE DBSTATDEC Table Statistics
Tables BUFFER_NAMES TYPE SAPTUNEBFN Names of the Buffers Containing SAPTUNE Statistics
Tables TABLE_QUALITIES TYPE TABBUFQUAL Table Access Qualities
Tables CURSOR_CACHE_INFO TYPE CCSTATS SAP Cursor Cache Information
Tables EXTENDED_MEMORY_ACTIVE_CONTEXT TYPE EMCONTEXT Extended Memory User Context Information
Tables ALLOC_PROCEDURE_DIA TYPE MEMALLOC Memory Allocation Procedure for Dialog WPs
Tables ALLOC_PROCEDURE_NONDIA TYPE MEMALLOC Memory Allocation Procedure for Non-Dialog WPs
Tables INTERNAL_EXTERNAL_MODES_MEMORY TYPE MEMMODETAB Memory requirement for import/export modes
Tables MODE_MEMORY_HISTORY TYPE MEMMODETAB Short history of import/export modes
Tables BUFFER_STATISTIC_64 TYPE TUNEHDWQ64 64-Bit Buffer Statistics
Tables TABLE_STATISTIC_64 TYPE DBSTATDEC64 Structure: Table Call Statistics with Decimal Fields
Exception NO_AUTHORIZATION TYPE No authorization
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19960119 
SAP Release Created in