BAPISDDOCFLOW SAP (BAPI: Delivery Confirmation) Structure details

Dictionary Type: Structure
Description: BAPI: Delivery Confirmation




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




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

BAPISDDOCFLOW 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: Delivery Confirmation" 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_BAPISDDOCFLOW TYPE BAPISDDOCFLOW.

The BAPISDDOCFLOW table consists of various fields, each holding specific information or linking keys about BAPI: Delivery Confirmation data available in SAP. These include SUBSSDDOC (Subsequent sales and distribution document), SUBSITDOC (Subsequent item of an SD document), DOCCATEGOR (Document category of subsequent document), DLV_QTY (Actual quantity delivered (in sales units)).. 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 BAPISDDOCFLOW 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
ITM_NUMBERSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
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
DLV_QTYActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
DEL_QTY_FLOInternal field/ Do not use / LFIMG in float / MUM LFIMG_FLOFLTP16(16) FLTP
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
SALES_UNIT_ISOSales unit in ISO code VRKME_ISOCHAR3Assigned to domainISOCD_UNIT
DLV_QTY_STOCKActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
DLV_QTY_ST_FLOInternal field/ Do not use / LGMNG in float / MUM LGMNG_FLOFLTP16(16) FLTP
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BASE_UOM_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
QTYPOSCALCQuantity is calculated positively, negatively or not at all PLMINCHAR1PLMIN
GURANTEEDGuaranteed (factor between 0 and 1) ABGES_CMFLTP16(16) FLTP
GOODSMVSTAGoods movement status WBSTACHAR1STATV
UPDATEFLAGUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

As BAPISDDOCFLOW 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 BAPISDDOCFLOW as there is no data to select.

How to access SAP table BAPISDDOCFLOW

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