SAP ABAP Class CL_ISH_APP_OFFER (IS-H: Object for Appointment Proposal)
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-H-PM (Application Component) Patient Management
⤷
N1APMG (Package) IS-H: Appointment Management; TSA Development
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20030916 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_IDENTIFY_OBJECT | IS-H: Assign a Type to an Object | 20030916 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_OBJECT_TYPES | IS-H: Definition of Types | 20030916 |
Properties
| Class | CL_ISH_APP_OFFER | |
| Short Description | IS-H: Object for Appointment Proposal | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | N1APMG | IS-H: Appointment Management; TSA Development |
| Created | 20030916 | SAP |
| Last change | 20060208 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISH_APP_OFFER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20030916 | ||
| 2 | IF_ISH_IDENTIFY_OBJECT | IS-H: Assign a Type to an Object | 20030916 | ||
| 3 | IF_ISH_OBJECT_TYPES | IS-H: Definition of Types | 20030916 |
Friends
Class CL_ISH_APP_OFFER has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Fill Object Table for Connection to Attributes | 20030916 | |
| 2 | Instance method | Public | Method | Change Appointment Proposal | 20030916 | |
| 3 | Instance method | Public | Method | Determination of Changes | 20050308 | |
| 4 | Instance method | Public | Constructor | CONSTRUCTOR; Never Call Directly | 20030916 | |
| 5 | Static method | Public | Method | Instantiate Appointment Proposal | 20030916 | |
| 6 | Instance method | Public | Method | Destroy Object | 20031211 | |
| 7 | Instance method | Private | Method | Complete Appointment Proposal Data | 20030916 | |
| 8 | Static method | Public | Method | Determine All Appointment Proposals of an Object | 20030916 | |
| 9 | Instance method | Public | Method | Return Appointment Proposal Data | 20030916 | |
| 10 | Instance method | Public | Method | Return the Objets for which the Appointment Proposal Applies | 20030916 | |
| 11 | Instance method | Public | Method | Returns the ID | 20050222 | |
| 12 | Static method | Private | Method | Creates a Temporary ID | 20050222 | |
| 13 | Instance method | Public | Method | 20030916 | ||
| 14 | Instance method | Public | Method | Return Object Type | 20030916 | |
| 15 | Instance method | Public | Method | Initialize Appointment Proposal | 20030916 | |
| 16 | Instance method | Public | Method | 20030916 | ||
| 17 | Instance method | Public | Method | Appointment Proposal Active? | 20030916 | |
| 18 | Instance method | Public | Method | Checks Whether a Change Reason Is Required | 20050307 | |
| 19 | Instance method | Public | Method | Was Proposal Created for Passed Object? | 20030916 | |
| 20 | Instance method | Public | Method | 20030916 | ||
| 21 | Instance method | Public | Method | Deactivate Connection | 20030916 |
Events
Class CL_ISH_APP_OFFER has no event.
Types
Class CL_ISH_APP_OFFER has no local type.
Method Signatures
Method ADD_CONNECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_APP_OFFER_OBJECTS | Value transfer | Type reference (TYPE) | ISHMED_T_DATA_OBJECTS | Objekte, die mit dem Terminvorschlag verbunden werden | 20030916 |
Method ADD_CONNECTION on class CL_ISH_APP_OFFER has no exception.
Method CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbearbeitung | 20030916 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20030916 | |||
| 3 | IS_APP_OFFER | Value transfer | Type reference (TYPE) | RNAPP_OFFERX_NEW | Übergabe der zu ändernden Attribute | 20030926 |
Method CHANGE on class CL_ISH_APP_OFFER has no exception.
Method CHECK_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 Fehlerbearbeitung | 20050308 | |||
| 2 | ES_APP_OFFERX | Call by reference | Type reference (TYPE) | RNAPP_OFFERX_NEW | Änderungstruktur mit den geänderten Werten | 20050308 | |||
| 3 | E_CHANGED | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Änderungen vorhanden (ON / OFF)? | 20050308 | |||
| 4 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050308 |
Method CHECK_CHANGES on class CL_ISH_APP_OFFER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_APP_OFFER | Value transfer | Type reference (TYPE) | RNAPP_OFFER_NEW | Termin-Vorschlag | 20030926 | |||
| 2 | IT_APP_OFFER_OBJECTS | Value transfer | Type reference (TYPE) | ISHMED_T_DATA_OBJECTS | IS-H: Struktur für die Objekte des Termin-Vorschlags | 20030916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Instanz der Klasse kann nicht angelegt werden | 20030916 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbearbeitung | 20030917 | |||
| 2 | E_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ISH_APP_OFFER | Instanz des Termin-Vorschlages | 20030916 | |||
| 3 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20030916 | |||
| 4 | IS_APP_OFFER | Value transfer | Type reference (TYPE) | RNAPP_OFFER_NEW | Attribute des Termin-Vorschlages | 20030926 | |||
| 5 | IT_APP_OFFER_OBJECTS | Value transfer | Type reference (TYPE) | ISHMED_T_DATA_OBJECTS | Objekte des Termin-Vorschlags | 20030925 |
Method CREATE on class CL_ISH_APP_OFFER has no exception.
Method DESTROY 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 Fehlerbearbeitung | 20031211 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20031211 |
Method DESTROY on class CL_ISH_APP_OFFER has no exception.
Method FILL_APP_OFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbearbeitung | 20030916 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20030916 |
Method FILL_APP_OFFER on class CL_ISH_APP_OFFER has no exception.
Method GET_APP_OFFER_FOR_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbearbeitung | 20030916 | |||
| 2 | ET_APP_OFFER | Value transfer | Type reference (TYPE) | ISH_T_NOBJECTREF_APP_OFFER_472 | Ergebnis: gefundene Vorschläge zu dem übergebenen Objekt | 20030916 | |||
| 3 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20030916 | |||
| 4 | I_DATA_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_ISH_DATA_CONTAINER | beinhaltet alle Vorschläge für die Suche | 20030916 | |||
| 5 | I_NONE_OO_DATA | Value transfer | Type reference (TYPE) | RN1DATA_OBJECTS-NONE_OO_DATA | Referenz für nicht OO Daten | 20030916 | |||
| 6 | I_OBJECT | Value transfer | Type reference (TYPE) | RN1DATA_OBJECTS-OBJECT | Objekt | 20030916 | |||
| 7 | I_ONLY_ACTIVE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | 'X' | nur aktive Vorschläge berücksichtigen | 20030916 |
Method GET_APP_OFFER_FOR_OBJECT on class CL_ISH_APP_OFFER has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbearbeitung | 20030916 | |||
| 2 | ES_APP_OFFER | Value transfer | Type reference (TYPE) | RNAPP_OFFER_NEW | Termin-Vorschlag | 20030926 | |||
| 3 | ES_APP_OFFER_OLD | Value transfer | Type reference (TYPE) | RNAPP_OFFER_NEW | Termin-Vorschlag daten zustand bei Erzeugung | 20050824 | |||
| 4 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20030916 | |||
| 5 | I_FILL_APP_OFFER | Call by reference | Type reference (TYPE) | ISH_ON_OFF | SPACE | sämtliche Felder befüllen ON / OFF | 20030916 |
Method GET_DATA on class CL_ISH_APP_OFFER has no exception.
Method GET_OBJ_FOR_APPOINTMENT_OFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CONN_OBJ | Value transfer | Type reference (TYPE) | ISHMED_T_DATA_OBJECTS | Objekte des Termin-Vorschlags | 20030916 |
Method GET_OBJ_FOR_APPOINTMENT_OFFER on class CL_ISH_APP_OFFER has no exception.
Method GET_OFFID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_OFFID | Value transfer | Type reference (TYPE) | CHAR11 | Character Länge 11 | 20050222 |
Method GET_OFFID on class CL_ISH_APP_OFFER has no exception.
Method GET_TMP_OFFID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TMP_OFFID | Value transfer | Type reference (TYPE) | N1APPAOID | IS-H: Struktur für Termin-Vorschlag | 20050222 |
Method GET_TMP_OFFID on class CL_ISH_APP_OFFER has no exception.
Method GET_TYPE Signature
Method GET_TYPE on class CL_ISH_APP_OFFER has no parameter.
Method GET_TYPE on class CL_ISH_APP_OFFER has no exception.
Method GET_TYPE_CL_OLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT_TYPE | Value transfer | Type reference (TYPE) | I | Objekttyp | 20030916 |
Method GET_TYPE_CL_OLD on class CL_ISH_APP_OFFER has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_ISH_APP_OFFER has no parameter.
Method INITIALIZE on class CL_ISH_APP_OFFER has no exception.
Method IS_A Signature
Method IS_A on class CL_ISH_APP_OFFER has no parameter.
Method IS_A on class CL_ISH_APP_OFFER has no exception.
Method IS_APP_OFFER_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ACTIVE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Vorschlag aktiv ON/OFF | 20030916 |
Method IS_APP_OFFER_ACTIVE on class CL_ISH_APP_OFFER has no exception.
Method IS_CAUSE_CHANGE_NEEDED 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 | Errorhandler | 20050307 | |||
| 2 | E_NEEDED | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Änderungsbegründung erforderlich? | 20050307 | |||
| 3 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050307 | |||
| 4 | IR_AO | Call by reference | Object reference (TYPE REF TO) | CL_ISH_APP_OFFER | IS-H: Objekt für Terminvorschlag | 20050307 |
Method IS_CAUSE_CHANGE_NEEDED on class CL_ISH_APP_OFFER has no exception.
Method IS_FOR_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IS_FOR_OBJECT | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Flag, Termin-Vorschlag für übergebenes Objekt erstellt | 20030916 | |||
| 2 | I_NONE_OO_DATA | Value transfer | Type reference (TYPE) | RN1DATA_OBJECTS-NONE_OO_DATA | Nicht OO Daten | 20030916 | |||
| 3 | I_OBJECT | Value transfer | Type reference (TYPE) | RN1DATA_OBJECTS-OBJECT | Objekt | 20030916 |
Method IS_FOR_OBJECT on class CL_ISH_APP_OFFER has no exception.
Method IS_INHERITED_FROM Signature
Method IS_INHERITED_FROM on class CL_ISH_APP_OFFER has no parameter.
Method IS_INHERITED_FROM on class CL_ISH_APP_OFFER has no exception.
Method REMOVE_CONNECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20030916 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode bei Methodenaufrufen | 20030916 | |||
| 3 | IT_APP_OFFER_OBJECTS | Value transfer | Type reference (TYPE) | ISHMED_T_DATA_OBJECTS | Objekte, die mit dem Terminvorschlag verbunden werden | 20030916 |
Method REMOVE_CONNECTION on class CL_ISH_APP_OFFER has no exception.
History
| Last changed by/on | SAP | 20060208 |
| SAP Release Created in | 472 |