SAP ABAP Class CL_DPR_CFX_OBJLINKS_OBJECT (EDMS: Object Links)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-DOC (Application Component) Documents
     DEVELOPMENT_PROJECTS_DOC_CFX (Package) Documents in Project Management: CFX Document Storage
Properties
Class CL_DPR_CFX_OBJLINKS_OBJECT  
Short Description EDMS: Object Links    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DEVELOPMENT_PROJECTS_DOC_CFX   Documents in Project Management: CFX Document Storage 
Created 20050208   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_EDMS_BADI_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_EDMS_DOCUMENT_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_DPR_CFX_OBJLINKS_OBJECT has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_DPR_CFX_OBJLINKS_DOCUMENT 20050208 EDMS: Object Links - Document
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_AUTHORIZATION Instance attribute Private Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Information About Authorization Subject 20050208
2 MT_DOCUMENTS Instance attribute Private Type reference (TYPE) TT_DOCUMENTS 20050208
3 M_COMMIT Instance attribute Private Type reference (TYPE) ABAP_BOOL 20050208
4 M_COMMIT_NEW_LUW Instance attribute Private Type reference (TYPE) ABAP_BOOL 20050208
5 M_DOCUMENTS_READ Instance attribute Private Type reference (TYPE) ABAP_BOOL 20050208
6 M_IGNORE_AUTHORIZATION Instance attribute Private Type reference (TYPE) ABAP_BOOL Ignore Authorizations 20050208
7 M_OBJECT Instance attribute Private Type reference (TYPE) SIBFLPORB Local Persistent Object Reference - BOR Compatible 20050208
8 SR_BADI Static Attribute Private Object reference (TYPE REF TO) EDMS_SUBAPPLICATION BAdI Interface IF_EX_EDMS_SUBAPPLICATION 20050208
9 ST_INSTANCES Static Attribute Private Type reference (TYPE) TT_INSTANCES 20050208
10 S_IGNORE_AUTHORIZATION Static Attribute Private Type reference (TYPE) ABAP_BOOL Global Switch: Ignore Authorization 20050208
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DOCUMENT Instance method Public Method Link Document to Business Object 20050208
2 ADD_DOCUMENT_INTERNAL Instance method Protected Method Include Document in Internal Table 20050208
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050208
4 DELETE_INSTANCE Static method Public Method Delete Instance 20050208
5 DOCNAME_EXISTENCE_CHECK Instance method Public Method Check Uniqueness of Document 20050208
6 GET_COMMIT_BEHAVIOUR Instance method Public Method Determine Commit Behavior 20050208
7 GET_DOCUMENTS Instance method Public Method Determine Linked Documents for Business Object 20050208
8 GET_INSTANCE Static method Public Method Retrieve Instance 20050208
9 REMOVE_DOCUMENT Instance method Public Method Delete Linked Document 20050208
10 REMOVE_DOCUMENTS Instance method Public Method Delete all Linked Documents 20050208
11 REMOVE_DOCUMENT_INTERNAL Instance method Protected Method Delete Document from Internal Table 20050208
12 SET_AUTHORIZATION Instance method Public Method Set Authorization Object 20050208
13 SET_CHECK_LEVEL Instance method Public Method Settings for Checks 20050208
14 SET_CHECK_LEVEL_GLOBAL Static method Public Method Settings for Checks (Global) 20050208
15 SET_COMMIT_BEHAVIOUR Instance method Public Method Define Commit Behavior 20050208
Events
Class CL_DPR_CFX_OBJLINKS_OBJECT has no event.
Types
Class CL_DPR_CFX_OBJLINKS_OBJECT has no local type.
Method Signatures

Method ADD_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_EDMS_DOCUMENT EDMS: Dokument/Folder 20050208

Method ADD_DOCUMENT on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method ADD_DOCUMENT_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_EDMS_DOCUMENT EDMS: Dokument/Folder 20050208

Method ADD_DOCUMENT_INTERNAL on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method DELETE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Value transfer Type reference (TYPE) SIBFLPORB Lokale Persistente Objektreferenz - BOR kompatibel 20050208

Method DELETE_INSTANCE on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method DOCNAME_EXISTENCE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOCID Call by reference Type reference (TYPE) EDMS_DOCID EDMS: Dokument-ID 20050208
2 Importing I_DOCNAME Value transfer Type reference (TYPE) EDMS_DOC_NAME EDMS: Dokumentname 20050208
3 Importing I_DOCTYPE Call by reference Type reference (TYPE) ACO_OBJECT_TYPE Object Category 20091112
4 Returning R_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Dokumentname existiert bereits 20050208

Method DOCNAME_EXISTENCE_CHECK on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method GET_COMMIT_BEHAVIOUR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DO_COMMIT Value transfer Type reference (TYPE) ABAP_BOOL 20050208
2 Exporting E_IN_NEW_LUW Call by reference Type reference (TYPE) ABAP_BOOL 20050208

Method GET_COMMIT_BEHAVIOUR on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method GET_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE_READ Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050208
2 Returning RT_DOCUMENTS Value transfer Type reference (TYPE) EDMS_TT_DOCUMENT_ID EDMS: Liste von Dokumenten 20050208

Method GET_DOCUMENTS on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Value transfer Type reference (TYPE) SIBFLPORB Lokale Persistente Objektreferenz - BOR kompatibel 20050208
2 Returning RP_INSTANCE Value transfer Object reference (TYPE REF TO) CL_DPR_CFX_OBJLINKS_OBJECT EDMS: Objetkverknüpfungen 20050208

Method GET_INSTANCE on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method REMOVE_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_EDMS_DOCUMENT EDMS: Dokument/Folder 20050208

Method REMOVE_DOCUMENT on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method REMOVE_DOCUMENTS Signature

Method REMOVE_DOCUMENTS on class CL_DPR_CFX_OBJLINKS_OBJECT has no parameter.
Method REMOVE_DOCUMENTS on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method REMOVE_DOCUMENT_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_EDMS_DOCUMENT EDMS: Dokument/Folder 20050208

Method REMOVE_DOCUMENT_INTERNAL on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method SET_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_AUTHORIZATION Call by reference Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Informationen zu einem Ber.subjekt 20050208

Method SET_AUTHORIZATION on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method SET_CHECK_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_AUTHORIZATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Berechtigungen ignorieren 20050208

Method SET_CHECK_LEVEL on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method SET_CHECK_LEVEL_GLOBAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_AUTHORIZATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Berechtigungen ignorieren 20050208

Method SET_CHECK_LEVEL_GLOBAL on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.

Method SET_COMMIT_BEHAVIOUR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DO_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL Commit Work 20050208
2 Importing I_IN_NEW_LUW Call by reference Type reference (TYPE) ABAP_BOOL Commit Work & Wait in neuer LUW ausführen 20050208

Method SET_COMMIT_BEHAVIOUR on class CL_DPR_CFX_OBJLINKS_OBJECT has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 400