SAP ABAP Class CL_CASE_EXPRESSION_MNT_BRF (BRF: Maintenance CASE - Treatment - Expression)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BRF (Application Component) Business Rule Framework
     SBRF (Package) Business Rule Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EXPRESSION_BASE_MNT_BRF BRF: Basis Class Expressions 20021212
Properties
Class CL_CASE_EXPRESSION_MNT_BRF  
Short Description BRF: Maintenance CASE - Treatment - Expression    
Super Class CL_EXPRESSION_BASE_MNT_BRF BRF: Basis Class Expressions 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBRF   Business Rule Framework 
Created 20021212   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CASE_EXPRESSION_MNT_BRF has no interface implemented.
Friends
Class CL_CASE_EXPRESSION_MNT_BRF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DS_BRF136 Instance attribute Protected Type reference (TYPE) SBRF136 BRF: CASE Expression Basic Data - Screen Structure 20021212
2 MO_ALV_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20021212
3 MO_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20021212
4 MS_BRF136_CUR Instance attribute Protected Type reference (TYPE) TBRF136 BRF: CASE - Instruction Basic Data 20030114
5 MS_BRF136_OLD Instance attribute Protected Type reference (TYPE) TBRF136 BRF: CASE - Instruction Basic Data 20021212
6 MT_BRF137_CUR Instance attribute Protected Type reference (TYPE) TBRF137_T BRF: CASE Instruction - WHEN Line - Table Category 20021216
7 MT_BRF137_OLD Instance attribute Protected Type reference (TYPE) TBRF137_T BRF: CASE Instruction - WHEN Line - Table Category 20021212
8 MT_BRF261_CUR Instance attribute Protected Type reference (TYPE) TBRF261_T BRF: Table Category for Dependent Constant 20021212
9 MT_BRF261_OLD Instance attribute Protected Type reference (TYPE) TBRF261_T BRF: Table Category for Dependent Constant 20021212
10 MT_FRONTEND_FIELDCAT Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20021212
11 MT_SBRF136_ALV Instance attribute Protected Type reference (TYPE) SBRF136_ALV_T BRF: CASE Expression Basic Data - ALV Table Category 20021212
12 MT_WHEN_MATRIX Instance attribute Protected Type reference (TYPE) SBRF_WHEN_MATRIX_T BRF: CASE - WHEN Matrix - Table Category 20021213
13 MV_ALV_GRID_MODIFIED Instance attribute Protected Type reference (TYPE) BRF_BOOLE_D BRF: Space = False, 'X' = True 20021212
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_FIELDCAT Instance method Protected Method BRF: Maintenance - Build Field Catalog for ALV 20021213
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20021212
3 GET_DETAIL_DATA Instance method Public Method BRF: Gets Detailed Data 20080121
4 HANDLE_F4 Instance method Public Event handling method 20060425
5 HANDLE_MENU_BUTTON Instance method Public Event handling method BRF: Maintenance - Event Handler for ALV 20021212
6 HANDLE_TOOLBAR Instance method Public Event handling method BRF: Maintenance - Event Handler for ALV 20021212
7 ON_DOUBLE_CLICK Instance method Public Event handling method BRF: Maintenance - Event Handler for ALV 20021212
8 ON_ENTER Instance method Private Event handling method BRF: Maintenance - Event Handler for ALV 20080121
9 ON_USER_COMMAND Instance method Public Event handling method BRF: Maintenance - Event Handler for ALV 20021212
10 SET_DETAIL_DATA Instance method Public Method BRF: Sets Detailed Data 20080121
Events
Class CL_CASE_EXPRESSION_MNT_BRF has no event.
Types
Class CL_CASE_EXPRESSION_MNT_BRF has no local type.
Method Signatures

Method BUILD_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20021213

Method BUILD_FIELDCAT on class CL_CASE_EXPRESSION_MNT_BRF has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CASE_EXPRESSION_MNT_BRF has no parameter.
Method CONSTRUCTOR on class CL_CASE_EXPRESSION_MNT_BRF has no exception.

Method GET_DETAIL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BRF136 Call by reference Type reference (TYPE) SBRF136 BRF: CASE/Range Ausdruck - Grunddaten - Dynprostruktur 20080121
2 Exporting ET_WHEN_MATRIX Call by reference Type reference (TYPE) SBRF_WHEN_MATRIX_T BRF: CASE - WHEN Matrix - Tabellentyp 20080121

Method GET_DETAIL_DATA on class CL_CASE_EXPRESSION_MNT_BRF has no exception.

Method HANDLE_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Value transfer Attribute reference (LIKE) 20060425
2 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20060425
3 Importing ET_BAD_CELLS Value transfer Attribute reference (LIKE) 20060425
4 Importing E_DISPLAY Value transfer Attribute reference (LIKE) 20060425
5 Importing E_FIELDNAME Value transfer Attribute reference (LIKE) 20060425
6 Importing E_FIELDVALUE Value transfer Attribute reference (LIKE) 20060425
7 Importing SENDER Value transfer Attribute reference (LIKE) 20060425

Method HANDLE_F4 on class CL_CASE_EXPRESSION_MNT_BRF has no exception.

Method HANDLE_MENU_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20021212
2 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20021212

Method HANDLE_MENU_BUTTON on class CL_CASE_EXPRESSION_MNT_BRF has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Value transfer Attribute reference (LIKE) 20021212
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20021212

Method HANDLE_TOOLBAR on class CL_CASE_EXPRESSION_MNT_BRF has no exception.

Method ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20021212
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20021212
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20021212

Method ON_DOUBLE_CLICK on class CL_CASE_EXPRESSION_MNT_BRF has no exception.

Method ON_ENTER Signature

Method ON_ENTER on class CL_CASE_EXPRESSION_MNT_BRF has no parameter.
Method ON_ENTER on class CL_CASE_EXPRESSION_MNT_BRF has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20021212

Method ON_USER_COMMAND on class CL_CASE_EXPRESSION_MNT_BRF has no exception.

Method SET_DETAIL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BRF136 Call by reference Type reference (TYPE) SBRF136 BRF: CASE/Range Ausdruck - Grunddaten - Dynprostruktur 20080121
2 Importing IT_WHEN_MATRIX Call by reference Type reference (TYPE) SBRF_WHEN_MATRIX_T BRF: CASE - WHEN Matrix - Tabellentyp 20080121

Method SET_DETAIL_DATA on class CL_CASE_EXPRESSION_MNT_BRF has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 471