ECWD_RECORD2 SAP (Table for Recording Data Transfer to WebDynpro) Table details

Dictionary Type: Table
Description: Table for Recording Data Transfer to WebDynpro




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




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

ECWD_RECORD2 is a standard SAP Table which is used to store Table for Recording Data Transfer to WebDynpro data and is available within R/3 SAP systems depending on the version and release level.

The ECWD_RECORD2 table consists of various fields, each holding specific information or linking keys about Table for Recording Data Transfer to WebDynpro data available in SAP. These include SESSION_ID (GUID in 'CHAR' Format in Uppercase), SEQUENCE (), ZEIT (System Time), REC_DATA (eCATT XML Stream).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP ECWD_RECORD2 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SESSION_IDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
SEQUENCE 0
ZEITSystem Time SYUZEITTIMS6SYTIME
REC_DATAeCATT XML Stream ETXML_LINE_STRRSTR0
DATUMSystem Date SYDATUMDATS8SYDATS
RECORD_KEYGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
STARTED_URL 0
ALL_URLS 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECWD_RECORD2
INTO CORRESPONDING FIELDS OF WA_ECWD_RECORD2
WHERE...

How to access SAP table ECWD_RECORD2

Within an ECC or HANA version of SAP you can also view further information about ECWD_RECORD2 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!