VBSTAT_WWW SAP (Status Information for SD Orders) Structure details

Dictionary Type: Structure
Description: Status Information for SD Orders




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




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

VBSTAT_WWW 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 "Status Information for SD Orders" 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_VBSTAT_WWW TYPE VBSTAT_WWW.

The VBSTAT_WWW table consists of various fields, each holding specific information or linking keys about Status Information for SD Orders data available in SAP. These include AUDAT (Document Date (Date Received/Sent)), BSTNK (Customer purchase order number), GBSTK (Overall processing status of document), LFGSK (Overall delivery status for all items).. 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: Can be enhanced (character-type or numeric)


SAP VBSTAT_WWW 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
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
AUDATDocument Date (Date Received/Sent) AUDATDATS8DATUM
BSTNKCustomer purchase order number BSTNKCHAR20BSTNK
GBSTKOverall processing status of document GBSTKCHAR1STATV
LFGSKOverall delivery status for all items LKGSKCHAR1STATV
WDATURequested delivery date EDATU_VBAKDATS8DATUM
LIFSKDelivery block (document header) LIFSKCHAR2Assigned to domainLIFSP
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
EDATUSchedule line date EDATUDATS8DATUM
KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
KBMENGCumulative confirmed quantity in sales unit KBMENGQUAN15(3) MENG15
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
NETWRNet value of the order item in document currency NETWR_APCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
NETPRNet price NETPRCURR11(2) WERTV6
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3Assigned to domainCUNITMEINS
LFGSAOverall delivery status of the item LFGSACHAR1STATV
LIFNRDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
LFPOSDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
LFDATDelivery date LFDATDATS8DATUM
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
LFIMTReferenced quantity in base unit of measure RFMNGQUAN15(3) MENG15
POSEXItem Number of the Underlying Purchase Order POSEXCHAR6ALPHAPOSEX
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
LIFMEDelivery unit LIFMEUNIT3Assigned to domainCUNITMEINS
ABGRUReason for rejection of quotations and sales orders ABGRU_VACHAR2Assigned to domainABGRU_VA
BSTKDCustomer purchase order number BSTKDCHAR35BSTKD

Key field Non-key field



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

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

How to access SAP table VBSTAT_WWW

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