T811H SAP (Allocations Data Field Descriptions) Table details

Dictionary Type: Table
Description: Allocations Data Field Descriptions




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




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

T811H is a standard SAP Table which is used to store Allocations Data Field Descriptions data and is available within R/3 SAP systems depending on the version and release level.

The T811H table consists of various fields, each holding specific information or linking keys about Allocations Data Field Descriptions data available in SAP. These include FNAME (Data Field Definition), DAFL1 (Value Field), DAFL2 (Value Field), DAFL3 (Value Field).. 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 T811H 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
TABTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FNAMEData Field Definition FVALUEALCHAR24FVALUEAL
DAFL1Value Field DAFLDCHAR30Assigned to domainFDNAME
DAFL2Value Field DAFLDCHAR30Assigned to domainFDNAME
DAFL3Value Field DAFLDCHAR30Assigned to domainFDNAME
DAFL4Value Field DAFLDCHAR30Assigned to domainFDNAME
DAFL5Value Field DAFLDCHAR30Assigned to domainFDNAME
FTYPEKey Figure Category RWFTYPENUMC1RWDATATYPE
GSIZENumber of fields for field groups GSIZENUMC3NUM03
PER00Identification code for period 00 PER00CHAR3CHAR3
MAXPEMaximum permissible period MAXPENUMC3POPER
PEFLDName of period field PEFLDCHAR30Assigned to domainFDNAME
CNTCounter value CNTNUMC1NUM01
ADFLDAdditional Field ADFLDCHAR30Assigned to domainFDNAME
ADVALValue of the Additional Field ADVALCHAR24SETVALUE
CUFLDField with currency unit/unit of measure CUFLDCHAR30Assigned to domainFDNAME
CFORMCalculation routine CFORMCHAR30FORMNAME
GOFFSGroup offset GOFFSNUMC3NUM03
PTYPE1Field type of a conversion parameter PARATYPECHAR1CHAR1
PLENGTH1Length of a conversion parameter PARALENGTHNUMC2NUM02
PTYPE2Field type of a conversion parameter PARATYPECHAR1CHAR1
PLENGTH2Length of a conversion parameter PARALENGTHNUMC2NUM02
PTYPE3Field type of a conversion parameter PARATYPECHAR1CHAR1
PLENGTH3Length of a conversion parameter PARALENGTHNUMC2NUM02
PNAME1Key figure parameters PARANAMCHAR10PARANAM
PNAME2Key figure parameters PARANAMCHAR10PARANAM
PNAME3Key figure parameters PARANAMCHAR10PARANAM
ADDTB1Table name of the RW field group RWTABNAMECHAR30TABNAME
ADDTB2Table name of the RW field group RWTABNAMECHAR30TABNAME
ADDTB3Table name of the RW field group RWTABNAMECHAR30TABNAME
ADDTB4Table name of the RW field group RWTABNAMECHAR30TABNAME
ADDTB5Table name of the RW field group RWTABNAMECHAR30TABNAME
CPOSITIONTime of calculation CPOSITIONCHAR1CPOSITION
COPERANDSNumber of operands in conversion routine COPERANDSNUMC2NUMC2
CFORM2Calculation routine (issuing operands) CFORM2CHAR30FORMNAME
PCLASSFormat group PCLASSCHAR1PCLASS
DECIMALSFixed decimal places of the amount FDECIMALSCHAR1CHAR1
CUFLD2Field with currency unit/unit of measure CUFLDCHAR30Assigned to domainFDNAME
SEQNRSequence for evaluation QUERYSEQNRCHAR3LFDNR
AVERAGEIndicator: Statistical Key Figure AVERAGECHAR1XFELD
RC_FIELD1DB field name FDNAMCHAR30Assigned to domainFDNAME
RC_FIELD2DB field name FDNAMCHAR30Assigned to domainFDNAME
RC_FIELD3DB field name FDNAMCHAR30Assigned to domainFDNAME
RC_FIELD4DB field name FDNAMCHAR30Assigned to domainFDNAME
RC_FIELD5DB field name FDNAMCHAR30Assigned to domainFDNAME
RC_FIELD6DB field name FDNAMCHAR30Assigned to domainFDNAME
RC_FIELD7DB field name FDNAMCHAR30Assigned to domainFDNAME
RC_FIELD8DB field name FDNAMCHAR30Assigned to domainFDNAME
RC_FIELD9DB field name FDNAMCHAR30Assigned to domainFDNAME
RC_FIELD10DB field name FDNAMCHAR30Assigned to domainFDNAME
RC_ACT_FIELD1Field is required entry on allocat.tracing factors screen KALC_RC_ACTCHAR1MKNFLAG
RC_ACT_FIELD2Field is required entry on allocat.tracing factors screen KALC_RC_ACTCHAR1MKNFLAG
RC_ACT_FIELD3Field is required entry on allocat.tracing factors screen KALC_RC_ACTCHAR1MKNFLAG
RC_ACT_FIELD4Field is required entry on allocat.tracing factors screen KALC_RC_ACTCHAR1MKNFLAG
RC_ACT_FIELD5Field is required entry on allocat.tracing factors screen KALC_RC_ACTCHAR1MKNFLAG
RC_ACT_FIELD6Field is required entry on allocat.tracing factors screen KALC_RC_ACTCHAR1MKNFLAG
RC_ACT_FIELD7Field is required entry on allocat.tracing factors screen KALC_RC_ACTCHAR1MKNFLAG
RC_ACT_FIELD8Field is required entry on allocat.tracing factors screen KALC_RC_ACTCHAR1MKNFLAG
RC_ACT_FIELD9Field is required entry on allocat.tracing factors screen KALC_RC_ACTCHAR1MKNFLAG
RC_ACT_FIELD10Field is required entry on allocat.tracing factors screen KALC_RC_ACTCHAR1MKNFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM T811H
INTO CORRESPONDING FIELDS OF WA_T811H
WHERE...

How to access SAP table T811H

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