SAP ABAP Class CL_EXM_IM_ISHMED_MV_DISP_BCS (MV: BCS Dispatch Route Example Implementation)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     NMED_DOC_DISTR (Package) i..s.h.med: Dispatch Control (Document Distribution)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20060331
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_EX_ISHMED_MV_DISPATCHER Interface for BAdI: BADI_ISHMED_MV_DISPATCHER_TYPE 20060331
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_DOC_CONSTANTS ISHMED Documents: Contants 20060331
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_MV_BADI General Interface for the BAdIs 20060510
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_MV_CONSTANTS Constant Definition 20060331
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20060331
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EX_ISHMED_MV_DISP_BCS_FAX BCS Fax with Attachment Example Implementation 20060515
2 Inheritance (c INHERITING FROM c_ref)  CL_EX_ISHMED_MV_DISP_BCS_MAIL BCS Dispatch Route Implementation: Email with Attachment 20060518
3 Inheritance (c INHERITING FROM c_ref)  CL_EX_ISHMED_MV_DISP_BCS_SO BCS Dispatch Route Implementation: SAP-Office 20060517
Properties
Class CL_EXM_IM_ISHMED_MV_DISP_BCS  
Short Description MV: BCS Dispatch Route Example Implementation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED_DOC_DISTR   i..s.h.med: Dispatch Control (Document Distribution) 
Created 20060331   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EXM_IM_ISHMED_MV_DISP_BCS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20060331
2 IF_EX_ISHMED_MV_DISPATCHER Interface for BAdI: BADI_ISHMED_MV_DISPATCHER_TYPE 20060331
3 IF_ISHMED_DOC_CONSTANTS ISHMED Documents: Contants 20060331
4 IF_ISHMED_MV_BADI General Interface for the BAdIs 20060510
5 IF_ISHMED_MV_CONSTANTS Constant Definition 20060331
6 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20060331
Friends
Class CL_EXM_IM_ISHMED_MV_DISP_BCS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_BO_TYPE_DISPATCH_REQUEST Instance attribute Private Attribute reference (LIKE) 20060331
2 C_PARAM_REQID Instance attribute Protected Attribute reference (LIKE) 20060331
3 C_REQ_STATUS_ERROR Instance attribute Protected Attribute reference (LIKE) 20060331
4 C_REQ_STATUS_OK Instance attribute Protected Attribute reference (LIKE) 20060331
5 C_REQ_STATUS_RUNNING Instance attribute Protected Attribute reference (LIKE) 20060331
6 C_REQ_STATUS_WAITING Instance attribute Protected Attribute reference (LIKE) 20060331
7 C_REQ_STATUS_WARNING Instance attribute Protected Attribute reference (LIKE) 20060331
8 C_SALE Constant Private Type reference (TYPE) N2_OBJECT_SALE 'GSD: BCS-Dokversand' License Sales Description 20060331
9 FALSE Instance attribute Protected Attribute reference (LIKE) 20060331
10 GR_BADI Static Attribute Protected Object reference (TYPE REF TO) BADI_ISHMED_MV_BCS_EXT BADI BCS Dispatch Route 20060331
11 GR_DOCUMENT Instance attribute Protected Attribute reference (LIKE) 20060515
12 GR_ERRORHANDLER Instance attribute Protected Attribute reference (LIKE) 20060331
13 OFF Instance attribute Protected Attribute reference (LIKE) 20060331
14 ON Instance attribute Protected Attribute reference (LIKE) 20060331
15 TRUE Instance attribute Protected Attribute reference (LIKE) 20060331
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060331
2 CREATE_BCS_DOCUMENT Instance method Protected Method Create BCS Document for Dispatch 20060331
3 GET_RECIPIENT Instance method Protected Method Create Recipient Object 20060331
4 SEND_DOCUMENT Instance method Public Method 20060331
Events
Class CL_EXM_IM_ISHMED_MV_DISP_BCS has no event.
Types
Class CL_EXM_IM_ISHMED_MV_DISP_BCS has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CREATE_BCS_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTENT Call by reference Object reference (TYPE REF TO) CL_ISHMED_DOC_CONTENT 20060516
2 Importing IR_REQUEST Call by reference Object reference (TYPE REF TO) CL_ISHMED_MV_DISPATCH_REQUEST Versandauftrag 20070129
3 Returning RR_DOCUMENT Value transfer Object reference (TYPE REF TO) CL_DOCUMENT_BCS Wrapperklasse für Office-Dokumente 20060331
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20060331
2 CX_ISHMED_MV_DISPATCHER_ERROR MV: Fehler in der Versandwegverarbeitung 20060331
3 CX_SEND_REQ_BCS BCS: Ausnahmen von Sendeaufträgen 20060331

Method GET_RECIPIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RECIPIENT_DATA Call by reference Type reference (TYPE) N2MV_RECIPIENT_DATA Empfängerdaten 20060516
2 Returning RR_RECIPIENT Value transfer Object reference (TYPE REF TO) IF_RECIPIENT_BCS Schnittstelle eines Empfängerobjektes im BCS 20060331
# Exception Resumable Description Created on
1 CX_ADDRESS_BCS BCS: Ausnahmen bei Adressen 20060331
2 CX_SEND_REQ_BCS BCS: Ausnahmen von Sendeaufträgen 20060331

Method SEND_DOCUMENT Signature

Method SEND_DOCUMENT on class CL_EXM_IM_ISHMED_MV_DISP_BCS has no parameter.
Method SEND_DOCUMENT on class CL_EXM_IM_ISHMED_MV_DISP_BCS has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 700