SAP ABAP Class CL_ILM_STOR_PROP_HANDLER (ILM DB Store: Property Handler)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-STO (Application Component) Integrated Data Base Archive Store
     S_ILM_STOR_PROCESS (Package) ILM DB Store: Processing
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ILM_STOR_PROP_HANDLER ILM DB Store: Handler for Live Properties 20130816
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ILM_STOR_PROP_HANDLER_ED ILM DB Store: Property Handler 20130816
2 Inheritance (c INHERITING FROM c_ref)  CL_ILM_STOR_PROP_HANDLER_LH ILM DB Store: Property Handler 20130816
Properties
Class CL_ILM_STOR_PROP_HANDLER  
Short Description ILM DB Store: Property Handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ILM_STOR_PROCESS   ILM DB Store: Processing 
Created 20130531   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ILM_STOR_PROP_HANDLER ILM DB Store: Handler for Live Properties 20130816
Friends
Class CL_ILM_STOR_PROP_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_HANDLE Instance attribute Protected Type reference (TYPE) ILM_STOR_HANDLE ILM DB Store: Resource Handle 20130816
2 MV_URI_CHILD Instance attribute Protected Type reference (TYPE) ILM_STOR_URI ILM DB Store: URI of a Resource 20130816
3 MV_URI_PARENT Instance attribute Protected Type reference (TYPE) ILM_STOR_URI ILM DB Store: URI of a Resource 20130816
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CHANGE_ALLOWED Instance method Protected Method Check Whether New Value Can Be Set for a Property 20130816
2 CHECK_DELETE_ELEMENT_ALLOWED Instance method Protected Method Check Whether Element of the Property Can Be Deleted 20130816
3 CHECK_DELETE_PROPERTY_ALLOWED Instance method Protected Method Check Whether a Property Can Be Deleted 20130816
4 GET_CHILD_VALUE Instance method Protected Method Determine Cumulated Value of the Child Node 20130816
5 GET_ELEMENT_VALUE Instance method Protected Method Determine Current Value of a Specific Element 20130816
6 GET_PARENT_VALUE Instance method Protected Method Determine Cumulated Value of Parent Node 20130816
Events
Class CL_ILM_STOR_PROP_HANDLER has no event.
Types
Class CL_ILM_STOR_PROP_HANDLER has no local type.
Method Signatures

Method CHECK_CHANGE_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHILD_VALUE Call by reference Type reference (TYPE) ILM_STOR_PROP_VALUE Wert der Kinderlein 20130816
2 Importing IV_ELEMENT_VALUE Call by reference Type reference (TYPE) ILM_STOR_PROP_VALUE Aktueller Wert des Knotens 20130816
3 Importing IV_NAME Call by reference Type reference (TYPE) ILM_STOR_PROP_NAME ILM-DB-Ablage: Property-Name 20130816
4 Importing IV_NEW_VALUE Call by reference Type reference (TYPE) ILM_STOR_PROP_VALUE Zu setzender Wert 20130816
5 Importing IV_PARENT_VALUE Call by reference Type reference (TYPE) ILM_STOR_PROP_VALUE Kumulierter Wert der Elternknoten 20130816
6 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: URI einer Ressource 20130816
7 Returning RO_EXCEPTION Value transfer Object reference (TYPE REF TO) CX_ILM_STOR_PROPERTY ILM-DB-Ablage: Exception für Property Handling 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME ILM-DB-Ablage: Laufzeitfehler 20130816

Method CHECK_DELETE_ELEMENT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEMENT_VALUE Call by reference Type reference (TYPE) ILM_STOR_PROP_VALUE Aktueller Wert des Knotens 20130816
2 Importing IV_NAME Call by reference Type reference (TYPE) ILM_STOR_PROP_NAME ILM-DB-Ablage: Property-Name 20130816
3 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: URI einer Ressource 20130816
4 Returning RS_VALUE Value transfer Type reference (TYPE) ILM_STOR_S_PROPERTY ILM-DB-Ablage: Exception für Property Handling 20130816

Method CHECK_DELETE_ELEMENT_ALLOWED on class CL_ILM_STOR_PROP_HANDLER has no exception.

Method CHECK_DELETE_PROPERTY_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHILD_VALUE Call by reference Type reference (TYPE) ILM_STOR_PROP_VALUE Wert der Kinderlein 20130816
2 Importing IV_ELEMENT_VALUE Call by reference Type reference (TYPE) ILM_STOR_PROP_VALUE Aktueller Wert des Knotens 20130816
3 Importing IV_NAME Call by reference Type reference (TYPE) ILM_STOR_PROP_NAME ILM-DB-Ablage: Property-Name 20130816
4 Importing IV_PARENT_VALUE Call by reference Type reference (TYPE) ILM_STOR_PROP_VALUE Kumulierter Wert der Elternknoten 20130816
5 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: URI einer Ressource 20130816
6 Returning RO_EXCEPTION Value transfer Object reference (TYPE REF TO) CX_ILM_STOR_PROPERTY ILM-DB-Ablage: Exception für Property Handling 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME ILM-DB-Ablage: Laufzeitfehler 20130816

Method GET_CHILD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) ILM_STOR_PROP_NAME ILM-DB-Ablage: Property-Name 20130816
2 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: Ressourcen-Handle 20130816
3 Returning RV_VALUE Value transfer Type reference (TYPE) ILM_STOR_PROP_VALUE ILM-DB-Ablage: Wert einer Property 20130816

Method GET_CHILD_VALUE on class CL_ILM_STOR_PROP_HANDLER has no exception.

Method GET_ELEMENT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HANDLE Call by reference Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressourcen-Handle 20130816
2 Importing IV_NAME Call by reference Type reference (TYPE) ILM_STOR_PROP_NAME ILM-DB-Ablage: Property-Name 20130816
3 Returning RV_VALUE Value transfer Type reference (TYPE) ILM_STOR_PROP_VALUE ILM-DB-Ablage: Wert einer Property 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_DB ILM-DB-Ablage: Basis-Ausnahme 20130816

Method GET_PARENT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) ILM_STOR_PROP_NAME ILM-DB-Ablage: Property-Name 20130816
2 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: Ressourcen-Handle 20130816
3 Returning RV_VALUE Value transfer Type reference (TYPE) ILM_STOR_PROP_VALUE ILM-DB-Ablage: Wert einer Property 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_DB ILM-DB-Ablage: Exception für Datenbankzugriffe 20130816
History
Last changed by/on SAP  20140121 
SAP Release Created in 740