TCN51 SAP (Version profile for PS versions) Table details

Dictionary Type: Table
Description: Version profile for PS versions




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




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

TCN51 is a standard SAP Table which is used to store Version profile for PS versions data and is available within R/3 SAP systems depending on the version and release level.

The TCN51 table consists of various fields, each holding specific information or linking keys about Version profile for PS versions data available in SAP. These include VER_PROFIL (Version profile), FLG_PD (Indicator: Project definition in a version), FLG_PR (Indicator: WBS element in a version), FLG_NP (Indicator: Networks in a version).. 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

Text table = TCN5T


SAP TCN51 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
VER_PROFILVersion profile VER_PROFILCHAR7VER_PROFIL
FLG_PDIndicator: Project definition in a version VSFLG_PDCHAR1XFELD
FLG_PRIndicator: WBS element in a version VSFLG_PRCHAR1XFELD
FLG_NPIndicator: Networks in a version VSFLG_NPCHAR1XFELD
FLG_NVIndicator: Activity from network is in a version VSFLG_NVCHAR1XFELD
FLG_OFIndicator: PRT in a version VSFLG_OFCHAR1XFELD
FLG_OKIndicator: Components in a version VSFLG_OKCHAR1XFELD
FLG_NRIndicator: Relationship in a version VSFLG_NRCHAR1XFELD
FLG_ELIndicator: Activity elements in a version VSFLG_ELCHAR1XFELD
FLG_TXIndicator: PS texts in a version VSFLG_TXCHAR1XFELD
FLG_MSIndicator: Milestone in a version VSFLG_MSCHAR1XFELD
FLG_KBIndicator: Capacity requirements in a version VSFLG_KBCHAR1XFELD
FLG_COIndicator: Costs in a version VSFLG_COCHAR1XFELD
FLG_SDIndicator: Sales order in a version VSFLG_SDCHAR1XFELD
FLG_EVEarned values in a version VSFLG_EVCHAR1XFELD
FLG_2Version is MTA-Relevant VSFLG_MTACHAR1XFELD
FLG_3Placeholder for future indicator in structure VSFLG_PHCHAR1XFELD
FLG_4Placeholder for future indicator in structure VSFLG_PHCHAR1XFELD
FLG_5Placeholder for future indicator in structure VSFLG_PHCHAR1XFELD
FLG_6Placeholder for future indicator in structure VSFLG_PHCHAR1XFELD
FLG_LTIndicator: Long text in a simulation VSFLG_LTCHAR1XFELD
FLG_DKIndicator: Documents in a simulation VSFLG_DKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCN51
INTO CORRESPONDING FIELDS OF WA_TCN51
WHERE...

How to access SAP table TCN51

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