CMX_PII_W_SYMBOL SAP (PI Interpreter: Symbol Declarations) Structure details

Dictionary Type: Structure
Description: PI Interpreter: Symbol Declarations




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




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

CMX_PII_W_SYMBOL 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 "PI Interpreter: Symbol Declarations" 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_CMX_PII_W_SYMBOL TYPE CMX_PII_W_SYMBOL.

The CMX_PII_W_SYMBOL table consists of various fields, each holding specific information or linking keys about PI Interpreter: Symbol Declarations data available in SAP. These include NAME (XSteps: Name of Parameter), DOMAIN_NAME (Name of a Process Instruction Characteristic), CNODE (), DOMAINS ().. 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 CMX_PII_W_SYMBOL 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
NIDXSteps: Unique ID of a Node CMX_XS_NODE_GUIDCHAR22SYSUUID_22
NAMEXSteps: Name of Parameter CMX_XS_PARAM_NAMECHAR10CMX_XS_D_PARAM_NAME
DOMAIN_NAMEName of a Process Instruction Characteristic CMX_TYPES_DOMAIN_NAMECHAR40CMX_TYPES_D_DOMAIN_NAME
CNODE 0
DOMAINS 0
NID_REFXSteps: Unique ID of a Node CMX_XS_NODE_GUIDCHAR22SYSUUID_22
NAME_REFXSteps: Name of Parameter CMX_XS_PARAM_NAMECHAR10CMX_XS_D_PARAM_NAME
READ_COUNT Number of Read Accesses0
SHR_WRITE_COUNT Number of Joint Write Accesses0
EXC_WRITE_COUNT Number of Exclusive Write Accesses0
TYPEXSteps: Parameter Type CMX_XS_PARAM_TYPECHAR1CMX_XS_D_PARAM_TYPE
MODEXSteps: Evaluation Mode of a Parameter CMX_XS_PARAM_MODECHAR1CMX_XS_D_PARAM_MODE
GLOBAL_VARData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
FORWARDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
IMPLICITData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
REQUIREDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
TABLE_KINDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
MAX_INDEX Maximum Table Index of a Variable0
LIVE_PARAMETERData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
FVLNRLine Number of Process Instruction Characteristic R_FVNRCHAR4NUMCVVORNR
FTLNRLine Number of Process Instruction R_FTNRCHAR4NUMCVVORNR
PHASEOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
AGGREGATIONData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SUFFIXXSteps: Index of a Parameter CMX_XS_PARAM_INDEXCHAR8
VALUEManufacturing Execution: Value for Runtime & DB Format LARGE CMX_TYPES_VALUESTRG0CMX_TYPES_D_VALUE

Key field Non-key field



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

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

How to access SAP table CMX_PII_W_SYMBOL

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