SAP ABAP Class /BOBF/CL_CONF_V_DO_LIB_CLASS (Check Usage of Correct Library Class for Dependent Objects)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
     /BOBF/CONFIGURATION (Package) Business Object Processing Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /BOBF/CL_CONF_V_CONSISTENCY Super Class for Consistency Checks 20081212
Properties
Class /BOBF/CL_CONF_V_DO_LIB_CLASS  
Short Description Check Usage of Correct Library Class for Dependent Objects    
Super Class /BOBF/CL_CONF_V_CONSISTENCY Super Class for Consistency Checks 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/CONFIGURATION   Business Object Processing Configuration 
Created 20081212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOBF/CL_CONF_V_DO_LIB_CLASS has no forward declaration.
Interfaces
Class /BOBF/CL_CONF_V_DO_LIB_CLASS has no interface implemented.
Friends
Class /BOBF/CL_CONF_V_DO_LIB_CLASS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_DO_CLASS_LIST Instance attribute Private Type reference (TYPE) TY_GT_DO_CLASS_LIST 20081212
Methods
# Method Level Visibility Method type Description Created on
1 INITIALIZE_DO_CLASS_LIST Instance method Private Method Initialize DO class list 20081212
2 VALIDATE_DO_LIB_CLASS Instance method Private Method 20081212
Events
Class /BOBF/CL_CONF_V_DO_LIB_CLASS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_GS_DO_CLASS_LIST Private See coding 20081212 BEGIN OF ty_gs_do_class_list, do_name TYPE /BOBF/OBM_NAME, class_name TYPE seoclsname, link_stored_at_do TYPE abap_bool, END OF ty_gs_do_class_list
2 TY_GT_DO_CLASS_LIST Private See coding 20081212 ty_gt_do_class_list TYPE SORTED TABLE OF ty_gs_do_class_list WITH UNIQUE KEY do_name
Method Signatures

Method INITIALIZE_DO_CLASS_LIST Signature

Method INITIALIZE_DO_CLASS_LIST on class /BOBF/CL_CONF_V_DO_LIB_CLASS has no parameter.
Method INITIALIZE_DO_CLASS_LIST on class /BOBF/CL_CONF_V_DO_LIB_CLASS has no exception.

Method VALIDATE_DO_LIB_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE 20081212
2 Importing IS_CTX Call by reference Type reference (TYPE) /BOBF/S_FRW_CTX_VAL Context Information for Validations 20081212
3 Importing IS_LOCATION Call by reference Type reference (TYPE) /BOBF/S_FRW_LOCATION Location 20081212
4 Importing IV_ASSOC_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081212
5 Importing IV_CLASS_DO Call by reference Type reference (TYPE) SEOCLNAME Class Name 20081212
6 Importing IV_CLASS_LIB Call by reference Type reference (TYPE) SEOCLNAME Class Name 20081212

Method VALIDATE_DO_LIB_CLASS on class /BOBF/CL_CONF_V_DO_LIB_CLASS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702