SAP ABAP Class CL_CRM_UI_MEMORY_UTILS (Class related to memory consumption.)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-APF (Application Component) Application Frame
     CRM_BSP_UI_FRAME_CORE (Package) Application Frame DDIC, Services and Utilities
Properties
Class CL_CRM_UI_MEMORY_UTILS  
Short Description Class related to memory consumption.    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_UI_FRAME_CORE   Application Frame DDIC, Services and Utilities 
Created 20060429   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CRM_UI_MEMORY_UTILS has no interface implemented.
Friends
Class CL_CRM_UI_MEMORY_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONFIGURED_LOWER_BOUND Instance attribute Protected Type reference (TYPE) ABAP_MSIZE Configured Lowerbound Memory Limit 20060429
2 CONFIGURED_UPPER_BOUND Instance attribute Protected Type reference (TYPE) ABAP_MSIZE Configured Upperbound Memory Limit 20060429
3 MEMORY_CONSUMPTION_ABOVE_RANGE Constant Public Type reference (TYPE) INTEGER4 1 Memory consumption exceeded range 20060429
4 MEMORY_CONSUMPTION_BELOW_RANGE Constant Public Type reference (TYPE) INTEGER4 -1 Memory consumption below range 20060429
5 MEMORY_CONSUMPTION_IN_RANGE Constant Public Type reference (TYPE) INTEGER4 0 Memory consumption in range 20060429
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONSUMPTION_BOUNDS Instance method Public Method Returns if memory is within upper/lower bound 20060429
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060429
3 GET_CONFIGURED_LOWER_BOUND Instance method Public Method Returns the configured lower bound in the profile 20060429
4 GET_CONFIGURED_UPPER_BOUND Instance method Public Method Returns the configured upper bound in the profile 20060429
5 GET_CURRENT_MEMORY_USAGE Instance method Public Method Returns the current memory consumption 20060429
Events
Class CL_CRM_UI_MEMORY_UTILS has no event.
Types
Class CL_CRM_UI_MEMORY_UTILS has no local type.
Method Signatures

Method CHECK_CONSUMPTION_BOUNDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONSUMPTION_BOUNDS Value transfer Type reference (TYPE) INTEGER4 Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) 20060429

Method CHECK_CONSUMPTION_BOUNDS on class CL_CRM_UI_MEMORY_UTILS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CRM_UI_MEMORY_UTILS has no parameter.
Method CONSTRUCTOR on class CL_CRM_UI_MEMORY_UTILS has no exception.

Method GET_CONFIGURED_LOWER_BOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LOWER_BOUND Value transfer Type reference (TYPE) ABAP_MSIZE 64 Bit Integer with Prefix 20060429

Method GET_CONFIGURED_LOWER_BOUND on class CL_CRM_UI_MEMORY_UTILS has no exception.

Method GET_CONFIGURED_UPPER_BOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_UPPER_BOUND Value transfer Type reference (TYPE) ABAP_MSIZE 64 Bit Integer with Prefix 20060429

Method GET_CONFIGURED_UPPER_BOUND on class CL_CRM_UI_MEMORY_UTILS has no exception.

Method GET_CURRENT_MEMORY_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CURRENT_USAGE Value transfer Type reference (TYPE) ABAP_MSIZE 64 Bit Integer with Prefix 20060429

Method GET_CURRENT_MEMORY_USAGE on class CL_CRM_UI_MEMORY_UTILS has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in 700