SAP ABAP Class CL_RULES_MNT_BRF (BRF: Maintenance of Rules)
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_RULES_BASE_MNT_BRF BRF: Maintenance of Events - Basis Class 20041206
Properties
Class CL_RULES_MNT_BRF  
Short Description BRF: Maintenance of Rules    
Super Class CL_RULES_BASE_MNT_BRF BRF: Maintenance of Events - Basis Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBRF   Business Rule Framework 
Created 20041206   SAP 
Last change 20110908   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)
2 TYBRF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RULES_MNT_BRF has no interface implemented.
Friends
Class CL_RULES_MNT_BRF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ALV_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20041206
2 MO_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20041206
3 MS_NAV_DEST Instance attribute Protected Attribute reference (LIKE) 20050822
4 MT_BRF210_ALV Instance attribute Private Type reference (TYPE) TY_BRF210_TAB BRF: Special Layout Screen Structure for Events 20050418
5 MT_BRF210_CUR Instance attribute Protected Type reference (TYPE) TBRF210_T BRF: Assignment Event, Function, Action (Table Type) 20041206
6 MT_BRF210_OLD Instance attribute Protected Type reference (TYPE) TBRF210_T BRF: Assignment Event, Function, Action (Table Type) 20041206
7 MT_BRF210_SCR Instance attribute Protected Type reference (TYPE) SBRF210_T BRF: Screen Structure Rules - Table Type 20041206
8 MV_ALV_INDEX Instance attribute Private Type reference (TYPE) SYTABIX Internal Tables, Current Row Index 20041206
9 MV_TEXTDISPLAY Instance attribute Private Type reference (TYPE) ABAP_BOOL BRF: Text Display of Rule Line 20060117
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_FIELDCAT Instance method Protected Method BRF: Maintenance - Creates Matching Field Catalog 20041206
2 BUILD_FIELDCAT_STYLE Instance method Private Method 20050418
3 CONSTRUCTOR Instance method Public Constructor Constructor 20041206
4 GET_DETAIL_DATA Instance method Public Method BRF: Gets Detailed Data 20080204
5 GET_LAYOUT Instance method Public Method Get Layout 20041206
6 GET_TEST_CLASS Instance method Private Method 20070816
7 HANDLE_F4 Instance method Public Event handling method 20060425
8 HANDLE_TOOLBAR Instance method Public Event handling method BRF: Maintenance - Event Handler for ALV 20041206
9 ON_DOUBLE_CLICK Instance method Public Event handling method BRF: Maintenance - Event Handler for ALV 20041206
10 ON_ENTER Instance method Private Event handling method 20050411
11 ON_USER_COMMAND Instance method Public Event handling method BRF: Maintenance - Event Handler for ALV 20041206
12 PBO2_INT Instance method Private Method BRF: Maintenance - Set PBO Texts, Data Screen 20080310
13 SET_DETAIL_DATA Instance method Public Method BRF: Sets Detailed Data 20080204
14 SET_STYLE_SELLTAB Instance method Private Method 20050418
Events
Class CL_RULES_MNT_BRF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_BRF210_STR Private See coding 20050418 BEGIN OF ty_brf210_str. INCLUDE TYPE sbrf210. TYPES: ct TYPE lvc_t_styl. TYPES END OF ty_brf210_str
2 TY_BRF210_TAB Private See coding 20050418 ty_brf210_tab TYPE STANDARD TABLE OF ty_brf210_str
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 20041206

Method BUILD_FIELDCAT on class CL_RULES_MNT_BRF has no exception.

Method BUILD_FIELDCAT_STYLE 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 20050418

Method BUILD_FIELDCAT_STYLE on class CL_RULES_MNT_BRF has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RULES_MNT_BRF has no parameter.
Method CONSTRUCTOR on class CL_RULES_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 ET_BRF210 Call by reference Type reference (TYPE) SBRF210_T BRF: Dynprostruktur Regeln - Tabellentyp 20080204

Method GET_DETAIL_DATA on class CL_RULES_MNT_BRF has no exception.

Method GET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20041206

Method GET_LAYOUT on class CL_RULES_MNT_BRF has no exception.

Method GET_TEST_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20070816

Method GET_TEST_CLASS on class CL_RULES_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_RULES_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) 20041206
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20041206

Method HANDLE_TOOLBAR on class CL_RULES_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) 20041206
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20041206
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20041206

Method ON_DOUBLE_CLICK on class CL_RULES_MNT_BRF has no exception.

Method ON_ENTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Value transfer Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Datenänderungsobjekt 20080310
2 Importing E_ONF4 Call by reference Attribute reference (LIKE) 20080310
3 Importing E_ONF4_AFTER Call by reference Attribute reference (LIKE) 20080310
4 Importing E_ONF4_BEFORE Call by reference Attribute reference (LIKE) 20080310
5 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20080310

Method ON_ENTER on class CL_RULES_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) 20041206

Method ON_USER_COMMAND on class CL_RULES_MNT_BRF has no exception.

Method PBO2_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BRF210 Call by reference Type reference (TYPE) SBRF210 BRF: Dynprostruktur Regeln 20080310

Method PBO2_INT on class CL_RULES_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 IT_BRF210 Call by reference Type reference (TYPE) SBRF210_T BRF: Zuordnung Ereignis, Funktion, Aktion (Tabellentyp) 20080204

Method SET_DETAIL_DATA on class CL_RULES_MNT_BRF has no exception.

Method SET_STYLE_SELLTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CELLTAB Call by reference Type reference (TYPE) LVC_T_STYL ALV-Control: Styletabelle für Zellen 20050418

Method SET_STYLE_SELLTAB on class CL_RULES_MNT_BRF has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700