SAP ABAP Class CL_ISHMED_COMP_TRANS_ORDER (IS-H*MED: Transport Order Module Class)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1BASE_MED (Package) IS-H*MED: Basic Functionality
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_COMPONENT_STD IS-H: Standard Module Class 20030813
Properties
Class CL_ISHMED_COMP_TRANS_ORDER  
Short Description IS-H*MED: Transport Order Module Class    
Super Class CL_ISH_COMPONENT_STD IS-H: Standard Module Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE_MED   IS-H*MED: Basic Functionality 
Created 20030813   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_COMP_TRANS_ORDER has no forward declaration.
Interfaces
Class CL_ISHMED_COMP_TRANS_ORDER has no interface implemented.
Friends
Class CL_ISHMED_COMP_TRANS_ORDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASSID Constant Public Type reference (TYPE) N1COMPCLASSID 'CL_ISHMED_COMP_TRANS_ORDER' IS-H: Module Class 20031117
2 GT_CDOC_FIELD Static Attribute Protected Type reference (TYPE) ISH_T_CDOC_FIELD IS-H: Table of Fields with Change Document Indicator 20040120
3 GT_PRINT_FIELD Static Attribute Protected Type reference (TYPE) ISH_T_PRINT_FIELD IS-H: Table of Fields for Printout 20040201
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_N1CTR Instance method Protected Method Returns Preset N1CTR 20031124
2 BUILD_N1CTR_FROM_CORDPOS Instance method Protected Method Returns N1CTR Preset from Order Item 20031124
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040119
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040120
5 GET_CORDPOS Instance method Public Method Returns Corresponding Order Items 20031121
6 GET_TRANS_ORDER Instance method Public Method Returns Corresponding Transport Order 20031124
7 GET_T_TRANS_ORDER Instance method Public Method Returns All Corresponding Transport Orders 20031121
8 HANDLE_EV_DC_AT_OKCODE Instance method Protected Event handling method Event EV_DATA_CHANGED_AT_OKCODE for Transport Order Screen 20031126
9 TRANS_FROM_SCR_TRORD Instance method Protected Method Data Transport From Transport Order Screen 20031124
10 TRANS_TO_SCR_TRORD Instance method Protected Method Data Transpot to Transport Order Screen 20031124
Events
Class CL_ISHMED_COMP_TRANS_ORDER has no event.
Types
Class CL_ISHMED_COMP_TRANS_ORDER has no local type.
Method Signatures

Method BUILD_N1CTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031124
2 Exporting ES_N1CTR Value transfer Type reference (TYPE) N1CTR IS-H*MED: Fahrauftragsdaten in Auftragspositionen 20031124
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031124

Method BUILD_N1CTR on class CL_ISHMED_COMP_TRANS_ORDER has no exception.

Method BUILD_N1CTR_FROM_CORDPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031124
2 Exporting ES_N1CTR Value transfer Type reference (TYPE) N1CTR IS-H*MED: Fahrauftragsdaten in Auftragspositionen 20031124
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031124
4 Importing IR_CORDPOS Call by reference Object reference (TYPE REF TO) CL_ISHMED_CORDPOS IS-H*MED: Klinische Auftragsposition 20031124

Method BUILD_N1CTR_FROM_CORDPOS on class CL_ISHMED_COMP_TRANS_ORDER has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ISHMED_COMP_TRANS_ORDER has no parameter.
Method CONSTRUCTOR on class CL_ISHMED_COMP_TRANS_ORDER has no exception.

Method GET_CORDPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CORDPOS Value transfer Object reference (TYPE REF TO) CL_ISHMED_CORDPOS IS-H*MED: Klinische Auftragsposition 20031121

Method GET_CORDPOS on class CL_ISHMED_COMP_TRANS_ORDER has no exception.

Method GET_TRANS_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031124
2 Exporting ER_TRANS_ORDER Call by reference Object reference (TYPE REF TO) CL_ISHMED_TRANS_ORDER IS-H*MED: Fahrauftrag Klinischer Auftrag 20031124
3 Exporting E_CREATED Value transfer Type reference (TYPE) ISH_ON_OFF Wurde Objekt erzeugt? 20031125
4 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031124
5 Importing I_CANCELLED_DATAS Value transfer Type reference (TYPE) ISH_ON_OFF OFF Stornierte Objekte berücksichtigen? 20031125
6 Importing I_CREATE Value transfer Type reference (TYPE) ISH_ON_OFF ON Instanzieren, wenn noch nichts vorhanden? 20031124

Method GET_TRANS_ORDER on class CL_ISHMED_COMP_TRANS_ORDER has no exception.

Method GET_T_TRANS_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031121
2 Exporting ET_TRANS_ORDER Value transfer Type reference (TYPE) ISHMED_T_TRANS_ORDER IS-H*MED: Tabelle mit CL_ISHMED_TRANS_ORDER Objekten 20031121
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031121
4 Importing IR_ENVIRONMENT Call by reference Object reference (TYPE REF TO) CL_ISH_ENVIRONMENT IS-H: Klasse für Sammlung aller Objekte des Speichers 20031121
5 Importing I_CANCELLED_DATAS Value transfer Type reference (TYPE) ISH_ON_OFF OFF Stornierte Einträge berücksichtigen? 20031121

Method GET_T_TRANS_ORDER on class CL_ISHMED_COMP_TRANS_ORDER has no exception.

Method HANDLE_EV_DC_AT_OKCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OBJECT Call by reference Attribute reference (LIKE) 20031126
2 Importing IR_SCREEN Call by reference Attribute reference (LIKE) 20031126
3 Importing IT_FIELD_VAL Call by reference Attribute reference (LIKE) 20031126

Method HANDLE_EV_DC_AT_OKCODE on class CL_ISHMED_COMP_TRANS_ORDER has no exception.

Method TRANS_FROM_SCR_TRORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031124
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031124
3 Importing IR_SCR_TRORD Call by reference Object reference (TYPE REF TO) CL_ISHMED_SCR_TRANS_ORDER IS-H: Screenklasse Fahrauftrag 20031124

Method TRANS_FROM_SCR_TRORD on class CL_ISHMED_COMP_TRANS_ORDER has no exception.

Method TRANS_TO_SCR_TRORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031124
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031124
3 Importing IR_SCR_TRORD Call by reference Object reference (TYPE REF TO) CL_ISHMED_SCR_TRANS_ORDER IS-H: Screenklasse Fahrauftrag 20031124

Method TRANS_TO_SCR_TRORD on class CL_ISHMED_COMP_TRANS_ORDER has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 472