SAP ABAP Class CL_EDMS_OBJLINKS_OBJECT (EDMS: Object Links)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-DOC (Application Component) Engineering Documents
     EDMS_DOCUMENT_OBJLINKS (Package) EDMS: Object Links
Properties
Class CL_EDMS_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 EDMS_DOCUMENT_OBJLINKS   EDMS: Object Links 
Created 20020423   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_EDMS_OBJLINKS_OBJECT has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_EDMS_OBJLINKS_DOCUMENT 20020605 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 20020524
2 MT_DOCUMENTS Instance attribute Private Type reference (TYPE) TT_DOCUMENTS 20020423
3 M_COMMIT Instance attribute Private Type reference (TYPE) ABAP_BOOL 20020423
4 M_COMMIT_NEW_LUW Instance attribute Private Type reference (TYPE) ABAP_BOOL 20020712
5 M_DOCUMENTS_READ Instance attribute Private Type reference (TYPE) ABAP_BOOL 20020423
6 M_IGNORE_AUTHORIZATION Instance attribute Private Type reference (TYPE) ABAP_BOOL Ignore Authorizations 20020611
7 M_OBJECT Instance attribute Private Type reference (TYPE) SIBFLPORB Local Persistent Object Reference - BOR Compatible 20020423
8 SR_BADI Static Attribute Private Object reference (TYPE REF TO) EDMS_SUBAPPLICATION BAdI Interface IF_EX_EDMS_SUBAPPLICATION 20030312
9 ST_INSTANCES Static Attribute Private Type reference (TYPE) TT_INSTANCES 20020423
10 S_IGNORE_AUTHORIZATION Static Attribute Private Type reference (TYPE) ABAP_BOOL Global Switch: Ignore Authorization 20041214
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DOCUMENT Instance method Public Method Link Document to Business Object 20020423
2 ADD_DOCUMENT_INTERNAL Instance method Protected Method Include Document in Internal Table 20020605
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20030312
4 DELETE_INSTANCE Static method Public Method Delete Instance 20020423
5 DOCNAME_EXISTENCE_CHECK Instance method Public Method Check Uniqueness of Document 20020605
6 GET_COMMIT_BEHAVIOUR Instance method Public Method Determine Commit Behavior 20020423
7 GET_DOCUMENTS Instance method Public Method Determine Linked Documents for Business Object 20020423
8 GET_INSTANCE Static method Public Method Retrieve Instance 20020423
9 REMOVE_DOCUMENT Instance method Public Method Delete Linked Document 20020423
10 REMOVE_DOCUMENTS Instance method Public Method Delete all Linked Documents 20020423
11 REMOVE_DOCUMENT_INTERNAL Instance method Protected Method Delete Document from Internal Table 20020605
12 SET_AUTHORIZATION Instance method Public Method Set Authorization Object 20020524
13 SET_CHECK_LEVEL Instance method Public Method Settings for Checks 20020611
14 SET_CHECK_LEVEL_GLOBAL Static method Public Method Settings for Checks (Global) 20041214
15 SET_COMMIT_BEHAVIOUR Instance method Public Method Define Commit Behavior 20020423
Events
Class CL_EDMS_OBJLINKS_OBJECT has no event.
Types
Class CL_EDMS_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 20020423

Method ADD_DOCUMENT on class CL_EDMS_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 20020605

Method ADD_DOCUMENT_INTERNAL on class CL_EDMS_OBJLINKS_OBJECT has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_EDMS_OBJLINKS_OBJECT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EDMS_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 20020423

Method DELETE_INSTANCE on class CL_EDMS_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 20020605
2 Importing I_DOCNAME Value transfer Type reference (TYPE) EDMS_DOC_NAME EDMS: Dokumentname 20020605
3 Returning R_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Dokumentname existiert bereits 20020605

Method DOCNAME_EXISTENCE_CHECK on class CL_EDMS_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 20020712
2 Exporting E_IN_NEW_LUW Call by reference Type reference (TYPE) ABAP_BOOL 20020712

Method GET_COMMIT_BEHAVIOUR on class CL_EDMS_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 20020423
2 Returning RT_DOCUMENTS Value transfer Type reference (TYPE) EDMS_TT_DOCUMENT_ID EDMS: Liste von Dokumenten 20020423

Method GET_DOCUMENTS on class CL_EDMS_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 20020423
2 Returning RP_INSTANCE Value transfer Object reference (TYPE REF TO) CL_EDMS_OBJLINKS_OBJECT EDMS: Objetkverknüpfungen 20020423

Method GET_INSTANCE on class CL_EDMS_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 20020423

Method REMOVE_DOCUMENT on class CL_EDMS_OBJLINKS_OBJECT has no exception.

Method REMOVE_DOCUMENTS Signature

Method REMOVE_DOCUMENTS on class CL_EDMS_OBJLINKS_OBJECT has no parameter.
Method REMOVE_DOCUMENTS on class CL_EDMS_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 20020605

Method REMOVE_DOCUMENT_INTERNAL on class CL_EDMS_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 20020524

Method SET_AUTHORIZATION on class CL_EDMS_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 20020611

Method SET_CHECK_LEVEL on class CL_EDMS_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 20041214

Method SET_CHECK_LEVEL_GLOBAL on class CL_EDMS_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 20020423
2 Importing I_IN_NEW_LUW Call by reference Type reference (TYPE) ABAP_BOOL Commit Work & Wait in neuer LUW ausführen 20020712

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