SAP CL_WEBDAV_UTIL OO Class - WEBDAV Help Functions









CL_WEBDAV_UTIL 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 CL_WEBDAV_UTIL 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 CL_WEBDAV_UTIL 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
CONVERT_DATE_INT2EXTConverts an R/3 Time Stamp to RFC 882 Date FormatPublic
CALL METHOD cl_webdav_util=>CONVERT_DATE_INT2EXT...more details

CONVERT_PROPS_EXT2INTConverts External Namespaces to Internal NamespacesPublic
CALL METHOD cl_webdav_util=>CONVERT_PROPS_EXT2INT...more details

CONVERT_PROPS_INT2EXTConverts Internal Namespaces to External NamespacesPublic
CALL METHOD cl_webdav_util=>CONVERT_PROPS_INT2EXT...more details

GET_PHIO_FILEINFOSGets File Information for PHIOPublic
CALL METHOD cl_webdav_util=>GET_PHIO_FILEINFOS...more details

PROPERTY_FILTERURL Filter via PropertiesPublic
CALL METHOD cl_webdav_util=>PROPERTY_FILTER...more details

SET_SKWF_ERRORConverts an SKWF Framework Error into an HTTP ErrorPublic
CALL METHOD cl_webdav_util=>SET_SKWF_ERROR...more details

SET_SKWF_OBJECT_ERRORSConverts an SKWF Framework Error into an HTTP ErrorPublic
CALL METHOD cl_webdav_util=>SET_SKWF_OBJECT_ERRORS...more details

URL_LAST_PARTGets Last Part Path for URLPublic
CALL METHOD cl_webdav_util=>URL_LAST_PART...more details

URL_SHIFTTruncates URL Part from LinksPublic
CALL METHOD cl_webdav_util=>URL_SHIFT...more details

URL_SPLITSplits URLPublic
CALL METHOD cl_webdav_util=>URL_SPLIT...more details

XML_ATTRIBUTE_SETSet XML Element AttributePublic
CALL METHOD cl_webdav_util=>XML_ATTRIBUTE_SET...more details

XML_ELEMENT_APPENDCreate and Order XML ElementPublic
CALL METHOD cl_webdav_util=>XML_ELEMENT_APPEND...more details

XML_TEXT_APPENDCreate and Order XML TextPublic
CALL METHOD cl_webdav_util=>XML_TEXT_APPEND...more details




Links to Related Class(s)

CL_WEBDA...
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!