SAP ABAP Class CL_DPR_DOCUMENT_MAPPER (Project Management: Mapping Btwn Doc. GUID and Appl. Obj.)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-DOC (Application Component) Documents
     DEVELOPMENT_PROJECTS_DOCUMENT (Package) Project Management - Documents
Properties
Class CL_DPR_DOCUMENT_MAPPER  
Short Description Project Management: Mapping Btwn Doc. GUID and Appl. Obj.    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package DEVELOPMENT_PROJECTS_DOCUMENT   Project Management - Documents 
Created 20030228   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DPR_DOCUMENT_MAPPER has no forward declaration.
Interfaces
Class CL_DPR_DOCUMENT_MAPPER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_DPR_COLL_PROXY_EDMS 20030327 Proxy for Administration of CFX Objekts in Proj. Mgmt.
2 CL_DPR_COPY_FINALIZER 20061206 DevProj.: Complete Copy Process Including Depend. Objects
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_CREATED_DOCUMENTS Instance attribute Private Type reference (TYPE) EDMS_TT_DOCID_HASH EDMS: List of Document IDs 20030318
2 MT_MAPPING Instance attribute Private Type reference (TYPE) TT_MAPPING Mapping Table 20030228
3 MT_MAPPING_COPY Instance attribute Private Type reference (TYPE) TT_MAPPING Mapping for Template Documents 20030314
4 MT_MAPPING_TBD Instance attribute Private Type reference (TYPE) TT_MAPPING Mapping Table TBD 20060804
5 SR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_DPR_DOCUMENT_MAPPER Development Projects: Mapping Btwn Doc. GUID and Appl. Obj. 20030228
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MAPPING Instance method Public Method Add Document to Mapping Table 20030228
2 ADD_MAPPING_COPY Instance method Public Method Add Document to Mapping Table for Copies 20030314
3 CHANGE_MAPPING Instance method Private Method Change Entry in Mapping Table 20030228
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20030318
5 DELETE_MAPPING Instance method Public Method Delete Document from Mapping Table 20030327
6 FREE Instance method Public Method Destructor 20050509
7 GET_INSTANCE Static method Public Method Get Instance 20030228
8 GET_MAPPING Instance method Public Method Read Mapping Entry for Document GUID 20030228
9 GET_MAPPING_COPY Instance method Public Method Read Mapping Entry for Document GUID 20030314
10 GET_MAPPING_TBD Instance method Public Method Read Any Invalid Mapping Entry 20060804
11 ON_EDMS_CREATED Static method Private Event handling method Hold Documents Created in EDMS 20030318
12 ON_PROXY_DELETED Static method Private Event handling method Event Handler for DELETED:CL_DPR_COLL_PROXY_EDMS 20030327
13 REFRESH_MAPPING_TBD Instance method Protected Method Delete Invalid Mapping Entry 20061206
Events
Class CL_DPR_DOCUMENT_MAPPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_MAPPING Private See coding Work Area for Mapping Table 20030228 BEGIN OF ts_mapping, edms_guid TYPE edms_docid, document TYPE REF TO cl_dpr_document, proxy TYPE REF TO if_dpr_coll_proxy, END OF ts_mapping
2 TT_MAPPING Private See coding Mapping Table 20030228 tt_mapping TYPE HASHED TABLE OF ts_mapping WITH UNIQUE KEY edms_guid
Method Signatures

Method ADD_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DOCUMENT Call by reference Object reference (TYPE REF TO) CL_DPR_DOCUMENT Development Projects: Dokument 20030228
2 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) IF_DPR_COLL_PROXY Interface: Proxy für EDMS/CFX-Objekte 20030228
3 Importing IV_EDMS_GUID Call by reference Type reference (TYPE) EDMS_DOCID EDMS: Dokument-ID 20030228

Method ADD_MAPPING on class CL_DPR_DOCUMENT_MAPPER has no exception.

Method ADD_MAPPING_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DOCUMENT Call by reference Object reference (TYPE REF TO) CL_DPR_DOCUMENT Development Projects: Dokument 20030314
2 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) IF_DPR_COLL_PROXY Interface: Proxy für EDMS/CFX-Objekte 20030314
3 Importing IV_EDMS_GUID Call by reference Type reference (TYPE) EDMS_DOCID EDMS: Dokument-ID 20030314

Method ADD_MAPPING_COPY on class CL_DPR_DOCUMENT_MAPPER has no exception.

Method CHANGE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DOCUMENT Call by reference Object reference (TYPE REF TO) CL_DPR_DOCUMENT Development Projects: Dokument 20030228
2 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) IF_DPR_COLL_PROXY Interface: Proxy für EDMS/CFX-Objekte 20030228
3 Importing IV_EDMS_GUID Call by reference Type reference (TYPE) EDMS_DOCID EDMS: Dokument-ID 20030228

Method CHANGE_MAPPING on class CL_DPR_DOCUMENT_MAPPER has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method DELETE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EDMS_GUID Call by reference Type reference (TYPE) EDMS_DOCID EDMS: Dokument-ID 20030327

Method DELETE_MAPPING on class CL_DPR_DOCUMENT_MAPPER has no exception.

Method FREE Signature

Method FREE on class CL_DPR_DOCUMENT_MAPPER has no parameter.
Method FREE on class CL_DPR_DOCUMENT_MAPPER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_DPR_DOCUMENT_MAPPER Development Projects: Mapping zw. Dok.GUID und Anw.objekt 20030228

Method GET_INSTANCE on class CL_DPR_DOCUMENT_MAPPER has no exception.

Method GET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DOCUMENT Call by reference Object reference (TYPE REF TO) CL_DPR_DOCUMENT Development Projects: Dokument 20030228
2 Exporting ER_PROXY Call by reference Object reference (TYPE REF TO) IF_DPR_COLL_PROXY Interface: Proxy für EDMS/CFX-Objekte 20030228
3 Importing IV_EDMS_GUID Call by reference Type reference (TYPE) EDMS_DOCID EDMS: Dokument-ID 20030228
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_MAPPING_ERROR Development Projects: Fehler beim Mapping zwischen AO und NO 20030302

Method GET_MAPPING_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DOCUMENT Call by reference Object reference (TYPE REF TO) CL_DPR_DOCUMENT Development Projects: Dokument 20030314
2 Exporting ER_PROXY Call by reference Object reference (TYPE REF TO) IF_DPR_COLL_PROXY Interface: Proxy für EDMS/CFX-Objekte 20030314
3 Importing IV_EDMS_GUID Call by reference Type reference (TYPE) EDMS_DOCID EDMS: Dokument-ID 20030314
# Exception Resumable Description Created on
1 CX_DPR_OBJECT_MAPPING_ERROR Development Projects: Fehler beim Mapping zwischen AO und NO 20030314

Method GET_MAPPING_TBD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DOCUMENT Call by reference Object reference (TYPE REF TO) CL_DPR_DOCUMENT Development Projects: Dokument 20060804
2 Exporting ER_PROXY Call by reference Object reference (TYPE REF TO) IF_DPR_COLL_PROXY Interface: Proxy für EDMS/CFX-Objekte 20060804
3 Exporting EV_EDMS_GUID Call by reference Type reference (TYPE) EDMS_DOCID EDMS: Dokument-ID 20060804

Method GET_MAPPING_TBD on class CL_DPR_DOCUMENT_MAPPER has no exception.

Method ON_EDMS_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOCID Value transfer Attribute reference (LIKE) 20030318

Method ON_EDMS_CREATED on class CL_DPR_DOCUMENT_MAPPER has no exception.

Method ON_PROXY_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20030327

Method ON_PROXY_DELETED on class CL_DPR_DOCUMENT_MAPPER has no exception.

Method REFRESH_MAPPING_TBD Signature

Method REFRESH_MAPPING_TBD on class CL_DPR_DOCUMENT_MAPPER has no parameter.
Method REFRESH_MAPPING_TBD on class CL_DPR_DOCUMENT_MAPPER has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200