SAP ABAP Class CL_ISH_PRC_POPUP_ACD_LIST (Dialog Box Process for Appointment Template Dependencies)
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 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_PRC_POPUP | IS-H: Process Class for Dialog Boxes | 20050312 |
Properties
| Class | CL_ISH_PRC_POPUP_ACD_LIST | |
| Short Description | Dialog Box Process for Appointment Template Dependencies | |
| Super Class | CL_ISH_PRC_POPUP | IS-H: Process Class for Dialog Boxes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | N1APMG | IS-H: Appointment Management; TSA Development |
| Created | 20050312 | SAP |
| Last change | 20060711 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISH_PRC_POPUP_ACD_LIST has no forward declaration.
Interfaces
Class CL_ISH_PRC_POPUP_ACD_LIST has no interface implemented.
Friends
Class CL_ISH_PRC_POPUP_ACD_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | STRING | 'CL_ISH_PRC_POPUP_ACD_LIST' | Class Name | 20050312 | ||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20050312 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20050312 | |||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISH_CORDER | Clinical Order | 20050314 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISH_ENVIRONMENT | Environment | 20060321 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISH_PRC_AC | Appointment Template Process | 20060321 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISH_SCR_ACD_LIST | Screen Appointment Template Dependencies | 20050312 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | TYT_AC_SORT | Sort Order | 20060321 | |||
| 9 | Static Attribute | Protected | Type reference (TYPE) | ISH_T_FIELDNAME_MAPPING | Field Name for Screen Field | 20060321 | |||
| 10 | Static Attribute | Protected | Type reference (TYPE) | ISH_T_FIELDNAME_MAPPING | Field Name for Screen Field | 20050315 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | RNFUNC-FCODE | Function Code for Check | 20060321 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | RNFUNC-FCODE | Function Code for Refresh | 20060321 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | RNFUNC-FCODE | Function Code for Standard Configuration | 20050315 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050315 | |
| 2 | Instance method | Protected | Method | Populate Structure for Screen Using Dependencies | 20050315 | |
| 3 | Instance method | Protected | Method | Get or Create Instance of an Appointment Template Process | 20060321 | |
| 4 | Instance method | Protected | Method | Restore Standard Configuration | 20050316 | |
| 5 | Static method | Public | Method | Execute Dialog Box | 20050312 |
Events
Class CL_ISH_PRC_POPUP_ACD_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYT_AC_SORT | Protected | See coding | 20060321 | tyt_ac_sort type table of ty_ac_sort
|
||
| 2 | TY_AC_SORT | Protected | See coding | 20060321 | begin of TY_AC_SORT,
row_fieldname type ish_fieldname,
sortnr type i,
end of ty_ac_sort
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ISH_PRC_POPUP_ACD_LIST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISH_PRC_POPUP_ACD_LIST has no exception.
Method FILL_DYNP_FROM_AC_ACD 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 | 20050315 | |||
| 2 | ES_DYNP_APCND | Value transfer | Type reference (TYPE) | RN1_DYNP_APCND_GRID | Dynprostruktur | 20050315 | |||
| 3 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050315 | |||
| 4 | IS_AC_ACD | Value transfer | Type reference (TYPE) | RN1_AC_ACD | Terminvorgabe und Abhängigkeiten | 20050315 |
Method FILL_DYNP_FROM_AC_ACD on class CL_ISH_PRC_POPUP_ACD_LIST has no exception.
Method GET_REF_PRC_AC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_PRC_AC | Value transfer | Object reference (TYPE REF TO) | CL_ISH_PRC_AC | Terminvorgabeprozess | 20060321 |
Method GET_REF_PRC_AC on class CL_ISH_PRC_POPUP_ACD_LIST has no exception.
Method SET_STD_CONFIG 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 | 20050316 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050316 |
Method SET_STD_CONFIG on class CL_ISH_PRC_POPUP_ACD_LIST has no exception.
Method SHOW_ACD_LIST 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 | 20050312 | |||
| 2 | E_CANCELLED | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: Verarbeitung abgebrochen | 20050312 | |||
| 3 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050312 | |||
| 4 | IR_CONFIG | Call by reference | Object reference (TYPE REF TO) | IF_ISH_CONFIG | Konfiguration des Popups | 20050312 | |||
| 5 | IR_CORDER | Call by reference | Object reference (TYPE REF TO) | CL_ISH_CORDER | Klinischer Auftrag | 20050312 | |||
| 6 | IR_ENV | Call by reference | Object reference (TYPE REF TO) | CL_ISH_ENVIRONMENT | Environment | 20050312 | |||
| 7 | I_CHECK_CHANGES_ON_CANCEL | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Änderungsprüfung bei Abbruch | 20050312 | ||
| 8 | I_CHECK_ON_CHOICE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Prüfung bei Auswahl | 20050312 | ||
| 9 | I_ENDPOS_COL | Value transfer | Type reference (TYPE) | I | 0 | Endposition Spalte | 20050312 | ||
| 10 | I_ENDPOS_ROW | Value transfer | Type reference (TYPE) | I | 0 | Endposition Zeile | 20050312 | ||
| 11 | I_EXIT_ON_WARNINGS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | OFF | ON: Ausstieg bei Warnungen | 20050312 | ||
| 12 | I_POPUP_TITLE | Value transfer | Type reference (TYPE) | CHAR70 | Titel des Popups | 20050312 | |||
| 13 | I_PRC_CLASS_NAME | Value transfer | Type reference (TYPE) | STRING | Klassenname des Popup Prozesses | 20050312 | |||
| 14 | I_PRC_OBJECT_TYPE | Value transfer | Type reference (TYPE) | I | Objekttyp des Popup Prozesses | 20050312 | |||
| 15 | I_STARTPOS_COL | Value transfer | Type reference (TYPE) | I | 0 | Startposition Spalte | 20050312 | ||
| 16 | I_STARTPOS_ROW | Value transfer | Type reference (TYPE) | I | 0 | Startposition Zeile | 20050312 | ||
| 17 | I_VCODE | Value transfer | Type reference (TYPE) | TNDYM-VCODE | Verarbeitungsmodus | 20050312 |
Method SHOW_ACD_LIST on class CL_ISH_PRC_POPUP_ACD_LIST has no exception.
History
| Last changed by/on | SAP | 20060711 |
| SAP Release Created in | 600 |