SAP ABAP Class CL_SOTR_EDITOR_STRING (Editor for Strings in the OTR)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-OTR (Application Component) Online Text Repository
     SOTR_STRING (Package) Management and Definition of Strings in the OTR
Properties
Class CL_SOTR_EDITOR_STRING  
Short Description Editor for Strings in the OTR    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SOTR_STRING   Management and Definition of Strings in the OTR 
Created 20000724   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SDYDO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SOTR_EDITOR_STRING has no interface implemented.
Friends
Class CL_SOTR_EDITOR_STRING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GL_C_LINEWIDTH Instance attribute Private Type reference (TYPE) I 55 Line Length 20000915
2 GL_R_DOCUMENT Instance attribute Private Object reference (TYPE REF TO) CL_DD_DOCUMENT Dynamic Documents: Document 20001121
3 GL_R_HTML_SOURCE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER HTML Control Proxy Class 20000725
4 GL_R_HTML_TARGET Instance attribute Private Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER HTML Control Proxy Class 20000725
5 GL_R_PARENT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20000725
6 GL_R_PARENT_LEFT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20000725
7 GL_R_PARENT_RIGHT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20000725
8 GL_R_PARENT_TOOLBAR_LEFT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20001113
9 GL_R_PARENT_TOOLBAR_RIGHT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20001113
10 GL_R_SPLITTER_TOOLBAR_LEFT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Docking Control Container 20001113
11 GL_R_SPLITTER_TOOLBAR_RIGHT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20001113
12 GL_R_SPLITTER_VERT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20000725
13 GL_R_TERM_LOOKUP Instance attribute Private Object reference (TYPE REF TO) CL_TERM_LOOKUP Display Terminology 20001121
14 GL_R_TEXTEDIT_SOURCE Instance attribute Private Object reference (TYPE REF TO) CL_SOTR_TEXTEDIT SAP TextEdit Control 20000725
15 GL_R_TEXTEDIT_TARGET Instance attribute Private Object reference (TYPE REF TO) CL_SOTR_TEXTEDIT SAP TextEdit Control 20000725
16 GL_R_TOOLBAR_LEFT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20001113
17 GL_R_TOOLBAR_RIGHT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20001113
18 GL_S_ENTRY_SOURCE Instance attribute Private Type reference (TYPE) SOTR_TEXTU Text Table in the OTR with Strings (Currently CHAR Field) 20000801
19 GL_S_ENTRY_TARGET Instance attribute Private Type reference (TYPE) SOTR_TEXTU Text Table in the OTR with Strings (Currently CHAR Field) 20000801
20 GL_S_HEADER Instance attribute Private Type reference (TYPE) SOTR_HEADU Header Table for Strings in the OTR 20000725
21 GL_S_SOTR_USER Instance attribute Private Type reference (TYPE) SOTR_USER 20001220
22 GL_S_SOURCE_CONTEXT Instance attribute Private Type reference (TYPE) SOTR_CNTXT Context for the OTR 20000725
23 GL_S_TARGET_CONTEXT Instance attribute Private Type reference (TYPE) SOTR_CNTXT Context for the OTR 20000725
24 GL_T_SOURCE_ENTRIES Instance attribute Private Type reference (TYPE) SOTR_TEXTU_TT Text Table in the OTR with Strings (Currently CHAR Field) 20000725
25 GL_T_TARGET_ENTRIES Instance attribute Private Type reference (TYPE) SOTR_TEXTU_TT Text Table in the OTR with Strings (Currently CHAR Field) 20000725
26 GL_V_CONCEPT Instance attribute Private Type reference (TYPE) SOTR_CONC Key for Logical Object in the OTR 20000725
27 GL_V_EDIT_MODE Instance attribute Private Type reference (TYPE) BAPIFLAG Indicator 20000725
28 GL_V_FILENAME Instance attribute Private Type reference (TYPE) RLGRAP-FILENAME Local file for upload/download 20000804
29 GL_V_FILETYPE Instance attribute Private Type reference (TYPE) RLGRAP-FILETYPE Transfer File Format (Upload/Download) 20000804
30 GL_V_LANGU Instance attribute Private Type reference (TYPE) SYLANGU SAP System, Current Language 20020828
31 GL_V_OBJECTS Instance attribute Private Type reference (TYPE) SOTR_OBJECTS Object Type 20010205
32 GL_V_SAVED_TEXT Instance attribute Private Type reference (TYPE) STRING Saved Text 20001115
33 GL_V_SOURCE_LANGU Instance attribute Private Type reference (TYPE) SYLANGU SAP System, Current Language 20000725
34 GL_V_SPELLCHECK_AVAILABLE Instance attribute Private Type reference (TYPE) AS4FLAG Flag Whether Spellchecker Is Available 20010307
35 GL_V_TAG_PROTECT Instance attribute Private Type reference (TYPE) AS4FLAG Flag for Tag Protection 20001006
36 GL_V_TARGET_LANGU Instance attribute Private Type reference (TYPE) SYLANGU SAP System, Current Language 20000725
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_STATUS Instance method Public Method Change Status 20000725
2 CHECK_LOSS_OF_DATA Instance method Public Method Checks Whether Data Might Be Lost 20001115
3 CHECK_TEXT Instance method Private Method Carry Out Object-Specific Checks 20010205
4 CHECK_TEXTS Instance method Private Method Check Consistency of Source and Target Texts 20000808
5 CONSTRUCTOR Instance method Public Constructor Constructor 20000725
6 CONVERT_STRING_TO_TABLE Instance method Private Method Insert String in Internal Table 20000804
7 CONVERT_TABLE_TO_STRING Instance method Private Method Convert Internal Table to String 20000804
8 COPY_SOURCE_TO_TARGET Instance method Private Method Copy Source Text to Target Text 20000726
9 COPY_TAGS_TO_TARGET Instance method Private Method Copy HTML Tags to Target Text 20000918
10 CREATE_SPLIT_SCREEN Instance method Private Method Create Container for Splitscreen 20000726
11 CREATE_TOOLBAR_LEFT Instance method Private Method Create Toolbar Including Container 20001113
12 CREATE_TOOLBAR_RIGHT Instance method Private Method Create Toolbar Including Container 20001113
13 DOWNLOAD_SOURCE Instance method Private Method Write Source Text in File to Frontend 20000804
14 EDITOR_SOURCE Instance method Private Method Initialize Editor for Source 20000731
15 EDITOR_TARGET Instance method Private Method Initialize Editor for Target 20000731
16 FREE Instance method Public Method Release Resources 20000725
17 FREE_SOURCE_EDITOR Instance method Private Method Release Resources for Source Text Editor 20000801
18 FREE_SOURCE_PREVIEW Instance method Private Method Release Resources for Source Text Preview 20000801
19 FREE_TARGET_EDITOR Instance method Private Method Release Resources for Target Text Editor 20000801
20 FREE_TARGET_PREVIEW Instance method Private Method Release Resources for Target Text Preview 20000801
21 GET_SELECTED_SOURCE_TEXT Instance method Private Method Read Selected Text 20001123
22 GET_SOURCE Instance method Private Method Get Source Text 20000726
23 GET_TARGET Instance method Private Method Get Target Text 20000726
24 INITIALIZE Instance method Public Method Initializes Editor 20000725
25 INITIALIZE_CONCEPT Instance method Public Method Initialize Concept 20000725
26 ON_BUTTON_CLICK Instance method Private Event handling method Event Handler for Toolbar Button 20000726
27 ON_TEXT_DOUBLE_CLICK Instance method Private Event handling method Event Handler for Double-Click on Text 20001123
28 PREVIEW_SOURCE Instance method Private Method Preview of Source Text 20000731
29 PREVIEW_TARGET Instance method Private Method Preview of Target Text 20000731
30 PRINT_SOURCE Instance method Private Method Prints Source Text 20001121
31 PRINT_TARGET Instance method Private Method Prints Target Text 20001121
32 REMOVE_LINE_FEED Instance method Private Method Removes CR LF from String 20010125
33 SAVE_CONCEPT Instance method Public Method Save Entry 20000725
34 SEND_MESSAGE Instance method Private Method 20011114
35 SET_HANDLER Instance method Private Method Sets Event Handler 20000726
36 TAG_PROTECTION_SWITCH Instance method Private Method Switch On/Off Tag Protection 20001006
37 TAG_SEPARATE_SOURCE Instance method Private Method Separate Tags in Source Text from Text 20000929
38 TAG_SEPARATE_TARGET Instance method Private Method Separate Tags in Target Text from Text 20000929
39 TERM_LOOKUP Instance method Private Method Start SAPterm Lookup 20001121
40 UPDATE_SOURCE Instance method Private Method Update Source Text 20000807
41 UPDATE_TARGET Instance method Private Method Update Target Text 20000807
42 UPLOAD_TARGET Instance method Private Method Read Target Text from File on Frontend 20000804
Events
Class CL_SOTR_EDITOR_STRING has no event.
Types
Class CL_SOTR_EDITOR_STRING has no local type.
Method Signatures

Method CHANGE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATUS Call by reference Type reference (TYPE) SOTR_STAT Status eines OTR Eintrags 20000725

Method CHANGE_STATUS on class CL_SOTR_EDITOR_STRING has no exception.

Method CHECK_LOSS_OF_DATA Signature

Method CHECK_LOSS_OF_DATA on class CL_SOTR_EDITOR_STRING has no parameter.
Method CHECK_LOSS_OF_DATA on class CL_SOTR_EDITOR_STRING has no exception.

Method CHECK_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECTS Call by reference Type reference (TYPE) SOTR_OBJECTS Objekttyp 20010205
2 Importing I_TEXT Value transfer Type reference (TYPE) STRING 20010205
# Exception Resumable Description Created on
1 ERROR_IN_TEXT Fehler im Text 20010205

Method CHECK_TEXTS Signature

Method CHECK_TEXTS on class CL_SOTR_EDITOR_STRING has no parameter.
Method CHECK_TEXTS on class CL_SOTR_EDITOR_STRING has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EDIT_MODE Call by reference Type reference (TYPE) BAPIFLAG Flag 20000725
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20000725
3 Importing I_SOURCE_CONTEXT Call by reference Type reference (TYPE) SOTR_CNTXT Kontext für das OTR 20000725
4 Importing I_SOURCE_LANGU Call by reference Type reference (TYPE) SYLANGU R/3-System, aktuelle Sprache 20000725
5 Importing I_TARGET_CONTEXT Call by reference Type reference (TYPE) SOTR_CNTXT Kontext für das OTR 20000725
6 Importing I_TARGET_LANGU Call by reference Type reference (TYPE) SYLANGU R/3-System, aktuelle Sprache 20000725

Method CONSTRUCTOR on class CL_SOTR_EDITOR_STRING has no exception.

Method CONVERT_STRING_TO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT_TABLE Call by reference Type reference (TYPE) SOTR_TXTS Übergabeteabelle für OTR-Texte 20000804
2 Importing I_TEXT Value transfer Type reference (TYPE) STRING 20000804

Method CONVERT_STRING_TO_TABLE on class CL_SOTR_EDITOR_STRING has no exception.

Method CONVERT_TABLE_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING 20000804
2 Importing I_TEXT_TABLE Call by reference Type reference (TYPE) SOTR_TXTS Übergabeteabelle für OTR-Texte 20000804

Method CONVERT_TABLE_TO_STRING on class CL_SOTR_EDITOR_STRING has no exception.

Method COPY_SOURCE_TO_TARGET Signature

Method COPY_SOURCE_TO_TARGET on class CL_SOTR_EDITOR_STRING has no parameter.
Method COPY_SOURCE_TO_TARGET on class CL_SOTR_EDITOR_STRING has no exception.

Method COPY_TAGS_TO_TARGET Signature

Method COPY_TAGS_TO_TARGET on class CL_SOTR_EDITOR_STRING has no parameter.
Method COPY_TAGS_TO_TARGET on class CL_SOTR_EDITOR_STRING has no exception.

Method CREATE_SPLIT_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHILD_1 Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20000726
2 Exporting E_CHILD_2 Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20000726
3 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20000726

Method CREATE_SPLIT_SCREEN on class CL_SOTR_EDITOR_STRING has no exception.

Method CREATE_TOOLBAR_LEFT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHILD Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20001113
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20001113

Method CREATE_TOOLBAR_LEFT on class CL_SOTR_EDITOR_STRING has no exception.

Method CREATE_TOOLBAR_RIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHILD Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20001113
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20001113

Method CREATE_TOOLBAR_RIGHT on class CL_SOTR_EDITOR_STRING has no exception.

Method DOWNLOAD_SOURCE Signature

Method DOWNLOAD_SOURCE on class CL_SOTR_EDITOR_STRING has no parameter.
Method DOWNLOAD_SOURCE on class CL_SOTR_EDITOR_STRING has no exception.

Method EDITOR_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTRY Call by reference Type reference (TYPE) SOTR_TEXTU Texttabelle im OTR mit Strings (z.Z. noch CHAR Feld) 20000731
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20000731
3 Importing I_READ_ONLY Call by reference Type reference (TYPE) AS4FLAG 'X' Flag (X oder Blank) 20000731

Method EDITOR_SOURCE on class CL_SOTR_EDITOR_STRING has no exception.

Method EDITOR_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTRY Call by reference Type reference (TYPE) SOTR_TEXTU Texttabelle im OTR mit Strings (z.Z. noch CHAR Feld) 20000731
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20000731
3 Importing I_READ_ONLY Call by reference Type reference (TYPE) AS4FLAG ' ' Flag (X oder Blank) 20000731

Method EDITOR_TARGET on class CL_SOTR_EDITOR_STRING has no exception.

Method FREE Signature

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

Method FREE_SOURCE_EDITOR Signature

Method FREE_SOURCE_EDITOR on class CL_SOTR_EDITOR_STRING has no parameter.
Method FREE_SOURCE_EDITOR on class CL_SOTR_EDITOR_STRING has no exception.

Method FREE_SOURCE_PREVIEW Signature

Method FREE_SOURCE_PREVIEW on class CL_SOTR_EDITOR_STRING has no parameter.
Method FREE_SOURCE_PREVIEW on class CL_SOTR_EDITOR_STRING has no exception.

Method FREE_TARGET_EDITOR Signature

Method FREE_TARGET_EDITOR on class CL_SOTR_EDITOR_STRING has no parameter.
Method FREE_TARGET_EDITOR on class CL_SOTR_EDITOR_STRING has no exception.

Method FREE_TARGET_PREVIEW Signature

Method FREE_TARGET_PREVIEW on class CL_SOTR_EDITOR_STRING has no parameter.
Method FREE_TARGET_PREVIEW on class CL_SOTR_EDITOR_STRING has no exception.

Method GET_SELECTED_SOURCE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING 20001123

Method GET_SELECTED_SOURCE_TEXT on class CL_SOTR_EDITOR_STRING has no exception.

Method GET_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING 20000726
2 Exporting E_TEXT_TAB Call by reference Type reference (TYPE) SOTR_TXTS Übergabeteabelle für OTR-Texte 20011119
# Exception Resumable Description Created on
1 NO_EDIT_MODE Editor ist im Vorschaumodus 20000802

Method GET_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING 20000726
2 Exporting E_TEXT_TAB Call by reference Type reference (TYPE) SOTR_TXTS Übergabeteabelle für OTR-Texte 20011119

Method GET_TARGET on class CL_SOTR_EDITOR_STRING has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SYDYNNR Übergabetabelle für die Termersetzung 20000725
2 Importing I_REPID Call by reference Type reference (TYPE) SYREPID Schlüssel zum logischen Objekt im OTR 20000725

Method INITIALIZE on class CL_SOTR_EDITOR_STRING has no exception.

Method INITIALIZE_CONCEPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REPLACEMENTS Call by reference Type reference (TYPE) SOTR_RPLCS Übergabetabelle für die Termersetzung 20000725
2 Importing I_CONCEPT Call by reference Type reference (TYPE) SOTR_CONC Schlüssel zum logischen Objekt im OTR 20000725
3 Importing I_CONTEXT Call by reference Type reference (TYPE) SOTR_CNTXT Kontext für das OTR 20030410

Method INITIALIZE_CONCEPT on class CL_SOTR_EDITOR_STRING has no exception.

Method ON_BUTTON_CLICK Signature

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

Method ON_BUTTON_CLICK on class CL_SOTR_EDITOR_STRING has no exception.

Method ON_TEXT_DOUBLE_CLICK Signature

Method ON_TEXT_DOUBLE_CLICK on class CL_SOTR_EDITOR_STRING has no parameter.
Method ON_TEXT_DOUBLE_CLICK on class CL_SOTR_EDITOR_STRING has no exception.

Method PREVIEW_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTRY Call by reference Type reference (TYPE) SOTR_TEXTU Übergabestruktur für OTR Einträge 20000801
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20000801

Method PREVIEW_SOURCE on class CL_SOTR_EDITOR_STRING has no exception.

Method PREVIEW_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTRY Call by reference Type reference (TYPE) SOTR_TEXTU Texttabelle im OTR mit Strings (z.Z. noch CHAR Feld) 20000801
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20000801

Method PREVIEW_TARGET on class CL_SOTR_EDITOR_STRING has no exception.

Method PRINT_SOURCE Signature

Method PRINT_SOURCE on class CL_SOTR_EDITOR_STRING has no parameter.
Method PRINT_SOURCE on class CL_SOTR_EDITOR_STRING has no exception.

Method PRINT_TARGET Signature

Method PRINT_TARGET on class CL_SOTR_EDITOR_STRING has no parameter.
Method PRINT_TARGET on class CL_SOTR_EDITOR_STRING has no exception.

Method REMOVE_LINE_FEED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TEXT Call by reference Type reference (TYPE) STRING 20010125

Method REMOVE_LINE_FEED on class CL_SOTR_EDITOR_STRING has no exception.

Method SAVE_CONCEPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTEXT Call by reference Type reference (TYPE) SOTR_CNTXT Kontext für das OTR 20030410
2 Importing I_FLAG_SAVE_AS_CONTEXT Call by reference Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20030410

Method SAVE_CONCEPT on class CL_SOTR_EDITOR_STRING has no exception.

Method SEND_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODULE Value transfer Type reference (TYPE) C 20011114
2 Importing I_MSG_TYPE Value transfer Type reference (TYPE) SYMSGTY Nachrichten, Nachrichtentyp 20011114
3 Importing I_SUBRC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20011114

Method SEND_MESSAGE on class CL_SOTR_EDITOR_STRING has no exception.

Method SET_HANDLER Signature

Method SET_HANDLER on class CL_SOTR_EDITOR_STRING has no parameter.
Method SET_HANDLER on class CL_SOTR_EDITOR_STRING has no exception.

Method TAG_PROTECTION_SWITCH Signature

Method TAG_PROTECTION_SWITCH on class CL_SOTR_EDITOR_STRING has no parameter.
Method TAG_PROTECTION_SWITCH on class CL_SOTR_EDITOR_STRING has no exception.

Method TAG_SEPARATE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20000929

Method TAG_SEPARATE_SOURCE on class CL_SOTR_EDITOR_STRING has no exception.

Method TAG_SEPARATE_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20000929

Method TAG_SEPARATE_TARGET on class CL_SOTR_EDITOR_STRING has no exception.

Method TERM_LOOKUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU R/3-System, aktuelle Sprache 20001123
2 Importing I_SEARCH_TERM Call by reference Type reference (TYPE) STRING 20001121

Method TERM_LOOKUP on class CL_SOTR_EDITOR_STRING has no exception.

Method UPDATE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20000807

Method UPDATE_SOURCE on class CL_SOTR_EDITOR_STRING has no exception.

Method UPDATE_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20000807

Method UPDATE_TARGET on class CL_SOTR_EDITOR_STRING has no exception.

Method UPLOAD_TARGET Signature

Method UPLOAD_TARGET on class CL_SOTR_EDITOR_STRING has no parameter.
Method UPLOAD_TARGET on class CL_SOTR_EDITOR_STRING has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 50A