SMEC_PROF_PARAM SAP (MEC Profile Parameter) Structure details

Dictionary Type: Structure
Description: MEC Profile Parameter




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




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

SMEC_PROF_PARAM 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 "MEC Profile Parameter" 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_SMEC_PROF_PARAM TYPE SMEC_PROF_PARAM.

The SMEC_PROF_PARAM table consists of various fields, each holding specific information or linking keys about MEC Profile Parameter data available in SAP. These include SYSERVER (MEC Server Name (Application Server)), SYINSTANCE (MEC Instance Number of the System), SYNAME (Application Server Name), SNAPDATE (Local Date).. 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: Cannot Be Enhanced


SAP SMEC_PROF_PARAM 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
SYSIDMEC item System ID S_MEC_ITEM_SYSIDCHAR8
SYSERVERMEC Server Name (Application Server) S_MEC_ITEM_SYSERVERCHAR32
SYINSTANCEMEC Instance Number of the System S_MEC_ITEM_SYINSTANCECHAR2
SYNAMEApplication Server Name MSNAME2CHAR40MSNAME2
SNAPDATELocal Date SYSTDATLODATS8SYDATS
SNAPTIMELocal Time SYSTTIMLOTIMS6SYTIME
IDMEC item ID S_MEC_ITEM_IDCHAR4
CATMEC item Category S_MEC_ITEM_CATCHAR1S_MEC_ITEM_CAT_D
TITLEMEC item Description S_MEC_ITEM_TITLECHAR40S_MEC_ITEM_TITLE_D
CHECKEDMEC item Check Status S_MEC_ITEM_CHECKEDCHAR1
KINDMEC item Status Kind S_MEC_ITEM_KINDCHAR3S_MEC_ITEM_KIND_D
ACTMEC item Activity S_MEC_ITEM_ACTIVITYCHAR1
NUMMEC item Number S_MEC_ITEM_NUMBERINT410
CHAMEC item Character S_MEC_ITEM_CHARCHAR1
STATUSMEC item Status Light S_MEC_ITEM_STATUSCHAR1
GRPMEC Profile Parameter Group S_MEC_PROF_GROUPCHAR10PFEDENAME
PROF_PARAM_NAMEMEC Profile Parameter Name S_MEC_PROF_PARNAMECHAR60TEXT60
STATUS_TEXTMEC item Status Text S_MEC_ITEM_STATUS_TEXTCHAR20S_MEC_ITEM_STATUS_TEXT_D
FILTERMEC item Filter for different Check Scenarios S_MEC_ITEM_FILTERCHAR10

Key field Non-key field



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

As SMEC_PROF_PARAM 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 SMEC_PROF_PARAM as there is no data to select.

How to access SAP table SMEC_PROF_PARAM

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