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 NameDescriptionVisability
COPYCopy of Resource (COPY Request)Public
CALL METHOD if_http_webdav_resource=>COPY...more details

CUSTOM_REQUESTUnknown Action (...-Request)Public
CALL METHOD if_http_webdav_resource=>CUSTOM_REQUEST...more details

DELETEDeletion of Resource (DELETE-Request)Public
CALL METHOD if_http_webdav_resource=>DELETE...more details

GETDocuments of Resource (GET Request)Public
CALL METHOD if_http_webdav_resource=>GET...more details

GET_ACTIVELOCKCurrent LockPublic
CALL METHOD if_http_webdav_resource=>GET_ACTIVELOCK...more details

GET_CHILDRENChildrenPublic
CALL METHOD if_http_webdav_resource=>GET_CHILDREN...more details

GET_CONTENTLENGTHContents Size in BytesPublic
CALL METHOD if_http_webdav_resource=>GET_CONTENTLENGTH...more details

GET_CONTENTTYPEMime Type of ContentPublic
CALL METHOD if_http_webdav_resource=>GET_CONTENTTYPE...more details

GET_CREATIONDATECreation DatePublic
CALL METHOD if_http_webdav_resource=>GET_CREATIONDATE...more details

GET_DISPLAYNAMEDisplay namePublic
CALL METHOD if_http_webdav_resource=>GET_DISPLAYNAME...more details

GET_LASTMODIFIEDChanged OnPublic
CALL METHOD if_http_webdav_resource=>GET_LASTMODIFIED...more details

GET_LOCKENTRYPossibility of LockPublic
CALL METHOD if_http_webdav_resource=>GET_LOCKENTRY...more details

HEADGET Without Body (HEAD-Request)Public
CALL METHOD if_http_webdav_resource=>HEAD...more details

LOCKLock of Resource (LOCK-Request)Public
CALL METHOD if_http_webdav_resource=>LOCK...more details

MKCOLCreates a Folder under URL (MKCOL Request)Public
CALL METHOD if_http_webdav_resource=>MKCOL...more details

MOVEMove of Resource (MOVE-Request)Public
CALL METHOD if_http_webdav_resource=>MOVE...more details

OPTIONSPossible 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

PROPFINDRead Properties of Resourse (PROFIND Request)Public
CALL METHOD if_http_webdav_resource=>PROPFIND...more details

PROPPATCHSet Properties of Resource (PROPPATCH-Request)Public
CALL METHOD if_http_webdav_resource=>PROPPATCH...more details

PUTCreates a New Document under URL (PUT Request)Public
CALL METHOD if_http_webdav_resource=>PUT...more details

UNLOCKReset 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.

NameLevelDescriptionInitial ValueTypeVisability
CO_DAV_CLASS_1ConstantDav compliance class 1'1'LIKE
CHAR10
Public
CO_DAV_CLASS_2ConstantDav compliance class 2'2'LIKE
CHAR10
Public
CO_RD_COLLECTIONConstantPropfind Depth Collection'1'LIKE
SKWHC_REQUEST_DEPTH_T
Public
CO_RD_INFINITEConstantPropfind Depth Infinite'I'LIKE
SKWHC_REQUEST_DEPTH_T
Public
CO_RD_OBJECTConstantPropfind Depth Objekt'0'LIKE
SKWHC_REQUEST_DEPTH_T
Public
CO_RT_COLLECTIONConstantResource Type Directory'C'LIKE
CHAR1
Public
CO_RT_REGULARConstantResource Type Document'R'LIKE
CHAR1
Public
DAV_CLASSInstance AttributeDAV Classes (CO_DAV_CLASS_...)LIKE
STRING
Public
ETAGInstance AttributeETagLIKE
STRING
Public
EXISTSInstance AttributeFalse = Zero ResponseLIKE
BOOLEAN
Public
RESOURCE_TYPEInstance AttributeType (CO_RT_...)LIKE
CHAR1
Public
URIInstance AttributeRelative URLLIKE
STRING
Public
URLInstance AttributeURLLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!