SAP ABAP Class /BOBF/CL_CONF_ACT_MSG_SOURCE (Determine used messages from source code)
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 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/IF_FRW_ACTION Interface for an Action 20081212
Properties
Class /BOBF/CL_CONF_ACT_MSG_SOURCE  
Short Description Determine used messages from source code    
Super Class    
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_ACT_MSG_SOURCE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /BOBF/IF_FRW_ACTION Interface for an Action 20081212
Friends
Class /BOBF/CL_CONF_ACT_MSG_SOURCE has no friend class.
Attributes
Class /BOBF/CL_CONF_ACT_MSG_SOURCE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 SCAN_SOURCE_CODE Instance method Private Method Scan source code for messages and exceptions 20081212
Events
Class /BOBF/CL_CONF_ACT_MSG_SOURCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_MESSAGE Private See coding 20081212 BEGIN OF ts_message , class_name TYPE seoclsname , class_component TYPE seoattname , END OF ts_message
2 TT_MESSAGE Private See coding 20081212 TT_MESSAGE TYPE SORTED TABLE OF ts_message WITH UNIQUE KEY class_name class_component
Method Signatures

Method SCAN_SOURCE_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) TT_MESSAGE 20081212
2 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20081212
3 Importing IV_METHOD_NAME Call by reference Type reference (TYPE) SEOCPDNAME Full Component Name 20081212
4 Importing IV_STOP_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20081212

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