SAP ABAP Class CL_ISHMED_DOC_SCREEN (i.s.h.med: Root Class of Presentation Layer for Documents)
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-HMED (Application Component) Clinical System
⤷
NMED_DOC (Package) IS-H*MED: Medical Documents
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISHMED_DOC_CONSTANTS | ISHMED Documents: Contants | 20050221 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20050127 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_DOC_BROWSERDYNP_SCR | Display Document in Browse on Full Screen | 20050117 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_DOC_CTRLAREA_SCR | Superclass for Document Display in Control Area | 20050113 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_DOC_PMD_SCR | i.s.h.med: Doc Screen Classe for PMD | 20050113 |
Properties
| Class | CL_ISHMED_DOC_SCREEN | |
| Short Description | i.s.h.med: Root Class of Presentation Layer for Documents | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | NMED_DOC | IS-H*MED: Medical Documents |
| Created | 20041221 | SAP |
| Last change | 20060208 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISHMED_DOC_SCREEN has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ISHMED_DOC_CONSTANTS | ISHMED Documents: Contants | 20050221 | ||
| 2 | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20050127 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ISHMED_DOC | 20050210 | i.s.h.med Documents: Controller Class |
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Does Instance of Object Exist? | 20050113 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20041221 | |
| 3 | Instance method | Private | Method | Does Instance of Object Exist? | 20050308 | |
| 4 | Instance method | Public | Method | Releases All Resources | 20050318 | |
| 5 | Instance method | Public | Method | Get Function Code for 'Back' Function | 20050406 | |
| 6 | Instance method | Public | Method | Get Function Code for 'Cancel' Function | 20050406 | |
| 7 | Instance method | Public | Method | Get Function Code for 'Exit' Function | 20050406 | |
| 8 | Static method | Public | Method | Create Instance (Factory Method) | 20050112 | |
| 9 | Instance method | Public | Method | Set Processing Mode: Display, Change | 20050113 | |
| 10 | Instance method | Public | Method | End Dialog: Exits Screen, etc | 20050321 | |
| 11 | Instance method | Public | Method | Synchronize Data (Field Transport): Screen -> DATA | 20050302 |
Events
Class CL_ISHMED_DOC_SCREEN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_ACTIVE_VIEW | Private | See coding | 20050124 | begin of t_active_view,
control_instance type ref to cl_gui_control,
doc_key like g_doc_key_string,
end of t_active_view
|
||
| 2 | T_ACTIVE_VIEW_TAB | Private | See coding | 20050124 | t_active_view_tab type standard table of t_active_view
with key control_instance
|
Method Signatures
Method CHECK_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DOC_KEY | Call by reference | Type reference (TYPE) | RN2DOC_KEY | IS-H*MED: Schlüssel eines Dokuments | 20050113 | |||
| 2 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_DOC_SCREEN | IS-H*MED Dokumente: Business Logik von MedDoc | 20050113 |
Method CHECK_INSTANCE on class CL_ISHMED_DOC_SCREEN has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DOC | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_DOC | IS-H*MED Dokumente: Controller-Klasse | 20050113 | |||
| 2 | IR_WP_ENV | Call by reference | Object reference (TYPE REF TO) | IF_ISHMED_DOC_WP_ENV | Arbeitsplatzumgebung | 20050203 | |||
| 3 | IS_DOC_KEY | Call by reference | Type reference (TYPE) | RN2DOC_KEY | 20050113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H*MED Dokumente: Ausnahmen bei Instanzierung | 20050803 |
Method DELETE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INSTANCE_COUNT | Call by reference | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20050509 |
Method DELETE_INSTANCE on class CL_ISHMED_DOC_SCREEN has no exception.
Method DESTROY Signature
Method DESTROY on class CL_ISHMED_DOC_SCREEN has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H*MED Dokumente: Anlegen / Pflege | 20050318 |
Method GET_UCOMM_BACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_UCOMM | Value transfer | Type reference (TYPE) | SYUCOMM | Funktionscode, der PAI ausgelöst hat | 20050406 |
Method GET_UCOMM_BACK on class CL_ISHMED_DOC_SCREEN has no exception.
Method GET_UCOMM_CANCEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_UCOMM | Value transfer | Type reference (TYPE) | SYUCOMM | Funktionscode, der PAI ausgelöst hat | 20050406 |
Method GET_UCOMM_CANCEL on class CL_ISHMED_DOC_SCREEN has no exception.
Method GET_UCOMM_END Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_UCOMM | Value transfer | Type reference (TYPE) | SYUCOMM | Funktionscode, der PAI ausgelöst hat | 20050406 |
Method GET_UCOMM_END on class CL_ISHMED_DOC_SCREEN has no exception.
Method LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_DOC_SCREEN | Wurzelklasse der Präsentationsschicht f. Dokumente | 20050113 | |||
| 2 | IR_DOC | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_DOC | IS-H*MED Dokumente: Controller-Klasse | 20050113 | |||
| 3 | IR_WP_ENV | Call by reference | Object reference (TYPE REF TO) | IF_ISHMED_DOC_WP_ENV | Arbeitsplatzumgebung | 20050203 | |||
| 4 | IS_DOC_KEY | Call by reference | Type reference (TYPE) | RN2DOC_KEY | IS-H*MED: Schlüssel eines Dokuments | 20050113 | |||
| 5 | I_DOC_SREEN_CLASS | Call by reference | Type reference (TYPE) | N2DTCLASS | Klassenname (ID der Klasse) | 20050113 | |||
| 6 | I_REUSE_ALLOWED | Call by reference | Type reference (TYPE) | ISH_TRUE_FALSE | '1' | Darf ein View bei gleicher Doknummer wiederverwendet werden? | 20050127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H*MED Dokumente: Ausnahmen bei Instanzierung | 20050803 |
Method SET_PROC_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROC_MODE | Call by reference | Type reference (TYPE) | N2_METHOD | 'DISPLAY' | IS-H*MED: Verarbeitungsfunktion /Aktion / Methode | 20050113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Dokumente: Ausnahmen bei der Bearbeitung | 20050729 |
Method STOP_DIALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Type reference (TYPE) | SYUCOMM | Funktionscode für Dialog beenden | 20050526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H*MED Dokumente: Anlegen / Pflege | 20050321 |
Method SYNC_SCREEN_TO_DATA Signature
Method SYNC_SCREEN_TO_DATA on class CL_ISHMED_DOC_SCREEN has no parameter.
Method SYNC_SCREEN_TO_DATA on class CL_ISHMED_DOC_SCREEN has no exception.
History
| Last changed by/on | SAP | 20060208 |
| SAP Release Created in | 600 |