SAP ABAP Class CL_CPRO_WEBDAV_FOLDER (cProject Suite WebDAV Folder)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM (Application Component) Product Lifecycle Management
⤷
CPRO (Package) Interface for File Explorer Integration

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_CPRO_WEBDAV_CONTAINER | WebDAV Container Object (Abstract) | 20050320 |
Properties
Class | CL_CPRO_WEBDAV_FOLDER | |
Short Description | cProject Suite WebDAV Folder | |
Super Class | CL_CPRO_WEBDAV_CONTAINER | WebDAV Container Object (Abstract) |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CPRO | Interface for File Explorer Integration |
Created | 20050320 | 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_CPRO_WEBDAV_FOLDER has no interface implemented.
Friends
Class CL_CPRO_WEBDAV_FOLDER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CPRO_API_TS_OBJECTID | Object Identifier of Superior Project Element | 20050413 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CPRO_API_TS_OBJECTID | Object Identifier of Superior Object | 20050413 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Number of Superior Project Element | 20050428 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Name of Current Status (if Available) | 20050415 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Calls BAdI to Change Object Attributes | 20050509 |
2 | ![]() |
Instance method | Private | Method | Checks Whether Folder Can Be Deleted | 20050509 |
3 | ![]() |
Instance method | Private | Method | Checks Whether Folder Name Can Be Changed | 20050509 |
4 | ![]() |
Instance method | Private | Method | Compares Source URL to Target URL | 20050418 |
5 | ![]() |
Instance method | Public | Constructor | Constructor | 20050324 |
6 | ![]() |
Instance method | Private | Method | Delete cFolders Folder | 20050406 |
7 | ![]() |
Instance method | Private | Method | Delete cProjects Folder | 20050406 |
8 | ![]() |
Instance method | Private | Method | Fills Object Variables with Attributes (cFolders Folder) | 20050415 |
9 | ![]() |
Instance method | Private | Method | Fills Object Variables with Attributes (cProjects Folder) | 20050428 |
10 | ![]() |
Instance method | Private | Method | Read Data of a Folder from Database | 20050408 |
11 | ![]() |
Instance method | Private | Method | Move cFolders Folder | 20050406 |
12 | ![]() |
Instance method | Private | Method | Move cProjects Folder | 20050406 |
Events
Class CL_CPRO_WEBDAV_FOLDER has no event.
Types
Class CL_CPRO_WEBDAV_FOLDER has no local type.
Method Signatures
Method CALL_BADI_PROPFIND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_PROPERTIES | Call by reference | Type reference (TYPE) | CPRO_WEBDAV_TT_PROPERTY_CUST | Tabelle mit WebDAV-Daten zu Attributen | 20050509 | ||
2 | ![]() |
IS_OBJECT_ID | Call by reference | Type reference (TYPE) | CPRO_API_TS_OBJECTID | Objekt Identifikator | 20050509 | ||
3 | ![]() |
IT_REQUESTED_PROPERTIES | Call by reference | Type reference (TYPE) | CPRO_WEBDAV_TT_PROPERTY_ID | Tabelle mit Attribut-Namen und Namensraum | 20050509 | ||
4 | ![]() |
I_ALL_PROPERTIES | Call by reference | Type reference (TYPE) | BOOLEAN | 'X'= alle Attribute | 20050509 | ||
5 | ![]() |
I_NAMES_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | 'X'= nur die Namen der Attribute | 20050509 | ||
6 | ![]() |
I_USER_AGENT | Call by reference | Type reference (TYPE) | STRING | WebDAV-Anwendung, an die die Attribute geschickt werden | 20050509 |
Method CALL_BADI_PROPFIND on class CL_CPRO_WEBDAV_FOLDER has no exception.
Method CHECK_BEFORE_DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CPRO_FAULT | Call by reference | Type reference (TYPE) | CPRO_API_TS_RETURN_CODE | Allgemeine Rückgabestruktur mit Fehlerbeschreibung | 20050509 | ||
2 | ![]() |
IP_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20050509 |
Method CHECK_BEFORE_DELETE on class CL_CPRO_WEBDAV_FOLDER has no exception.
Method CHECK_BEFORE_MOVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CPRO_FAULT | Call by reference | Type reference (TYPE) | CPRO_API_TS_RETURN_CODE | Allgemeine Rückgabestruktur mit Fehlerbeschreibung | 20050509 | ||
2 | ![]() |
E_NEW_NAME | Call by reference | Type reference (TYPE) | STRING | Neuer Name der Mappe | 20050509 | ||
3 | ![]() |
IP_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20050509 | ||
4 | ![]() |
I_DST_URL | Call by reference | Type reference (TYPE) | STRING | Ziel-URL | 20050509 | ||
5 | ![]() |
I_URL | Call by reference | Type reference (TYPE) | STRING | URL | 20050509 |
Method CHECK_BEFORE_MOVE on class CL_CPRO_WEBDAV_FOLDER has no exception.
Method COMPARE_URLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_NEW_NAME | Call by reference | Type reference (TYPE) | STRING | Neuer Name der Mappe | 20050418 | ||
2 | ![]() |
E_PARENTS_DIFFER | Call by reference | Type reference (TYPE) | CPRO_API_T_FLAG | einstelliges Feld; auch als Boolean verwendbar (X=true) | 20050418 | ||
3 | ![]() |
E_URLS_COINCIDE | Call by reference | Type reference (TYPE) | CPRO_API_T_FLAG | einstelliges Feld; auch als Boolean verwendbar (X=true) | 20050418 | ||
4 | ![]() |
I_DST_URL | Call by reference | Type reference (TYPE) | STRING | Ziel-URL | 20050418 | ||
5 | ![]() |
I_URL | Call by reference | Type reference (TYPE) | STRING | Quell-URL | 20050418 |
Method COMPARE_URLS on class CL_CPRO_WEBDAV_FOLDER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_OBJECT_ID | Call by reference | Type reference (TYPE) | CPRO_API_TS_OBJECTID | Objekt Identifikator | 20050406 | ||
2 | ![]() |
IS_OBJECT_NAMES | Call by reference | Type reference (TYPE) | CPRO_WEBDAV_TS_OBJ_NAMES | Struktur: Objekt-Name und eindeutiger Name (mit externer ID) | 20050413 | ||
3 | ![]() |
IS_PARENT_BO_ID | Call by reference | Type reference (TYPE) | CPRO_API_TS_OBJECTID | Objekt Identifikator des übergeordneten Projektelements | 20050413 | ||
4 | ![]() |
IS_PARENT_OBJ_ID | Call by reference | Type reference (TYPE) | CPRO_API_TS_OBJECTID | Objekt Identifikator des übergeordneten Objekts | 20050413 | ||
5 | ![]() |
I_PARENT_URL | Call by reference | Type reference (TYPE) | STRING | URL des übergeordneten Objekts | 20050324 |
Method CONSTRUCTOR on class CL_CPRO_WEBDAV_FOLDER has no exception.
Method DELETE_CFX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CPRO_FAULT | Call by reference | Type reference (TYPE) | CPRO_API_TS_RETURN_CODE | Allgemeine Rückgabestruktur mit Fehlerbeschreibung | 20050509 | ||
2 | ![]() |
IP_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20050421 |
Method DELETE_CFX on class CL_CPRO_WEBDAV_FOLDER has no exception.
Method DELETE_DPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CPRO_FAULT | Call by reference | Type reference (TYPE) | CPRO_API_TS_RETURN_CODE | Allgemeine Rückgabestruktur mit Fehlerbeschreibung | 20050509 | ||
2 | ![]() |
IP_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20050502 |
Method DELETE_DPR on class CL_CPRO_WEBDAV_FOLDER has no exception.
Method FILL_INT_PROP_VARS_CFX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CPRO_FAULT | Call by reference | Type reference (TYPE) | CPRO_API_TS_RETURN_CODE | Allgemeine Rückgabestruktur mit Fehlerbeschreibung | 20050415 |
Method FILL_INT_PROP_VARS_CFX on class CL_CPRO_WEBDAV_FOLDER has no exception.
Method FILL_INT_PROP_VARS_DPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CPRO_FAULT | Call by reference | Type reference (TYPE) | CPRO_API_TS_RETURN_CODE | Allgemeine Rückgabestruktur mit Fehlerbeschreibung | 20050428 |
Method FILL_INT_PROP_VARS_DPR on class CL_CPRO_WEBDAV_FOLDER has no exception.
Method GET_FOLDER_DETAIL_DPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CPRO_FAULT | Call by reference | Type reference (TYPE) | CPRO_API_TS_RETURN_CODE | Allgemeine Rückgabestruktur mit Fehlerbeschreibung | 20050428 | ||
2 | ![]() |
ES_FOLDER_DETAIL | Call by reference | Type reference (TYPE) | BAPI_TS_FOLDER_DETAIL | BAPI FOLDER_GET_DETAIL: Folder Fields (EDMS) | 20050408 | ||
3 | ![]() |
E_PARENT_BO_NUMBER | Call by reference | Type reference (TYPE) | STRING | Nummer des übergeordneten Projektelements | 20050428 | ||
4 | ![]() |
I_FOLDER_GUID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20050408 | ||
5 | ![]() |
I_PARENT_BO_GUID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20050408 | ||
6 | ![]() |
I_PARENT_BO_TYPE | Call by reference | Type reference (TYPE) | CPRO_WEBDAV_T_OBJECT_TYPE | Objekttyp des übergeordneten Projektelements | 20050408 |
Method GET_FOLDER_DETAIL_DPR on class CL_CPRO_WEBDAV_FOLDER has no exception.
Method MOVE_CFX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CPRO_FAULT | Call by reference | Type reference (TYPE) | CPRO_API_TS_RETURN_CODE | Allgemeine Rückgabestruktur mit Fehlerbeschreibung | 20050509 | ||
2 | ![]() |
IP_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20050418 | ||
3 | ![]() |
I_NEW_NAME | Call by reference | Type reference (TYPE) | STRING | Neuer Name der Mappe | 20050509 |
Method MOVE_CFX on class CL_CPRO_WEBDAV_FOLDER has no exception.
Method MOVE_DPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CPRO_FAULT | Call by reference | Type reference (TYPE) | CPRO_API_TS_RETURN_CODE | Allgemeine Rückgabestruktur mit Fehlerbeschreibung | 20050509 | ||
2 | ![]() |
IP_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20050502 | ||
3 | ![]() |
I_NEW_NAME | Call by reference | Type reference (TYPE) | STRING | Neuer Name des Ordners | 20050509 |
Method MOVE_DPR on class CL_CPRO_WEBDAV_FOLDER has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 400 |