SAP ABAP Interface IF_IUUC_REPL_VIEW (Advanced replication settings 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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IUUC_REPL_ABSTRACT_VIEW Advanced replication settings view 20130423
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IUUC_REPL_ABST_COMPOSITE Advanced replication settings Composite view 20130422
Properties
Interface IF_IUUC_REPL_VIEW  
Short Description Advanced replication settings view    
General Data
Package CNV_IUUC_REPL_ADV_SETTINGS   LT Replication: Advanced Replication Settings 
Created 20130417   SAP 
Last changed 20141030    
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)
Interfaces
Interface IF_IUUC_REPL_VIEW has no interface.
Friends
Interface IF_IUUC_REPL_VIEW has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CNTR Instance attribute Public Object reference (TYPE REF TO) IF_IUUC_REPL_CONTROLLER Advanced replication settings controller 20130710
2 MO_REF_MT_SETTING_VIEW_DATA Instance attribute Public Object reference (TYPE REF TO) DATA Reference to MT_SETTING_VIEW_DATA 20130815
3 MR_DATA Instance attribute Public Object reference (TYPE REF TO) DATA 20130627
4 MV_CHANGE_TABLE Instance attribute Public Type reference (TYPE) TABNAME Table Name 20130426
5 MV_DATA_CHANGED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20130801
6 MV_EDIT Instance attribute Public Type reference (TYPE) FLAG General Flag 20130509
7 MV_MT_ID Instance attribute Public Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130710
8 MV_SCREEN Instance attribute Public Type reference (TYPE) SYDYNNR Current Screen Number 20130422
9 MV_TMPL_ID Instance attribute Public Type reference (TYPE) IUUC_TMPL_TEMPLATE_ID Template GUID 20140131
10 MV_TMPL_SUB_ID Instance attribute Public Type reference (TYPE) IUUC_TMPL_SUB_ID Template Sub ID GUID 20140131
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add 20130729
2 BUFFER_DATA Instance method Public Method Buffer Fidata 20130621
3 CLOSE Instance method Public Method Close view 20130709
4 DELETE Instance method Public Method Delete 20130614
5 DISPLAY Instance method Public Method Display 20130425
6 EDIT Instance method Public Method Edit screen 20130417
7 GET_CONTROLLER Instance method Public Method Get controller 20130811
8 GET_DATA Instance method Public Method Get data 20130509
9 GET_DATA_CHANGED Instance method Public Method Get data changed flag 20130801
10 GET_MT_ID Instance method Public Method Get MT_ID 20130711
11 GET_REF_MT_SETTING_VIEW_DATA Instance method Public Method Get refrence to MT_SETTING_VIEW_DATA 20130815
12 GET_TABNAME Instance method Public Method Get Table Name 20130711
13 HANDLE_COMMAND Instance method Public Method Handle user command 20130417
14 INITIALIZE_VIEW_DATA Instance method Public Method Initialize view data 20140321
15 IS_EDITABLE Instance method Public Method Is editable 20130509
16 SET_CONTEXT Instance method Public Method Set context 20130711
17 SET_DATA_CHANGED Instance method Public Method Get data changed flag 20130801
18 SET_EDITABLE Instance method Public Method Set editable 20131121
19 UPDATE Instance method Public Method update 20130417
Events
# Event Type Visibility Description Created on
1 ON_USER_COMMAND Instance Event
(0)
Public
(2)
On user command 20130509
Types
Interface IF_IUUC_REPL_VIEW has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130729
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20130729

Method ADD on Interface IF_IUUC_REPL_VIEW has no exception.

Method BUFFER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA Table list for filtering configuration tree 20130904

Method BUFFER_DATA on Interface IF_IUUC_REPL_VIEW has no exception.

Method CLOSE Signature

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

Method CLOSE on Interface IF_IUUC_REPL_VIEW has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESULT Value transfer Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20130614

Method DELETE on Interface IF_IUUC_REPL_VIEW has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20130701

Method DISPLAY on Interface IF_IUUC_REPL_VIEW has no exception.

Method EDIT Signature

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

Method EDIT on Interface IF_IUUC_REPL_VIEW has no exception.

Method GET_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CONTROLLER Value transfer Object reference (TYPE REF TO) IF_IUUC_REPL_CONTROLLER Advanced replication settings controller 20130811

Method GET_CONTROLLER on Interface IF_IUUC_REPL_VIEW has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) IUUC_REPL_T_SETTING_VIEW_DATA Advanced replication settings data 20130509

Method GET_DATA on Interface IF_IUUC_REPL_VIEW has no exception.

Method GET_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20130801

Method GET_DATA_CHANGED on Interface IF_IUUC_REPL_VIEW has no exception.

Method GET_MT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MT_ID Value transfer Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130711

Method GET_MT_ID on Interface IF_IUUC_REPL_VIEW has no exception.

Method GET_REF_MT_SETTING_VIEW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_REF_MT_SETTING_VIEW_DATA Value transfer Object reference (TYPE REF TO) DATA 20130815

Method GET_REF_MT_SETTING_VIEW_DATA on Interface IF_IUUC_REPL_VIEW has no exception.

Method GET_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TABNAME Value transfer Type reference (TYPE) TABNAME Table Name 20130711

Method GET_TABNAME on Interface IF_IUUC_REPL_VIEW has no exception.

Method HANDLE_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMAND Call by reference Type reference (TYPE) SYUCOMM Function code that PAI triggered 20130710

Method HANDLE_COMMAND on Interface IF_IUUC_REPL_VIEW has no exception.

Method INITIALIZE_VIEW_DATA Signature

Method INITIALIZE_VIEW_DATA on Interface IF_IUUC_REPL_VIEW has no parameter.
Method INITIALIZE_VIEW_DATA on Interface IF_IUUC_REPL_VIEW has no exception.

Method IS_EDITABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESULT Value transfer Type reference (TYPE) FLAG General Flag 20130509

Method IS_EDITABLE on Interface IF_IUUC_REPL_VIEW has no exception.

Method SET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130711
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20130711
3 Importing IV_TMPL_ID Call by reference Type reference (TYPE) IUUC_TMPL_TEMPLATE_ID Template GUID 20140131
4 Importing IV_TMPL_SUB_ID Call by reference Type reference (TYPE) IUUC_TMPL_SUB_ID 20140131

Method SET_CONTEXT on Interface IF_IUUC_REPL_VIEW has no exception.

Method SET_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL 20130801

Method SET_DATA_CHANGED on Interface IF_IUUC_REPL_VIEW has no exception.

Method SET_EDITABLE Signature

Method SET_EDITABLE on Interface IF_IUUC_REPL_VIEW has no parameter.
Method SET_EDITABLE on Interface IF_IUUC_REPL_VIEW has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESULT Value transfer Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20130509

Method UPDATE on Interface IF_IUUC_REPL_VIEW has no exception.
Event Signatures

Event ON_USER_COMMAND Signature
Event ON_USER_COMMAND on Interface IF_IUUC_REPL_VIEW has no parameter.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_700