SAP ABAP Class /BOBF/CM_FRW (BOPF Message Class)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
     /BOBF/FRAMEWORK (Package) Business Object Processing Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_DYNAMIC_CHECK Exceptions with Dynamic Check Only of the RAISING Clause 20081213
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_T100_MESSAGE Interface for Accessing T100 Texts 20081213
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /BOFU/CM_HELPER Message Helper 20090415
2 Inheritance (c INHERITING FROM c_ref)  CM_WCF_GENIL_BOPF_MSG Messages for GenIL on BOPF adappter 20100702
3 Inheritance (c INHERITING FROM c_ref)  CM_SAWE_WORK_ENGAGEMENT Staff Assignment Work Engagement Message Class 20100830
4 Inheritance (c INHERITING FROM c_ref)  CM_SAWE_TIME_PS Staff Assignment Time Planning Sheet Message Class 20100118
5 Inheritance (c INHERITING FROM c_ref)  CM_SAWE_CANDIDATE_LIST Staff Assignment Time Planning Sheet Message Class 20100812
6 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CM_WF_FACADE_DSS Messages for Document Subset 20100702
7 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CM_WF_FACADE_BO Messages for Document Subset 20100701
8 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CM_COMMON Common Error Messages 20100817
9 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CM_CCS_MSG Message Class for Catalog Access Controller 20100621
10 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CM_CAR_MSG Message Class for Catalog Access Controller 20100614
... Click here to see Used By full list (21 items)
Properties
Class /BOBF/CM_FRW  
Short Description BOPF Message Class    
Super Class CX_DYNAMIC_CHECK Exceptions with Dynamic Check Only of the RAISING Clause 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package /BOBF/FRAMEWORK   Business Object Processing Framework 
Created 20081213   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOBF/CM_FRW has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_T100_MESSAGE Interface for Accessing T100 Texts 20081213
Friends
Class /BOBF/CM_FRW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 /BOBF/CM_FRW Constant Public See coding 20081219
2 CO_LIFETIME_STATE Constant Public Type reference (TYPE) TY_MESSAGE_LIFETIME 1 20081213
3 CO_LIFETIME_TRANSITION Constant Public Type reference (TYPE) TY_MESSAGE_LIFETIME 2 20081213
4 CO_SEVERITY_ABEND Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'A' 20081213
5 CO_SEVERITY_ERROR Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'E' 20081213
6 CO_SEVERITY_INFO Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'I' 20081213
7 CO_SEVERITY_SUCCESS Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'S' 20081213
8 CO_SEVERITY_WARNING Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'W' 20081213
9 LIFETIME Instance attribute Public Type reference (TYPE) TY_MESSAGE_LIFETIME CO_LIFETIME_TRANSITION 20081213
10 MESSAGE_ID Instance attribute Private Type reference (TYPE) TY_MESSAGE_ID 20081213
11 MS_ORIGIN_LOCATION Instance attribute Public Type reference (TYPE) /BOBF/S_FRW_LOCATION Origin location 20081213
12 MT_ENVIRONMENT_LOCATION Instance attribute Public Type reference (TYPE) /BOBF/T_FRW_LOCATION Environment locations 20081213
13 MV_ACT_KEY Instance attribute Public Type reference (TYPE) /BOBF/ACT_KEY BOPF Context: Action 20081213
14 MV_ASSOC_KEY Instance attribute Public Type reference (TYPE) /BOBF/OBM_ASSOC_KEY BOPF Context: Association 20081213
15 MV_BOPF_LOCATION Instance attribute Public Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213
16 MV_DET_KEY Instance attribute Public Type reference (TYPE) /BOBF/DET_KEY BOPF Context: Determination 20081213
17 MV_QUERY_KEY Instance attribute Public Type reference (TYPE) /BOBF/OBM_QUERY_KEY BOPF Context: Query 20081213
18 MV_VAL_KEY Instance attribute Public Type reference (TYPE) /BOBF/VAL_KEY BOPF Context: Validation 20081213
19 SEVERITY Instance attribute Public Type reference (TYPE) TY_MESSAGE_SEVERITY 20081213
20 SYMPTOM Instance attribute Public Type reference (TYPE) TY_MESSAGE_SYMPTOM 20081213
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENVIRONMENT_LOCATION Instance method Public Method Adds an environment location 20081213
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081213
3 GET_MESSAGE_ID Instance method Public Method returns the message id (UUID) 20081213
4 SET_LIFETIME Instance method Public Method Sets the lifetime of this message 20081213
5 SET_ORIGIN_LOCATION Instance method Public Method Sets the origin location 20081213
Events
Class /BOBF/CM_FRW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_FRW Public See coding 20081219 tt_frw TYPE STANDARD TABLE OF REF TO /bobf/cm_frw WITH DEFAULT KEY
2 TY_MESSAGE_ID Public Type reference (TYPE) /BOBF/CONF_KEY 20081213
3 TY_MESSAGE_LIFETIME Public Type reference (TYPE) I 20081213
4 TY_MESSAGE_SEVERITY Public See coding 20081213 ty_message_severity TYPE c LENGTH 1
5 TY_MESSAGE_SYMPTOM Public See coding 20081213 ty_message_symptom TYPE c LENGTH 15
Method Signatures

Method ADD_ENVIRONMENT_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LOCATION Call by reference Type reference (TYPE) /BOBF/S_FRW_LOCATION Location 20081213

Method ADD_ENVIRONMENT_LOCATION on class /BOBF/CM_FRW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LIFETIME Call by reference Type reference (TYPE) TY_MESSAGE_LIFETIME CO_LIFETIME_TRANSITION 20081213
2 Importing MS_ORIGIN_LOCATION Call by reference Type reference (TYPE) /BOBF/S_FRW_LOCATION 20081213
3 Importing MT_ENVIRONMENT_LOCATION Call by reference Type reference (TYPE) /BOBF/T_FRW_LOCATION 20081213
4 Importing MV_ACT_KEY Call by reference Type reference (TYPE) /BOBF/ACT_KEY 20081213
5 Importing MV_ASSOC_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_KEY 20081213
6 Importing MV_BOPF_LOCATION Call by reference Type reference (TYPE) /BOBF/CONF_KEY 20081213
7 Importing MV_DET_KEY Call by reference Type reference (TYPE) /BOBF/DET_KEY 20081213
8 Importing MV_QUERY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_QUERY_KEY 20081213
9 Importing MV_VAL_KEY Call by reference Type reference (TYPE) /BOBF/VAL_KEY 20081213
10 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20081213
11 Importing SEVERITY Call by reference Type reference (TYPE) TY_MESSAGE_SEVERITY 20081213
12 Importing SYMPTOM Call by reference Type reference (TYPE) TY_MESSAGE_SYMPTOM 20081213
13 Importing TEXTID Call by reference Attribute reference (LIKE) IF_T100_MESSAGE=>T100KEY 20081213

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

Method GET_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUT_MESSAGE_ID Value transfer Type reference (TYPE) TY_MESSAGE_ID 20081213

Method GET_MESSAGE_ID on class /BOBF/CM_FRW has no exception.

Method SET_LIFETIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LIFETIME Call by reference Type reference (TYPE) TY_MESSAGE_LIFETIME 20081213

Method SET_LIFETIME on class /BOBF/CM_FRW has no exception.

Method SET_ORIGIN_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LOCATION Call by reference Type reference (TYPE) /BOBF/S_FRW_LOCATION 20081213

Method SET_ORIGIN_LOCATION on class /BOBF/CM_FRW has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /BOFU/CM_HELPER Message Helper 20090415
2 Inheritance (c INHERITING FROM c_ref)  CM_WCF_GENIL_BOPF_MSG Messages for GenIL on BOPF adappter 20100702
3 Inheritance (c INHERITING FROM c_ref)  CM_SAWE_WORK_ENGAGEMENT Staff Assignment Work Engagement Message Class 20100830
4 Inheritance (c INHERITING FROM c_ref)  CM_SAWE_TIME_PS Staff Assignment Time Planning Sheet Message Class 20100118
5 Inheritance (c INHERITING FROM c_ref)  CM_SAWE_CANDIDATE_LIST Staff Assignment Time Planning Sheet Message Class 20100812
6 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CM_WF_FACADE_DSS Messages for Document Subset 20100702
7 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CM_WF_FACADE_BO Messages for Document Subset 20100701
8 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CM_COMMON Common Error Messages 20100817
9 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CM_CCS_MSG Message Class for Catalog Access Controller 20100621
10 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CM_CAR_MSG Message Class for Catalog Access Controller 20100614
11 Inheritance (c INHERITING FROM c_ref)  /BOFU/CM_SAM Messages for STM adapter 20081127
12 Inheritance (c INHERITING FROM c_ref)  /BOBF/CM_BUF BOPF Buffer Message Class 20081213
13 Inheritance (c INHERITING FROM c_ref)  /BOFU/CM_FRW_BASE Common Error Messages 20090812
14 Inheritance (c INHERITING FROM c_ref)  /BOBF/CX_SP_MAPPING_MSG Message class for mapping 20080506
15 Inheritance (c INHERITING FROM c_ref)  /BOBF/CM_SP_MAPPING Message class for mapping 20081212
16 Inheritance (c INHERITING FROM c_ref)  /BOBF/CM_LIB BOPF Library Message Class 20081213
17 Inheritance (c INHERITING FROM c_ref)  /BOBF/CM_FRW_SYMSG BOPF Message Class for SYMSG - do not use in AP 20081213
18 Inheritance (c INHERITING FROM c_ref)  /BOBF/CM_FRW_LOCK BOPF Core Message Class 20081213
19 Inheritance (c INHERITING FROM c_ref)  /BOBF/CM_FRW_CORE BOPF Core Message Class 20081213
20 Inheritance (c INHERITING FROM c_ref)  /BOBF/CM_FRW_COMMON_ESI AP Common ESI messages 20081213
21 Inheritance (c INHERITING FROM c_ref)  /BOBF/CM_CONF BOPF Configuration: Action Messages 20081213
History
Last changed by/on SAP  20130531 
SAP Release Created in 702