V_T811H SAP (Generated Table for View V_T811H) Table View details

Dictionary Type: Table View
Description: Generated Table for View V_T811H




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




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

V_T811H is a standard SAP Table View which is used to store Generated Table for View V_T811H data and is available within R/3 SAP systems depending on the version and release level.

The V_T811H table consists of various fields, each holding specific information or linking keys about Generated Table for View V_T811H data available in SAP. These include FNAME (Data Field Definition), ADDTB1 (Table name of the RW field group), ADDTB2 (Table name of the RW field group), ADDTB3 (Table name of the RW field group).. 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 V_T811H table view 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 TABNAMECHAR30AS4TABDTB
FNAMEData Field Definition FVALUEALCHAR24FVALUEAL
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
DAFL1Value Field DAFLDCHAR30FDNAME
DAFL2Value Field DAFLDCHAR30FDNAME
DAFL3Value Field DAFLDCHAR30FDNAME
DAFL4Value Field DAFLDCHAR30FDNAME
DAFL5Value Field DAFLDCHAR30FDNAME
ADFLDAdditional Field ADFLDCHAR30FDNAME
ADVALValue of the Additional Field ADVALCHAR24SETVALUE
RC_FIELD1DB field name FDNAMCHAR30FDNAME
RC_FIELD2DB field name FDNAMCHAR30FDNAME
RC_FIELD3DB field name FDNAMCHAR30FDNAME
RC_FIELD4DB field name FDNAMCHAR30FDNAME
RC_FIELD5DB field name FDNAMCHAR30FDNAME
FTYPEKey Figure Category RWFTYPENUMC1RWDATATYPE
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_FIELD6DB field name FDNAMCHAR30FDNAME
RC_FIELD7DB field name FDNAMCHAR30FDNAME
RC_FIELD8DB field name FDNAMCHAR30FDNAME
RC_FIELD9DB field name FDNAMCHAR30FDNAME
RC_FIELD10DB field name FDNAMCHAR30FDNAME
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 V_T811H using ABAP code

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

SELECT SINGLE *
FROM V_T811H
INTO CORRESPONDING FIELDS OF WA_V_T811H
WHERE...

How to access SAP table V_T811H

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