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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
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 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_ACO_AUTHORIZATION | Information About Authorization Subject | 20020524 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_DOCUMENTS | 20020423 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20020423 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20020712 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20020423 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Ignore Authorizations | 20020611 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SIBFLPORB | Local Persistent Object Reference - BOR Compatible | 20020423 | ||
8 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | EDMS_SUBAPPLICATION | BAdI Interface IF_EX_EDMS_SUBAPPLICATION | 20030312 | ||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_INSTANCES | 20020423 | |||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | Global Switch: Ignore Authorization | 20041214 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Link Document to Business Object | 20020423 |
2 | ![]() |
Instance method | Protected | Method | Include Document in Internal Table | 20020605 |
3 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20030312 |
4 | ![]() |
Static method | Public | Method | Delete Instance | 20020423 |
5 | ![]() |
Instance method | Public | Method | Check Uniqueness of Document | 20020605 |
6 | ![]() |
Instance method | Public | Method | Determine Commit Behavior | 20020423 |
7 | ![]() |
Instance method | Public | Method | Determine Linked Documents for Business Object | 20020423 |
8 | ![]() |
Static method | Public | Method | Retrieve Instance | 20020423 |
9 | ![]() |
Instance method | Public | Method | Delete Linked Document | 20020423 |
10 | ![]() |
Instance method | Public | Method | Delete all Linked Documents | 20020423 |
11 | ![]() |
Instance method | Protected | Method | Delete Document from Internal Table | 20020605 |
12 | ![]() |
Instance method | Public | Method | Set Authorization Object | 20020524 |
13 | ![]() |
Instance method | Public | Method | Settings for Checks | 20020611 |
14 | ![]() |
Static method | Public | Method | Settings for Checks (Global) | 20041214 |
15 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
I_DOCID | Call by reference | Type reference (TYPE) | EDMS_DOCID | EDMS: Dokument-ID | 20020605 | ||
2 | ![]() |
I_DOCNAME | Value transfer | Type reference (TYPE) | EDMS_DOC_NAME | EDMS: Dokumentname | 20020605 | ||
3 | ![]() |
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 | ![]() |
E_DO_COMMIT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20020712 | |||
2 | ![]() |
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 | ![]() |
I_FORCE_READ | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20020423 | ||
2 | ![]() |
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 | ![]() |
I_OBJECT | Value transfer | Type reference (TYPE) | SIBFLPORB | Lokale Persistente Objektreferenz - BOR kompatibel | 20020423 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
I_DO_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | Commit Work | 20020423 | ||
2 | ![]() |
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 |