SAP ABAP Class CL_DEPENDENCIES_BRF (Class for Determination of Dependent Objects)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BRF (Application Component) Business Rule Framework
     SBRF (Package) Business Rule Framework
Properties
Class CL_DEPENDENCIES_BRF  
Short Description Class for Determination of Dependent Objects    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBRF   Business Rule Framework 
Created 20070816   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DEPENDENCIES_BRF has no forward declaration.
Interfaces
Class CL_DEPENDENCIES_BRF has no interface implemented.
Friends
Class CL_DEPENDENCIES_BRF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_DEPENDENCIES_BRF Class for Determination of Dependent Objects 20070816
2 MT_BRF110 Instance attribute Private Type reference (TYPE) TBRF110_T BRF: Event (Table Type) 20070816
3 MT_BRF150 Instance attribute Private Type reference (TYPE) TBRF150_T BRF: Expression 20070816
4 MT_BRF150_0000 Instance attribute Private Type reference (TYPE) TY_TBRF150 20110721
5 MT_BRF171 Instance attribute Private Type reference (TYPE) TBRF171_T BRF: Action Lines - Table Type 20070816
6 MT_BRF180 Instance attribute Private Type reference (TYPE) TBRF180_T BRF: Implementing Class (Table Type) 20070816
7 MT_BRF280 Instance attribute Private Type reference (TYPE) TBRF280_T BRF: Rule Set - Table Type 20070816
8 MT_DEPENDENT_OBJECTS Instance attribute Private Type reference (TYPE) TY_T_DEPENDENT_OBJECTS 20070816
9 MV_APPLCLASS Static Attribute Private Type reference (TYPE) BRF_APPLCLASS BRF: Application Class 20070816
10 MV_HISTORY_ON Static Attribute Private Type reference (TYPE) BRF_HISTORY_ON History Management for BRF Objects Is Active 20110721
Methods
# Method Level Visibility Method type Description Created on
1 FILL_DEPENDENT_OBJECTS Instance method Private Method 20070816
2 GET_DEPENDENT_OBJECTS Instance method Public Method BRF: Determines All Dependent Objects 20070816
3 GET_INSTANCE Static method Public Method 20070816
4 INIT Instance method Private Method 20070816
Events
Class CL_DEPENDENCIES_BRF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_DEPENDENT_OBJECTS Public See coding 20070816 BEGIN OF ty_s_dependent_objects, category TYPE brf_class_category, class_id TYPE brf_class_id, object TYPE brf_object_name, END OF ty_s_dependent_objects
2 TY_TBRF150 Private See coding 20110721 TY_TBRF150 TYPE HASHED TABLE OF tbrf150 WITH UNIQUE KEY expression
3 TY_T_DEPENDENT_OBJECTS Public See coding 20070816 ty_t_dependent_objects TYPE STANDARD TABLE OF ty_s_dependent_objects WITH DEFAULT KEY
Method Signatures

Method FILL_DEPENDENT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS_ID Call by reference Type reference (TYPE) BRF_CLASS_ID Schlüssel der implementierenden Klasse 20070816
2 Importing IV_OBJECT Call by reference Type reference (TYPE) BRF_OBJECT Stellvertreter für BRF-Objekte (z. B. Ereignisse) 20070816

Method FILL_DEPENDENT_OBJECTS on class CL_DEPENDENCIES_BRF has no exception.

Method GET_DEPENDENT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS_ID Call by reference Type reference (TYPE) BRF_CLASS_ID Schlüssel der implementierenden Klasse 20070816
2 Importing IV_OBJECT Call by reference Type reference (TYPE) BRF_OBJECT Stellvertreter für BRF-Objekte (z. B. Ereignisse) 20070816
3 Returning RT_DEPENDENT_OBJECTS Value transfer Type reference (TYPE) TY_T_DEPENDENT_OBJECTS 20070816

Method GET_DEPENDENT_OBJECTS on class CL_DEPENDENCIES_BRF has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLCLASS Call by reference Type reference (TYPE) BRF_APPLCLASS BRF: Anwendungsklasse 20070816
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_DEPENDENCIES_BRF Klasse zum ermitteln von abhängigen Objekten 20070816

Method GET_INSTANCE on class CL_DEPENDENCIES_BRF has no exception.

Method INIT Signature

Method INIT on class CL_DEPENDENCIES_BRF has no parameter.
Method INIT on class CL_DEPENDENCIES_BRF has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in