TXI_T820 SAP (Planning Parameters) Structure details

Dictionary Type: Structure
Description: Planning Parameters




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




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

TXI_T820 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 "Planning Parameters" 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_T820 TYPE TXI_T820.

The TXI_T820 table consists of various fields, each holding specific information or linking keys about Planning Parameters data available in SAP. These include MANDT (Client), RPLAN (Plan parameters), SETNR (Identification of a set), DIPER (Frequency of planned periods).. 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_T820 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
RPLANPlan parameters RPLANCHAR8Assigned to domainRPLANGPL
SETNRIdentification of a set SETIDCHAR34SETIDGSI
DIPERFrequency of planned periods DIPERNUMC3POPER
FRPERFirst Posting Period Allowed (in Interval 1) FRPERNUMC3POPER
TOPERLast Posting Period Allowed (in Interval 1) TOPERNUMC3POPER
CUTYPExchange Rate Type KURSTCHAR4TCURVKURSTKUT
MACUDMaximum currency deviation MACUDNUMC2NUM2
CSPREDDistribution key for currency amounts CSPREDCHAR4T821SSPREDGSP
QSPREDDistribution key for quantities QSPREDCHAR4T821SSPREDGSP
DOCTYFI-SL Document Type DOCTYCHAR2T889DOCTYBAR
VALDISInd.: Display field contents of single values of dimension? VALDISCHAR1XFELD
TXTDISInd.: Display field description for outlined dimension? TXTDISCHAR1XFELD
GLInd.: FI-SL part is maintained? PLANGLCHAR1XFELD
RKKInd. Is CO primary cost planning maintained? PLANRKKCHAR1XFELD
TRCURInd.: Plan field group manually? PLANMANUALCHAR1XFELD
CCCURInd.: Plan field group manually? PLANMANUALCHAR1XFELD
LCCURInd.: Plan field group manually? PLANMANUALCHAR1XFELD
ACCURInd.: Plan field group manually? PLANMANUALCHAR1XFELD
RCCURInd.: Plan field group manually? PLANMANUALCHAR1XFELD
OCCURInd.: Plan field group manually? PLANMANUALCHAR1XFELD
QUANTInd.: Plan field group manually? PLANMANUALCHAR1XFELD
ATQNTInd.: Plan field group manually? PLANMANUALCHAR1XFELD
RKLInd. Is CO activity type planning maintained? PLANRKLCHAR1XFELD
AAQNTInd.: Plan field group manually? PLANMANUALCHAR1XFELD
AKQNTInd.: Plan field group manually? PLANMANUALCHAR1XFELD
AOQNTInd.: Plan field group manually? PLANMANUALCHAR1XFELD
TFCURInd.: Plan field group manually? PLANMANUALCHAR1XFELD
TVCURInd.: Plan field group manually? PLANMANUALCHAR1XFELD
RKBInd.:Is CO statistical key figure planning maintained? PLANRKBCHAR1XFELD
SAQNTInd.: Plan field group manually? PLANMANUALCHAR1XFELD
SMQNTInd.: Plan field group manually? PLANMANUALCHAR1XFELD
TRDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
CCDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
LCDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
ACDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
RCDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
OCDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
QUDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
ATDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
AADISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
AKDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
AODISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
TFDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
TVDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
SADISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
SMDISInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
CLASSPlanning parameter class CLASS_DCHAR6T822CLASSCLS_SL
BRGRUAuthorization Group BRGRUCHAR4TBRGBRGRU
CRNAMCreated By CRNAMCHAR12USNAM
CRDATCreation date CRDATDATS8DATUM
UPNAMLast Changed By UPNAMCHAR12USNAM
UPDATDate on which object was last changed UPDATDATS8DATUM
SET_FIELDField name SETFLDCHAR30Assigned to domainFDNAMEGSF
CONDENSESummarized Planning GLX_CONDENSECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table TXI_T820

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