SAP ABAP Class CL_IUUC_REPL_ALV_GRID (Reusable ALV Grid for Advanced replication settings)
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
Properties
Class CL_IUUC_REPL_ALV_GRID  
Short Description Reusable ALV Grid for Advanced replication settings    
Super Class    
Instantiability of a Class 2  Public 
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 20130704   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IUUC_REPL_ALV_GRID has no forward declaration.
Interfaces
Class CL_IUUC_REPL_ALV_GRID has no interface implemented.
Friends
Class CL_IUUC_REPL_ALV_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20130704
2 MO_CONT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20130704
3 MV_ALV_NAME Instance attribute Private Type reference (TYPE) STRING 20130706
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_FCAT Instance method Private Method Create field catelog 20130704
2 DISPLAY_GRID_DATA Instance method Public Method Create ALV Grid 20130709
3 DROPDOWN_TABLE Instance method Private Method DropDown table for table deviation 20140217
4 FILL_LAYOUT Instance method Private Method Populate layout 20130903
5 FREE Instance method Public Method Free 20130711
6 GET_PATTERN_TOOLTIP Instance method Private Method Prepares pattern operation tooltips 20140416
7 GET_TOOLBAR_EXCLUDE_LIST Instance method Private Method Get toolbar excluding list 20130706
8 HANDLE_MENU_BUTTON Instance method Private Event handling method Handle menu button 20130706
9 HANDLE_TOOLBAR Instance method Private Event handling method Handle toolbar 20130706
10 MODIFY_CONFIG_OVERVIEW_FCAT Instance method Private Method Modify configuration overview fieldcatalog 20130710
11 MODIFY_DATATYPE_MAPPING_FCAT Instance method Private Method Modify data type mapping fieldcatalog 20130927
12 MODIFY_FIELD_MAPPING_FCAT Instance method Private Method Modify field mapping fieldcatalog 20130927
13 MODIFY_GLOBAL_MAPPING_FCAT Instance method Private Method Modify global mapping fieldcatalog 20130925
14 MODIFY_IMPORT_STNGS_FCAT Instance method Private Method Modify Import settings field catalog 20130925
15 MODIFY_MODIF_STRUCT_FCAT Instance method Private Method Modify modification overview fieldcat 20130723
16 MODIFY_ORIG_STRUCT_FCAT Instance method Private Method Modify original table structure display ALV 20130721
17 MODIFY_RL_TABLE_FCAT Instance method Private Method Modify replication logging table-specific settings fieldcat 20131210
18 MODIFY_RULE_ASSIGNMENT_FCAT Instance method Private Method Modify rule assignment fieldcatalog 20131004
19 MODIFY_RULE_COPY_FCAT Instance method Private Method Modify copying ruld fieldcatalog 20130716
20 MODIFY_TMPL_OVERVIEW_FCAT Instance method Private Method Modify template overview fieldcatalog 20140201
21 MODIFY_TMPL_PATTERN_FCAT Instance method Private Method Modify template pattern fieldcatalog 20140130
22 MODIFY_TMPL_REF_LIST_FCAT Instance method Private Method Modify Reference List Fieldcatalog 20140401
23 MODIFY_TMPL_TAB_DV_FCAT Instance method Private Method Modify template table deviation fieldcatalog 20140131
24 REFRESH_GRID_DATA Instance method Public Method Refresh ALV data 20130709
Events
Class CL_IUUC_REPL_ALV_GRID has no event.
Types
Class CL_IUUC_REPL_ALV_GRID has no local type.
Method Signatures

Method CREATE_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_FIELDCATALOG Value transfer Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20130704
2 Importing IV_STRUCTURE_NAME Call by reference Type reference (TYPE) DD02L-TABNAME Table Name 20130704

Method CREATE_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method DISPLAY_GRID_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ALV Value transfer Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20130709
2 Changing IT_TABLE Call by reference Type reference (TYPE) ANY TABLE 20130709
3 Importing IV_ALV_NAME Call by reference Type reference (TYPE) STRING 20130709
4 Importing IV_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20130709
5 Importing IV_STRUCTURE_NAME Call by reference Type reference (TYPE) DD02L-TABNAME Table Name 20130709
6 Importing IV_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV Control: Title bar text 20130709

Method DISPLAY_GRID_DATA on class CL_IUUC_REPL_ALV_GRID has no exception.

Method DROPDOWN_TABLE Signature

Method DROPDOWN_TABLE on class CL_IUUC_REPL_ALV_GRID has no parameter.
Method DROPDOWN_TABLE on class CL_IUUC_REPL_ALV_GRID has no exception.

Method FILL_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV control: Layout structure 20130903
2 Importing IV_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV Control: Title bar text 20130903

Method FILL_LAYOUT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method FREE Signature

Method FREE on class CL_IUUC_REPL_ALV_GRID has no parameter.
Method FREE on class CL_IUUC_REPL_ALV_GRID has no exception.

Method GET_PATTERN_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TOOLTIP Value transfer Type reference (TYPE) LVC_T_QINF Table for Exception Quickinfo 20140416

Method GET_PATTERN_TOOLTIP on class CL_IUUC_REPL_ALV_GRID has no exception.

Method GET_TOOLBAR_EXCLUDE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EXCLUDE_LIST Value transfer Type reference (TYPE) UI_FUNCTIONS Function Code Table 20130706

Method GET_TOOLBAR_EXCLUDE_LIST on class CL_IUUC_REPL_ALV_GRID 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 Call by reference Attribute reference (LIKE) 20130706
2 Importing E_UCOMM Value transfer Type reference (TYPE) SY-UCOMM Funktionscode 20130706

Method HANDLE_MENU_BUTTON on class CL_IUUC_REPL_ALV_GRID has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20130706

Method HANDLE_TOOLBAR on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_CONFIG_OVERVIEW_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20130710

Method MODIFY_CONFIG_OVERVIEW_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_DATATYPE_MAPPING_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20130927

Method MODIFY_DATATYPE_MAPPING_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_FIELD_MAPPING_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20130927

Method MODIFY_FIELD_MAPPING_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_GLOBAL_MAPPING_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20130925

Method MODIFY_GLOBAL_MAPPING_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_IMPORT_STNGS_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20130925

Method MODIFY_IMPORT_STNGS_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_MODIF_STRUCT_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20130723

Method MODIFY_MODIF_STRUCT_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_ORIG_STRUCT_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20130721

Method MODIFY_ORIG_STRUCT_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_RL_TABLE_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20131210

Method MODIFY_RL_TABLE_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_RULE_ASSIGNMENT_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20131004

Method MODIFY_RULE_ASSIGNMENT_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_RULE_COPY_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20130716

Method MODIFY_RULE_COPY_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_TMPL_OVERVIEW_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20140201

Method MODIFY_TMPL_OVERVIEW_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_TMPL_PATTERN_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20140130

Method MODIFY_TMPL_PATTERN_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_TMPL_REF_LIST_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20140401

Method MODIFY_TMPL_REF_LIST_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method MODIFY_TMPL_TAB_DV_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20140131

Method MODIFY_TMPL_TAB_DV_FCAT on class CL_IUUC_REPL_ALV_GRID has no exception.

Method REFRESH_GRID_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ALV Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20130709

Method REFRESH_GRID_DATA on class CL_IUUC_REPL_ALV_GRID has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_700