SAP ABAP Class CL_ISHMED_PRC_STRUCMEDREC_DIA (IS-H*MED: Health Problems Process Class (with Dialog))
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-HMED-MRO (Application Component) Medical Patient Data Organization (Patient Organizer)
⤷
N1STRMPR (Package) IS-H*MED: Structured Medical Patient Record
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_PRC_STRUCMEDREC | IS-H*MED: Health Problems Process Class (Without Dialog) | 20050216 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_PRC_DWS_STRUCMEDREC | IS-H*MED: DWS Process Health Problems | 20050405 |
Properties
| Class | CL_ISHMED_PRC_STRUCMEDREC_DIA | |
| Short Description | IS-H*MED: Health Problems Process Class (with Dialog) | |
| Super Class | CL_ISHMED_PRC_STRUCMEDREC | IS-H*MED: Health Problems Process Class (Without Dialog) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | N1STRMPR | IS-H*MED: Structured Medical Patient Record |
| Created | 20050216 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISHMED_PRC_STRUCMEDREC_DIA has no forward declaration.
Interfaces
Class CL_ISHMED_PRC_STRUCMEDREC_DIA has no interface implemented.
Friends
Class CL_ISHMED_PRC_STRUCMEDREC_DIA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISH_SCR_STRUCMEDREC | Screen Instance | 20050216 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | RNWARNING | Data for Confirming Warnings | 20050216 | |||
| 3 | Static Attribute | Protected | Type reference (TYPE) | ISH_T_FIELDNAME_MAPPING | Field Name for Screen Fields | 20050216 | |||
| 4 | Static Attribute | Protected | Type reference (TYPE) | ISH_T_FIELDNAME_MAPPING | Field Name for Screen Fields in Change Structure | 20050216 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | SY-UCOMM | OK Code | 20050216 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | SY-UCOMM | Last OK Code | 20050228 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Processing After PBO (Process Before Output) | 20050216 | |
| 2 | Instance method | Public | Method | Processing Before PAI (Process After Input) | 20050216 | |
| 3 | Instance method | Public | Method | Cancel Dialog (with Change Query) | 20050216 | |
| 4 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050216 | |
| 5 | Static method | Public | Method | Create Instance for Dialog | 20050216 | |
| 6 | Instance method | Public | Method | Messages Issued | 20050216 | |
| 7 | Instance method | Protected | Method | Fill Screen Structure for Screen from Data | 20050216 | |
| 8 | Instance method | Public | Method | Returns Whether Warnings Are Currently to Be Ignored | 20050222 | |
| 9 | Instance method | Protected | Method | Determine Entries, Execute Changes | 20050216 | |
| 10 | Instance method | Public | Method | Returns Screen Instance | 20050218 | |
| 11 | Instance method | Protected | Event handling method | Event Handling for Button Click in Screen | 20050216 | |
| 12 | Instance method | Protected | Event handling method | Event Handler for Error Message Navigation | 20050216 | |
| 13 | Instance method | Protected | Event handling method | Event Handler for Calling Functions in Error Window | 20050216 | |
| 14 | Instance method | Protected | Event handling method | Event Handling for User Command in Screen | 20050216 | |
| 15 | Instance method | Public | Method | Processing During PAI (Process After Input) | 20050216 | |
| 16 | Instance method | Public | Method | Processing During PBO (Process Before Output) | 20050216 | |
| 17 | Instance method | Protected | Method | Activate or Deactivate Handler for Event Handler | 20050216 |
Events
Class CL_ISHMED_PRC_STRUCMEDREC_DIA has no event.
Types
Class CL_ISHMED_PRC_STRUCMEDREC_DIA has no local type.
Method Signatures
Method AFTER_PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbehandlung | 20050216 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050216 |
Method AFTER_PBO on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method BEFORE_PAI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbehandlung | 20050216 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050216 | |||
| 3 | I_OK_CODE | Value transfer | Type reference (TYPE) | SY-UCOMM | OK-Code | 20050216 |
Method BEFORE_PAI on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method CANCEL_PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbehandlung | 20050216 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050216 |
Method CANCEL_PROCESS on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method CREATE_DIALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbehandlung | 20050216 | |||
| 2 | ER_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_PRC_STRUCMEDREC_DIA | Instanz der Prozessklasse | 20050216 | |||
| 3 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050216 |
Method CREATE_DIALOG on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method DISPLAY_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbehandlung | 20050216 | |||
| 2 | I_AMODAL | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | Amodales Fehlerpopup (ON/OFF) | 20050216 | ||
| 3 | I_CONTROL | Value transfer | Type reference (TYPE) | ISH_ON_OFF | OFF | Meldungen in S-Meldungen umwandeln - Control-Umfeld (ON/OFF) | 20050216 | ||
| 4 | I_SEND_IF_ONE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | '*' | Wenn nur 1 Nachricht -> in Statuszeile ausgeben (ON/OFF) | 20050216 |
Method DISPLAY_MESSAGES on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method FILL_DYNP_FROM_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbehandlung | 20050216 | |||
| 2 | ES_DYNP | Value transfer | Type reference (TYPE) | RN1_DYNP_STRUCMEDREC | Dynprostruktur für Felder des Screens | 20050216 | |||
| 3 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050216 | |||
| 4 | IR_STRUCMEDREC | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_STRUCMEDREC | Med. Problem | 20050216 |
Method FILL_DYNP_FROM_DATA on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method GET_IGNORE_WARNINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IGNORE_WARNING | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Warnungen ignorieren (ON/OFF) | 20050222 |
Method GET_IGNORE_WARNINGS on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method GET_MAKE_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbehandlung | 20050216 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050216 |
Method GET_MAKE_CHANGES on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method GET_SCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_SCREEN | Call by reference | Object reference (TYPE REF TO) | CL_ISH_SCR_STRUCMEDREC | Screeninstanz Medizinische Probleme | 20050218 |
Method GET_SCREEN on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method HANDLE_BUTTON_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COL_FIELDVAL | Call by reference | Attribute reference (LIKE) | 20050216 | |||||
| 2 | IS_ROW_FIELDVAL | Call by reference | Attribute reference (LIKE) | 20050216 | |||||
| 3 | I_COL_FIELDNAME | Call by reference | Attribute reference (LIKE) | 20050216 | |||||
| 4 | I_ROW_FIELDNAME | Call by reference | Attribute reference (LIKE) | 20050216 |
Method HANDLE_BUTTON_CLICK on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method HANDLE_ON_MESSAGE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MESSAGE | Call by reference | Attribute reference (LIKE) | 20050216 |
Method HANDLE_ON_MESSAGE_CLICK on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method HANDLE_ON_MESSAGE_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20050216 |
Method HANDLE_ON_MESSAGE_FUNCTION on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method HANDLE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_OBJECT | Call by reference | Attribute reference (LIKE) | 20050216 | |||||
| 2 | IR_SCREEN | Call by reference | Attribute reference (LIKE) | 20050216 | |||||
| 3 | IS_COL_ID | Call by reference | Attribute reference (LIKE) | 20050216 | |||||
| 4 | IS_ROW_NO | Call by reference | Attribute reference (LIKE) | 20050216 | |||||
| 5 | I_UCOMM | Call by reference | Attribute reference (LIKE) | 20050216 |
Method HANDLE_USER_COMMAND on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method PAI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbehandlung | 20050216 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050216 | |||
| 3 | I_OK_CODE | Value transfer | Type reference (TYPE) | SY-UCOMM | OK-Code | 20050216 |
Method PAI on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbehandlung | 20050216 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050216 |
Method PBO on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
Method SET_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTIVATION | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | Aktivieren (ON) oder Deaktivieren (OFF) | 20050216 |
Method SET_HANDLER on class CL_ISHMED_PRC_STRUCMEDREC_DIA has no exception.
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 600 |