SAP ABAP Class CL_WCB_EDITOR_VIEW (Editor)
Hierarchy
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
   LO-GT-CHB (Application Component) Chargeback
     WCB_CC_UI_DYNPR (Package) Condition Contract User Interface with Screen Technology
Properties
Class CL_WCB_EDITOR_VIEW  
Short Description Editor    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCB_CC_UI_DYNPR   Condition Contract User Interface with Screen Technology 
Created 20050131   SAP 
Last change 20050520   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CHBK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WCB_EDITOR_VIEW has no interface implemented.
Friends
Class CL_WCB_EDITOR_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_CHANGEABLE Instance attribute Private Type reference (TYPE) BVAL Change Mode? 20050202
2 A_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20050131
3 A_CONTEXT Instance attribute Private Type reference (TYPE) WCB_GENERIC_CONTEXT Generic Context: Only One Context Is Filled 20050201
4 A_EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20050131
5 A_EDIT_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Editor 20050131
6 A_IS_MY_CONTAINER Instance attribute Private Type reference (TYPE) BVAL Root Container Created Here? 20050304
7 A_LANGUAGE Instance attribute Private Type reference (TYPE) SPRAS Language key 20050202
8 A_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_WCB_TEXT_TRANSFER Change Texts in Model 20050201
9 A_NAME Instance attribute Private Type reference (TYPE) SCRFNAME Name of a Screen Element 20050131
10 A_PERS Instance attribute Private Type reference (TYPE) WCB_EDITOR_VIEW_PERS Personalization Editor 20050209
11 A_PERS_KEY Instance attribute Private Type reference (TYPE) SPERS_KEY Personalization Object Key 20050209
12 A_PROTOCOL_VIEW Instance attribute Private Object reference (TYPE REF TO) CL_WCB_PROTOCOL_VIEW Error Log 20050425
13 A_REMEMBER Instance attribute Private Type reference (TYPE) TY_REMEMBER Text That Could Not Be Set in read_text 20050502
14 A_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20050131
15 A_TDID Instance attribute Private Type reference (TYPE) TDID Text ID 20050202
16 A_TREE Instance attribute Private Object reference (TYPE REF TO) CL_COLUMN_TREE_MODEL Column Tree Control with Data Management at Back End 20050131
17 A_TREE_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Tree Container 20050131
18 CO_HIERARCHY_COLUMN Constant Private Type reference (TYPE) TV_ITMNAME 'HIERARCHY' Tree Control: Column Name/Item Name 20050201
19 CO_HIERARCHY_WIDTH Constant Private Type reference (TYPE) I 50 Width of Hierarchy Column 20050201
20 CO_LANGUAGE_COLUMN Constant Private Type reference (TYPE) TV_ITMNAME 'LANGUAGE' Tree Control: Column Name/Item Name 20050201
21 CO_LANGUAGE_WIDTH Constant Private Type reference (TYPE) I 20 Width of Hierarchy Column 20050201
22 CO_LINE_LENGTH Constant Private Type reference (TYPE) I 72 Line Length 20050131
23 F_DEL_TEXT Instance attribute Private Type reference (TYPE) UI_FUNC 'ED_DEL' Delete Text 20050204
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_EDITOR_MODE Instance method Private Method Adjust Editor Mode (If Necessary) 20050203
2 BEFORE_LEAVE Instance method Public Method Before Exiting Workbench 20050209
3 BEFORE_SAVE Instance method Public Method Before Saving 20050203
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050131
5 CREATE_TEXT Instance method Public Method Create Text 20050202
6 DEL_EDITOR_TEXT Instance method Public Method Delete Text Currently Being Displayed 20050208
7 DEL_TEXT Instance method Private Method Delete Text 20050204
8 DISPLAY Instance method Public Method Make Control Visible 20050201
9 DISPLAY_TDID_SEARCHHELP Instance method Public Method Search Help for Text IDs 20050202
10 FREE Instance method Public Method Release Resources 20050304
11 GET_CONTEXT Instance method Public Method Return Context 20050215
12 GET_LANGUAGE Instance method Public Method Return Language 20050427
13 GET_LAST_LANGUAGE Instance method Public Method Language Last Used 20050209
14 GET_TDID Instance method Public Method Return tdid 20050427
15 HANDLE_NODE_DOUBLE_CLICK Instance method Private Event handling method Node Was Clicked 20050201
16 HIDE Instance method Public Method Make Control Visible 20050201
17 INIT_CONTROLS Instance method Public Method Build Controls 20050131
18 NODE_CONTEXT_MENU_REQUEST Instance method Private Event handling method Set Up Context Menu 20050204
19 NODE_CONTEXT_MENU_SELECT Instance method Private Event handling method Select Context Menu 20050204
20 PAI Instance method Public Method PAI 20050209
21 READ_PERSONALISATION Instance method Private Method Import Personalization 20050209
22 READ_TEXT Instance method Private Method Read Text 20050203
23 RELEASE_MODEL_LINK Instance method Public Method Cancel Link to Model 20050203
24 RESET Instance method Private Method Reset Attributes 20050203
25 SAVE_TEXT Instance method Private Method Transfer Text to Model 20050201
26 SET_ACTIVE_TEXT Instance method Private Method Set New Active Text 20050203
27 SET_CHANGEABLE Instance method Public Method Sets Change Mode 20050202
28 SET_DATA Instance method Public Method Set Data 20050201
29 SET_PROTOCOL_VIEW Instance method Public Method Set Log 20050425
30 SET_TREE Instance method Private Method Get Tree Data 20050201
31 SKIP_FORMAT_COLUMN Instance method Private Method Convert Text 20050425
32 WRITE_PERSONALISATION Instance method Private Method Write Personalization 20050209
Events
# Event Type Visibility Description Created on
1 OTHER_TEXT Instance Event
(0)
Public
(2)
Another Text Was Selected 20050427
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_REMEMBER Private See coding Text That Could Not Be Set in read_text 20050502 BEGIN OF ty_remember, tdid TYPE tdid, language TYPE spras, t_text TYPE wcb_tdline_tab, END OF ty_remember
Method Signatures

Method ADJUST_EDITOR_MODE Signature

Method ADJUST_EDITOR_MODE on class CL_WCB_EDITOR_VIEW has no parameter.
Method ADJUST_EDITOR_MODE on class CL_WCB_EDITOR_VIEW has no exception.

Method BEFORE_LEAVE Signature

Method BEFORE_LEAVE on class CL_WCB_EDITOR_VIEW has no parameter.
Method BEFORE_LEAVE on class CL_WCB_EDITOR_VIEW has no exception.

Method BEFORE_SAVE Signature

Method BEFORE_SAVE on class CL_WCB_EDITOR_VIEW has no parameter.
Method BEFORE_SAVE on class CL_WCB_EDITOR_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) SCRFNAME Name eines Dynproelementes 20050131
2 Importing I_PERS_KEY Call by reference Type reference (TYPE) SPERS_KEY Schlüssel für Personalisierungsobjekte 20050209

Method CONSTRUCTOR on class CL_WCB_EDITOR_VIEW has no exception.

Method CREATE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20050202
2 Importing I_TDID Call by reference Type reference (TYPE) TDID Text-ID 20050202

Method CREATE_TEXT on class CL_WCB_EDITOR_VIEW has no exception.

Method DEL_EDITOR_TEXT Signature

Method DEL_EDITOR_TEXT on class CL_WCB_EDITOR_VIEW has no parameter.
Method DEL_EDITOR_TEXT on class CL_WCB_EDITOR_VIEW has no exception.

Method DEL_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20050204
2 Importing I_TDID Call by reference Type reference (TYPE) TDID Text-ID 20050204

Method DEL_TEXT on class CL_WCB_EDITOR_VIEW has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_WCB_EDITOR_VIEW has no parameter.
Method DISPLAY on class CL_WCB_EDITOR_VIEW has no exception.

Method DISPLAY_TDID_SEARCHHELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROGRAM Call by reference Type reference (TYPE) SY-REPID Aktuelles Programm 20050202
2 Importing I_SCREEN Call by reference Type reference (TYPE) SY-DYNNR Aktuelle Dynpro-Nummer 20050202
3 Importing I_SCREEN_FIELD Call by reference Type reference (TYPE) HELP_INFO-DYNPROFLD Feldname 20050202

Method DISPLAY_TDID_SEARCHHELP on class CL_WCB_EDITOR_VIEW has no exception.

Method FREE Signature

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

Method GET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONTEXT Value transfer Type reference (TYPE) WCB_GENERIC_CONTEXT generischer Kontext: nur ein Kontext ist gefüllt 20050215

Method GET_CONTEXT on class CL_WCB_EDITOR_VIEW has no exception.

Method GET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LANGUAGE Value transfer Type reference (TYPE) SPRAS Sprachenschlüssel 20050427

Method GET_LANGUAGE on class CL_WCB_EDITOR_VIEW has no exception.

Method GET_LAST_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LANGUAGE Value transfer Type reference (TYPE) SPRAS Sprachenschlüssel 20050209

Method GET_LAST_LANGUAGE on class CL_WCB_EDITOR_VIEW has no exception.

Method GET_TDID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TDID Value transfer Type reference (TYPE) TDID Text-ID 20050427

Method GET_TDID on class CL_WCB_EDITOR_VIEW has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20050201

Method HANDLE_NODE_DOUBLE_CLICK on class CL_WCB_EDITOR_VIEW has no exception.

Method HIDE Signature

Method HIDE on class CL_WCB_EDITOR_VIEW has no parameter.
Method HIDE on class CL_WCB_EDITOR_VIEW has no exception.

Method INIT_CONTROLS Signature

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

Method INIT_CONTROLS on class CL_WCB_EDITOR_VIEW has no exception.

Method NODE_CONTEXT_MENU_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MENU Value transfer Attribute reference (LIKE) 20050204
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20050204

Method NODE_CONTEXT_MENU_REQUEST on class CL_WCB_EDITOR_VIEW has no exception.

Method NODE_CONTEXT_MENU_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20050204
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20050204

Method NODE_CONTEXT_MENU_SELECT on class CL_WCB_EDITOR_VIEW has no exception.

Method PAI Signature

Method PAI on class CL_WCB_EDITOR_VIEW has no parameter.
Method PAI on class CL_WCB_EDITOR_VIEW has no exception.

Method READ_PERSONALISATION Signature

Method READ_PERSONALISATION on class CL_WCB_EDITOR_VIEW has no parameter.
Method READ_PERSONALISATION on class CL_WCB_EDITOR_VIEW has no exception.

Method READ_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20050203
2 Importing I_TDID Call by reference Type reference (TYPE) TDID Text-ID 20050203

Method READ_TEXT on class CL_WCB_EDITOR_VIEW has no exception.

Method RELEASE_MODEL_LINK Signature

Method RELEASE_MODEL_LINK on class CL_WCB_EDITOR_VIEW has no parameter.
Method RELEASE_MODEL_LINK on class CL_WCB_EDITOR_VIEW has no exception.

Method RESET Signature

Method RESET on class CL_WCB_EDITOR_VIEW has no parameter.
Method RESET on class CL_WCB_EDITOR_VIEW has no exception.

Method SAVE_TEXT Signature

Method SAVE_TEXT on class CL_WCB_EDITOR_VIEW has no parameter.
Method SAVE_TEXT on class CL_WCB_EDITOR_VIEW has no exception.

Method SET_ACTIVE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20050203
2 Importing I_TDID Call by reference Type reference (TYPE) TDID Text-ID 20050203

Method SET_ACTIVE_TEXT on class CL_WCB_EDITOR_VIEW has no exception.

Method SET_CHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGEABLE Call by reference Type reference (TYPE) BVAL änderbar 20050202

Method SET_CHANGEABLE on class CL_WCB_EDITOR_VIEW has no exception.

Method SET_DATA 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) WCB_GENERIC_CONTEXT generischer Kontext: nur ein Kontext ist gefüllt 20050207
2 Importing I_MODEL Call by reference Object reference (TYPE REF TO) IF_WCB_TEXT_TRANSFER Texte im Modell ändern 20050201

Method SET_DATA on class CL_WCB_EDITOR_VIEW has no exception.

Method SET_PROTOCOL_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROTOCOL_VIEW Call by reference Object reference (TYPE REF TO) CL_WCB_PROTOCOL_VIEW Fehlerprotokoll 20050425

Method SET_PROTOCOL_VIEW on class CL_WCB_EDITOR_VIEW has no exception.

Method SET_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_FIRST Call by reference Type reference (TYPE) BVAL ersten Eintrag aktivieren 20050203

Method SET_TREE on class CL_WCB_EDITOR_VIEW has no exception.

Method SKIP_FORMAT_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT Call by reference Type reference (TYPE) WCB_TDLINE_TAB Textzeile 20050425
2 Importing IT_LINE Call by reference Type reference (TYPE) WCB_TLINE_TAB SAPscript: Text-Zeilen 20050425

Method SKIP_FORMAT_COLUMN on class CL_WCB_EDITOR_VIEW has no exception.

Method WRITE_PERSONALISATION Signature

Method WRITE_PERSONALISATION on class CL_WCB_EDITOR_VIEW has no parameter.
Method WRITE_PERSONALISATION on class CL_WCB_EDITOR_VIEW has no exception.
Event Signatures

Event OTHER_TEXT Signature
Event OTHER_TEXT on class CL_WCB_EDITOR_VIEW has no parameter.
History
Last changed by/on SAP  20050520 
SAP Release Created in 600