SAP IF_HTTP_WEBDAV_RESOURCE OO Class - WebDAV Resource
IF_HTTP_WEBDAV_RESOURCE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_HTTP_WEBDAV_RESOURCE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of IF_HTTP_WEBDAV_RESOURCE SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| COPY | Copy of Resource (COPY Request) | Public |
| CALL METHOD if_http_webdav_resource=>COPY...more details | ||
| CUSTOM_REQUEST | Unknown Action (...-Request) | Public |
| CALL METHOD if_http_webdav_resource=>CUSTOM_REQUEST...more details | ||
| DELETE | Deletion of Resource (DELETE-Request) | Public |
| CALL METHOD if_http_webdav_resource=>DELETE...more details | ||
| GET | Documents of Resource (GET Request) | Public |
| CALL METHOD if_http_webdav_resource=>GET...more details | ||
| GET_ACTIVELOCK | Current Lock | Public |
| CALL METHOD if_http_webdav_resource=>GET_ACTIVELOCK...more details | ||
| GET_CHILDREN | Children | Public |
| CALL METHOD if_http_webdav_resource=>GET_CHILDREN...more details | ||
|
| ||
| GET_CONTENTLENGTH | Contents Size in Bytes | Public |
| CALL METHOD if_http_webdav_resource=>GET_CONTENTLENGTH...more details | ||
| GET_CONTENTTYPE | Mime Type of Content | Public |
| CALL METHOD if_http_webdav_resource=>GET_CONTENTTYPE...more details | ||
| GET_CREATIONDATE | Creation Date | Public |
| CALL METHOD if_http_webdav_resource=>GET_CREATIONDATE...more details | ||
| GET_DISPLAYNAME | Display name | Public |
| CALL METHOD if_http_webdav_resource=>GET_DISPLAYNAME...more details | ||
| GET_LASTMODIFIED | Changed On | Public |
| CALL METHOD if_http_webdav_resource=>GET_LASTMODIFIED...more details | ||
| GET_LOCKENTRY | Possibility of Lock | Public |
| CALL METHOD if_http_webdav_resource=>GET_LOCKENTRY...more details | ||
| HEAD | GET Without Body (HEAD-Request) | Public |
| CALL METHOD if_http_webdav_resource=>HEAD...more details | ||
| LOCK | Lock of Resource (LOCK-Request) | Public |
| CALL METHOD if_http_webdav_resource=>LOCK...more details | ||
| MKCOL | Creates a Folder under URL (MKCOL Request) | Public |
| CALL METHOD if_http_webdav_resource=>MKCOL...more details | ||
| MOVE | Move of Resource (MOVE-Request) | Public |
| CALL METHOD if_http_webdav_resource=>MOVE...more details | ||
| OPTIONS | Possible Actions (OPTIONS-Request) | Public |
| CALL METHOD if_http_webdav_resource=>OPTIONS...more details | ||
| POST | (POST Request) | Public |
| CALL METHOD if_http_webdav_resource=>POST...more details | ||
| PROPFIND | Read Properties of Resourse (PROFIND Request) | Public |
| CALL METHOD if_http_webdav_resource=>PROPFIND...more details | ||
| PROPPATCH | Set Properties of Resource (PROPPATCH-Request) | Public |
| CALL METHOD if_http_webdav_resource=>PROPPATCH...more details | ||
| PUT | Creates a New Document under URL (PUT Request) | Public |
| CALL METHOD if_http_webdav_resource=>PUT...more details | ||
| UNLOCK | Reset a Lock (UNLOCK-Request) | Public |
| CALL METHOD if_http_webdav_resource=>UNLOCK...more details | ||
IF_HTTP_WEBDAV_RESOURCE attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| CO_DAV_CLASS_1 | Constant | Dav compliance class 1 | '1' | LIKE CHAR10 | Public |
| CO_DAV_CLASS_2 | Constant | Dav compliance class 2 | '2' | LIKE CHAR10 | Public |
| CO_RD_COLLECTION | Constant | Propfind Depth Collection | '1' | LIKE SKWHC_REQUEST_DEPTH_T | Public |
| CO_RD_INFINITE | Constant | Propfind Depth Infinite | 'I' | LIKE SKWHC_REQUEST_DEPTH_T | Public |
| CO_RD_OBJECT | Constant | Propfind Depth Objekt | '0' | LIKE SKWHC_REQUEST_DEPTH_T | Public |
| CO_RT_COLLECTION | Constant | Resource Type Directory | 'C' | LIKE CHAR1 | Public |
| CO_RT_REGULAR | Constant | Resource Type Document | 'R' | LIKE CHAR1 | Public |
| DAV_CLASS | Instance Attribute | DAV Classes (CO_DAV_CLASS_...) | LIKE STRING | Public | |
| ETAG | Instance Attribute | ETag | LIKE STRING | Public | |
| EXISTS | Instance Attribute | False = Zero Response | LIKE BOOLEAN | Public | |
| RESOURCE_TYPE | Instance Attribute | Type (CO_RT_...) | LIKE CHAR1 | Public | |
| URI | Instance Attribute | Relative URL | LIKE STRING | Public | |
| URL | Instance Attribute | URL | LIKE STRING | Public |
Links to Related Class(s)
IF_HTTP_...Full list of available SAP object classes
Search for further information about these or an SAP related objects