SAP ABAP Class CL_ISHMED_LTE_TB_CHANGE (IS-H*MED: Maintain Text Modules for the Editor)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NMED (Package) R/3MED: Medical documentation GSD
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_DIALOGBOX_CONTAINER Container for Custom Controls in the Screen Area 20010709
Properties
Class CL_ISHMED_LTE_TB_CHANGE  
Short Description IS-H*MED: Maintain Text Modules for the Editor    
Super Class CL_GUI_DIALOGBOX_CONTAINER Container for Custom Controls in the Screen Area 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED   R/3MED: Medical documentation GSD 
Created 20010709   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_LTE_TB_CHANGE has no forward declaration.
Interfaces
Class CL_ISHMED_LTE_TB_CHANGE has no interface implemented.
Friends
Class CL_ISHMED_LTE_TB_CHANGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_AKT_TEXT Instance attribute Private Type reference (TYPE) N2_STRING IS-H*MED: Character String 20010718
2 G_DATA_PROVIDER Instance attribute Private Object reference (TYPE REF TO) CL_ISHMED_LTE_DATA_PROVIDER IS-H*MED: Data Class of the Text Modules for the Editor 20010718
3 G_EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20010709
4 G_REF_SPLITTER1_BUTTOM Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20010709
5 G_REF_SPLITTER1_TOP Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20010709
6 G_SPLITTER1 Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20010709
7 G_SWT_ADMIN Instance attribute Private Object reference (TYPE REF TO) CL_ISHMED_LTE_TB_SWT_ADMIN IS-H*MED: Admin SWT for Text Editor 20010709
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20010709
2 GET_SETTINGS Instance method Private Method Get Settings 20010718
3 HANDLE_CANCEL_CHANGE Instance method Private Event handling method handle event SWT_ADMIN_TB_CANCEL_CHANGE o CL_ISHMED_LTE_TB_S 20010718
4 HANDLE_CLOSE Instance method Private Event handling method handle event CLOSE of CL_GUI_DIALOGBOX_CONTAINER 20010718
5 HANDLE_OK_CHANGE Instance method Private Event handling method handle event SWT_ADMIN_TB_OK_CHANGE of CL_ISHMED_LTE_TB_SWT_ 20010718
6 HANDLE_REQUEST_CLOSE Instance method Private Event handling method handle event SWT_ADMIN_REQ_CLOSE of CL_ISHMED_LTE_TB_SWT_ADM 20010718
7 HANDLE_REQ_CHANGE Instance method Private Event handling method handle event SWT_ADMIN_TB_REQ_CHANGE of CL_ISHMED_LTE_TB_SWT 20010718
8 HANDLE_TB_DELETE Instance method Private Event handling method handle event SWT_ADMIN_TB_DELETE of CL_ISHMED_LTE_TB_SWT_ADM 20010711
9 HANDLE_TREE_TEXT_CHANGE Instance method Private Event handling method handle event SWT_ADMIN_TB_TEXT_CHANGE of CL_ISHMED_LTE_TB_SW 20010711
10 INIT_CONTAINER Instance method Private Method initialization 20010709
11 REG_EVENTS Instance method Private Method register all events 20010709
12 SET_SETTINGS Instance method Private Method set settings 20010718
13 SHOW Instance method Public Method show maintain dialog 20010709
Events
# Event Type Visibility Description Created on
1 TB_CHANGE_FINISHED Instance Event
(0)
Public
(2)
Management of TB is finished 20010810
Types
Class CL_ISHMED_LTE_TB_CHANGE 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 CAPTION Value transfer Type reference (TYPE) C Caption of Dialogbox 20010709
2 Importing DATA_PROVIDER Value transfer Object reference (TYPE REF TO) CL_ISHMED_LTE_DATA_PROVIDER IS-H*MED: Daten Klasse der Textbausteinen für den Editor 20010709
3 Importing DYNNR Value transfer Type reference (TYPE) SYDYNNR Dynpro to which this control is linked to 20010709
4 Importing HEIGHT Value transfer Type reference (TYPE) I 340 Height of this container 20010709
5 Importing LEFT Value transfer Type reference (TYPE) I 50 Left Position of Dialogbox 20010709
6 Importing LIFETIME Value transfer Type reference (TYPE) I LIFETIME_DEFAULT Lifetime 20010709
7 Importing METRIC Value transfer Type reference (TYPE) I 0 Metric 20010709
8 Importing NAME_OF_EDITOR Value transfer Type reference (TYPE) STRING Name of Editor Conrtol 20010709
9 Importing NO_AUTODEF_PROGID_DYNNR Value transfer Type reference (TYPE) C dont autodefine progid and dynnr? 20010709
10 Importing PARENT Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent container 20010709
11 Importing REPID Value transfer Type reference (TYPE) SYREPID Report to which this control is linked to 20010709
12 Importing STYLE Value transfer Type reference (TYPE) I Windows style attributes applied to this container 20010709
13 Importing TOP Value transfer Type reference (TYPE) I 45 Top Position of Dialogbox 20010709
14 Importing WIDTH Value transfer Type reference (TYPE) I 800 Width of this container 20010709
# Exception Resumable Description Created on
1 CNTL_ERROR CNTL_ERROR 20010709
2 CNTL_SYSTEM_ERROR CNTL_SYSTEM_ERROR 20010709
3 CREATE_ERROR CREATE_ERROR 20010709
4 ERROR_REGIST_EVENT Error when registering event 20010709
5 EVENT_ALREADY_REGISTERED Event already registered 20010709
6 LIFETIME_DYNPRO_DYNPRO_LINK LIFETIME_DYNPRO_DYNPRO_LINK 20010709
7 LIFETIME_ERROR LIFETIME_ERROR 20010709

Method GET_SETTINGS Signature

Method GET_SETTINGS on class CL_ISHMED_LTE_TB_CHANGE has no parameter.
Method GET_SETTINGS on class CL_ISHMED_LTE_TB_CHANGE has no exception.

Method HANDLE_CANCEL_CHANGE Signature

Method HANDLE_CANCEL_CHANGE on class CL_ISHMED_LTE_TB_CHANGE has no parameter.
Method HANDLE_CANCEL_CHANGE on class CL_ISHMED_LTE_TB_CHANGE has no exception.

Method HANDLE_CLOSE Signature

Method HANDLE_CLOSE on class CL_ISHMED_LTE_TB_CHANGE has no parameter.
Method HANDLE_CLOSE on class CL_ISHMED_LTE_TB_CHANGE has no exception.

Method HANDLE_OK_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATEGORY Value transfer Attribute reference (LIKE) 20010718
2 Importing DESCRIPTION Value transfer Attribute reference (LIKE) 20010718
3 Importing KEYWORD Value transfer Attribute reference (LIKE) 20010718
4 Importing LEVEL Value transfer Attribute reference (LIKE) 20010718

Method HANDLE_OK_CHANGE on class CL_ISHMED_LTE_TB_CHANGE has no exception.

Method HANDLE_REQUEST_CLOSE Signature

Method HANDLE_REQUEST_CLOSE on class CL_ISHMED_LTE_TB_CHANGE has no parameter.
Method HANDLE_REQUEST_CLOSE on class CL_ISHMED_LTE_TB_CHANGE has no exception.

Method HANDLE_REQ_CHANGE Signature

Method HANDLE_REQ_CHANGE on class CL_ISHMED_LTE_TB_CHANGE has no parameter.
Method HANDLE_REQ_CHANGE on class CL_ISHMED_LTE_TB_CHANGE has no exception.

Method HANDLE_TB_DELETE Signature

Method HANDLE_TB_DELETE on class CL_ISHMED_LTE_TB_CHANGE has no parameter.
Method HANDLE_TB_DELETE on class CL_ISHMED_LTE_TB_CHANGE has no exception.

Method HANDLE_TREE_TEXT_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT_STG Value transfer Attribute reference (LIKE) Table of text 20050119

Method HANDLE_TREE_TEXT_CHANGE on class CL_ISHMED_LTE_TB_CHANGE has no exception.

Method INIT_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_PROVIDER Value transfer Object reference (TYPE REF TO) CL_ISHMED_LTE_DATA_PROVIDER IS-H*MED: Daten Klasse der Textbausteinen für den Editor 20010709

Method INIT_CONTAINER on class CL_ISHMED_LTE_TB_CHANGE has no exception.

Method REG_EVENTS Signature

Method REG_EVENTS on class CL_ISHMED_LTE_TB_CHANGE has no parameter.
Method REG_EVENTS on class CL_ISHMED_LTE_TB_CHANGE has no exception.

Method SET_SETTINGS Signature

Method SET_SETTINGS on class CL_ISHMED_LTE_TB_CHANGE has no parameter.
Method SET_SETTINGS on class CL_ISHMED_LTE_TB_CHANGE has no exception.

Method SHOW Signature

Method SHOW on class CL_ISHMED_LTE_TB_CHANGE has no parameter.
Method SHOW on class CL_ISHMED_LTE_TB_CHANGE has no exception.
Event Signatures

Event TB_CHANGE_FINISHED Signature
Event TB_CHANGE_FINISHED on class CL_ISHMED_LTE_TB_CHANGE has no parameter.
History
Last changed by/on SAP  20070917 
SAP Release Created in 463