SAP ABAP Class CL_ISHMED_LTE_TB_LIST (Pickup List for Text Modules)
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 20010618
Properties
Class CL_ISHMED_LTE_TB_LIST  
Short Description Pickup List for Text Modules    
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 20010618   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_LTE_TB_LIST has no forward declaration.
Interfaces
Class CL_ISHMED_LTE_TB_LIST has no interface implemented.
Friends
Class CL_ISHMED_LTE_TB_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20050606
2 GR_REF_SPLITTER_LEFT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20050606
3 GR_REF_SPLITTER_RIGHT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20050606
4 GR_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Reduced Version of Splitter Container Control 20050606
5 GR_SWT_TB Instance attribute Private Object reference (TYPE REF TO) CL_ISHMED_LTE_TB_SWT Splitter with Toolbar 20050606
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20010618
2 GET_SETTINGS Instance method Private Method Get Settings 20010718
3 HANDEL_CLOSE Instance method Private Event handling method handle event CLOSE of CL_GUI_DIALOGBOX_CONTAINER 20010618
4 HANDLE_SWT_TB_CANCEL Instance method Private Event handling method handle event SWT_TB_CANCEL of CL_ISHMED_LTE_TB_SWT 20010618
5 HANDLE_SWT_TB_PICKUP Instance method Private Event handling method handle event SWT_TB_PICKUP of CL_ISHMED_LTE_TB_SWT 20010717
6 HANDLE_SWT_TB_PICKUP_AND_STAY Instance method Private Event handling method handle event SWT_TB_PICKUP_AND_STAY of CL_ISHMED_LTE_TB_SWT 20010717
7 HANDLE_TREE_TEXT_CHANGE Instance method Private Event handling method handle event SWT_TB_TEXT_CHANGE of CL_ISHMED_LTE_TB_SWT 20010618
8 REG_EVENTS Instance method Private Method register events 20010618
9 SET_SEARCH_KEY Instance method Public Method Set Search Parameters 20070126
10 SET_SETTINGS Instance method Private Method set settings 20010718
11 SET_TEXT_AS_R3TABLE Instance method Public Method set text in editor 20010618
12 SHOW Instance method Public Method show dialog 20010618
Events
# Event Type Visibility Description Created on
1 PICK_DATA Instance Event
(0)
Public
(2)
DATA CHOOSE 20010618
2 RESTORE_CURSOR Instance Event
(0)
Public
(2)
Recreates Cursor Position at Cancel 20090818
Types
Class CL_ISHMED_LTE_TB_LIST 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 20010618
2 Importing DATA_PROVIDER Call by reference Object reference (TYPE REF TO) CL_ISHMED_LTE_DATA_PROVIDER IS-H*MED: Daten Klasse der Textbausteinen für den Editor 20010618
3 Importing DYNNR Value transfer Type reference (TYPE) SYDYNNR Dynpro to which this control is linked to 20010618
4 Importing HEIGHT Value transfer Type reference (TYPE) I 340 Height of this container 20010618
5 Importing LEFT Value transfer Type reference (TYPE) I 50 Left Position of Dialogbox 20010618
6 Importing LIFETIME Value transfer Type reference (TYPE) I LIFETIME_DEFAULT Lifetime 20010618
7 Importing METRIC Value transfer Type reference (TYPE) I 0 Metric 20010618
8 Importing NAME_OF_EDITOR Value transfer Type reference (TYPE) STRING Name of Editor Conrtol 20010618
9 Importing NO_AUTODEF_PROGID_DYNNR Value transfer Type reference (TYPE) C dont autodefine progid and dynnr? 20010618
10 Importing PARENT Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent container 20010618
11 Importing REPID Value transfer Type reference (TYPE) SYREPID Report to which this control is linked to 20010618
12 Importing STYLE Value transfer Type reference (TYPE) I Windows style attributes applied to this container 20010618
13 Importing TOP Value transfer Type reference (TYPE) I 45 Top Position of Dialogbox 20010618
14 Importing WIDTH Value transfer Type reference (TYPE) I 800 Width of this container 20010618
# Exception Resumable Description Created on
1 CNTL_ERROR CNTL_ERROR 20010618
2 CNTL_SYSTEM_ERROR CNTL_SYSTEM_ERROR 20010618
3 CREATE_ERROR CREATE_ERROR 20010618
4 ERROR_REGIST_EVENT Error when registering event 20010618
5 EVENT_ALREADY_REGISTERED Event already registered 20010618
6 LIFETIME_DYNPRO_DYNPRO_LINK LIFETIME_DYNPRO_DYNPRO_LINK 20010618
7 LIFETIME_ERROR LIFETIME_ERROR 20010618

Method GET_SETTINGS Signature

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

Method HANDEL_CLOSE Signature

Method HANDEL_CLOSE on class CL_ISHMED_LTE_TB_LIST has no parameter.
Method HANDEL_CLOSE on class CL_ISHMED_LTE_TB_LIST has no exception.

Method HANDLE_SWT_TB_CANCEL Signature

Method HANDLE_SWT_TB_CANCEL on class CL_ISHMED_LTE_TB_LIST has no parameter.
Method HANDLE_SWT_TB_CANCEL on class CL_ISHMED_LTE_TB_LIST has no exception.

Method HANDLE_SWT_TB_PICKUP Signature

Method HANDLE_SWT_TB_PICKUP on class CL_ISHMED_LTE_TB_LIST has no parameter.
Method HANDLE_SWT_TB_PICKUP on class CL_ISHMED_LTE_TB_LIST has no exception.

Method HANDLE_SWT_TB_PICKUP_AND_STAY Signature

Method HANDLE_SWT_TB_PICKUP_AND_STAY on class CL_ISHMED_LTE_TB_LIST has no parameter.
Method HANDLE_SWT_TB_PICKUP_AND_STAY on class CL_ISHMED_LTE_TB_LIST 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 Call by reference Attribute reference (LIKE) >INVALID< 20050119

Method HANDLE_TREE_TEXT_CHANGE on class CL_ISHMED_LTE_TB_LIST has no exception.

Method REG_EVENTS Signature

Method REG_EVENTS on class CL_ISHMED_LTE_TB_LIST has no parameter.
# Exception Resumable Description Created on
1 CTL_EVENT_ERROR CTL_EVENT_ERROR 20010618

Method SET_SEARCH_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) N2_LTE_TB_KEYWORD Kürzel eines Textbausteins des LTE 20070126

Method SET_SEARCH_KEY on class CL_ISHMED_LTE_TB_LIST has no exception.

Method SET_SETTINGS Signature

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

Method SET_TEXT_AS_R3TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLE Call by reference Type reference (TYPE) ISHMED_LTE_TB_TEXT table with text 20010618

Method SET_TEXT_AS_R3TABLE on class CL_ISHMED_LTE_TB_LIST has no exception.

Method SHOW Signature

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

Event PICK_DATA Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 TEXT_STG Exporting Value transfer Type reference (TYPE) N2_STRING IS-H*MED: Zeichenkette 20050119

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