SAP ABAP Class CL_IUUC_REPL_EDITOR (Editor)
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_EDITOR  
Short Description Editor    
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 20130703   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_IUUC_REPL_EDITOR has no interface implemented.
Friends
Class CL_IUUC_REPL_EDITOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_DRAW_NAME_NEW Constant Private Type reference (TYPE) ABAP_PARMNAME 'DRAW' 20130709
2 CO_DRAW_NAME_OLD Constant Private Type reference (TYPE) ABAP_PARMNAME 'AUTO_REDRAW' 20130709
3 CO_EDITOR_CLASSNAME_NEW Constant Public Type reference (TYPE) SEOCLSKEY 'CL_GUI_ABAPEDIT' Key structure of a class 20130705
4 CO_EDITOR_CLASSNAME_OLD Constant Public Type reference (TYPE) SEOCLSKEY 'CL_GUI_TEXTEDIT' Key structure of a class 20130705
5 CO_FREE Constant Private Type reference (TYPE) ABAP_PARMNAME 'FREE' 20130711
6 CO_GET_TEXT_NAME_NEW Constant Private Type reference (TYPE) ABAP_PARMNAME 'GET_TEXT' 20130705
7 CO_GET_TEXT_NAME_OLD Constant Private Type reference (TYPE) ABAP_PARMNAME 'GET_TEXT_AS_R3TABLE' 20130705
8 CO_READONLY_MODE Constant Private Type reference (TYPE) ABAP_PARMNAME 'SET_READONLY_MODE' 20130705
9 CO_SET_TEXT_NAME_NEW Constant Private Type reference (TYPE) ABAP_PARMNAME 'SET_TEXT' 20130705
10 CO_SET_TEXT_NAME_OLD Constant Private Type reference (TYPE) ABAP_PARMNAME 'SET_TEXT_AS_R3TABLE' 20130705
11 CO_STATUSBAR_MODE Constant Private Type reference (TYPE) ABAP_PARMNAME 'SET_STATUSBAR_MODE' 20131009
12 CO_TOOLBAR_MODE Constant Private Type reference (TYPE) ABAP_PARMNAME 'SET_TOOLBAR_MODE' 20130904
13 CO_VISIBLE Constant Private Type reference (TYPE) ABAP_PARMNAME 'SET_VISIBLE' 20140108
14 MO_CONT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20130704
15 MO_EDITOR Instance attribute Private Object reference (TYPE REF TO) OBJECT Editor 20130705
16 MV_EDITOR_CLASSNAME Instance attribute Private Type reference (TYPE) SEOCLSKEY Key structure of a class 20130705
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130705
2 CREATE_EDITOR Instance method Public Method Create editor 20130703
3 DYN_CALL_EDIT_CREATE_DOC Instance method Private Method Create document 20130703
4 DYN_CALL_EDIT_DRAW Instance method Public Method Draw editor 20130703
5 DYN_CALL_EDIT_GET_TEXT Instance method Public Method Get the text from editor 20130703
6 DYN_CALL_EDIT_READ_ONLY_MODE Instance method Public Method Set editor to read-only mode 20130703
7 DYN_CALL_EDIT_SET_TEXT Instance method Public Method Set text to editor 20130703
8 DYN_CALL_EDIT_VISIBLE Instance method Public Method Set visibility to editor 20140108
9 DYN_CALL_FREE Instance method Private Method Draw editor 20130711
10 DYN_CALL_REMOVE_STATUS_BAR Instance method Public Method Remove status bar 20131009
11 DYN_CALL_REMOVE_TOOLBAR Instance method Public Method Remove toolbar 20130904
12 FREE Instance method Public Method Cllear editor 20130711
13 SET_EDITOR Instance method Private Method Set editor 20130703
Events
Class CL_IUUC_REPL_EDITOR has no event.
Types
Class CL_IUUC_REPL_EDITOR has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EDITOR_CLASSNAME Call by reference Type reference (TYPE) SEOCLSKEY Key structure of a class 20130902

Method CONSTRUCTOR on class CL_IUUC_REPL_EDITOR has no exception.

Method CREATE_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Custom Controls in the Screen Area 20130709
# Exception Resumable Description Created on
1 CX_IUUC_REPL_GENERIC Generic Exception class 20130705

Method DYN_CALL_EDIT_CREATE_DOC Signature

Method DYN_CALL_EDIT_CREATE_DOC on class CL_IUUC_REPL_EDITOR has no parameter.
Method DYN_CALL_EDIT_CREATE_DOC on class CL_IUUC_REPL_EDITOR has no exception.

Method DYN_CALL_EDIT_DRAW Signature

Method DYN_CALL_EDIT_DRAW on class CL_IUUC_REPL_EDITOR has no parameter.
Method DYN_CALL_EDIT_DRAW on class CL_IUUC_REPL_EDITOR has no exception.

Method DYN_CALL_EDIT_GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_LINES Value transfer Type reference (TYPE) IUUC_REPL_T_EDITOR_LINE Text editor lines 20130704
# Exception Resumable Description Created on
1 CX_IUUC_REPL_GENERIC Generic Exception class 20130705

Method DYN_CALL_EDIT_READ_ONLY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_READONLY_MODE Call by reference Type reference (TYPE) I 20130705
# Exception Resumable Description Created on
1 CX_IUUC_REPL_GENERIC Generic Exception class 20130705

Method DYN_CALL_EDIT_SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LINES Call by reference Type reference (TYPE) ANY TABLE Text editor lines 20130704
# Exception Resumable Description Created on
1 CX_IUUC_REPL_GENERIC Generic Exception class 20130705

Method DYN_CALL_EDIT_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VISIBLE Call by reference Type reference (TYPE) CHAR1 Single-Character Indicator 20140108
# Exception Resumable Description Created on
1 CX_IUUC_REPL_GENERIC Generic Exception class 20140108

Method DYN_CALL_FREE Signature

Method DYN_CALL_FREE on class CL_IUUC_REPL_EDITOR has no parameter.
Method DYN_CALL_FREE on class CL_IUUC_REPL_EDITOR has no exception.

Method DYN_CALL_REMOVE_STATUS_BAR Signature

Method DYN_CALL_REMOVE_STATUS_BAR on class CL_IUUC_REPL_EDITOR has no parameter.
Method DYN_CALL_REMOVE_STATUS_BAR on class CL_IUUC_REPL_EDITOR has no exception.

Method DYN_CALL_REMOVE_TOOLBAR Signature

Method DYN_CALL_REMOVE_TOOLBAR on class CL_IUUC_REPL_EDITOR has no parameter.
Method DYN_CALL_REMOVE_TOOLBAR on class CL_IUUC_REPL_EDITOR has no exception.

Method FREE Signature

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

Method SET_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EDITOR_CLASSNAME Call by reference Type reference (TYPE) SEOCLSKEY Key structure of a class 20130902

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