ECM_STXT SAP (Descriptions) Table details

Dictionary Type: Table
Description: Descriptions




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




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

ECM_STXT is a standard SAP Table which is used to store Descriptions data and is available within R/3 SAP systems depending on the version and release level.

The ECM_STXT table consists of various fields, each holding specific information or linking keys about Descriptions data available in SAP. These include GUID_ECM (GUID for Engineering Change Order), LANGU (Language), AETXT (Change Number Description), USERC (Created By).. 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: Cannot Be Enhanced


SAP ECM_STXT 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
GUID_ECMGUID for Engineering Change Order ECMORDGUIDRAW16ECM_ORDORDERECMORDGUID
LANGULanguage ECMLANGLANG1ISOLALANG
AETXTChange Number Description ECMTXTDESCRCHAR40ECMDESCR
USERCCreated By ECMUSERCCHAR12SYCHAR12
DATECCreated On ECMTIMECDEC15TZNTSTMPS
USERMChanged By ECMUSERMCHAR12SYCHAR12
DATEMChanged On ECMTIMEMDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECM_STXT
INTO CORRESPONDING FIELDS OF WA_ECM_STXT
WHERE...

How to access SAP table ECM_STXT

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