MECDT_S_WORDS SAP (Structure of Word Differences) Structure details

Dictionary Type: Structure
Description: Structure of Word Differences




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




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

MECDT_S_WORDS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure of Word Differences" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MECDT_S_WORDS TYPE MECDT_S_WORDS.

The MECDT_S_WORDS table consists of various fields, each holding specific information or linking keys about Structure of Word Differences data available in SAP. These include NUMBER2 (Line Number), DELTATAB ().. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MECDT_S_WORDS structure 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
NUMBER1Line Number DCM_LINNOINT410INT4
NUMBER2Line Number DCM_LINNOINT410INT4
DELTATAB 0

Key field Non-key field



How do I retrieve data from SAP structure MECDT_S_WORDS using ABAP code?

As MECDT_S_WORDS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MECDT_S_WORDS as there is no data to select.

How to access SAP table MECDT_S_WORDS

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