SAP ABAP Class CL_ISHMED_GL_RP_GROUP (pathways Manage Grouping for Evaluations)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     NMED_GL (Package) IS-H*MED: Treatment Pathways
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_GL_RP_CONSTANTS pathways Constants for Evaluation 20060526
Properties
Class CL_ISHMED_GL_RP_GROUP  
Short Description pathways Manage Grouping for Evaluations    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package NMED_GL   IS-H*MED: Treatment Pathways 
Created 20060526   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_GL_RP_GROUP has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISHMED_GL_RP_CONSTANTS pathways Constants for Evaluation 20060526
Friends
Class CL_ISHMED_GL_RP_GROUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ASTERISK Instance attribute Protected Attribute reference (LIKE) 20060526
2 CO_RP_COL_A_MONTH Instance attribute Protected Attribute reference (LIKE) 20060526
3 CO_RP_COL_A_ORGID Instance attribute Protected Attribute reference (LIKE) 20060703
4 CO_RP_COL_A_YEAR Instance attribute Protected Attribute reference (LIKE) 20060627
5 CO_RP_COL_CATEGORY Instance attribute Protected Attribute reference (LIKE) 20060717
6 CO_RP_COL_GL Instance attribute Protected Attribute reference (LIKE) 20060526
7 CO_RP_COL_ITEM Instance attribute Protected Attribute reference (LIKE) 20060714
8 CO_RP_COL_MAIN_CATEGORY Instance attribute Protected Attribute reference (LIKE) 20060717
9 CO_RP_COL_ROLE Instance attribute Protected Attribute reference (LIKE) 20060703
10 CO_RP_COL_VERSION Instance attribute Protected Attribute reference (LIKE) 20060526
11 GT_TECH Instance attribute Public Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY_TECH Current Columns: Technical Data 20060526
12 GT_TECH_ALL Instance attribute Protected Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY_TECH All Columns: Technical Data 20060529
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20060526
2 FILL_TECH Instance method Private Method Describe Technical Fields 20060530
3 GET_COLS_ARE_IN_GROUP_BY Instance method Public Method Groups by all entered columns? 20060624
4 GET_COL_NAMES Instance method Public Method Determine Technical Column Names 20060717
5 GET_COL_NAMES_DISPLAY Instance method Public Method Determine Technical Column Names 20060526
6 GET_COL_NAME_DISPLAY Instance method Public Method Determine Technical Name of Column 20060526
7 GET_COL_POS Instance method Public Method Determine Column Position for Display 20060526
8 GET_DIALOG_SOURCE_TITLE Static method Public Method Determine Title of Popup Dialog Source Column 20060624
9 GET_DIALOG_TARGET_TITLE Static method Public Method Determine Title of Popup Target Source Column 20060624
10 GET_DIALOG_TITLE Static method Public Method Determine Title of Popup Dialog "Determine Grouping" 20060624
11 GET_GROUP_BY Instance method Public Method Determine Current Grouping 20060526
12 GET_GROUP_BY_ADDITIONAL Instance method Public Method Fields Which Are not Contained in Current Grouping 20060530
13 GET_GROUP_BY_ALL Instance method Public Method Determine Possible Columns for Grouping 20060526
14 GET_SELECT_ORDER_BY Instance method Public Method Determine Column Entries for SELECT -> ORDER BY 20060629
15 LOAD Static method Public Method Load 20060526
16 SET_GROUP_BY Instance method Public Method Configure Grouping 20060526
17 SET_GROUP_BY_ALL Instance method Public Method Enter Possible Columns for Grouping 20060529
Events
Class CL_ISHMED_GL_RP_GROUP has no event.
Types
Class CL_ISHMED_GL_RP_GROUP has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY_KEY Gruppierung 20060624
2 Importing IT_KEY_ALL Call by reference Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY_KEY Gruppierung (Alle) 20060624
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Allgemeine Ausnahme 20060526

Method FILL_TECH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TECH Call by reference Type reference (TYPE) RN2GL_RP_GROUP_BY_TECH Gruppierung: technische Daten 20060530
2 Importing I_KEY Call by reference Type reference (TYPE) N2GL_RP_COL_KEY Spaltenkennung für Auswertung 20060624
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Allgemeine Ausnahme 20060530

Method GET_COLS_ARE_IN_GROUP_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY_KEY Schlüssel Gruppierung 20060624
2 Returning R_VAL Value transfer Type reference (TYPE) ISH_ON_OFF {'X' | ' ' } 20060624

Method GET_COLS_ARE_IN_GROUP_BY on class CL_ISHMED_GL_RP_GROUP has no exception.

Method GET_COL_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COL_NAME Value transfer Type reference (TYPE) ISHMED_T_N2GL_RP_FIELDNAME Technische Namen der Spalte 20060717
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Allgemeine Ausnahme 20060717

Method GET_COL_NAMES_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COL_NAME_DISPLAY Value transfer Type reference (TYPE) ISHMED_T_N2GL_RP_FIELDNAME Technische Namen der Spalte für Anzeige 20060526
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Allgemeine Ausnahme 20060526

Method GET_COL_NAME_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_POS_DISPLAY Call by reference Type reference (TYPE) N2GL_RP_POS 20060526
2 Returning R_COL_NAME_DISPLAY Value transfer Type reference (TYPE) N2GL_FIELDNAME_INT Technischer Name der Spalte für Anzeige 20060526
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Allgemeine Ausnahme 20060526

Method GET_COL_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) N2GL_RP_COL_KEY Spaltenkennung 20060624
2 Returning R_COL_POS Value transfer Type reference (TYPE) N2GL_RP_POS Spaltenposition 20060526
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Allgemeine Ausnahme 20060526

Method GET_DIALOG_SOURCE_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TITLE Value transfer Type reference (TYPE) LVC_TITLE Überschrift Quellliste 20060624

Method GET_DIALOG_SOURCE_TITLE on class CL_ISHMED_GL_RP_GROUP has no exception.

Method GET_DIALOG_TARGET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TITLE Value transfer Type reference (TYPE) LVC_TITLE Überschrift Zielliste 20060624

Method GET_DIALOG_TARGET_TITLE on class CL_ISHMED_GL_RP_GROUP has no exception.

Method GET_DIALOG_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TITLE Value transfer Type reference (TYPE) TEXT70 Titel 20060624

Method GET_DIALOG_TITLE on class CL_ISHMED_GL_RP_GROUP has no exception.

Method GET_GROUP_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUP_BY Call by reference Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY Gruppierung der Auswertungsdaten 20060526

Method GET_GROUP_BY on class CL_ISHMED_GL_RP_GROUP has no exception.

Method GET_GROUP_BY_ADDITIONAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUP_BY Call by reference Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY Gruppierung der Auswertungsdaten 20060530

Method GET_GROUP_BY_ADDITIONAL on class CL_ISHMED_GL_RP_GROUP has no exception.

Method GET_GROUP_BY_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUP_BY_ALL Call by reference Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY Gruppierung der Auswertungsdaten 20060526

Method GET_GROUP_BY_ALL on class CL_ISHMED_GL_RP_GROUP has no exception.

Method GET_SELECT_ORDER_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SORT Call by reference Type reference (TYPE) RN2GL_RP_SORT_COLUMNS Spalten für Sortierung 20060702
2 Exporting E_ORDER_BY Call by reference Type reference (TYPE) STRING Spalten für ORDER BY 20060629

Method GET_SELECT_ORDER_BY on class CL_ISHMED_GL_RP_GROUP has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_GL_RP_GROUP Auswertungen Patientenpfad 20060526
2 Importing IT_KEY Call by reference Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY_KEY Schlüssel Gruppierung 20060624
3 Importing IT_KEY_ALL Call by reference Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY_KEY Schlüssel Gruppierung (Alle) 20060624
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Allgemeine Ausnahme 20060526

Method SET_GROUP_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY_KEY Schlüssel Gruppierung 20060624
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Allgemeine Ausnahme 20060526

Method SET_GROUP_BY_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Type reference (TYPE) ISHMED_T_N2GL_RP_GROUP_BY_KEY Schlüssel Gruppierung (Alle) 20060624
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Allgemeine Ausnahme 20060529
History
Last changed by/on SAP  20070917 
SAP Release Created in 700