SAP ABAP Class CL_IUUC_REPL_V_RULE_OVERVIEW (Rule assignment view)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_IUUC_REPL_ADV_SETTINGS (Package) LT Replication: Advanced Replication Settings
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_IUUC_REPL_ABSTRACT_VIEW | Advanced replication settings view | 20130426 |
Properties
| Class | CL_IUUC_REPL_V_RULE_OVERVIEW | |
| Short Description | Rule assignment view | |
| Super Class | CL_IUUC_REPL_ABSTRACT_VIEW | Advanced replication settings view |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | CNV_IUUC_REPL_ADV_SE | |
| Program status | ||
| Category | 0 | |
| Package | CNV_IUUC_REPL_ADV_SETTINGS | LT Replication: Advanced Replication Settings |
| Created | 20130426 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IUUC_REPL_V_RULE_OVERVIEW has no forward declaration.
Interfaces
Class CL_IUUC_REPL_V_RULE_OVERVIEW has no interface implemented.
Friends
Class CL_IUUC_REPL_V_RULE_OVERVIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20130709 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_IUUC_REPL_ALV_GRID | Reusable ALV Grid for Advanced replication settings | 20130706 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20130706 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20130709 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_IUUC_REPL_V_RULE_OVERVIEW | Rule assignment view | 20130426 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20130709 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | IUUC_REPL_T_ADV_SETTINGS | Advanced replication settings data | 20130426 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | IUUC_REPL_T_RULE_ASSIGN_SCR | Rule assignment overview | 20130426 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | SY-UCOMM | Function code that PAI triggered | 20140306 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130707 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130912 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130717 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | IUUC_RULE_EVENT | IUUC rule event (begin of processing,....) | 20130707 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | FIELDNAME | Field Name | 20130707 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | STRING | Setting type | 20140211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Clear rule overview data | 20131126 | |
| 2 | Instance method | Private | Constructor | CONSTRUCTOR | 20130706 | |
| 3 | Instance method | Private | Method | Copy rule | 20130716 | |
| 4 | Instance method | Private | Method | Create event related rule | 20130708 | |
| 5 | Instance method | Private | Method | Delete rule | 20130715 | |
| 6 | Static method | Public | Method | Get rule assignment view | 20130426 | |
| 7 | Instance method | Private | Event handling method | Handle ALV user command | 20130707 | |
| 8 | Instance method | Private | Event handling method | Handle double click on ALV | 20130707 | |
| 9 | Instance method | Public | Method | Initialize rule overview container | 20130709 |
Events
Class CL_IUUC_REPL_V_RULE_OVERVIEW has no event.
Types
Class CL_IUUC_REPL_V_RULE_OVERVIEW has no local type.
Method Signatures
Method CLEAR_RULE_OVERVIEW_DATA Signature
Method CLEAR_RULE_OVERVIEW_DATA on class CL_IUUC_REPL_V_RULE_OVERVIEW has no parameter.
Method CLEAR_RULE_OVERVIEW_DATA on class CL_IUUC_REPL_V_RULE_OVERVIEW has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_IUUC_REPL_V_RULE_OVERVIEW has no parameter.
Method CONSTRUCTOR on class CL_IUUC_REPL_V_RULE_OVERVIEW has no exception.
Method COPY_RULE Signature
Method COPY_RULE on class CL_IUUC_REPL_V_RULE_OVERVIEW has no parameter.
Method COPY_RULE on class CL_IUUC_REPL_V_RULE_OVERVIEW has no exception.
Method CREATE_RULE Signature
Method CREATE_RULE on class CL_IUUC_REPL_V_RULE_OVERVIEW has no parameter.
Method CREATE_RULE on class CL_IUUC_REPL_V_RULE_OVERVIEW has no exception.
Method DELETE_RULE Signature
Method DELETE_RULE on class CL_IUUC_REPL_V_RULE_OVERVIEW has no parameter.
Method DELETE_RULE on class CL_IUUC_REPL_V_RULE_OVERVIEW has no exception.
Method GET_RULE_OVERVIEW_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_RULE_ASSIGNMENT_VIEW | Value transfer | Object reference (TYPE REF TO) | CL_IUUC_REPL_V_RULE_OVERVIEW | Rule assignment view | 20130426 |
Method GET_RULE_OVERVIEW_VIEW on class CL_IUUC_REPL_V_RULE_OVERVIEW has no exception.
Method HANDLE_ALV_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20130707 |
Method HANDLE_ALV_COMMAND on class CL_IUUC_REPL_V_RULE_OVERVIEW has no exception.
Method HANDLE_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20130707 | |||||
| 2 | E_COLUMN | Call by reference | Attribute reference (LIKE) | 20130707 | |||||
| 3 | E_ROW | Call by reference | Attribute reference (LIKE) | 20130707 |
Method HANDLE_DOUBLE_CLICK on class CL_IUUC_REPL_V_RULE_OVERVIEW has no exception.
Method INIT_RULE_OVERVIEW_CONTAINER Signature
Method INIT_RULE_OVERVIEW_CONTAINER on class CL_IUUC_REPL_V_RULE_OVERVIEW has no parameter.
Method INIT_RULE_OVERVIEW_CONTAINER on class CL_IUUC_REPL_V_RULE_OVERVIEW has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_700 |