TCCPR SAP (User-specific values for engineering change management) Table details

Dictionary Type: Table
Description: User-specific values for engineering change management




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




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

TCCPR is a standard SAP Table which is used to store User-specific values for engineering change management data and is available within R/3 SAP systems depending on the version and release level.

The TCCPR table consists of various fields, each holding specific information or linking keys about User-specific values for engineering change management data available in SAP. These include UNAME (User Name), AEFUN (Change number function), CCART (Change Type), AEPRO (Profile identification for creating a change master record).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCCPR 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
UNAMEUser Name UNAMECHAR12UNAME
AEFUNChange number function CC_AEFUNCHAR1CC_AEFUN
CCARTChange Type CCARTNUMC3TCC11CCARTAENR_CCART
AEPROProfile identification for creating a change master record CC_PROFILCHAR8TCC15CC_PROFIL
AEEINLeading change master record CC_AEEINCHAR12Assigned to domainAENNRAENNR
PM_AENVData Element for RCC00500: Object Type CC00000001CHAR1XFELD
PM_AEOIAlternative date for RCC00500: object management records CC00000002CHAR1XFELD
PM_AEDTAlternative date for RCC00500: alternative date keys CC00000003CHAR1XFELD
PM_TEXTAlternative data for RCC00500: long text CC00000004CHAR1XFELD
PM_STMAlternative date for RCC00500: change number status CC00000005CHAR1XFELD
PM_STOAlternative date for RCC00500: object management rec. status CC00000006CHAR1XFELD
PM_ACTOData element for RCC00500: Display only active statuses CC00000007CHAR1XFELD
EFFTYPEffectivity Type CC_EFFTCHAR10CC_CHAR10
EFFY_TRACEIndicator: effectivity trace log is switched on CC_TRACE_ONCHAR1XFELD
ECN_TYPChange number type CC_ECN_TYPCHAR1CC_ECN_TYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCCPR
INTO CORRESPONDING FIELDS OF WA_TCCPR
WHERE...

How to access SAP table TCCPR

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