SAP ABAP Class CL_ISHMED_NR_VIEW_CLTREE (Class for Nursing Report Interface Presentation)
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_NR_VIEW | Class for Nursing Report Interface Presentation | 20031111 |
Properties
| Class | CL_ISHMED_NR_VIEW_CLTREE | |
| Short Description | Class for Nursing Report Interface Presentation | |
| Super Class | CL_ISHMED_NR_VIEW | Class for Nursing Report Interface Presentation |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | NMED | R/3MED: Medical documentation GSD |
| Created | 20031111 | SAP |
| Last change | 20050224 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ISHMED_NR_VIEW_CLTREE has no interface implemented.
Friends
Class CL_ISHMED_NR_VIEW_CLTREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_COLUMN_TREE | Column Tree Control | 20031111 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | GUI_ITEM | Item Table for Column Tree | 20031111 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TREEV_NTAB | Node Table for Column Tree | 20031111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20031111 | ||
| 2 | Instance method | Public | Constructor | 20031111 | ||
| 3 | Instance method | Private | Method | Creates Header of Nursing Report Entry in Tree | 20031111 | |
| 4 | Instance method | Private | Method | Creates Text of Nursing Report Entry in Tree | 20031111 | |
| 5 | Instance method | Private | Method | Creates Text Row of Nursing Report Entry in Tree | 20031111 | |
| 6 | Instance method | Public | Method | Construct Tree from Internal Table | 20031111 | |
| 7 | Instance method | Private | Method | Completely Refreshes View | 20031219 |
Events
Class CL_ISHMED_NR_VIEW_CLTREE has no event.
Types
Class CL_ISHMED_NR_VIEW_CLTREE has no local type.
Method Signatures
Method ADD_COLUMN Signature
Method ADD_COLUMN on class CL_ISHMED_NR_VIEW_CLTREE has no parameter.
Method ADD_COLUMN on class CL_ISHMED_NR_VIEW_CLTREE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODE_DISPLAY | Call by reference | Type reference (TYPE) | ISH_TRUE_FALSE | FALSE | Display-Modus ? | 20031203 | ||
| 2 | I_NR_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_NR_MODEL | Klasse zur Repräsentation des Pflegeberichts | 20031111 | |||
| 3 | I_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Proxy-Klasse für Control im GUI | 20031111 | |||
| 4 | I_PROFIL | Call by reference | Type reference (TYPE) | N2NRT_PROFILE | Konfigurationswerte aus dem Customizing | 20031203 |
Method CONSTRUCTOR on class CL_ISHMED_NR_VIEW_CLTREE has no exception.
Method MAKE_PB_EINTRAG_KOPF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Schlüssel des Baumknotens | 20031111 |
Method MAKE_PB_EINTRAG_KOPF on class CL_ISHMED_NR_VIEW_CLTREE has no exception.
Method MAKE_PB_EINTRAG_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT | Call by reference | Type reference (TYPE) | CHAR80 | Kontextinformation des Eintrags | 20041111 | |||
| 2 | I_INDEX | Call by reference | Type reference (TYPE) | SY-TABIX | Interne Tabellen, aktueller Zeilenindex | 20031111 | |||
| 3 | I_RELATKEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Baumknoten unter dem Eintrag hängt | 20031111 | |||
| 4 | I_TEXT | Call by reference | Type reference (TYPE) | N2_LTEXT_TAB | Textzeilen zu einem Eintrag | 20031111 |
Method MAKE_PB_EINTRAG_TEXT on class CL_ISHMED_NR_VIEW_CLTREE has no exception.
Method MAKE_PB_EINTRAG_TEXTZEILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Schlüssel eines Knotens | 20031111 | |||
| 2 | I_RELATKEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Schlüssel eines Knotens | 20031111 | |||
| 3 | I_STYLE | Call by reference | Type reference (TYPE) | I | 0 | stllistische Hervorhebung | 20041214 | ||
| 4 | I_TEXTZEILE | Call by reference | Type reference (TYPE) | C | einzelne Textzeile | 20031111 |
Method MAKE_PB_EINTRAG_TEXTZEILE on class CL_ISHMED_NR_VIEW_CLTREE has no exception.
Method MAKE_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXPAND_ALL_ON | Call by reference | Type reference (TYPE) | ISH_TRUE_FALSE | TRUE | Alle Aufklappen? Default: J | 20031113 | ||
| 2 | I_STORNO_OFF | Call by reference | Type reference (TYPE) | ISH_TRUE_FALSE | TRUE | Stornierte Anzeigen ? Default: nein | 20031113 |
Method MAKE_TREE on class CL_ISHMED_NR_VIEW_CLTREE has no exception.
Method REFRESH Signature
Method REFRESH on class CL_ISHMED_NR_VIEW_CLTREE has no parameter.
Method REFRESH on class CL_ISHMED_NR_VIEW_CLTREE has no exception.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in | 472 |