TXI_TAI05 SAP (CI Program Types) Structure details

Dictionary Type: Structure
Description: CI Program Types




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




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

TXI_TAI05 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 "CI Program Types" 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_TAI05 TYPE TXI_TAI05.

The TXI_TAI05 table consists of various fields, each holding specific information or linking keys about CI Program Types data available in SAP. These include MANDT (Client), PRART (Program type), PROFIL (Budget Profile), XALLP (Ind. 'Operative objects at all positions').. 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_TAI05 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 MANDTCLNT3T000MANDT
PRARTProgram type IM_PRARTCHAR4Assigned to domainIM_PRART
PROFILBudget Profile BP_BPROFILCHAR6TBP1CBP_PROFILBP1
XALLPInd. 'Operative objects at all positions' IM_XALLPCHAR1XFELD
DARSTRepresent. of cap. inv. prog. position in graphic hierarchy IM_DARSTCHAR1IM_DARST
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
VJAWEHandling of unused budgets at fiscal year change IM_VJAWECHAR1IM_VJAWE
XJBDGInd. 'Annual budget' IM_XJBDGCHAR1XFELD
PRAUTInd. automatic assignment of program position IM_PRAUTCHAR1XFELD
STSMAStatus Profile J_STSMACHAR8TJ20J_STSMA
XAKTBBudget distrib. of overall values only from prog.position IM_XAKTBCHAR1XFELD
XORGVInd: Data transfer of org. units to lower hierarchy levels IM_XORGVCHAR1XFELD
XORGCIndicator: Check org. units of assigned measures IM_XORGCCHAR1XFELD
XAFAVIndicator: Depreciation forecast incl. distributed values IM_XAFAVCHAR1XFELD
KURSTExch. Rate Type for Currency Translation in IM InfoSystem IM_KURSTCHAR4TCURVKURST
CAFWDInd: Take over old assignements of measures IM_CAFWDCHAR1XFELD
PPROFILPlanning profile BP_PPROFILCHAR6TBP1CBP_PROFILBP1
YDISTBudget distribution of annual values from program position IM_YDISTCHAR1XFELD
DIMENDimension in Consolidation IM_DIMENCHAR2TF150FC_DIMEN
X1ASSIndicator: Only single assignment allowed IM_SINGLE_ASSIGNCHAR1XFELD
IVPROInvestment measure profile IM_PROFILCHAR6TAPRFIM_PROFIL

Key field Non-key field



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

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

How to access SAP table TXI_TAI05

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