SAP ABAP Class /BOBF/CL_SADL_ENTITY_BO (SADL entity: BOPF BO related stuff)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF (Application Component) Business Object Processing Framework
     /BOBF/SADL (Package) Business Object Processing SADL Integration
Properties
Class /BOBF/CL_SADL_ENTITY_BO  
Short Description SADL entity: BOPF BO related stuff    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/SADL   Business Object Processing SADL Integration 
Created 20130611   SAP 
Last change 20131127   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
Class /BOBF/CL_SADL_ENTITY_BO has no interface implemented.
Friends
Class /BOBF/CL_SADL_ENTITY_BO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_ENTITY_BO Static Attribute Private Type reference (TYPE) TT_ENTITY_BO 20130612
2 MO_CONFIGURATION Instance attribute Public Object reference (TYPE REF TO) /BOBF/IF_FRW_CONFIGURATION Interface for Configuration 20130612
3 MV_BO_NAME Instance attribute Public Type reference (TYPE) /BOBF/OBM_NAME Name 20130612
4 MV_IS_CHECKED_AS_CONSISTENT Instance attribute Public Type reference (TYPE) ABAP_BOOL 20130612
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONSISTENCY Instance method Private Method Check the consistency 20130612
2 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20130612
3 GET Static method Public Method Factory method 20130612
Events
Class /BOBF/CL_SADL_ENTITY_BO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ENTITY_BO Private See coding 20130612 tt_entity_bo TYPE SORTED TABLE OF ty_entity_bo WITH UNIQUE KEY name
2 TY_ENTITY_BO Private See coding 20130612 BEGIN OF ty_entity_bo, name TYPE /bobf/obm_name, entity_bo TYPE REF TO /bobf/cl_sadl_entity_bo, END OF ty_entity_bo
Method Signatures

Method CHECK_CONSISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_CONSISTENT Value transfer Type reference (TYPE) ABAP_BOOL 20130612

Method CHECK_CONSISTENCY on class /BOBF/CL_SADL_ENTITY_BO has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20130612
2 Importing IV_CHECK_CONSISTENCY Call by reference Type reference (TYPE) ABAP_BOOL 20130612

Method CONSTRUCTOR on class /BOBF/CL_SADL_ENTITY_BO has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20130612
2 Importing IV_CHECK_CONSISTENCY Call by reference Type reference (TYPE) ABAP_BOOL 20130612
3 Returning RO_ENTITY_BO Value transfer Object reference (TYPE REF TO) /BOBF/CL_SADL_ENTITY_BO SADL entity: BOPF BO related stuff 20130612

Method GET on class /BOBF/CL_SADL_ENTITY_BO has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in