SAP ABAP Class CL_DPR_DOCUMENT_SERVICES (General Services for Using Documents)
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_SERVICES | |
Short Description | General Services for Using Documents | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | DEVELOPMENT_PROJECTS_DOCUMENT | Project Management - Documents |
Created | 20040116 | 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) |
Interfaces
Class CL_DPR_DOCUMENT_SERVICES has no interface implemented.
Friends
Class CL_DPR_DOCUMENT_SERVICES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | Checkin via HTTP? | 20100406 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Reads Document Collection for Project Element | 20040116 |
2 | ![]() |
Static method | Public | Method | Reads Reference from EDMS Collection for a GUID | 20040116 |
3 | ![]() |
Static method | Public | Method | Remove Select Single to DPR_DOCUMENT with DPR GUID | 20040211 |
4 | ![]() |
Static method | Public | Method | Remove Select Single to DPR_DOCUMENT with EDMS GUID | 20040326 |
5 | ![]() |
Static method | Public | Method | Determine Entity for Document | 20050803 |
6 | ![]() |
Static method | Public | Method | Return if the HTTP-Based Check-In/Out Is Active | 20100406 |
7 | ![]() |
Static method | Public | Method | (De-)Activate the HTTP-Based Check-In/Out Scenario | 20100406 |
Events
Class CL_DPR_DOCUMENT_SERVICES has no event.
Types
Class CL_DPR_DOCUMENT_SERVICES has no local type.
Method Signatures
Method GET_DOCUMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_COMMON | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Development Projects: Schnittstelle aller Anwendungsobjekte | 20040116 | ||
2 | ![]() |
RR_DOCUMENTS | Value transfer | Object reference (TYPE REF TO) | CL_DPR_DOCUMENTS | Development Projects: Collection für Dokumente | 20040116 |
Method GET_DOCUMENTS on class CL_DPR_DOCUMENT_SERVICES has no exception.
Method GET_DOCUMENT_BY_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DOCUMENTS | Call by reference | Object reference (TYPE REF TO) | CL_DPR_DOCUMENTS | Development Projects: Collection für Objektverknüpfungen | 20040116 | ||
2 | ![]() |
IV_CHECK_FOLDER | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | 'X': Prüfung Ordner vs. Dokument | 20040116 | |
3 | ![]() |
IV_DOCUMENT_GUID | Value transfer | Type reference (TYPE) | DPR_TV_ENTITY_GUID | GUID für Dokument | 20040116 | ||
4 | ![]() |
IV_FOLDER | Call by reference | Type reference (TYPE) | DPR_TV_IS_FOLDER | CL_DPR_CO=>SC_FALSE | 'X': Ordner; ' ': Dokument | 20040116 | |
5 | ![]() |
RR_DOCUMENT | Value transfer | Object reference (TYPE REF TO) | CL_DPR_DOCUMENT | Development Projects: Objektverknüpfung | 20040116 |
Method GET_DOCUMENT_BY_GUID on class CL_DPR_DOCUMENT_SERVICES has no exception.
Method GET_DPR_DOCUMENT_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | GUID des Anwendungsobjekts | 20040211 | ||
2 | ![]() |
RS_DOCUMENT | Value transfer | Type reference (TYPE) | DPR_TS_DOCUMENT | Dokumente | 20040211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Satz nicht gefunden | 20040212 |
Method GET_EDMS_DOCUMENT_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EDMS_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | GUID des Anwendungsobjekts | 20040326 | ||
2 | ![]() |
RS_DOCUMENT | Value transfer | Type reference (TYPE) | DPR_TS_DOCUMENT | Dokumente | 20040326 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Satz nicht gefunden | 20040326 |
Method GET_ENTITY_OF_DOC_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ENTITY_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | GUID des Projektelements | 20050803 | ||
2 | ![]() |
EV_ENTITY_ID | Call by reference | Type reference (TYPE) | STRING | Externe ID des Projektelements | 20050803 | ||
3 | ![]() |
EV_ENTITY_OTYPE | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_TYPE | Objekttyp des Projektelements | 20050803 | ||
4 | ![]() |
EV_ENTITY_OTYPE_TEXT | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_TYPE_TEXT | Objekttyptext des Projektelements | 20050803 | ||
5 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | EDMS- oder DPR-GUID zum Dokument | 20050803 |
Method GET_ENTITY_OF_DOC_DB on class CL_DPR_DOCUMENT_SERVICES has no exception.
Method GET_HTTP_CHECKIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HTTP_CHECKING | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100406 |
Method GET_HTTP_CHECKIN on class CL_DPR_DOCUMENT_SERVICES has no exception.
Method SET_HTTP_CHECKIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HTTP_CHECKIN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100406 |
Method SET_HTTP_CHECKIN on class CL_DPR_DOCUMENT_SERVICES has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 310 |