SAP ABAP Class CL_ISHMED_PMD_DP_LINK (Data Provider for PMD-Link-Objects)
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_PMD_DP_LINK  
Short Description Data Provider for PMD-Link-Objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package NMED   R/3MED: Medical documentation GSD 
Created 20020122   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 N2R Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISHMED_PMD_DP_LINK has no interface implemented.
Friends
Class CL_ISHMED_PMD_DP_LINK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DATA_AFTER Instance attribute Private Type reference (TYPE) N2RAWTAB Current Data 20020122
2 DATA_BEFORE Instance attribute Private Type reference (TYPE) N2RAWTAB Last Saved Data 20020122
3 INFOS Instance attribute Private Type reference (TYPE) RN2BLOBINFOS PMD-BLOB-Info 20020122
Methods
# Method Level Visibility Method type Description Created on
1 CLUSTER__DELETE Instance method Private Method REDEFINE!! ------> Delete from database (see sample code) 20020122
2 CLUSTER__EXPORT Instance method Private Method REDEFINE!! ------> Export to database (see sample code) 20020122
3 CLUSTER__IMPORT Instance method Private Method REDEFINE!! ------> Import from database (see sample code) 20020122
4 CONSTRUCTOR Instance method Public Constructor Constructor 20020122
5 COPY_DATA_DIRECT Instance method Public Method Copies DATA_AFTER to Another RefKey 20020219
6 COPY_DATA_PREPARE Instance method Public Method Delete Before-Image 20020219
7 DELETE_PICTURE Static method Public Method REDEFINE!! ------> Delete from database (see sample code) 20040112
8 GET_DATA Instance method Public Method Exported Data <---------- Instance 20020122
9 GET_NEW_REFKEY Instance method Private Method Creates a Reference Number (for each number range) 20020122
10 IS__DATA_CHANGED Instance method Public Method Data Changed: '1' / '0' 20020122
11 IS__DATA_EXIST Instance method Public Method No data exists: '1' / '0' 20020122
12 READ_DATA Instance method Public Method ClusterDB ----> Instance 20020122
13 SAVE_DATA Instance method Public Method Instance ----> ClusterDB 20020122
14 SET_DATA Instance method Public Method Imported Data ----------> Instance 20020122
15 SET_INFOS Instance method Public Method Import: Info ---> Instance 20020122
16 UNDO_DATA Instance method Public Method reset (bi --> ai) 20020122
Events
Class CL_ISHMED_PMD_DP_LINK has no event.
Types
Class CL_ISHMED_PMD_DP_LINK has no local type.
Method Signatures

Method CLUSTER__DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REFKEY Value transfer Type reference (TYPE) N2_REFKEY IS-H*MED: Referenzschlüssel eines referenzierten Objekts 20020122

Method CLUSTER__DELETE on class CL_ISHMED_PMD_DP_LINK has no exception.

Method CLUSTER__EXPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REFKEY Value transfer Type reference (TYPE) N2_REFKEY IS-H*MED: Referenzschlüssel eines referenzierten Objekts 20020122

Method CLUSTER__EXPORT on class CL_ISHMED_PMD_DP_LINK has no exception.

Method CLUSTER__IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REFKEY Value transfer Type reference (TYPE) N2_REFKEY IS-H*MED: Referenzschlüssel eines referenzierten Objekts 20020122
# Exception Resumable Description Created on
1 NO_DATA zum RefKey gibts keine Daten -> Inkonsistenz 20020122

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REFKEY Value transfer Type reference (TYPE) N2_REFKEY DatenReferenz - Schlüssel des Clusters 20020122
# Exception Resumable Description Created on
1 NO_DATA keine Daten gefunden 20020122

Method COPY_DATA_DIRECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_REFKEY Value transfer Type reference (TYPE) N2_REFKEY IS-H*MED: Referenzschlüssel eines referenzierten Objekts 20020219
# Exception Resumable Description Created on
1 NO_REFKEY Fehler bei RefKey-Vergabe 20020219

Method COPY_DATA_PREPARE Signature

Method COPY_DATA_PREPARE on class CL_ISHMED_PMD_DP_LINK has no parameter.
Method COPY_DATA_PREPARE on class CL_ISHMED_PMD_DP_LINK has no exception.

Method DELETE_PICTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REFKEY Value transfer Type reference (TYPE) N2_REFKEY IS-H*MED: Referenzschlüssel eines referenzierten Objekts 20040112

Method DELETE_PICTURE on class CL_ISHMED_PMD_DP_LINK has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_DATA Value transfer Type reference (TYPE) N2RAWTAB Blob 20020122
2 Exporting P_INFOS Value transfer Type reference (TYPE) RN2BLOBINFOS Zusatz-Infos 20020122

Method GET_DATA on class CL_ISHMED_PMD_DP_LINK has no exception.

Method GET_NEW_REFKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_REFKEY Value transfer Type reference (TYPE) N2_REFKEY IS-H*MED: Referenzschlüssel eines referenzierten Objekts 20020122
2 Exporting P_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20020122

Method GET_NEW_REFKEY on class CL_ISHMED_PMD_DP_LINK has no exception.

Method IS__DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGED Value transfer Type reference (TYPE) ISH_TRUE_FALSE '1' - true / '0' - false 20020122

Method IS__DATA_CHANGED on class CL_ISHMED_PMD_DP_LINK has no exception.

Method IS__DATA_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXIST Value transfer Type reference (TYPE) ISH_TRUE_FALSE IS-H: Boolscher Datentyp für TRUE (='1') und FALSE (='0') 20020122

Method IS__DATA_EXIST on class CL_ISHMED_PMD_DP_LINK has no exception.

Method READ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REFKEY Value transfer Type reference (TYPE) N2_REFKEY Daten-Referenz 20020122
# Exception Resumable Description Created on
1 NO_DATA keine Daten gefunden 20020122

Method SAVE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_REFKEY Value transfer Type reference (TYPE) N2_REFKEY Daten-Referenz 20020122
2 Exporting P_RESULT Value transfer Type reference (TYPE) C was wurde getan: I, U, D 20020122
# Exception Resumable Description Created on
1 NO_REFKEY Daten-Referenz fehlt 20020122

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DATA Value transfer Type reference (TYPE) N2RAWTAB Blob 20020122

Method SET_DATA on class CL_ISHMED_PMD_DP_LINK has no exception.

Method SET_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_INFOS Value transfer Type reference (TYPE) RN2BLOBINFOS PMD-BLOB-Infos 20020122

Method SET_INFOS on class CL_ISHMED_PMD_DP_LINK has no exception.

Method UNDO_DATA Signature

Method UNDO_DATA on class CL_ISHMED_PMD_DP_LINK has no parameter.
Method UNDO_DATA on class CL_ISHMED_PMD_DP_LINK has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 463B