SAP ABAP Class CL_ISHMED_PMD_MESSAGEHANDLER (Errorhandling in PMDs)
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_ISHMED_ERRORHANDLING | IS-H*MED: Class for Error Handling | 20031014 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_PMD_WB_MESSAGES | PMD: Message Handler in WB | 20050223 |
Properties
| Class | CL_ISHMED_PMD_MESSAGEHANDLER | |
| Short Description | Errorhandling in PMDs | |
| Super Class | CL_ISHMED_ERRORHANDLING | IS-H*MED: Class for Error Handling |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | NMED | R/3MED: Medical documentation GSD |
| Created | 20031014 | SAP |
| Last change | 20050224 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISHMED_PMD_MESSAGEHANDLER has no forward declaration.
Interfaces
Class CL_ISHMED_PMD_MESSAGEHANDLER has no interface implemented.
Friends
Class CL_ISHMED_PMD_MESSAGEHANDLER 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) | RN1MESSAGE | IS-H*MED: Structure for Displaying Messages in a Grid | 20031014 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SYUCOMM | Screens, Function Code that Triggered PAI | 20031014 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Collects Error Message...by Number / by Text | 20031023 | |
| 2 | Instance method | Public | Method | Returns Number of Messages | 20031022 | |
| 3 | Instance method | Public | Method | Output error messages | 20031201 | |
| 4 | Instance method | Public | Method | Test | 20031014 | |
| 5 | Instance method | Private | Event handling method | DD | 20031014 | |
| 6 | Instance method | Public | Method | Test | 20031014 |
Events
Class CL_ISHMED_PMD_MESSAGEHANDLER has no event.
Types
Class CL_ISHMED_PMD_MESSAGEHANDLER has no local type.
Method Signatures
Method COLLECT_1MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MESSAGE | Call by reference | Type reference (TYPE) | RN1MESSAGE | IS-H*MED: Struktur für Ausgabe von Meldungen in einem Grid | 20031023 |
Method COLLECT_1MESSAGE on class CL_ISHMED_PMD_MESSAGEHANDLER has no exception.
Method COUNT_ALL_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_COUNT | Value transfer | Type reference (TYPE) | I | 20031022 |
Method COUNT_ALL_MESSAGES on class CL_ISHMED_PMD_MESSAGEHANDLER has no exception.
Method DISPLAY__MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CORR_WANTED | Value transfer | Type reference (TYPE) | C | Korrektur gewünscht (Im Fall einer Warnung) | 20031201 | |||
| 2 | E_EXIT_COMMAND | Value transfer | Type reference (TYPE) | BAL_S_EXCM | Wie wurde das modale(!!) Msg-Popup beendet | 20031201 | |||
| 3 | I_AMODAL | Value transfer | Type reference (TYPE) | ISH_ON_OFF | OFF | Messages in amodalem(!) Popup ausgeben | 20031201 | ||
| 4 | I_CAPTION | Call by reference | Type reference (TYPE) | C | Überschrift | 20031201 | |||
| 5 | I_CONTROL | Value transfer | Type reference (TYPE) | ISH_ON_OFF | OFF | alle Errors und Warningswerden in S-Meldungen umgewandelt | 20031201 | ||
| 6 | I_LEFT | Call by reference | Type reference (TYPE) | I | 30 | X-Koordinate der linken oberen Ecke (wenn als Popup) | 20031201 | ||
| 7 | I_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container, in dem das Msg-Grid aufgebaut werden soll | 20031201 | |||
| 8 | I_REFRESH_AMODAL_POPUP | Value transfer | Type reference (TYPE) | ISH_ON_OFF | OFF | Refresh der Messageanzeige durchführen (ON) | 20031201 | ||
| 9 | I_SEND_IF_ONE | Value transfer | Type reference (TYPE) | C | '*' | Kein Popup, wenn nur eine Msg vorhanden | 20031201 | ||
| 10 | I_SHOW_DOUBLE_MSG | Value transfer | Type reference (TYPE) | ISH_ON_OFF | OFF | Doppelte Meldungen auch mehrfach anzeigen ON/OFF | 20031201 | ||
| 11 | I_TOP | Call by reference | Type reference (TYPE) | I | 30 | Y-Koordinate der linken oberen Ecke (wenn als Popup) | 20031201 |
Method DISPLAY__MESSAGES on class CL_ISHMED_PMD_MESSAGEHANDLER has no exception.
Method GET_CLICKED_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MESSAGE | Call by reference | Type reference (TYPE) | RN1MESSAGE | IS-H*MED: Struktur für Ausgabe von Meldungen in einem Grid | 20031014 |
Method GET_CLICKED_MESSAGE on class CL_ISHMED_PMD_MESSAGEHANDLER has no exception.
Method HANDLE_EVENT_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) | 20031014 |
Method HANDLE_EVENT_MESSAGE_CLICK on class CL_ISHMED_PMD_MESSAGEHANDLER has no exception.
Method SET_OKCODE_FOR__MESSAGE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OKCODE | Call by reference | Type reference (TYPE) | SYUCOMM | Bildschirmbilder, Funktionscode, der PAI ausgelöst hat | 20031014 |
Method SET_OKCODE_FOR__MESSAGE_CLICK on class CL_ISHMED_PMD_MESSAGEHANDLER has no exception.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in | 472 |