SAP ABAP Class CL_ISH_GUI_MDY_VIEW (IS-H: GUI - Subscreen Container View)
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-H-PM (Application Component) Patient Management
⤷
N1BASE (Package) IS-H: Basic Functionality; TSA Development
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_GUI_DYNPRO_VIEW | IS-H: GUI - Dynpro View | 20070716 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_GUI_MDY_VIEW | IS-H: GUI - Subscreen Container View | 20070716 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_GV_MDY_SIMPLE | IS-H: GUI - Simple Subscreen Container View | 20070718 |
Properties
| Class | CL_ISH_GUI_MDY_VIEW | |
| Short Description | IS-H: GUI - Subscreen Container View | |
| Super Class | CL_ISH_GUI_DYNPRO_VIEW | IS-H: GUI - Dynpro View |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | N1BASE | IS-H: Basic Functionality; TSA Development |
| Created | 20070716 | SAP |
| Last change | 20071120 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISH_GUI_MDY_VIEW has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ISH_GUI_MDY_VIEW | IS-H: GUI - Subscreen Container View | 20070716 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ISH_GUI_DYNPRO_CONNECTOR | 20070716 | IS-H: GUI - Dynpro View Connector |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20070716 | |||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISH_GUI_MDY_PFSTATUS | Current GUI Status | 20070716 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISH_GUI_MDY_TITLEBAR | Current Title Bar | 20070716 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | ISH_T_GUI_MDYPFSTATNAME_HASH | Available GUI Statuses | 20070716 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | ISH_T_GUI_MDYTITLENAME_HASH | Available Title Bars | 20070716 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20070716 | ||
| 2 | Instance method | Public | Method | 20070716 | ||
| 3 | Instance method | Public | Method | 20070716 | ||
| 4 | Instance method | Protected | Method | Adjust Current GUI Status to Processing Mode | 20070716 | |
| 5 | Instance method | Protected | Method | Adjust Title Bar to Processing Mode | 20070716 | |
| 6 | Instance method | Protected | Method | Initializes the Object | 20070716 | |
| 7 | Instance method | Protected | Method | Sets the GUI Status | 20070716 | |
| 8 | Instance method | Protected | Method | Sets Title Row | 20070716 | |
| 9 | Instance method | Protected | Method | Processing of an Exit Command (INTERNAL USE ONLY) | 20070716 | |
| 10 | Instance method | Protected | Method | Processing of a User Command (INTERNAL USE ONLY) | 20070716 |
Events
Class CL_ISH_GUI_MDY_VIEW has no event.
Types
Class CL_ISH_GUI_MDY_VIEW has no local type.
Method Signatures
Method GET_MAIN_CONTROLLER Signature
Method GET_MAIN_CONTROLLER on class CL_ISH_GUI_MDY_VIEW has no parameter.
Method GET_MAIN_CONTROLLER on class CL_ISH_GUI_MDY_VIEW has no exception.
Method GET_PFSTATUS Signature
Method GET_PFSTATUS on class CL_ISH_GUI_MDY_VIEW has no parameter.
Method GET_PFSTATUS on class CL_ISH_GUI_MDY_VIEW has no exception.
Method GET_TITLEBAR Signature
Method GET_TITLEBAR on class CL_ISH_GUI_MDY_VIEW has no parameter.
Method GET_TITLEBAR on class CL_ISH_GUI_MDY_VIEW has no exception.
Method _ADJUST_PFSTATUS_TO_VCODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NEW_VCODE | Call by reference | Type reference (TYPE) | TNDYM-VCODE | Neuer Verarbeitungsmodus | 20070716 | |||
| 2 | I_OLD_VCODE | Call by reference | Type reference (TYPE) | TNDYM-VCODE | Alter Verarbeitungsmodus | 20070716 |
Method _ADJUST_PFSTATUS_TO_VCODE on class CL_ISH_GUI_MDY_VIEW has no exception.
Method _ADJUST_TITLEBAR_TO_VCODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NEW_VCODE | Call by reference | Type reference (TYPE) | TNDYM-VCODE | Neuer Verarbeitungsmodus | 20070716 | |||
| 2 | I_OLD_VCODE | Call by reference | Type reference (TYPE) | TNDYM-VCODE | Alter Verarbeitungsmodus | 20070716 |
Method _ADJUST_TITLEBAR_TO_VCODE on class CL_ISH_GUI_MDY_VIEW has no exception.
Method _INIT_MDY_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MAIN_CONTROLLER | IS-H: GUI - Hauptcontroller | 20070716 | |||
| 2 | IR_PFSTATUS | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_MDY_PFSTATUS | Aktueller GUI-Status | 20070716 | |||
| 3 | IR_TITLEBAR | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_MDY_TITLEBAR | Aktuelle Titelzeile | 20070716 | |||
| 4 | IT_PFSTATUS | Call by reference | Type reference (TYPE) | ISH_T_GUI_MDYPFSTATNAME_HASH | Verfügbare GUI-Stati | 20070716 | |||
| 5 | IT_TITLEBAR | Call by reference | Type reference (TYPE) | ISH_T_GUI_MDYTITLENAME_HASH | Verfügbare Titelzeilen | 20070716 | |||
| 6 | I_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | Dynpronummer des Dynpros | 20070716 | |||
| 7 | I_DYNPSTRUCT_NAME | Call by reference | Type reference (TYPE) | TABNAME | Dynprostrukturname | 20070716 | |||
| 8 | I_REPID | Call by reference | Type reference (TYPE) | SY-REPID | Programmname des Dynpros | 20070716 | |||
| 9 | I_VCODE | Call by reference | Type reference (TYPE) | TNDYM-VCODE | CO_VCODE_DISPLAY | IS-H: Verarbeitungsmodus | 20070716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H: Oberklasse für statische Exceptions | 20070716 |
Method _SET_PFSTATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PFSTATUS | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_MDY_PFSTATUS | IS-H: GUI - GUI-Status eines Trägerdynpros | 20070716 |
Method _SET_PFSTATUS on class CL_ISH_GUI_MDY_VIEW has no exception.
Method _SET_TITLEBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TITLEBAR | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_MDY_TITLEBAR | IS-H: GUI - Titelzeile eines Trägerdynpros | 20070716 |
Method _SET_TITLEBAR on class CL_ISH_GUI_MDY_VIEW has no exception.
Method __EXIT_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | Dynpronummer des Dynpros | 20070716 | |||
| 2 | I_REPID | Call by reference | Type reference (TYPE) | SY-REPID | Programmname des Dynpros | 20070716 | |||
| 3 | I_UCOMM | Call by reference | Type reference (TYPE) | SY-UCOMM | Funktionscode, der PAI ausgelöst hat | 20070716 | |||
| 4 | R_EXIT | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Trägerdynpro verlassen | 20070716 |
Method __EXIT_COMMAND on class CL_ISH_GUI_MDY_VIEW has no exception.
Method __USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | Dynpronummer des Dynpros | 20070716 | |||
| 2 | I_REPID | Call by reference | Type reference (TYPE) | SY-REPID | Programmname des Dynpros | 20070716 | |||
| 3 | I_UCOMM | Call by reference | Type reference (TYPE) | SY-UCOMM | Funktionscode, der PAI ausgelöst hat | 20070716 | |||
| 4 | R_EXIT | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Trägerdynpro verlassen | 20070716 |
Method __USER_COMMAND on class CL_ISH_GUI_MDY_VIEW has no exception.
History
| Last changed by/on | SAP | 20071120 |
| SAP Release Created in |