SMEC_META SAP (MEC check related metadata) Table details

Dictionary Type: Table
Description: MEC check related metadata




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




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

SMEC_META is a standard SAP Table which is used to store MEC check related metadata data and is available within R/3 SAP systems depending on the version and release level.

The SMEC_META table consists of various fields, each holding specific information or linking keys about MEC check related metadata data available in SAP. These include KIND (MEC item Status Kind), CAT (MEC item Category), FILTER (MEC item Filter for different Check Scenarios), CLASSNAME (MEC Class Name).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)

Text table = SMEC_METAT


SAP SMEC_META 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
IDMEC item ID S_MEC_ITEM_IDCHAR4
KINDMEC item Status Kind S_MEC_ITEM_KINDCHAR3S_MEC_ITEM_KIND_D
CATMEC item Category S_MEC_ITEM_CATCHAR1S_MEC_ITEM_CAT_D
FILTERMEC item Filter for different Check Scenarios S_MEC_ITEM_FILTERCHAR10
CLASSNAMEMEC Class Name S_MEC_ITEM_CLASSNAMECHAR30
NAVTEXTMEC item Navigation Text for Button S_MEC_ITEM_NAVTEXTCHAR10S_MEC_ITEM_NAVTXT_D
NAVCODEMEC item Navigation Code for Button S_MEC_ITEM_NAVCODECHAR20Assigned to domainTCODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM SMEC_META
INTO CORRESPONDING FIELDS OF WA_SMEC_META
WHERE...

How to access SAP table SMEC_META

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