SAP ABAP Class CL_FOX3_VALIDITY_DATA (Abstract Class for Validities)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-MDG-DRF (Application Component) Data Replication Framework
     FOX3 (Package) Framework for hierarchy explosion
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOX3_DATA_UPDATER Object Updates Data 20100514
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOX3_FREEABLE_OBJECT ObjeCt with Free_Data Method 20100514
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOX3_MAP_DB_RUNTIME Conversion DB <-> Runtime 20100514
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOX3_MEMORY_AWARE_OBJECT Read Memory Consumption 20100514
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOX3_MSG_PARAMETER Parameters for FOX Messages 20100514
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOX3_PERSISTENCE_PARAMETERS Control of Persistence 20100514
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PTU_HAS_UTILITY_OBJECTS Object Has Help Objects 20100514
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FOX3_VALIDITY_ECM_ORDER Manangement and Output of Change Orders 20100514
2 Inheritance (c INHERITING FROM c_ref)  CL_FOX3_VALIDITY_TIMESTAMP Management and Output of Time Stamps 20100514
Properties
Class CL_FOX3_VALIDITY_DATA  
Short Description Abstract Class for Validities    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FOX3   Framework for hierarchy explosion 
Created 20100514   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_FOX3_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FOX3_DATA_UPDATER Object Updates Data 20100514
2 IF_FOX3_FREEABLE_OBJECT ObjeCt with Free_Data Method 20100514
3 IF_FOX3_MAP_DB_RUNTIME Conversion DB <-> Runtime 20100514
4 IF_FOX3_MEMORY_AWARE_OBJECT Read Memory Consumption 20100514
5 IF_FOX3_MSG_PARAMETER Parameters for FOX Messages 20100514
6 IF_FOX3_PERSISTENCE_PARAMETERS Control of Persistence 20100514
7 IF_PTU_HAS_UTILITY_OBJECTS Object Has Help Objects 20100514
Friends
Class CL_FOX3_VALIDITY_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DELETE Instance attribute Protected Attribute reference (LIKE) 20100514
2 GC_INSERT Instance attribute Protected Attribute reference (LIKE) 20100514
3 GC_TAG Constant Protected Type reference (TYPE) PTU_TAG CL_FOX3_CONSTANTS=>GC_TAG_VALIDITY_DATA Indicator 20100514
4 GC_UPDATE Instance attribute Protected Attribute reference (LIKE) 20100514
5 GI_MAP_DB_2_INSTANCE Instance attribute Protected Object reference (TYPE REF TO) IF_FOX3_MAP_DB_2_INSTANCE DB -> Instances Reassignment 20100514
6 GI_MESSAGE Instance attribute Protected Object reference (TYPE REF TO) IF_PTU_MESSAGE Collect Messages 20100514
7 GI_PERSISTENCE_CONTROLLER Instance attribute Protected Object reference (TYPE REF TO) IF_FOX3_PERSISTENCE_CONTROLLER Control of Persistence 20100514
8 GS_COUNT_UPD Instance attribute Protected Type reference (TYPE) FOX3_UPDATE_COUNTER_S Counter for Update 20100514
9 GS_MSG_PARAMETERS Instance attribute Protected Attribute reference (LIKE) 20100514
10 GS_UTIL_IF Instance attribute Protected Attribute reference (LIKE) 20100514
11 GS_VALIDITY Instance attribute Protected Type reference (TYPE) FOX0_VALIDITY_S Validity Types 20100514
12 GT_INSTANCE Instance attribute Protected Type reference (TYPE) FOX3_CACHE_OBJECT_HT Hashed Table From Objects 20100514
13 GV_DB_NAME Instance attribute Protected Type reference (TYPE) FOX3_TABNAME Name of Database Table 20100514
14 GV_DELETE_EXTENT Instance attribute Protected Attribute reference (LIKE) 20100514
15 GV_FORCE_DELETE Instance attribute Protected Attribute reference (LIKE) 20100514
16 GV_FREED Instance attribute Public Attribute reference (LIKE) 20100514
17 GV_STRUCT_ID Instance attribute Protected Type reference (TYPE) FOX3_STRUCT_DB_ID Database ID of a FOX Cache 20100514
18 GV_TA_TYPE Instance attribute Protected Attribute reference (LIKE) 20100514
19 SV_LEN_INSTANCE Static Attribute Protected Type reference (TYPE) I 20100514
20 SV_LEN_MULTI_TABLE Static Attribute Protected Type reference (TYPE) I 20100514
21 SV_MSG_DUMMY Instance attribute Protected Attribute reference (LIKE) 20100514
22 SV_MSG_LINK_TYPE_EXT Instance attribute Protected Attribute reference (LIKE) 20100514
23 SV_MSG_OBJ_KEY_EXT Instance attribute Protected Attribute reference (LIKE) 20100514
24 SV_MSG_OBJ_TYPE_EXT Instance attribute Protected Attribute reference (LIKE) 20100514
25 SV_MSG_OBJ_VERSION Instance attribute Protected Attribute reference (LIKE) 20100514
26 SV_MSG_VALIDITY_EXT Static Attribute Protected Type reference (TYPE) FOX0_VALIDITY_EXT Validity Identifier Description 20100514
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100514
2 DEL_VALIDITIES Instance method Public Method Delete Validites 20100514
3 FREE_DATA Instance method Public Method 20100514
4 GET_ACTUAL_MEMORY Instance method Public Method 20100514
5 GET_VALIDITIES Instance method Public Method Return Validities 20100514
6 LOG_ACTUAL_MEMORY Instance method Public Method 20100514
7 LOG_DELETE Instance method Protected Method Log Deletion 20100514
8 LOG_SET Instance method Protected Method Log Save 20100514
9 SET_PARAMETERS Instance method Public Method Get Object with Parameters 20100514
10 SET_VALIDITIES Instance method Public Method Store Validities 20100514
11 UPDATE_UTILITIES Instance method Public Method 20100514
12 WRITE_VALIDITIES_TO_LIST Instance method Public Method Display Validities 20100514
Events
Class CL_FOX3_VALIDITY_DATA has no event.
Types
Class CL_FOX3_VALIDITY_DATA has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FOX3_VALIDITY_DATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FOX3_VALIDITY_DATA has no exception.

Method DEL_VALIDITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_INSTANCE Call by reference Type reference (TYPE) FOX3_CACHE_OBJECT Object in FOX Cache 20100514

Method DEL_VALIDITIES on class CL_FOX3_VALIDITY_DATA has no exception.

Method FREE_DATA Signature

Method FREE_DATA on class CL_FOX3_VALIDITY_DATA has no parameter.
Method FREE_DATA on class CL_FOX3_VALIDITY_DATA has no exception.

Method GET_ACTUAL_MEMORY Signature

Method GET_ACTUAL_MEMORY on class CL_FOX3_VALIDITY_DATA has no parameter.
Method GET_ACTUAL_MEMORY on class CL_FOX3_VALIDITY_DATA has no exception.

Method GET_VALIDITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VALIDITY_DATA Call by reference Type reference (TYPE) FOX3_VALIDITY_DATA_S Validity Data 20100514
2 Importing II_INSTANCE Call by reference Type reference (TYPE) FOX3_CACHE_OBJECT Object in FOX Cache 20100514

Method GET_VALIDITIES on class CL_FOX3_VALIDITY_DATA has no exception.

Method LOG_ACTUAL_MEMORY Signature

Method LOG_ACTUAL_MEMORY on class CL_FOX3_VALIDITY_DATA has no parameter.
Method LOG_ACTUAL_MEMORY on class CL_FOX3_VALIDITY_DATA has no exception.

Method LOG_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_INSTANCE Call by reference Type reference (TYPE) FOX3_CACHE_OBJECT Object in FOX Cache 20100514

Method LOG_DELETE on class CL_FOX3_VALIDITY_DATA has no exception.

Method LOG_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_INSTANCE Call by reference Type reference (TYPE) FOX3_CACHE_OBJECT Object in FOX Cache 20100514
2 Importing IS_VALIDITY_DATA Call by reference Type reference (TYPE) FOX3_VALIDITY_DATA_S Validity Data 20100514

Method LOG_SET on class CL_FOX3_VALIDITY_DATA has no exception.

Method SET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_DB_2_INSTANCE_MAPPER Call by reference Object reference (TYPE REF TO) IF_FOX3_MAP_DB_2_INSTANCE DB -> Instances Reassignment 20100514
2 Importing II_PERSISTENCE_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_FOX3_PERSISTENCE_CONTROLLER Control of Persistence 20100514
3 Importing IS_MSG_PARAMETERS Call by reference Type reference (TYPE) FOX3_MSG_PARAMETER_S Parameters for FOX Messages 20100514
4 Importing IS_UTIL_IF Call by reference Type reference (TYPE) PTU_UTIL_IF_S Structure with Utility Interfaces 20100514
5 Importing IS_VALIDITY Call by reference Type reference (TYPE) FOX0_VALIDITY_S Validity Types 20100514
6 Importing IV_STRUCT_ID Call by reference Type reference (TYPE) FOX3_STRUCT_DB_ID Database ID of a FOX Cache 20100514

Method SET_PARAMETERS on class CL_FOX3_VALIDITY_DATA has no exception.

Method SET_VALIDITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_INSTANCE Call by reference Type reference (TYPE) FOX3_CACHE_OBJECT Object in FOX Cache 20100514
2 Importing IS_VALIDITY_DATA Call by reference Type reference (TYPE) FOX3_VALIDITY_DATA_S Validity Data 20100514

Method SET_VALIDITIES on class CL_FOX3_VALIDITY_DATA has no exception.

Method UPDATE_UTILITIES Signature

Method UPDATE_UTILITIES on class CL_FOX3_VALIDITY_DATA has no parameter.
Method UPDATE_UTILITIES on class CL_FOX3_VALIDITY_DATA has no exception.

Method WRITE_VALIDITIES_TO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_INSTANCE Call by reference Type reference (TYPE) FOX3_CACHE_OBJECT Object in FOX Cache 20100514
2 Importing IS_HIDE_LINKED_KEY Call by reference Type reference (TYPE) FOX3_LINKED_KEY_S Object Type, Key, and Link Color 20100514
3 Importing IV_INDENT Call by reference Type reference (TYPE) I 20100514
4 Importing IV_WITH_RECORDS Call by reference Type reference (TYPE) FLAG_X Indicator 20100514

Method WRITE_VALIDITIES_TO_LIST on class CL_FOX3_VALIDITY_DATA has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640