TCEVC SAP (Control table for CAPP-based calculation of std. values) Pooled Table details

Dictionary Type: Pooled Table
Description: Control table for CAPP-based calculation of std. values




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




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

TCEVC is a standard SAP Pooled Table which is used to store Control table for CAPP-based calculation of std. values data and is available within R/3 SAP systems depending on the version and release level.

The TCEVC table consists of various fields, each holding specific information or linking keys about Control table for CAPP-based calculation of std. values data available in SAP. These include WERKS (Plant), TOPST (Increment for sub-calculations), ZPAR0 (Generation of text lines for charact. with value 0 or blank), XZEI1 (Insert line before CAPP text).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCEVC pooled 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 MANDTCLNT3T000MANDT
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
TOPSTIncrement for sub-calculations TOPSTNUMC2TOPST
ZPAR0Generation of text lines for charact. with value 0 or blank DZPAR0CHAR1XFLAG
XZEI1Insert line before CAPP text XZEI1CHAR1XFLAG
TZEI1Text line for insertion TZEI1CHAR40TEXT40
XZEI2Inserted line 2 before CAPP text is active XZEI2CHAR1XFLAG
TZEI2Text line for insertion TZEI1CHAR40TEXT40
XZEI3Insert third line before CAPP text XZEI3CHAR1XFLAG
TZEI3Text line for insertion TZEI1CHAR40TEXT40
ZERMAType of standard value calculation DZERMACHAR5T429ZERMA

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCEVC
INTO CORRESPONDING FIELDS OF WA_TCEVC
WHERE...

How to access SAP table TCEVC

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