SAP CL_WDR_ECATT_RESOURCE_HANDLER OO Class - eCATT Support: Management of Resources for HTML Snapshots









CL_WDR_ECATT_RESOURCE_HANDLER 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_WDR_ECATT_RESOURCE_HANDLER 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_WDR_ECATT_RESOURCE_HANDLER 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
CAN_ACCESS_RESOURCESCheck if resources are accessiblePublic
CALL METHOD cl_wdr_ecatt_resource_handler=>CAN_ACCESS_RESOURCES...more details

CONVERT_HTML_URLS_TO_RESOURCESDetermines resource requirement and replaces the URLsPublic
CALL METHOD cl_wdr_ecatt_resource_handler=>CONVERT_HTML_URLS_TO_RESOURCES...more details

CONVERT_PAGE_URLS_TO_RESOURCESDetermines resource requirement and replaces the URLsPublic
CALL METHOD cl_wdr_ecatt_resource_handler=>CONVERT_PAGE_URLS_TO_RESOURCES...more details

CONVERT_RESOURCES_TO_URLSReplaces the resources with absolute URLsPublic
CALL METHOD cl_wdr_ecatt_resource_handler=>CONVERT_RESOURCES_TO_URLS...more details

EInternal: XML Attribute EscapingPrivate
CALL METHOD cl_wdr_ecatt_resource_handler=>E...more details

GET_MAPPED_URLPrivate
CALL METHOD cl_wdr_ecatt_resource_handler=>GET_MAPPED_URL...more details

GET_RESOURCE_DATAGlobally Unique URL Through Content HashPublic
CALL METHOD cl_wdr_ecatt_resource_handler=>GET_RESOURCE_DATA...more details

GET_RESOURCE_URLDetermines the URL for a resource referencePublic
CALL METHOD cl_wdr_ecatt_resource_handler=>GET_RESOURCE_URL...more details

MAKE_UNIQUE_RESOURCE_URLGlobally Unique URL Through Content HashPrivate
CALL METHOD cl_wdr_ecatt_resource_handler=>MAKE_UNIQUE_RESOURCE_URL...more details

MAKE_UNIQUE_RESOURCE_URLSMakes URLs for static resources uniquePrivate
CALL METHOD cl_wdr_ecatt_resource_handler=>MAKE_UNIQUE_RESOURCE_URLS...more details

PARSE_RESOURCES_XMLReturns resource references from XMLPublic
CALL METHOD cl_wdr_ecatt_resource_handler=>PARSE_RESOURCES_XML...more details

RENDER_RESOURCES_XMLCreates XML for resource referencesPublic
CALL METHOD cl_wdr_ecatt_resource_handler=>RENDER_RESOURCES_XML...more details

TEST_MAKE_UNIQUE_RESOURCE_URLTestPublic
CALL METHOD cl_wdr_ecatt_resource_handler=>TEST_MAKE_UNIQUE_RESOURCE_URL...more details

_CONVERT_HTML_JS_TO_RESOURCESDetermines resource requirement and replaces the URLsPublic
CALL METHOD cl_wdr_ecatt_resource_handler=>_CONVERT_HTML_JS_TO_RESOURCES...more details

_CONVERT_HTML_URLS_TO_RESDetermines resource requirement and replaces the URLsPublic
CALL METHOD cl_wdr_ecatt_resource_handler=>_CONVERT_HTML_URLS_TO_RES...more details



CL_WDR_ECATT_RESOURCE_HANDLER 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
M_UNIQUE_URLSInstance AttributeHTTP Framework (iHTTP) Table Name/Value PairsLIKE
T_UNIQUE_URL_TAB
Private




CL_WDR_ECATT_RESOURCE_HANDLER types

T_RESOURCE -
T_RESOURCE_TAB -
T_UNIQUE_URL -
T_UNIQUE_URL_TAB -

Links to Related Class(s)

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