SAP ABAP Class CL_SIW_UUID_OBJECT_MAP (Map zur Verwaltung von IDs und Objekten)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_TYPES (Package) SIW: Global Type definitions
Properties
Class CL_SIW_UUID_OBJECT_MAP  
Short Description Map zur Verwaltung von IDs und Objekten    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_SIW_TYPES   SIW: Global Type definitions 
Created 20070309   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SIW_UUID_OBJECT_MAP has no forward declaration.
Interfaces
Class CL_SIW_UUID_OBJECT_MAP has no interface implemented.
Friends
Class CL_SIW_UUID_OBJECT_MAP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OBJECTS Instance attribute Private Type reference (TYPE) T_TAB_OBJECTS 20070316
2 UUIDS Instance attribute Private Type reference (TYPE) T_TAB_UUIDS 20070316
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENTRY Instance method Public Method Adds a relation between UUID and object 20070309
2 CHECK_ENTRY Instance method Public Method Adds a relation between UUID and object 20070320
3 FIND_OBJECT Instance method Public Method Returns object for a certain UUID, if already exists 20070319
4 FIND_UUID Instance method Public Method Returns UUID for a certain object, if already exists 20070319
5 GET_UUID Instance method Public Method Returns UUID for a certain object - creates new if not exist 20070309
6 S_CREATE Static method Public Method Returns a new map 20070312
Events
Class CL_SIW_UUID_OBJECT_MAP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_STR_ENTRY Private See coding 20070309 BEGIN OF t_str_entry, uuid TYPE uuid, object TYPE REF TO object, END OF t_str_entry
2 T_TAB_OBJECTS Private See coding 20070316 t_tab_objects TYPE HASHED TABLE OF t_str_entry WITH UNIQUE KEY uuid
3 T_TAB_UUIDS Private See coding 20070316 t_tab_uuids TYPE HASHED TABLE OF t_str_entry WITH UNIQUE KEY 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 20070309
2 Importing I_UUID Call by reference Type reference (TYPE) UUID Global Unique ID for table 20070309
3 Returning R_RC Value transfer Type reference (TYPE) I 0=ok, 1=exists; 2=object exists, 3=uuid exists 20070320

Method ADD_ENTRY on class CL_SIW_UUID_OBJECT_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 20070320
2 Importing I_UUID Call by reference Type reference (TYPE) UUID Global Unique ID for table 20070320
3 Returning R_RC Value transfer Type reference (TYPE) I 0=ok, 1=exists; 2=object exists, 3=uuid exists 20070320

Method CHECK_ENTRY on class CL_SIW_UUID_OBJECT_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 Global Unique ID for table 20070319
2 Returning R_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT 20070319

Method FIND_OBJECT on class CL_SIW_UUID_OBJECT_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 20070319
2 Returning R_UUID Value transfer Type reference (TYPE) UUID Global Unique ID for table 20070319

Method FIND_UUID on class CL_SIW_UUID_OBJECT_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 20070309
2 Returning R_UUID Value transfer Type reference (TYPE) UUID Global Unique ID for table 20070309

Method GET_UUID on class CL_SIW_UUID_OBJECT_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_SIW_UUID_OBJECT_MAP Map zur Verwaltung von IDs und Objekten 20070312

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