T820 SAP (Planning Parameters) Table details

Dictionary Type: Table
Description: Planning Parameters




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




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

T820 is a standard SAP Table which is used to store Planning Parameters data and is available within R/3 SAP systems depending on the version and release level.

The T820 table consists of various fields, each holding specific information or linking keys about Planning Parameters data available in SAP. These include RPLAN (Plan parameters), SETNR (Identification of a set), DIPER (Frequency of planned periods), FRPER (First Posting Period Allowed (in Interval 1)).. 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 = T820T


SAP T820 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
RPLANPlan parameters RPLANCHAR8RPLANGPL
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 table T820 using ABAP code

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

SELECT SINGLE *
FROM T820
INTO CORRESPONDING FIELDS OF WA_T820
WHERE...

How to access SAP table T820

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