T8PLUATTR SAP (FI-Planning: Key Figures for Planning) Table details

Dictionary Type: Table
Description: FI-Planning: Key Figures for Planning




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




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

T8PLUATTR is a standard SAP Table which is used to store FI-Planning: Key Figures for Planning data and is available within R/3 SAP systems depending on the version and release level.

The T8PLUATTR table consists of various fields, each holding specific information or linking keys about FI-Planning: Key Figures for Planning data available in SAP. These include APPL (Application class for drilldown reporting), SUBCLASS (Field Name), TABNAME (Table Name), FIGNAME (Table 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 T8PLUATTR 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
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIGNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
VALUEValue in Characteristics Table KPP_VALUECHAR40CHAR40
MWKZCO planning: quantity/value indicator of value field KPP_MWKZCHAR1CHAR1
UATTR_EHTUser Attribute (Internal Number) KPP_UATTRCHAR4ALPHAKPP_UATTR
UATTR_AZ_EHTUser Attribute (Internal Number) KPP_UATTRCHAR4ALPHAKPP_UATTR
UATTR_SIGNUser Attribute (Internal Number) KPP_UATTRCHAR4ALPHAKPP_UATTR
INTLENInternal Length in Bytes INTLENNUMC6DDLENG
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
INTTYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
INIVALValue in Characteristics Table KPP_VALUECHAR40CHAR40
F1_FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T8PLUATTR
INTO CORRESPONDING FIELDS OF WA_T8PLUATTR
WHERE...

How to access SAP table T8PLUATTR

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