T8PL01 SAP (FI-Planning: Summary Table Dimensions to be Planned) Table details

Dictionary Type: Table
Description: FI-Planning: Summary Table Dimensions to be Planned




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




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

T8PL01 is a standard SAP Table which is used to store FI-Planning: Summary Table Dimensions to be Planned data and is available within R/3 SAP systems depending on the version and release level.

The T8PL01 table consists of various fields, each holding specific information or linking keys about FI-Planning: Summary Table Dimensions to be Planned data available in SAP. These include APPL (Application class for drilldown reporting), SUBCLASS (Field Name), TABNAME (FI-SL planning: Summary table name), FIELDNAME (Field Name).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T8PL01 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 MANDTCLNT3Assigned to domainMANDT
APPLApplication class for drilldown reporting CFAPPLCLASCHAR4Assigned to domainCFAPPLCLASCFARRI_APPL
SUBCLASSField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TABNAMEFI-SL planning: Summary table name TABNAME_GLPLCHAR30T8PL00AS4TAB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
DTYPEPlanning dimension type KPP_DTYPECHAR1KPP_DTYPE
DOBLIIndicator: planning dimension obligatory? KPP_DOBLICHAR1XFELD
DSHOWInd.: planning dimension for display active? KPP_DSHOWCHAR1KPP_DSHOW
DINITInd.: Is a blank value allowed as a select option? KPP_DINITCHAR1XFELD
DMACMatchcode file name DMAC_____4CHAR132DYNDMAC
F4PRProgram containing own F4 functions KPP_F4PRCHAR40Assigned to domainPROGRAMM
F4FMForm routine containing own F4 function for the dimension KPP_F4FMCHAR30FORMNAME
B_MEMORYIDSet/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
COMPLCO planning processor: dimension complement permitted KPP_COMPLCHAR1XFELD
SORTValidation sequence on initial screen KPP_DSORTNUMC4NUMC4
DDDRIIndicator: dimension based on data? KPP_DDDRICHAR1XFELD
SETUSEInd.: Is a set used for the dimemsion? KPP_SETUSECHAR1XFELD
RATIOScreen area within row/column structure KPP_RATIOCHAR1KPP_RATIO
HDPOSPosition of dimension in header area KPP_HDPOSNUMC2NUMC2
HIERLEVELLevel within validation hierarchy KPP_LEVELINT410SYST_LONG
MOMENTTime of validation KPP_MOMENTCHAR1KPP_MOMENT
VALUEValue in Characteristics Table KPP_VALUECHAR40CHAR40
INITFlag: Initial value chosen as select option KPP_INITCHAR1XFELD
HEAD_ROWRow in Screen Area KPP_ROWNUMC4NUM4
SUM_TYPEKey Column Presentation Type KPP_S_TYPECHAR1KPP_S_TYPE

Key field Non-key field



How do I retrieve data from SAP table T8PL01 using ABAP code

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

SELECT SINGLE *
FROM T8PL01
INTO CORRESPONDING FIELDS OF WA_T8PL01
WHERE...

How to access SAP table T8PL01

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