SAP ABAP Class CL_IUUC_REPL_TMPL_V_TAB_DVTN (Template Table Deviation)
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 20140130
Properties
Class CL_IUUC_REPL_TMPL_V_TAB_DVTN  
Short Description Template Table Deviation    
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 20140130   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no forward declaration.
Interfaces
Class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no interface implemented.
Friends
Class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_DEVIATION_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20140131
2 MO_PARENT_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20140131
3 MO_SELF Static Attribute Private Object reference (TYPE REF TO) CL_IUUC_REPL_TMPL_V_TAB_DVTN Template Table Deviation 20140130
4 MO_SPLITTER_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20140131
5 MO_TABLE_DEVIATION Instance attribute Private Object reference (TYPE REF TO) CL_IUUC_REPL_ALV_GRID Reusable ALV Grid for Advanced replication settings 20140131
6 MO_TMPL_TAB_DV_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20140131
7 MT_TABLE_DEVIATION Instance attribute Private Type reference (TYPE) IUUC_REPL_TMPL_T_TDV_SCR Template table deviation 20140131
8 MV_ACTION Instance attribute Private Type reference (TYPE) SY-UCOMM Function code that PAI triggered 20140218
9 MV_DELETE_FRM_TREE Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20140224
10 MV_LOCK Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20140303
11 MV_MSG Static Attribute Private Type reference (TYPE) STRING 20140228
12 MV_NO_DATA Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20140509
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor Constructor 20140130
2 CREATE_DEVIATION Instance method Private Method Create table Deviation 20140210
3 DELETE_DEVIATION Instance method Private Method Delete Selected Deviations 20140212
4 GET_TABLE_STRUCTURE Instance method Public Method Get table information 20140227
5 GET_TMPL_TAB_DVTN_VIEW Static method Public Method Get template table deviation View 20140130
6 HANDLE_ALV_COMMAND Instance method Private Event handling method Handle ALV Command 20140131
7 HANDLE_F4_PRESS Instance method Private Event handling method Handle search help for data type 20140430
8 PREPARE_SAVE_DATA Instance method Private Method Prepare save data 20140211
9 VALIDATE_DEVIATION Instance method Private Method To validate fields of table deviation 20140228
10 VALIDATE_TAB_DV Instance method Private Method To validate table deviation data 20140214
Events
Class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no event.
Types
Class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method CREATE_DEVIATION Signature

Method CREATE_DEVIATION on class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no parameter.
Method CREATE_DEVIATION on class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no exception.

Method DELETE_DEVIATION Signature

Method DELETE_DEVIATION on class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no parameter.
Method DELETE_DEVIATION on class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no exception.

Method GET_TABLE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TABLE_DEVIATION Call by reference Type reference (TYPE) IUUC_REPL_TMPL_T_TDV_SCR Template table deviation 20140227

Method GET_TABLE_STRUCTURE on class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no exception.

Method GET_TMPL_TAB_DVTN_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TMPL_TAB_DVTN_VIEW Value transfer Object reference (TYPE REF TO) CL_IUUC_REPL_TMPL_V_TAB_DVTN Template Table Deviation 20140130

Method GET_TMPL_TAB_DVTN_VIEW on class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no exception.

Method HANDLE_ALV_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) 20140131

Method HANDLE_ALV_COMMAND on class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no exception.

Method HANDLE_F4_PRESS Signature

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

Method HANDLE_F4_PRESS on class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no exception.

Method PREPARE_SAVE_DATA Signature

Method PREPARE_SAVE_DATA on class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no parameter.
Method PREPARE_SAVE_DATA on class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no exception.

Method VALIDATE_DEVIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TABLE_DEVIATION Call by reference Type reference (TYPE) IUUC_REPL_TMPL_S_TDV_SCR Template Table Deviation 20140228
2 Exporting EV_MSG Value transfer Type reference (TYPE) STRING 20140228

Method VALIDATE_DEVIATION on class CL_IUUC_REPL_TMPL_V_TAB_DVTN has no exception.

Method VALIDATE_TAB_DV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_VALID Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20140214

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