BAPISDFLOW SAP (BAPI Structure of VBFA with English Field Names) Structure details

Dictionary Type: Structure
Description: BAPI Structure of VBFA with English Field Names




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




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

BAPISDFLOW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BAPI Structure of VBFA with English Field Names" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPISDFLOW TYPE BAPISDFLOW.

The BAPISDFLOW table consists of various fields, each holding specific information or linking keys about BAPI Structure of VBFA with English Field Names data available in SAP. These include SD_DOC (Sales and Distribution Document Number), PRECSDDOC (Preceding sales and distribution document), PREDITDOC (Preceding item of an SD document), SUBSSDDOC (Subsequent sales and distribution 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BAPISDFLOW structure 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
OPERATIONFunction MSGFNCHAR3MSGFN
SD_DOCSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
PRECSDDOCPreceding sales and distribution document VBELN_VONCHAR10Assigned to domainALPHAVBELNAUF
PREDITDOCPreceding item of an SD document POSNR_VONNUMC6Assigned to domainPOSNR
SUBSSDDOCSubsequent sales and distribution document VBELN_NACHCHAR10Assigned to domainALPHAVBELNAUF
SUBSITDOCSubsequent item of an SD document POSNR_NACHNUMC6Assigned to domainPOSNR
DOCCATEGORDocument category of subsequent document VBTYP_NCHAR1VBTYP
REF_QTYReferenced quantity in base unit of measure RFMNGQUAN15(3) MENG15
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
T_UNIT_ISOTarget quantity unit of measure in ISO code ISO_ZIEMECHAR3Assigned to domainISOCD_UNIT
REFERENVALCurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
STATISCURRStatistics currency WAERS_VCUKY5Assigned to domainWAERS
CURRENCISOISO code currency WAERS_ISOCHAR3ISOCD
DOC_CAT_SDDocument category of preceding SD document VBTYP_VCHAR1VBTYP
QTYPOSCALCQuantity is calculated positively, negatively or not at all PLMINCHAR1PLMIN
ID_MM_WMID: MM-WM transfer order confirmed TAQUICHAR1XFELD
CREAT_DATEDate on Which Record Was Created ERDATDATS8DATUM
REC_TIMEEntry time ERZETTIMS6UZEIT
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MOVE_TYPMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
REQ_TYPERequirement type BDARTCHAR2BDARTBDA
PLTYPEPlanning type PLARTCHAR1Assigned to domainPLART
LEVELFLOWRLevel of the document flow record STUFE_VBFANUMC2NUM2
WHSE_NOWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
CH_ONChanged On AEDATDATS8DATUM
BILLINGTYPBilling category FKTYPCHAR1FKTYP
GROSS_WTGross weight BRGEW_15QUAN15(3) MENG15
UNIT_OF_WTWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
UNITWTISOUnit of weight in ISO code GEWEI_ISOCHAR3Assigned to domainISOCD_UNIT
VOLUMEVolume VOLUM_15QUAN15(3) MENG15
VOLUMEUNITVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
VOLUNITISOVolume unit in ISO code VOLEH_ISOCHAR3Assigned to domainISOCD_UNIT
BILL_PLANBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
BILL_PLANIItem for billing plan/invoice plan/payment cards FPLTRNUMC6Assigned to domainFPLTR
REFQTYUNITReferenced quantity in sales unit (float) RFMNG_FLTVFLTP16(16) RFMNG_FLO
REFQTYFLOAReferenced quantity in base unit of measure (float) RFMNG_FLTFLTP16(16) RFMNG_FLO
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
ISOCODUNITISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
GURANTEEDGuaranteed (factor between 0 and 1) ABGES_CMFLTP16(16) FLTP
SPEC_STOCKSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SP_STCK_NOSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
INDINVMANGIndicator Inventory Management active LVS_KZBEFCHAR1XFELD
NET_WEIGHTNet Weight NTGEWQUAN13(3) MENG13
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS

Key field Non-key field



How do I retrieve data from SAP structure BAPISDFLOW using ABAP code?

As BAPISDFLOW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPISDFLOW as there is no data to select.

How to access SAP table BAPISDFLOW

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