SAP ABAP Class CL_ISHMED_VIEWTYPE_OP (IS-H*MED: Display Class Operations View Type)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1SRVDO_MED (Package) IS-H*MED: Service Documentation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_VIEW Abstract Display Class for Views 20021015
Properties
Class CL_ISHMED_VIEWTYPE_OP  
Short Description IS-H*MED: Display Class Operations View Type    
Super Class CL_ISH_VIEW Abstract Display Class for Views 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package N1SRVDO_MED   IS-H*MED: Service Documentation 
Created 20021015   SAP 
Last change 20060711   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_VIEWTYPE_OP has no forward declaration.
Interfaces
Class CL_ISHMED_VIEWTYPE_OP has no interface implemented.
Friends
Class CL_ISHMED_VIEWTYPE_OP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_VIEWTYPE_OP Constant Public Type reference (TYPE) NWVIEW-VIEWTYPE '011' OR View Type 20021018
2 GT_AUFG1 Instance attribute Private Type reference (TYPE) ISHMED_T_VORGANG Tasks for Team Column 1 20021016
3 GT_AUFG2 Instance attribute Private Type reference (TYPE) ISHMED_T_VORGANG Tasks for Team Column 2 20021016
4 GT_AUFG3 Instance attribute Private Type reference (TYPE) ISHMED_T_VORGANG Tasks for Team Column 3 20021016
5 GT_AUFG4 Instance attribute Private Type reference (TYPE) ISHMED_T_VORGANG Tasks for Team Column 4 20021016
6 GT_HOLIDAY Instance attribute Private Type reference (TYPE) CATSXT_ISCAL_DAY_ITAB Holiday or non-working days 20021021
7 GT_OUTTAB Instance attribute Protected Type reference (TYPE) ISHMED_T_OP_LIST Output Table 20021015
8 G_PLANOE Instance attribute Private Type reference (TYPE) ORGID Planning Organizational Unit 20021028
9 G_SORT_PLANOE_K Instance attribute Private Type reference (TYPE) ISH_ON_OFF Sort not by Surg. Area ID but by Surg. Area Abbreviation 20060118
10 G_SORT_ROOM_K Instance attribute Private Type reference (TYPE) ISH_ON_OFF Sort not by Room ID but by Room Abbreviation 20060118
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_EMPTY_ENTRIES Instance method Protected Method Insert Empty Entries in OR Plan 20021021
2 BUILD_DSPOBJ Instance method Protected Method Create Display Objects from Transferred Objects/Data 20021015
3 BUILD_FREELINE Instance method Protected Method Insert Freeline PLanning 20021112
4 BUILD_OUTTAB Instance method Protected Method Create Output Table from Table with Display Objects 20021015
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20021015
6 CREATE Static method Public Method Create Instance of OR Display Class 20021015
7 DELETE_DUP_EMPTY_ENTRIES Instance method Protected Method Delete Duplicate Subsequent Blank Entries 20060411
8 FILL_OUTTAB_CALC_VALUES Instance method Protected Method Insert Calculated Values in Output Table 20021115
9 FILTER_OUTTAB Instance method Protected Method Include Selection Variant Filter 20030729
10 GET_HOLIDAY_CALENDAR Instance method Protected Method Determine Public Holiday Calendar 20021021
11 GET_OUTTAB_LINES Instance method Public Method Read Rows of Output Table 20021025
12 GET_SORT_CRIT_INDIVIDUAL Instance method Private Method Determine Individual Sort Order Acc. to Selection Criteria 20030731
13 GET_SPECIAL_SORT_CRITERIA Instance method Private Method Deterine Sort Criteria 20021111
14 GET_TYPE Instance method Public Method 20030430
15 SET_DRAGDROP_AND_COLORS Instance method Protected Method Determine Drag&Drop + List Colors 20021017
16 SET_PLANNING_OU Instance method Public Method Determine Planning OU 20021028
Events
Class CL_ISHMED_VIEWTYPE_OP has no event.
Types
Class CL_ISHMED_VIEWTYPE_OP has no local type.
Method Signatures

Method APPEND_EMPTY_ENTRIES Signature

Method APPEND_EMPTY_ENTRIES on class CL_ISHMED_VIEWTYPE_OP has no parameter.
Method APPEND_EMPTY_ENTRIES on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method BUILD_DSPOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerabarbeitung 20021015
2 Exporting E_DSPOBJ Call by reference Type reference (TYPE) N1OBJECTREF Anzeigeobjekt 20021015
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021015
4 Importing I_CHECK_ONLY Value transfer Type reference (TYPE) ISH_ON_OFF 'X' Daten vorerst nur prüfen (noch nicht lesen) 20051116
5 Importing I_IMP_OBJECT Call by reference Type reference (TYPE) N1OBJECTREF Übergebenes Objekt (OO) 20021015
6 Importing I_NODE_OPEN Call by reference Type reference (TYPE) ISH_ON_OFF 'X' Knoten offen/geschlossen (mehrzeilig/einzeilig) 20021025

Method BUILD_DSPOBJ on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method BUILD_FREELINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PLAN_DATA Value transfer Type reference (TYPE) RN1FREELINE_PLAN Daten für eine Freizeile Planung 20021112

Method BUILD_FREELINE on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method BUILD_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerabarbeitung 20021015
2 Exporting ET_OUTTAB Call by reference Type reference (TYPE) ISHMED_T_OP_LIST Ausgabetabelle 20021015
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021015
4 Importing I_CLOSE_NODE Value transfer Type reference (TYPE) ISH_ON_OFF Knoten schließen (einzeilige Darstellung) 20021025
5 Importing I_DSPOBJ Call by reference Type reference (TYPE) N1OBJECTREF Anzeigeobjekt 20021015
6 Importing I_IMPOBJ Call by reference Type reference (TYPE) N1OBJECTREF Übergabeobjekt (OO) 20021022
7 Importing I_OPEN_NODE Value transfer Type reference (TYPE) ISH_ON_OFF Knoten öffnen (mehrzeilige Darstellung) 20021025
8 Importing I_PAT_ANONYM Value transfer Type reference (TYPE) ISH_ON_OFF SPACE Patienten anonym darstellen (ON/OFF) 20021029

Method BUILD_OUTTAB on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ISHMED_VIEWTYPE_OP has no parameter.
# Exception Resumable Description Created on
1 INSTANCE_NOT_POSSIBLE Instanz der Klasse kann nicht angelegt werden 20021015

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerabarbeitung 20021015
2 Exporting E_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_VIEWTYPE_OP Instanz der Display-Klasse OP 20021015
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021015
4 Importing I_CONTAINER Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Container für die Anzeige 20021107
5 Importing I_ENVIRONMENT Call by reference Object reference (TYPE REF TO) CL_ISH_ENVIRONMENT Sammlung aller Objekte des Speichers 20040202

Method CREATE on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method DELETE_DUP_EMPTY_ENTRIES Signature

Method DELETE_DUP_EMPTY_ENTRIES on class CL_ISHMED_VIEWTYPE_OP has no parameter.
Method DELETE_DUP_EMPTY_ENTRIES on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method FILL_OUTTAB_CALC_VALUES Signature

Method FILL_OUTTAB_CALC_VALUES on class CL_ISHMED_VIEWTYPE_OP has no parameter.
Method FILL_OUTTAB_CALC_VALUES on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method FILTER_OUTTAB Signature

Method FILTER_OUTTAB on class CL_ISHMED_VIEWTYPE_OP has no parameter.
Method FILTER_OUTTAB on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method GET_HOLIDAY_CALENDAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HOLIDAY Call by reference Type reference (TYPE) CATSXT_ISCAL_DAY_ITAB Feiertag bzw. arbeitsfreie Tage 20021021
2 Importing I_DATE_FROM Value transfer Type reference (TYPE) SY-DATUM Datum von 20021021
3 Importing I_DATE_TO Value transfer Type reference (TYPE) SY-DATUM Datum bis 20021021
4 Importing I_EINRI Value transfer Type reference (TYPE) EINRI Einrichtung 20021021

Method GET_HOLIDAY_CALENDAR on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method GET_OUTTAB_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OP_LIST_LINES Call by reference Type reference (TYPE) ISHMED_T_OP_LIST Zeilen der Ausgabetabelle 20021025
2 Importing IT_OBJECT Call by reference Type reference (TYPE) ISH_OBJECTLIST Objekte (OO) 20021025

Method GET_OUTTAB_LINES on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method GET_SORT_CRIT_INDIVIDUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SORT Value transfer Type reference (TYPE) LVC_T_SORT Tabelle der Sortierkriterien 20030731
2 Exporting ET_SORT_DETAIL Value transfer Type reference (TYPE) ISHMED_T_DISPLAY_SORT_DYN Details für dyn. Sortierung 20030731

Method GET_SORT_CRIT_INDIVIDUAL on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method GET_SPECIAL_SORT_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Value transfer Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20021111
2 Exporting ET_SORT_OBJECT Value transfer Type reference (TYPE) ISHMED_T_SORT_OBJECT Sortierung anhand von Objekinstanzen 20021111
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Rturncode 20021111
4 Exporting E_SORT Value transfer Type reference (TYPE) N1SORTNO Sortierung 20021111

Method GET_SPECIAL_SORT_CRITERIA on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method GET_TYPE Signature

Method GET_TYPE on class CL_ISHMED_VIEWTYPE_OP has no parameter.
Method GET_TYPE on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method SET_DRAGDROP_AND_COLORS Signature

Method SET_DRAGDROP_AND_COLORS on class CL_ISHMED_VIEWTYPE_OP has no parameter.
Method SET_DRAGDROP_AND_COLORS on class CL_ISHMED_VIEWTYPE_OP has no exception.

Method SET_PLANNING_OU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PLANOE Value transfer Type reference (TYPE) ORGID Planende Org.Einheit 20021028

Method SET_PLANNING_OU on class CL_ISHMED_VIEWTYPE_OP has no exception.
History
Last changed by/on SAP  20060711 
SAP Release Created in 471