TAI05 SAP (CI Program Types) Table details

Dictionary Type: Table
Description: CI Program Types




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




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

TAI05 is a standard SAP Table which is used to store CI Program Types data and is available within R/3 SAP systems depending on the version and release level.

The TAI05 table consists of various fields, each holding specific information or linking keys about CI Program Types data available in SAP. These include PRART (Program type), PROFIL (Budget Profile), XALLP (Ind. 'Operative objects at all positions'), DARST (Represent. of cap. inv. prog. position in graphic hierarchy).. 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 = TAI06


SAP TAI05 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
PRARTProgram type IM_PRARTCHAR4IM_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 table TAI05 using ABAP code

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

SELECT SINGLE *
FROM TAI05
INTO CORRESPONDING FIELDS OF WA_TAI05
WHERE...

How to access SAP table TAI05

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