V_NFLIN SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_NFLIN 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_NFLIN table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PSTDAT (Posting date), BUKRS (Company Code), BRANCH (Business Place), DOCNUM (Document Number).. 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_NFLIN 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 MANDTCLNT3T000MANDT
PSTDATPosting date J_1BPSTDATDATS8DATUM
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BRANCHBusiness Place J_1BBRANC_CHAR4J_1BBRANCHJ_1BBRANCH
DOCNUMDocument Number J_1BDOCNUMNUMC10J_1BNFDOCJ_1BDOCNUMJEF
ITMNUMDocument Item Number J_1BITMNUMNUMC6J_1BITMNUMJ_1BITMNUM
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10MBEWBWTARBWT
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
DOCREFReference to NF J_1BDOCREFNUMC10J_1BNFDOCJ_1BDOCNUM
ITMREFReference to item number (Return) J_1BITMREFNUMC6J_1BITMNUM
CFOPCFOP Code and Extension J_1BCFOPCHAR10J_1BAGCFOBRJ_1BCFOP
NBMControl code for consumption taxes in foreign trade STEUCCHAR16T604FSTEUC
MATORGOrigin of the material J_1BMATORGCHAR1J_1BMATORG
TAXSITTax situation ICMS J_1BTAXSITCHAR1TXSITJ_1BTAXSIT
TAXSI2Tax situation IPI J_1BTAXSI2NUMC5J_1BASJ_1BTAXSI2
OWNPROProduced in-house J_1BOWNPROCHAR1XFELD
MATUSEUsage of the material J_1BMATUSECHAR1J_1BMATUSE
REFTYPReference type J_1BREFTYPCHAR2J_1BABJ_1BREFTYP
REFKEYReference to source document J_1BREFKEYCHAR35J_1BREFKEY
REFITMReference item to source document J_1BREFITMNUMC6J_1BREFITM
MENGEQuantity J_1BNETQTYQUAN13(3) MENG13
MEINSBase unit of measure J_1BNETUNTUNIT3T006CUNITMEINS
NETPRNet price J_1BNETPRIDEC16(6) J_1BNFPRI
NETWRNet Value J_1BNETVALCURR15(2) WERTV8
TAXLW1Tax law: ICMS J_1BTAXLW1CHAR3J_1BATL1ALPHAJ_1BTAXLW1
TAXLW2Tax law: IPI J_1BTAXLW2CHAR3J_1BATL2ALPHAJ_1BTAXLW2
TMISSService tax - no ICMS/IPI calculation J_1BTMISSCHAR1XFELD
NETFRENet freight value in document currency J_1BNETFRECURR15(2) WERTV8
NETINSNet insurance value in document currency J_1BNETINSCURR15(2) WERTV8
NETOTHNet expenses in document currency J_1BNETOTHCURR15(2) WERTV8
INDUS3Material CFOP category J_1BINDUS3CHAR2ALPHAJ_1BINDUS3
ITMTYPNota Fiscal Item Type J_1BITMTYPCHAR2J_1BITEMTYPESALPHAJ_1BITMTYP
NETDISNet discount value in document currency J_1BNETDISCURR15(2) WERTV8
SPCSTONota Fiscal Special Case for CFOP Determination J_1BSPCSTOCHAR2ALPHAJ_1BSPCSTO
INCLTXValue and price including ICMS/ISS J_1BINCLTXCHAR1XFELD
STATITIndicator: Statistical item J_1BSTATITCHAR1XFELD
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
WAERKSD Document Currency WAERKCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_NFLIN
INTO CORRESPONDING FIELDS OF WA_V_NFLIN
WHERE...

How to access SAP table V_NFLIN

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