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 | Instance attribute | Private | Type reference (TYPE) | N2_STRING | IS-H*MED: Character String | 20010718 | |||
| 2 | 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 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TEXTEDIT | SAP TextEdit Control | 20010709 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20010709 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20010709 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20010709 | |||
| 7 | 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 | Instance method | Public | Constructor | Constructor | 20010709 | |
| 2 | Instance method | Private | Method | Get Settings | 20010718 | |
| 3 | Instance method | Private | Event handling method | handle event SWT_ADMIN_TB_CANCEL_CHANGE o CL_ISHMED_LTE_TB_S | 20010718 | |
| 4 | Instance method | Private | Event handling method | handle event CLOSE of CL_GUI_DIALOGBOX_CONTAINER | 20010718 | |
| 5 | Instance method | Private | Event handling method | handle event SWT_ADMIN_TB_OK_CHANGE of CL_ISHMED_LTE_TB_SWT_ | 20010718 | |
| 6 | Instance method | Private | Event handling method | handle event SWT_ADMIN_REQ_CLOSE of CL_ISHMED_LTE_TB_SWT_ADM | 20010718 | |
| 7 | Instance method | Private | Event handling method | handle event SWT_ADMIN_TB_REQ_CHANGE of CL_ISHMED_LTE_TB_SWT | 20010718 | |
| 8 | Instance method | Private | Event handling method | handle event SWT_ADMIN_TB_DELETE of CL_ISHMED_LTE_TB_SWT_ADM | 20010711 | |
| 9 | Instance method | Private | Event handling method | handle event SWT_ADMIN_TB_TEXT_CHANGE of CL_ISHMED_LTE_TB_SW | 20010711 | |
| 10 | Instance method | Private | Method | initialization | 20010709 | |
| 11 | Instance method | Private | Method | register all events | 20010709 | |
| 12 | Instance method | Private | Method | set settings | 20010718 | |
| 13 | 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 | CAPTION | Value transfer | Type reference (TYPE) | C | Caption of Dialogbox | 20010709 | |||
| 2 | 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 | DYNNR | Value transfer | Type reference (TYPE) | SYDYNNR | Dynpro to which this control is linked to | 20010709 | |||
| 4 | HEIGHT | Value transfer | Type reference (TYPE) | I | 340 | Height of this container | 20010709 | ||
| 5 | LEFT | Value transfer | Type reference (TYPE) | I | 50 | Left Position of Dialogbox | 20010709 | ||
| 6 | LIFETIME | Value transfer | Type reference (TYPE) | I | LIFETIME_DEFAULT | Lifetime | 20010709 | ||
| 7 | METRIC | Value transfer | Type reference (TYPE) | I | 0 | Metric | 20010709 | ||
| 8 | NAME_OF_EDITOR | Value transfer | Type reference (TYPE) | STRING | Name of Editor Conrtol | 20010709 | |||
| 9 | NO_AUTODEF_PROGID_DYNNR | Value transfer | Type reference (TYPE) | C | dont autodefine progid and dynnr? | 20010709 | |||
| 10 | PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent container | 20010709 | |||
| 11 | REPID | Value transfer | Type reference (TYPE) | SYREPID | Report to which this control is linked to | 20010709 | |||
| 12 | STYLE | Value transfer | Type reference (TYPE) | I | Windows style attributes applied to this container | 20010709 | |||
| 13 | TOP | Value transfer | Type reference (TYPE) | I | 45 | Top Position of Dialogbox | 20010709 | ||
| 14 | WIDTH | Value transfer | Type reference (TYPE) | I | 800 | Width of this container | 20010709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CNTL_ERROR | 20010709 | ||
| 2 | CNTL_SYSTEM_ERROR | 20010709 | ||
| 3 | CREATE_ERROR | 20010709 | ||
| 4 | Error when registering event | 20010709 | ||
| 5 | Event already registered | 20010709 | ||
| 6 | LIFETIME_DYNPRO_DYNPRO_LINK | 20010709 | ||
| 7 | 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 | CATEGORY | Value transfer | Attribute reference (LIKE) | 20010718 | |||||
| 2 | DESCRIPTION | Value transfer | Attribute reference (LIKE) | 20010718 | |||||
| 3 | KEYWORD | Value transfer | Attribute reference (LIKE) | 20010718 | |||||
| 4 | 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 | 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 | 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 |