SAP ABAP Class IF_SWDCL_NAMESPACE_CLIENT (DAV Client)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWDCL_NAMESPACE_CLIENT | WebDAV: Performs Namespace Operations | 20030519 |
Properties
| Class | IF_SWDCL_NAMESPACE_CLIENT | |
| Short Description | DAV Client | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20030516 | SAP |
| Last change | 00000000 | SAP |
| 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 IF_SWDCL_NAMESPACE_CLIENT has no interface implemented.
Friends
Class IF_SWDCL_NAMESPACE_CLIENT has no friend class.
Attributes
Class IF_SWDCL_NAMESPACE_CLIENT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Copy Resource | 20030516 | |
| 2 | Instance method | Public | Method | Create Collection | 20030516 | |
| 3 | Instance method | Public | Method | Create Link | 20030516 | |
| 4 | Instance method | Public | Method | Delete Resource | 20030516 | |
| 5 | Instance method | Public | Method | HTTP Get | 20030516 | |
| 6 | Instance method | Public | Method | Move Resource | 20030516 | |
| 7 | Instance method | Public | Method | HTTP Put | 20030516 |
Events
Class IF_SWDCL_NAMESPACE_CLIENT has no event.
Types
Class IF_SWDCL_NAMESPACE_CLIENT has no local type.
Method Signatures
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DEPTH | Call by reference | Type reference (TYPE) | STRING | 'infinity' | Tiefe bei einer Collection | 20030516 | ||
| 2 | I_DESTINATION_URL | Call by reference | Type reference (TYPE) | STRING | Ziel | 20030516 | |||
| 3 | I_OVERWRITE_DESTINATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Ziel überschreiben | 20030516 | ||
| 4 | I_URL | Call by reference | Type reference (TYPE) | STRING | URL | 20030516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeiner Fehler | 20030516 |
Method CREATE_COLLECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOCK_TOKEN | Call by reference | Type reference (TYPE) | STRING | Locktoken | 20030516 | |||
| 2 | I_URL | Call by reference | Type reference (TYPE) | STRING | URL | 20030516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeiner Fehler | 20030516 |
Method CREATE_LINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LINK_TYPE | Call by reference | Type reference (TYPE) | I | Linktyp | 20030516 | |||
| 2 | I_LOCK_TOKEN | Call by reference | Type reference (TYPE) | STRING | Locktoken | 20030516 | |||
| 3 | I_TARGET_URL | Call by reference | Type reference (TYPE) | STRING | Target-Url | 20030516 | |||
| 4 | I_URL | Call by reference | Type reference (TYPE) | STRING | URL | 20030516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeiner Fehler | 20030516 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOCK_TOKEN | Call by reference | Type reference (TYPE) | STRING | Locktoken | 20030516 | |||
| 2 | I_URL | Call by reference | Type reference (TYPE) | STRING | Url | 20030516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeiner Fehler | 20030516 |
Method GET_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CONTENT | Call by reference | Type reference (TYPE) | XSTRING | Body | 20030516 | |||
| 2 | E_CONTENT_LENGTH | Call by reference | Type reference (TYPE) | I | Dateigröße | 20030516 | |||
| 3 | E_CONTENT_TYPE | Call by reference | Type reference (TYPE) | STRING | Mimetyp | 20030516 | |||
| 4 | I_URL | Call by reference | Type reference (TYPE) | STRING | Url | 20030516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeiner Fehler | 20030516 |
Method MOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESTINATION_URL | Call by reference | Type reference (TYPE) | STRING | Ziel | 20030516 | |||
| 2 | I_OVERWRITE_DESTINATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Ziel überschreiben | 20030516 | ||
| 3 | I_URL | Call by reference | Type reference (TYPE) | STRING | URL | 20030516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeiner Fehler | 20030516 |
Method WRITE_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTENT | Call by reference | Type reference (TYPE) | XSTRING | Content | 20030516 | |||
| 2 | I_CONTENT_LENGTH | Call by reference | Type reference (TYPE) | I | Dateigröße | 20030516 | |||
| 3 | I_CONTENT_TYPE | Call by reference | Type reference (TYPE) | STRING | Dateityp | 20030516 | |||
| 4 | I_LOCK_TOKEN | Call by reference | Type reference (TYPE) | STRING | Locktoken | 20030516 | |||
| 5 | I_URL | Call by reference | Type reference (TYPE) | STRING | URL | 20030516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeiner Fehler | 20030516 |
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in |