SAP ABAP Class CL_ISH_CORD_POPUP (Is-H: Dialog Box with Variable Texts)
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-H-PM (Application Component) Patient Management
⤷
N1CORDMG (Package) IS-H: Clinical Ordering; TSA Development
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_CORD_POPUP_DEL_OBJ | IS-H: Dialog Box for Deleting Objects | 20040222 |
Properties
| Class | CL_ISH_CORD_POPUP | |
| Short Description | Is-H: Dialog Box with Variable Texts | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | N1CORDMG | IS-H: Clinical Ordering; TSA Development |
| Created | 20040220 | SAP |
| Last change | 20050224 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISH_CORD_POPUP has no forward declaration.
Interfaces
Class CL_ISH_CORD_POPUP has no interface implemented.
Friends
Class CL_ISH_CORD_POPUP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | ISH_T_STRING | Text Rows | 20040220 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ISH_T_STRING | Footers | 20040220 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | ISH_T_STRING | Headers | 20040220 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | I | 1 | Index of the Current Text Row | 20040220 | ||
| 5 | Instance attribute | Protected | Type reference (TYPE) | I | 1 | Index of the Current Footer | 20040220 | ||
| 6 | Instance attribute | Protected | Type reference (TYPE) | I | 1 | Index of the Current Header | 20040220 | ||
| 7 | Instance attribute | Protected | Type reference (TYPE) | STRING | Dialog Box Title | 20040220 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Insert/Add Text Row | 20040220 | |
| 2 | Instance method | Public | Method | Insert/Add Footer | 20040220 | |
| 3 | Instance method | Public | Method | Insert/Add Header | 20040220 | |
| 4 | Instance method | Public | Method | Returns the Dialog Box Title | 20040220 | |
| 5 | Instance method | Public | Method | Returns the Text Rows | 20040220 | |
| 6 | Instance method | Public | Method | Returns the Footers | 20040220 | |
| 7 | Instance method | Public | Method | Returns the Headers | 20040220 | |
| 8 | Instance method | Public | Method | Execute Dialog Box | 20040220 | |
| 9 | Instance method | Public | Method | Sets the Dialog Box Title | 20040220 |
Events
Class CL_ISH_CORD_POPUP has no event.
Types
Class CL_ISH_CORD_POPUP has no local type.
Method Signatures
Method ADD_BODY_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IDX | Value transfer | Type reference (TYPE) | I | Zeilennummer (0=hinzufügen) | 20040220 | |||
| 2 | I_LINE | Value transfer | Type reference (TYPE) | STRING | Zeile | 20040220 |
Method ADD_BODY_LINE on class CL_ISH_CORD_POPUP has no exception.
Method ADD_FOOTER_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IDX | Value transfer | Type reference (TYPE) | I | Zeilennummer (0=hinzufügen) | 20040220 | |||
| 2 | I_LINE | Value transfer | Type reference (TYPE) | STRING | Zeile | 20040220 |
Method ADD_FOOTER_LINE on class CL_ISH_CORD_POPUP has no exception.
Method ADD_HEADER_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IDX | Value transfer | Type reference (TYPE) | I | Zeilennummer (0=hinzufügen) | 20040220 | |||
| 2 | I_LINE | Value transfer | Type reference (TYPE) | STRING | Zeile | 20040220 |
Method ADD_HEADER_LINE on class CL_ISH_CORD_POPUP has no exception.
Method GET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TITLE | Value transfer | Type reference (TYPE) | STRING | Popup-Titel | 20040220 |
Method GET_TITLE on class CL_ISH_CORD_POPUP has no exception.
Method GET_T_BODY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_BODY | Value transfer | Type reference (TYPE) | ISH_T_STRING | Textzeilen | 20040220 |
Method GET_T_BODY on class CL_ISH_CORD_POPUP has no exception.
Method GET_T_FOOTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FOOTER | Value transfer | Type reference (TYPE) | ISH_T_STRING | Fusszeilen | 20040220 |
Method GET_T_FOOTER on class CL_ISH_CORD_POPUP has no exception.
Method GET_T_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_HEADER | Value transfer | Type reference (TYPE) | ISH_T_STRING | Kopfzeilen | 20040220 |
Method GET_T_HEADER on class CL_ISH_CORD_POPUP has no exception.
Method RUN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ANSWER | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: Popup bestätigt OFF: Abgebrochen | 20040220 |
Method RUN on class CL_ISH_CORD_POPUP has no exception.
Method SET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TITLE | Value transfer | Type reference (TYPE) | STRING | Popup-Titel | 20040220 |
Method SET_TITLE on class CL_ISH_CORD_POPUP has no exception.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in | 472 |