ECWD_RESOURCES SAP (eCATT: Database Table for WD Resources (HTML)) Table details

Dictionary Type: Table
Description: eCATT: Database Table for WD Resources (HTML)




ABAP Code to SELECT data from ECWD_RESOURCES
Related tables to ECWD_RESOURCES
Access table ECWD_RESOURCES




Table field list including key, data, relationships and ABAP select examples

ECWD_RESOURCES is a standard SAP Table which is used to store eCATT: Database Table for WD Resources (HTML) data and is available within R/3 SAP systems depending on the version and release level.

The ECWD_RESOURCES table consists of various fields, each holding specific information or linking keys about eCATT: Database Table for WD Resources (HTML) data available in SAP. These include URL (For Information Only - URL), MIME_TYPE (For Information Only - Mime Type), GZIP_COMPRESSED (eCATT Switch On/Off), CONTENT (Content of Resource as XSTRING).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ECWD_RESOURCES table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
UNIQUE_ID SAP-Worldwide Unique ID0
URL For Information Only - URL0
MIME_TYPE For Information Only - Mime Type0
GZIP_COMPRESSEDeCATT Switch On/Off ETONOFFCHAR1CHAR1_X
CONTENT Content of Resource as XSTRING0
SIZE_ORIGNatural Number INT4INT410INT4
SIZE_COMPNatural Number INT4INT410INT4
CREATED_IN_RECeCATT Switch On/Off ETONOFFCHAR1CHAR1_X
CREATED_IN_EXECeCATT Switch On/Off ETONOFFCHAR1CHAR1_X
BECAME_ORPHANField of type DATS DATSDATS8DATS

Key field Non-key field



How do I retrieve data from SAP table ECWD_RESOURCES using ABAP code

The following ABAP code Example will allow you to do a basic selection on ECWD_RESOURCES to SELECT all data from the table
DATA: WA_ECWD_RESOURCES TYPE ECWD_RESOURCES.

SELECT SINGLE *
FROM ECWD_RESOURCES
INTO CORRESPONDING FIELDS OF WA_ECWD_RESOURCES
WHERE...

How to access SAP table ECWD_RESOURCES

Within an ECC or HANA version of SAP you can also view further information about ECWD_RESOURCES and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


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!