TXI_TCN54 SAP (Simualtion control) Structure details

Dictionary Type: Structure
Description: Simualtion control




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




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

TXI_TCN54 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 "Simualtion control" 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_TXI_TCN54 TYPE TXI_TCN54.

The TXI_TCN54 table consists of various fields, each holding specific information or linking keys about Simualtion control data available in SAP. These include MANDT (Client), VER_PROFIL (Simulation profile), FLG_PD (Indicator: Project definition in a version), FLG_PR (Indicator: WBS element 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TXI_TCN54 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
VER_PROFILSimulation profile SIM_PROFILCHAR7Assigned to domainSIM_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
ACT_ALLOCAdjust network assignment when moving activities PS_ACT_ALLOCCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table TXI_TCN54

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