SAP ABAP Function Module SAPTUNE_MEMORY_PARAMETER_READ (Returns the SAP Memory Management Parameters)
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_MEMORY_PARAMETER_READ Returns the SAP Memory Management Parameters  
Function Group STUB   SAPTUNE buffer statistics  
Program Name SAPLSTUB    
INCLUDE Name LSTUBU33    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting QUOTA_ROLL_DIA TYPE MEMPARAMTY-QTA_RL_DIA Roll Area Size per Dialog Work Process [Bytes]
Exporting QUOTA_ROLL_NONDIA TYPE MEMPARAMTY-QTA_RL_OTH Roll Area Size per Non-Dialog WOrk Process [Bytes]
Exporting QUOTA_EM_DIA TYPE MEMPARAMTY-QTA_EM_DIA Extended Memory per Dialog Session [Bytes]
Exporting QUOTA_EM_NONDIA TYPE MEMPARAMTY-QTA_EM_OTH Extended Memory per Non-Dialog Session [Bytes]
Exporting QUOTA_HEAP_DIA TYPE MEMPARAMTY-QTA_HP_DIA Main Memory per Dialog Work Process [Bytes]
Exporting QUOTA_HEAP_NONDIA TYPE MEMPARAMTY-QTA_HP_OTH Main Memory per Non-Dialog Work Process [Bytes]
Exporting SIZE_HEAP_DIA TYPE MEMPARAMTY-SIZ_HP_DIA Total Heap Memory Available for Dialog WPs [Bytes]
Exporting SIZE_HEAP_NONDIA TYPE MEMPARAMTY-SIZ_HP_OTH Total Heap Memory Available for Non-Dialog WPs [Bytes]
Exporting SIZE_HEAP_TOTAL TYPE MEMPARAMTY-SIZ_HP_TTL Total heap memory available [Bytes]
Exporting EM_STAT_LOG_TIMEOUT TYPE MEMPARAMTY-TIM_EM_LOG Write Time for EM Statistics Log [min]
Exporting EM_STAT_LOG_SIZE TYPE MEMPARAMTY-SIZ_EM_LOG Size of the EM Statistics Log [MB]
Tables ALLOC_PROCEDURE_DIA TYPE MEMALLOC ABAP Memory Allocation Procedure for Dialog
Tables ALLOC_PROCEDURE_NONDIA TYPE MEMALLOC ABAP Memory Allocation Procedure for Non-Dialog
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