SAP ABAP Class CL_ISHMED_P01_PLACE (IS-H*MED: Aspect in Patient Organizer)
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
Properties
Class CL_ISHMED_P01_PLACE  
Short Description IS-H*MED: Aspect in Patient Organizer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED   R/3MED: Medical documentation GSD 
Created 20041117   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_P01_PLACE has no forward declaration.
Interfaces
Class CL_ISHMED_P01_PLACE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_ISHMED_P01_FCT_ADMIN 20050112 Controller for Loading/Saving Aspect Definition
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_CHILDREN Instance attribute Private Type reference (TYPE) ISHMED_T_N2P01_N1WVIEWZ Children of this Aspect 20050103
2 G_CHILDREN_SNAP Instance attribute Private Type reference (TYPE) ISHMED_T_N2P01_N1WVIEWZ Children of this Aspect 20050118
3 G_ID Instance attribute Private Type reference (TYPE) NWPLACEID Identification of the Work Environment 20041117
4 G_MARK_TO_CHANGE Static Attribute Public Type reference (TYPE) NWPLACEID Aspect that Was Changed 20050118
5 G_PLACE Instance attribute Private Type reference (TYPE) RN2P01_PLACE Structure of Aspects in Patient Organizer 20041117
6 G_PLACE_LIST Static Attribute Private Type reference (TYPE) ISHMED_T_N2P01_PLACE_WL Management of Aspects for Patient Organizer 20041123
7 G_PLACE_SNAP Instance attribute Private Type reference (TYPE) RN2P01_PLACE Structure of Aspects in Patient Organizer 20041117
8 G_READONLY Instance attribute Private Type reference (TYPE) ISH_ON_OFF Write Protection? 20041125
9 G_UPDATE Instance attribute Private Type reference (TYPE) EDCONTNEW Content Is New 'X'; Otherwise ' ' 20041125
10 O_ADMIN Static Attribute Private Object reference (TYPE REF TO) CL_ISHMED_P01_FCT_ADMIN Controller for Customizing of Aspect Definition 20041207
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_LIST Static method Public Method Add New Aspect 20050111
2 CLASS_CONSTRUCTOR Static method Public Constructor Create All Views for Customizing 20041123
3 CLEAR_UPDATE Static method Public Method Forget Changes 20050118
4 CONSTRUCTOR Instance method Public Constructor Constructor 20041117
5 DELETE Instance method Private Method Deletes this Aspect 20050120
6 DELETE_PLACE Static method Public Method Deletes an Aspect for a PLACEID 20050120
7 EXIST Static method Public Method PLACE Already Exists? 20050111
8 GET Instance method Public Method Get Properties 20041117
9 GET_CHILDREN Instance method Public Method Gets Aspects' Children 20050103
10 GET_LIST Static method Public Method Returns List of Aspects 20041125
11 GET_PLACE Static method Public Method Returns an Aspect for a PLACEID 20041125
12 GET_PVZ Instance method Public Method Returns Assignments for Aspect 20041206
13 LOAD_CHILDREN Static method Public Method Get Link from Tables and Load in Memory 20050103
14 LOAD_LIST Static method Public Method Gets Aspect from Tables and Loads in Memory 20041123
15 SAVE Instance method Public Method Write Aspect in Table 20041117
16 SAVE_PLACE Static method Public Method Save Active Aspect 20050118
17 SET Instance method Public Method Set Properties 20041117
18 SET_ADMIN Static method Public Method Set FCT Admin 20041207
19 SET_CHILDREN Instance method Public Method Set Children of Aspect 20050110
Events
Class CL_ISHMED_P01_PLACE has no event.
Types
Class CL_ISHMED_P01_PLACE has no local type.
Method Signatures

Method ADD_TO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MARK Call by reference Type reference (TYPE) ISH_ON_OFF Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20050120
2 Importing I_PLACE Call by reference Type reference (TYPE) RN2P01_PLACE Struktur der Aspekte im Patientenorganizer 20050111
# Exception Resumable Description Created on
1 CX_ISHMED_P01_ADMIN Ausnahme für Patientenorganizer 20050111

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ISHMED_P01_PLACE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISHMED_P01_PLACE has no exception.

Method CLEAR_UPDATE Signature

Method CLEAR_UPDATE on class CL_ISHMED_P01_PLACE has no parameter.
Method CLEAR_UPDATE on class CL_ISHMED_P01_PLACE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PLACE Call by reference Type reference (TYPE) RN2P01_PLACE IS-H*MED: Struktur der Aspekte im Patientenorganizer 20050111

Method CONSTRUCTOR on class CL_ISHMED_P01_PLACE has no exception.

Method DELETE Signature

Method DELETE on class CL_ISHMED_P01_PLACE has no parameter.
# Exception Resumable Description Created on
1 CX_ISHMED_P01_ADMIN Ausnahme für Patientenorganizer 20050120

Method DELETE_PLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PLACEID Call by reference Type reference (TYPE) NWPLACEID Identifikation des Arbeitsumfeldes 20050120
# Exception Resumable Description Created on
1 CX_ISHMED_P01_ADMIN Ausnahme für Patientenorganizer 20050120

Method EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PLACEID Call by reference Type reference (TYPE) NWPLACEID Identifikation des Arbeitsumfeldes 20050111
# Exception Resumable Description Created on
1 CX_ISHMED_P01_CHECK Ausnahme für Patientenorganizer 20050111

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PLACE Call by reference Type reference (TYPE) RN2P01_PLACE IS-H*MED: Struktur der Aspekte im Patientenorganizer 20041125
2 Exporting E_READONLY Call by reference Type reference (TYPE) ISH_ON_OFF In Anzeigemodus? 20041125

Method GET on class CL_ISHMED_P01_PLACE has no exception.

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHILDREN Call by reference Type reference (TYPE) ISHMED_T_N2P01_N1WVIEWZ Kinder der Sicht 20050103
2 Exporting E_CHILDREN_EXIST Call by reference Type reference (TYPE) ISH_ON_OFF Kinder (= 'X') und keine (=' ') 20050103

Method GET_CHILDREN on class CL_ISHMED_P01_PLACE has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PLACE_COUNT Call by reference Type reference (TYPE) I 20041125
2 Exporting E_PLACE_LIST Call by reference Type reference (TYPE) ISHMED_T_N2P01_PLACE IS-H / IS-H*MED: Verwaltung Aspekte für Patientenorganizer 20041125
3 Exporting E_PLACE_OB_LIST Call by reference Type reference (TYPE) ISHMED_T_N2P01_PLACE_WL IS-H / IS-H*MED: Verwaltung Aspekte für Patientenorganizer 20041125

Method GET_LIST on class CL_ISHMED_P01_PLACE has no exception.

Method GET_PLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PLACE_OB Call by reference Object reference (TYPE REF TO) CL_ISHMED_P01_PLACE IS-H*MED: Aspekt im Patientenorganizer 20041125
2 Importing I_PLACEID Call by reference Type reference (TYPE) NWPLACEID IS-H: Identifikation des Arbeitsumfeldes 20041125
# Exception Resumable Description Created on
1 CX_ISHMED_P01_ADMIN Ausnahme für Patientenorganizer 20050118

Method GET_PVZ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_PVZ Call by reference Type reference (TYPE) ISHMED_T_N2P01_PVZ Zuordnung Arbeitsumfeld Sicht 20041207

Method GET_PVZ on class CL_ISHMED_P01_PLACE has no exception.

Method LOAD_CHILDREN Signature

Method LOAD_CHILDREN on class CL_ISHMED_P01_PLACE has no parameter.
# Exception Resumable Description Created on
1 CX_ISHMED_P01_CHECK Ausnahme für Patientenorganizer 20050111

Method LOAD_LIST Signature

Method LOAD_LIST on class CL_ISHMED_P01_PLACE has no parameter.
Method LOAD_LIST on class CL_ISHMED_P01_PLACE has no exception.

Method SAVE Signature

Method SAVE on class CL_ISHMED_P01_PLACE has no parameter.
# Exception Resumable Description Created on
1 CX_ISHMED_P01_ADMIN Ausnahme für Patientenorganizer 20050110

Method SAVE_PLACE Signature

Method SAVE_PLACE on class CL_ISHMED_P01_PLACE has no parameter.
Method SAVE_PLACE on class CL_ISHMED_P01_PLACE has no exception.

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PLACE Call by reference Type reference (TYPE) RN2P01_PLACE IS-H*MED: Struktur der Aspekte im Patientenorganizer 20050110
# Exception Resumable Description Created on
1 CX_ISHMED_P01_ADMIN Ausnahme für Patientenorganizer 20050110

Method SET_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_O_ADMIN Call by reference Object reference (TYPE REF TO) CL_ISHMED_P01_FCT_ADMIN Controller für Customizing der Aspektdefinition 20041207

Method SET_ADMIN on class CL_ISHMED_P01_PLACE has no exception.

Method SET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHILDREN Call by reference Type reference (TYPE) ISHMED_T_N2P01_N1WVIEWZ Kinder des Aspektes 20050110
# Exception Resumable Description Created on
1 CX_ISHMED_P01_ADMIN Ausnahme für Patientenorganizer 20050118
History
Last changed by/on SAP  20050224 
SAP Release Created in 600