SAP CL_FOX3_CACHE_TABLES OO Class - Table Object for the Cache









CL_FOX3_CACHE_TABLES is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_FOX3_CACHE_TABLES including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FOX3_DATA_UPDATER

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FOX3_FREEABLE_OBJECT

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FOX3_MAP_DB_2_INSTANCE

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FOX3_MAP_DB_RUNTIME

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FOX3_MEMORY_AWARE_OBJECT

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FOX3_MSG_PARAMETER

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FOX3_PERSISTENCE_PARAMETERS

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_PTU_HAS_UTILITY_OBJECTS

Method list of CL_FOX3_CACHE_TABLES SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_COMPONENTAdd Component to CachePublic
CALL METHOD cl_fox3_cache_tables=>ADD_COMPONENT...more details

ADD_COMPONENTSAdd Multiple Components to CachePublic
CALL METHOD cl_fox3_cache_tables=>ADD_COMPONENTS...more details

ADD_COMPONENT_INTERNALAdd Component to CacheProtected
CALL METHOD cl_fox3_cache_tables=>ADD_COMPONENT_INTERNAL...more details

CHECK_INSTANCES_CHANGEDCheck if There Are Changes for InstancesProtected
CALL METHOD cl_fox3_cache_tables=>CHECK_INSTANCES_CHANGED...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD cl_fox3_cache_tables=>CLASS_CONSTRUCTOR...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_fox3_cache_tables=>CONSTRUCTOR...more details

DELETE_OBJECTDelete ObjectPublic
CALL METHOD cl_fox3_cache_tables=>DELETE_OBJECT...more details

FIND_INSTANCEIs the instance in the cache?Public
CALL METHOD cl_fox3_cache_tables=>FIND_INSTANCE...more details

FIND_OBJECTIs the object in the cache?Public
CALL METHOD cl_fox3_cache_tables=>FIND_OBJECT...more details

FINISH_DB_OPERATIONComplete Database OperationProtected
CALL METHOD cl_fox3_cache_tables=>FINISH_DB_OPERATION...more details

FREE_DATAPublic
CALL METHOD cl_fox3_cache_tables=>FREE_DATA...more details

GET_ACTUAL_MEMORYPublic
CALL METHOD cl_fox3_cache_tables=>GET_ACTUAL_MEMORY...more details

GET_EXPLOSIONOutput ExplosionPublic
CALL METHOD cl_fox3_cache_tables=>GET_EXPLOSION...more details

GET_MAP_KEY_2_INSTANCEConverter: Key to InstancePublic
CALL METHOD cl_fox3_cache_tables=>GET_MAP_KEY_2_INSTANCE...more details

GET_NUMBER_BY_TYPEStage Object Type and Number of ObjectsPublic
CALL METHOD cl_fox3_cache_tables=>GET_NUMBER_BY_TYPE...more details

GET_OBJECTS_BY_TYPEOutput Objects of a TypePublic
CALL METHOD cl_fox3_cache_tables=>GET_OBJECTS_BY_TYPE...more details

GET_OBJECTS_TO_PARENTFind Child ObjectsPublic
CALL METHOD cl_fox3_cache_tables=>GET_OBJECTS_TO_PARENT...more details

GET_PARENTS_TO_OBJECTFind Parent ObjectsPublic
CALL METHOD cl_fox3_cache_tables=>GET_PARENTS_TO_OBJECT...more details

GET_RECORDS_TO_OBJECTFind Parent ObjectsPublic
CALL METHOD cl_fox3_cache_tables=>GET_RECORDS_TO_OBJECT...more details

GET_RECORDS_TO_PARENTFind Child ObjectsPublic
CALL METHOD cl_fox3_cache_tables=>GET_RECORDS_TO_PARENT...more details

GET_STATISTICOutput Statistical InformationPublic
CALL METHOD cl_fox3_cache_tables=>GET_STATISTIC...more details

GET_TOTAL_STATISTICSStatistical InformationPublic
CALL METHOD cl_fox3_cache_tables=>GET_TOTAL_STATISTICS...more details

IS_TOP_OBJECTIs the Object a Top Object?Public
CALL METHOD cl_fox3_cache_tables=>IS_TOP_OBJECT...more details

LOG_ACTUAL_MEMORYPublic
CALL METHOD cl_fox3_cache_tables=>LOG_ACTUAL_MEMORY...more details

LOG_STATISTICLog Statistical InformationPublic
CALL METHOD cl_fox3_cache_tables=>LOG_STATISTIC...more details

MAP_DB_2_INSTANCEPublic
CALL METHOD cl_fox3_cache_tables=>MAP_DB_2_INSTANCE...more details

MAP_EXPLOSION_TO_DBConversion MethodProtected
CALL METHOD cl_fox3_cache_tables=>MAP_EXPLOSION_TO_DB...more details

MAP_STRUCTURE_TO_DBConversion MethodProtected
CALL METHOD cl_fox3_cache_tables=>MAP_STRUCTURE_TO_DB...more details

OBJECT_EXISTSIs an object contained?Public
CALL METHOD cl_fox3_cache_tables=>OBJECT_EXISTS...more details

SETUP_INSTANCE_TABLEBuild Instance TableProtected
CALL METHOD cl_fox3_cache_tables=>SETUP_INSTANCE_TABLE...more details

SET_DB_2_INSTANCEWrite Mapping EntryPublic
CALL METHOD cl_fox3_cache_tables=>SET_DB_2_INSTANCE...more details

SET_FACTORYDisplay Object FactoryPublic
CALL METHOD cl_fox3_cache_tables=>SET_FACTORY...more details

UPDATE_EXPLOSIONManage ExplosionPublic
CALL METHOD cl_fox3_cache_tables=>UPDATE_EXPLOSION...more details

UPDATE_UTILITIESPublic
CALL METHOD cl_fox3_cache_tables=>UPDATE_UTILITIES...more details



CL_FOX3_CACHE_TABLES attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
GC_BLOCK_SIZE_MAXConstantMaximum Block Size for CommitCL_FOX3_CONSTANTS=>GC_DB_BLOCK_SIZE_MAXLIKE
I
Protected
GC_DELETEInstance AttributeLIKE
Protected
GC_INSERTInstance AttributeLIKE
Protected
GC_TAGStatic AttributeIndicatorCL_FOX3_CONSTANTS=>GC_TAG_CACHELIKE
PTU_TAG
Protected
GC_UPDATEInstance AttributeLIKE
Protected
GI_MESSAGEInstance AttributeCollect MessagesLIKE
IF_PTU_MESSAGE
Protected
GI_PARAMETERSInstance AttributeExplosion ParametersLIKE
IF_FOX3_PARAMETERS
Protected
GI_PERSISTENCE_CONTROLLERInstance AttributeControl of PersistenceLIKE
IF_FOX3_PERSISTENCE_CONTROLLER
Protected
GO_FACTORYInstance AttributeFactory for Instances of Structured ObjectsLIKE
CL_FOX3_STRUCT_OBJECT_FACTORY
Protected
GS_MSG_PARAMETERSInstance AttributeLIKE
Protected
GS_UPD_COUNT_EXPLInstance AttributeCounter for UpdateLIKE
FOX3_UPDATE_COUNTER_S
Protected
GS_UPD_COUNT_STRUCTInstance AttributeCounter for UpdateLIKE
FOX3_UPDATE_COUNTER_S
Protected
GS_UTIL_IFInstance AttributeLIKE
Public
GT_DB_2_INSTANCEInstance AttributeMapping DB -> InstanceLIKE
FOX3_MAP_DB_2_INSTANCE_T
Protected
GT_EXPLOSION_UPDInstance AttributeExplosion in FOX CacheLIKE
FOX3_CACHE_EXPLOSION_UPD_T
Protected
GT_NUM_TYPEInstance AttributeObject Type and NumberLIKE
FOX3_NUM_OBJ_TYPE_T
Protected
GT_OBJECT_PARENT_UPDInstance AttributeParent-Object Table for the FOX CacheLIKE
FOX3_OBJECT_PARENT_CACHE_UPD_T
Protected
GT_OBJECT_TYPE_INSTANCEInstance AttributeObject Type and InstanceLIKE
FOX3_OBJECT_TYPE_INSTANCE_T
Protected
GT_PARENT_OBJECT_UPDInstance AttributeParent-Object Table for the FOX CacheLIKE
FOX3_PARENT_CACHE_OBJECT_UPD_T
Protected
GT_STATISTICInstance AttributeCache StatisticsLIKE
FOX3_CACHE_STATISTIC_T
Protected
GV_DELETE_EXTENTInstance AttributeLIKE
Protected
GV_EXPL_DBInstance AttributeTable Name, 16 CharactersLIKE
FOX3_TABNAME
Protected
GV_FILL_PARENT_OBJECTInstance AttributeNumber of Logical EntriesLIKE
I
Protected
GV_FORCE_DELETEInstance AttributeLIKE
Protected
GV_FREEDInstance AttributeLIKE
Public
GV_INSTANCES_CHANGEDInstance AttributeInstances Have ChangedLIKE
FLAG_X
Protected
GV_NUM_INSTANCEInstance AttributeNumber of InstancesLIKE
I
Protected
GV_NUM_TOP_OBJECTInstance AttributeNumber of Top-Level ObjectsLIKE
I
Protected
GV_STRUCT_DBInstance AttributeTable Name, 16 CharactersLIKE
FOX3_TABNAME
Protected
GV_STRUCT_IDInstance AttributeDatabase ID of a FOX CacheLIKE
FOX3_STRUCT_DB_ID
Protected
GV_TA_TYPEInstance AttributeLIKE
Protected
SS_PARENT_OBJECT_UPDStatic AttributeParent-Object Structure in FOX Cache with Update IndicatorLIKE
FOX3_PARENT_CACHE_OBJECT_UPD_S
Protected
SV_LEN_EXPLOSIONStatic AttributeStructure WidthLIKE
I
Protected
SV_LEN_MAP_INSTANCEStatic AttributeStructure WidthLIKE
I
Protected
SV_LEN_OBJECT_TYPE_INSTANCEStatic AttributeStructure WidthLIKE
I
Protected
SV_LEN_PARENT_OBJECTStatic AttributeStructure WidthLIKE
I
Protected
SV_MSG_DUMMYInstance AttributeSingle-Character IndicatorLIKE
Protected
SV_MSG_LINK_TYPE_EXTInstance AttributeLIKE
Protected
SV_MSG_OBJ_KEY_EXTInstance AttributeLIKE
Protected
SV_MSG_OBJ_TYPE_EXTInstance AttributeLIKE
Protected
SV_MSG_OBJ_VERSIONInstance AttributeLIKE
Protected


Links to Related Class(s)

CL_FOX3_...
Full list of available SAP object classes

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!