TNCEM_ORD SAP (Determines Event Sequence Relation) Table details

Dictionary Type: Table
Description: Determines Event Sequence Relation




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




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

TNCEM_ORD is a standard SAP Table which is used to store Determines Event Sequence Relation data and is available within R/3 SAP systems depending on the version and release level.

The TNCEM_ORD table consists of various fields, each holding specific information or linking keys about Determines Event Sequence Relation data available in SAP. These include APPL_ID (Application ID for ISH-CM Event Framework), APPL_OBJ_TYPE (Object type), EVENT_TYPE (IS-H: Event Type for Object in ISH-CM Event Framework), EVENT_ORD (IS-H: Location of Event in Event Sequence Relation).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TNCEM_ORD 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
APPL_IDApplication ID for ISH-CM Event Framework ISH_CM_APPL_IDCHAR30Assigned to domainPPFDAPPL
APPL_OBJ_TYPEObject type OBJ_TYPCHAR32SWC_EDITEL
EVENT_TYPEIS-H: Event Type for Object in ISH-CM Event Framework ISH_CM_EVENT_TYPECHAR32SWC_EDITEL
EVENT_ORDIS-H: Location of Event in Event Sequence Relation ISH_CM_EVENT_ORDNUMC6NUM6

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNCEM_ORD
INTO CORRESPONDING FIELDS OF WA_TNCEM_ORD
WHERE...

How to access SAP table TNCEM_ORD

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