V_T811I SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

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

The V_T811I table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include TAB (Table Name), ALART (Type of allocation), IPKNZ (Actual/plan indicator), FIELD (DB 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V_T811I 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
MANDTClient MANDTCLNT3MANDT
TABTable Name DBNAMCHAR30AS4TAB
ALARTType of allocation ALARTCHAR1ALART
IPKNZActual/plan indicator IPKNZCHAR1IPKNZ
FIELDDB field name FDNAMCHAR30FDNAME
FIELDTYPEField type FIELDTYPECHAR1CHAR1
MAGR1Superior to: A field is superior to another field DEPENDENT2CHAR1CHAR1
MAGR2Superior to: A field is superior to another field DEPENDENT2CHAR1CHAR1
CACTIs the allocation field active in the cycle? CYACTIVCHAR1MKNFLAG
SCACTIs the allocation field active in the sender tracing factor? SCACTIVCHAR1MKNFLAG
SACTIs the allocation field active in the sender? SEACTIVCHAR1MKNFLAG
RACTIs the allocation field active in the receiver? RACTIVCHAR1MKNFLAG
RCACTIs the allocation field active in receiver tracing factor? RCACTIVCHAR1MKNFLAG
CSETIndicator: Allocation field ready for input as group CSETCHAR1MKNFLAG
SCSETIndicator: Allocation field ready for input as group CSETCHAR1MKNFLAG
SSETIndicator: Allocation field ready for input as group CSETCHAR1MKNFLAG
RSETIndicator: Allocation field ready for input as group CSETCHAR1MKNFLAG
RCSETIndicator: Allocation field ready for input as group CSETCHAR1MKNFLAG
CSINGIndicator: Allocation field ready for input as single value CSINGCHAR1MKNFLAG
SCSINGIndicator: Allocation field ready for input as single value CSINGCHAR1MKNFLAG
SSINGIndicator: Allocation field ready for input as single value CSINGCHAR1MKNFLAG
RSINGIndicator: Allocation field ready for input as single value CSINGCHAR1MKNFLAG
RCSINGIndicator: Allocation field ready for input as single value CSINGCHAR1MKNFLAG
CINTIndicator:Allocation field is ready for input as an interval CINTCHAR1MKNFLAG
SCINTIndicator:Allocation field is ready for input as an interval CINTCHAR1MKNFLAG
SINTIndicator:Allocation field is ready for input as an interval CINTCHAR1MKNFLAG
RINTIndicator:Allocation field is ready for input as an interval CINTCHAR1MKNFLAG
RCINTIndicator:Allocation field is ready for input as an interval CINTCHAR1MKNFLAG
FILLRFiller routine for the Report Writer FILLRCHAR30FORMNAME
CCOBJObject ID CCOBJIDCHAR1CHAR1
CCFLDField name generic field CCFLDCHAR30FDNAME
MASGRDependent on: A field is dependent on other fields DEPENDENT1CHAR1CHAR1
NVFLGFlag: Do not summarize field NVFLGCHAR1NVFLG
SVFLDDB field name FDNAMCHAR30FDNAME
FSFLGFlag to generate field symbol for field FSFLGCHAR1FLAG
ANZPOSDisplay item field allocation ANZPOSNUMC2NUM2
ANZFLGFlag to display field in report ANZFLGCHAR1FLAG
INHERFlag: Transfer of Sender Information to Receiver KALC_INHERCHAR1BOOLEAN
RREPLReceiver-Specific Account Assignments KALC_RREPLCHAR1MKNFLAG
CMAINTNIndicator: field in display can be maintained (allocation) KALC_MAINTCHAR1BOOLEAN
SCMAINTNIndicator: field in display can be maintained (allocation) KALC_MAINTCHAR1BOOLEAN
SMAINTNIndicator: field in display can be maintained (allocation) KALC_MAINTCHAR1BOOLEAN
RMAINTNIndicator: field in display can be maintained (allocation) KALC_MAINTCHAR1BOOLEAN
RCMAINTNIndicator: field in display can be maintained (allocation) KALC_MAINTCHAR1BOOLEAN
SMFLGAllocation: Indicator to Prevent Sender Master Validation KALC_SMFLGNUMC1KALC_MFLAG
RMFLGAllocation: Indicator to prevent receiver master validation KALC_RMFLGNUMC1KALC_MFLAG
SENDERINHIndicator: Cycle Maintenance, Transfer Sender Value KALC_SICHAR1BOOLEAN
HDFLDField is on the Execute Allocations: Initial Screen KALC_HDFLDCHAR1KALC_HDFLD
DEP_GROUPAllocations: Object dependency group KALC_DEP_GROUPCHAR3KALC_DEP_GROUP
DEP_HIERAllocations: Object dependency hierarchy KALC_DEP_HIERNUMC3KALC_DEP_HIER

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_T811I
INTO CORRESPONDING FIELDS OF WA_V_T811I
WHERE...

How to access SAP table V_T811I

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