SAP ABAP Class CL_FS_OR_MAP (Map for UUID Object Pairs)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS (Application Component) Financial Services
     FS_MINI_REUSABLES (Package) Mini Reuse
Properties
Class CL_FS_OR_MAP  
Short Description Map for UUID Object Pairs    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FS_MINI_REUSABLES   Mini Reuse 
Created 20070316   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FS_OR_MAP has no forward declaration.
Interfaces
Class CL_FS_OR_MAP has no interface implemented.
Friends
Class CL_FS_OR_MAP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ENTRIES Instance attribute Private Type reference (TYPE) T_TAB_ENTRIES 20070316
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENTRY Instance method Public Method Adds a relation between UUID and object 20070316
2 CHECK_ENTRY Instance method Public Method Checks a relation between UUID and object 20070403
3 FIND_OBJECT Instance method Public Method Returns object for a certain UUID 20070403
4 FIND_UUID Instance method Public Method Returns UUID for a certain object 20070403
5 GET_UUID Instance method Public Method Returns UUID for a certain object - creates new if not exist 20070403
6 S_CREATE Static method Public Method Returns a new map 20070316
Events
Class CL_FS_OR_MAP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_STR_ENTRY Private See coding 20070316 begin of t_str_entry, uuid type uuid, object type ref to object, end of t_str_entry
2 T_TAB_ENTRIES Private See coding 20070316 t_tab_ENTRIES type hashed table of t_str_entry with unique key uuid with unique hashed key object components object
Method Signatures

Method ADD_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20070316
2 Importing I_UUID Call by reference Type reference (TYPE) UUID 20070316
3 Returning R_RC Value transfer Type reference (TYPE) I 0=ok, 1=exists; 2=object exists, 3=uuid exists 20070403

Method ADD_ENTRY on class CL_FS_OR_MAP has no exception.

Method CHECK_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20070403
2 Importing I_UUID Call by reference Type reference (TYPE) UUID 20070403
3 Returning R_RC Value transfer Type reference (TYPE) I 0=ok, 1=exists; 2=object exists, 3=uuid exists 20070403

Method CHECK_ENTRY on class CL_FS_OR_MAP has no exception.

Method FIND_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_UUID Call by reference Type reference (TYPE) UUID 20070403
2 Returning R_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT 20070403

Method FIND_OBJECT on class CL_FS_OR_MAP has no exception.

Method FIND_UUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20070403
2 Returning R_UUID Value transfer Type reference (TYPE) UUID 20070403

Method FIND_UUID on class CL_FS_OR_MAP has no exception.

Method GET_UUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20070403
2 Returning R_UUID Value transfer Type reference (TYPE) UUID 20070403

Method GET_UUID on class CL_FS_OR_MAP has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MAP Value transfer Object reference (TYPE REF TO) CL_FS_OR_MAP 20070316

Method S_CREATE on class CL_FS_OR_MAP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710