VVBFA SAP (Sales Document Flow) Table details

Dictionary Type: Table
Description: Sales Document Flow




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




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

VVBFA is a standard SAP Table which is used to store Sales Document Flow data and is available within R/3 SAP systems depending on the version and release level.

The VVBFA table consists of various fields, each holding specific information or linking keys about Sales Document Flow data available in SAP. These include VBELV (Preceding sales and distribution document), POSNV (Preceding item of an SD document), VBELN (Subsequent sales and distribution document), POSNN (Subsequent item of an SD document).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VVBFA 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
MANDTClient MANDTCLNT3T000MANDT
VBELVPreceding sales and distribution document VBELN_VONCHAR10VBUKALPHAVBELNAUF
POSNVPreceding item of an SD document POSNR_VONNUMC6VBUPPOSNR
VBELNSubsequent sales and distribution document VBELN_NACHCHAR10VBUKALPHAVBELNAUF
POSNNSubsequent item of an SD document POSNR_NACHNUMC6VBUPPOSNR
VBTYP_NDocument category of subsequent document VBTYP_NCHAR1VBTYP
RFMNGReferenced quantity in base unit of measure RFMNGQUAN15(3) MENG15
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
RFWRTReference value RFWRTCURR15(2) WERTV8
WAERSStatistics currency WAERS_VCUKY5TCURCWAERS
VBTYP_VDocument category of preceding SD document VBTYP_VCHAR1VBTYP
PLMINQuantity is calculated positively, negatively or not at all PLMINCHAR1PLMIN
TAQUIID: MM-WM transfer order confirmed TAQUICHAR1XFELD
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BDARTRequirement type BDARTCHAR2BDARTBDA
PLARTPlanning type PLARTCHAR1Assigned to domainPLART
STUFELevel of the document flow record STUFE_VBFANUMC2NUM2
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
AEDATChanged On AEDATDATS8DATUM
FKTYPBilling category FKTYPCHAR1FKTYP
BRGEWGross weight BRGEW_15QUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLUMVolume VOLUM_15QUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
FPLNRBilling plan number / invoicing plan number FPLNRCHAR10FPLAFPLNR
FPLTRItem for billing plan/invoice plan/payment cards FPLTRNUMC6Assigned to domainFPLTR
RFMNG_FLOReferenced quantity in sales unit (float) RFMNG_FLTVFLTP16(16) RFMNG_FLO
RFMNG_FLTReferenced quantity in base unit of measure (float) RFMNG_FLTFLTP16(16) RFMNG_FLO
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
ABGESGuaranteed (factor between 0 and 1) ABGES_CMFLTP16(16) FLTP
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
KZBEFIndicator Inventory Management active LVS_KZBEFCHAR1XFELD
NTGEWNet Weight NTGEWQUAN13(3) MENG13

Key field Non-key field



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

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

SELECT SINGLE *
FROM VVBFA
INTO CORRESPONDING FIELDS OF WA_VVBFA
WHERE...

How to access SAP table VVBFA

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