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

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




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




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

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

The V_T811J table consists of various fields, each holding specific information or linking keys about Generated Table for View V_T811J data available in SAP. These include TAB (Table Name), ALART (Type of allocation), IPKNZ (Actual/plan indicator), FIELD (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_T811J 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
FIELDField group FIELDGROUPCHAR30FDNAME
WAERSCurrency Key WAERS1CHAR30FDNAME
ALTTABName of DB table ALTTABCHAR30AS4TAB
ALTFLDDatabase field ALTFLDCHAR30FDNAME
EXTTABTable in which the allocation data is updated TOTABCHAR30AS4TAB
EXTFLDDatabase field EXTFLDCHAR30FDNAME
SORTABAlternative data source for allocation SORTABCHAR30AS4TAB
SORFLDDatabase field SORFLDCHAR30FDNAME
SWAERCurrency Key WAERS2CHAR30FDNAME
INTUSEIs the field group allocated internally INTUSECHAR1MKNFLAG
EXTUSEIs the field group updated? EXTUSECHAR1MKNFLAG
RCFLDType of variable parts of tracing factor RCDATAFLG1NUMC3NUMC3
WTYPEAllocations: Currency type WTYPECHAR1CHAR1
ADSTKSet type KALC_STKNDCHAR2KALC_STKND
DEF_FGROUPField Group is Default Value KALC_DFGRPCHAR1MKNFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_T811J
INTO CORRESPONDING FIELDS OF WA_V_T811J
WHERE...

How to access SAP table V_T811J

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