SAP ABAP Class /BOBF/CL_TOOL_CC_CHECK_MEMORY (Check memory consumption of content classes)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
⤷
/BOBF/TOOLS (Package) Business Object Processing Framework Tools

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_TOOL_CC_CHECK | BOPF Contract Check Implementation | 20081212 |
Properties
Class | /BOBF/CL_TOOL_CC_CHECK_MEMORY | |
Short Description | Check memory consumption of content classes | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOBF/TOOLS | Business Object Processing Framework Tools |
Created | 20081212 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BOBF/CL_TOOL_CC_CHECK_MEMORY has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOBF/IF_TOOL_CC_CHECK | BOPF Contract Check Implementation | 20081212 |
Friends
Class /BOBF/CL_TOOL_CC_CHECK_MEMORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | /BOBF/TOOL_CC_CHECK_ID | '/BOPF/MEM' | Conmpliance Check ID | 20081212 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_STACK | 20081212 |
Methods
Class /BOBF/CL_TOOL_CC_CHECK_MEMORY has no method.
Events
Class /BOBF/CL_TOOL_CC_CHECK_MEMORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_STACK | Private | See coding | 20081212 | tt_stack TYPE STANDARD TABLE OF ty_stack
|
||
2 | TY_STACK | Private | See coding | 20081212 | BEGIN OF ty_stack,
ref TYPE REF TO object,
mem TYPE abap_msize,
END OF ty_stack
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |