SAP ABAP Interface IF_SWDCL_CONNECTION (DAV Connection Object)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-RM (Application Component) SAP Records Management
⤷
SWEBDAV_CLIENT (Package) WebDAV Client
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWDCL_CONNECTION | WebDAV: Connection | 20030516 |
Properties
| Interface | IF_SWDCL_CONNECTION | |
| Short Description | DAV Connection Object |
General Data
| Package | SWEBDAV_CLIENT | WebDAV Client |
| Created | 20030516 | SAP |
| Last changed | 00000000 | SAP |
| 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) |
Interfaces
Interface IF_SWDCL_CONNECTION has no interface.
Friends
Interface IF_SWDCL_CONNECTION has no friend.
Attributes
Interface IF_SWDCL_CONNECTION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Accept Cookies | 20030516 | |
| 2 | Instance method | Public | Method | Get Basic Authorization | 20030516 | |
| 3 | Instance method | Public | Method | URL with Server Path/Servlet Name | 20030516 | |
| 4 | Instance method | Public | Method | Gets Host | 20030516 | |
| 5 | Instance method | Public | Method | Gets HTTP Client | 20030516 | |
| 6 | Instance method | Public | Method | Gets HTTP Protocol | 20030516 | |
| 7 | Instance method | Public | Method | Gets ID (Temporary ID for Identifying Instance) | 20030516 | |
| 8 | Instance method | Public | Method | Gets Password | 20030516 | |
| 9 | Instance method | Public | Method | Gets Server Path | 20030516 | |
| 10 | Instance method | Public | Method | Gets Port | 20030516 | |
| 11 | Instance method | Public | Method | URL Without Server Path/Servlet Name | 20030516 | |
| 12 | Instance method | Public | Method | Get RFC Destination | 20030516 | |
| 13 | Instance method | Public | Method | Gets Server Address | 20030516 | |
| 14 | Instance method | Public | Method | Gets Trace Options | 20030516 | |
| 15 | Instance method | Public | Method | Gets User | 20030516 | |
| 16 | Instance method | Public | Method | Sets Trace Options | 20030516 |
Events
Interface IF_SWDCL_CONNECTION has no event.
Types
Interface IF_SWDCL_CONNECTION has no local type.
Method Signatures
Method ACCEPT_COOKIE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACCEPT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20030516 |
Method ACCEPT_COOKIE on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_BASIC_AUTHORIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_AUTHORIZATION | Value transfer | Type reference (TYPE) | STRING | Authorization | 20030516 |
Method GET_BASIC_AUTHORIZATION on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_DAV_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_URL | Call by reference | Type reference (TYPE) | STRING | Url | 20030516 | |||
| 2 | R_URL | Value transfer | Type reference (TYPE) | STRING | Url | 20030516 |
Method GET_DAV_URL on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_HOST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HOST | Value transfer | Type reference (TYPE) | STRING | Hostname | 20030516 |
Method GET_HOST on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_HTTP_CLIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_CLIENT | Value transfer | Object reference (TYPE REF TO) | IF_HTTP_CLIENT | HTTP Client Abstraction | 20030516 |
Method GET_HTTP_CLIENT on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_HTTP_PROTOCOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PROTOCOL | Value transfer | Type reference (TYPE) | STRING | Protokoll | 20030516 |
Method GET_HTTP_PROTOCOL on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ID | Value transfer | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20030516 |
Method GET_ID on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_PASSWORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PASSWORD | Value transfer | Type reference (TYPE) | STRING | 20030516 |
Method GET_PASSWORD on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PATH | Value transfer | Type reference (TYPE) | STRING | Pfad | 20030516 |
Method GET_PATH on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_PORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PORT | Value transfer | Type reference (TYPE) | STRING | Port | 20030516 |
Method GET_PORT on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_RESOURCE_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_URL | Call by reference | Type reference (TYPE) | STRING | URL | 20030516 | |||
| 2 | R_URL | Value transfer | Type reference (TYPE) | STRING | URL ohne Serverpathpräfix | 20030516 |
Method GET_RESOURCE_URL on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_RFC_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RFC_DESTINATION | Value transfer | Type reference (TYPE) | RFCDES-RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20030516 |
Method GET_RFC_DESTINATION on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_SERVER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SERVER | Value transfer | Type reference (TYPE) | STRING | Servername | 20030516 |
Method GET_SERVER on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_TRACE_OPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FILE | Call by reference | Type reference (TYPE) | STRING | Dateiname für Trace | 20030516 | |||
| 2 | E_LOCAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | lokaler Dateiname | 20030516 | |||
| 3 | E_TRACE_ON | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tracew aktiv | 20030516 |
Method GET_TRACE_OPTIONS on Interface IF_SWDCL_CONNECTION has no exception.
Method GET_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_USER | Value transfer | Type reference (TYPE) | STRING | 20030516 |
Method GET_USER on Interface IF_SWDCL_CONNECTION has no exception.
Method SET_TRACE_OPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILE | Call by reference | Type reference (TYPE) | STRING | Dateiname | 20030516 | |||
| 2 | I_LOCAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Schreibe lokales Tracefile | 20030516 | ||
| 3 | I_TRACE_ON | Call by reference | Type reference (TYPE) | ABAP_BOOL | Trace aktiv | 20030516 |
Method SET_TRACE_OPTIONS on Interface IF_SWDCL_CONNECTION has no exception.
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in | 640 |