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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20041206 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in Screen Area | 20041206 | |||
| 3 | Instance attribute | Protected | Attribute reference (LIKE) | 20050822 | |||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_BRF210_TAB | BRF: Special Layout Screen Structure for Events | 20050418 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | TBRF210_T | BRF: Assignment Event, Function, Action (Table Type) | 20041206 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TBRF210_T | BRF: Assignment Event, Function, Action (Table Type) | 20041206 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | SBRF210_T | BRF: Screen Structure Rules - Table Type | 20041206 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | SYTABIX | Internal Tables, Current Row Index | 20041206 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | BRF: Text Display of Rule Line | 20060117 |
Methods
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 | 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 | 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 | 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 | 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 | 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 | ER_EVENT_DATA | Value transfer | Attribute reference (LIKE) | 20060425 | |||||
| 2 | ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20060425 | |||||
| 3 | ET_BAD_CELLS | Value transfer | Attribute reference (LIKE) | 20060425 | |||||
| 4 | E_DISPLAY | Value transfer | Attribute reference (LIKE) | 20060425 | |||||
| 5 | E_FIELDNAME | Value transfer | Attribute reference (LIKE) | 20060425 | |||||
| 6 | E_FIELDVALUE | Value transfer | Attribute reference (LIKE) | 20060425 | |||||
| 7 | 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 | E_INTERACTIVE | Value transfer | Attribute reference (LIKE) | 20041206 | |||||
| 2 | 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 | ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20041206 | |||||
| 2 | E_COLUMN | Value transfer | Attribute reference (LIKE) | 20041206 | |||||
| 3 | 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 | ER_DATA_CHANGED | Value transfer | Object reference (TYPE REF TO) | CL_ALV_CHANGED_DATA_PROTOCOL | Datenänderungsobjekt | 20080310 | |||
| 2 | E_ONF4 | Call by reference | Attribute reference (LIKE) | 20080310 | |||||
| 3 | E_ONF4_AFTER | Call by reference | Attribute reference (LIKE) | 20080310 | |||||
| 4 | E_ONF4_BEFORE | Call by reference | Attribute reference (LIKE) | 20080310 | |||||
| 5 | 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 | 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 | 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 | 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 | 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 |