VBLBKOM SAP (VBLB fields to be incorporated in communication structure) Structure details

Dictionary Type: Structure
Description: VBLB fields to be incorporated in communication structure




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




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

VBLBKOM 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 "VBLB fields to be incorporated in communication structure" 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_VBLBKOM TYPE VBLBKOM.

The VBLBKOM table consists of various fields, each holding specific information or linking keys about VBLB fields to be incorporated in communication structure data available in SAP. These include ABART (Release type), DOCNUM (IDoc number), ABEFZ (Cumulative Quantity Received by Customer), ABRAB (Dlv. sched. valid from).. 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 VBLBKOM 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
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
ABARTRelease type ABARTCHAR1ABART
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
ABEFZCumulative Quantity Received by Customer ABKFZQUAN15(3) MENGV15
ABRABDlv. sched. valid from ABRABDATS8DATUM
ABRBISA rel. valid to ABRBIDATS8DATUM
LABNKCustomer number for forecast / JIT dlv. sched. LABNKCHAR17TEXT17
ABRDTDelivery Schedule Date ABRDTDATS8DATUM
TERSLDate key for schedule line dates TERSLCHAR1TERSL
LFDKDDate of last delivery posted by the customer LFDKDDATS8DATUM
LFNKDLast delivery confirmed by the customer LFNKDCHAR10Assigned to domainALPHAVBELN
ABFDAStart of production go-ahead ABFDADATS8DATUM
ABFDEEnd of production go-ahead ABFDEDATS8DATUM
ABMDAStart of material go-ahead ABMDADATS8DATUM
ABMDEEnd of material go-ahead ABMDEDATS8DATUM
ABHORJIT horizon ABHORDATS8DATUM
AKMFZActual cumulative material go-ahead quantity AKMFZQUAN15(3) MENG15
AKFFZActual cumulative production go-ahead quantity AKFFZQUAN15(3) MENG15
AKLFZActual cumulative delivery go-ahead quantity AKLFZQUAN15(3) MENG15
HIFFZHighest cumulative production go-ahead quantity HIFFZQUAN15(3) MENG15
HIMFZHighest cumulative material go-ahead quantity HIMFZQUAN15(3) MENG15
HILFZHighest delivery go-ahead cumulative quantity HILFZQUAN15(3) MENG15
KRITBKey for high priority stock KRITBCHAR1CHAR1
LABKYRequirements status key BSTASCHAR1CHAR1
VBRSTCustomer point of consumption VBRSTCHAR14CHAR14
EDLLSLast dlv. note sent by ext. service agent to the customer LFEDLCHAR20CHAR20
EDLDTDate of last delivery sent by external agent to customer EDLDTDATS8DATUM
LFMKDLast delivery quantity received by the customer LFMKDQUAN13(3) MENG13
USR01Additional data field 1 for delivery schedules USR01_DCHAR35TEXT35
USR02Additional data field 2 for delivery schedules USR02_DCHAR35TEXT35
USR03Additional data field 3 for delivery schedules USR03_DCHAR35TEXT35
USR04 Additional data field 4 for delivery schedules USR04_DCHAR10CHAR10
USR05Additional data field 5 for delivery schedules USR05_DCHAR10CHAR10
CYEFZCumulative quantity reached on date zero setting made CYEFZQUAN15(3) MENGV15
CYDATDate on which cumulative received quantity set to zero CYDATDATS8DATUM
MFLAUFMaterial go-ahead - validity period MFLAUFNUMC3NUM3
MFEINMaterial go-ahead - unit validity period MFEINCHAR1EHFR
FFLAUFProduction go-ahead - validity period FFLAUFNUMC3NUM3
FFEINProduction go-ahead - Unit validity period FFEINCHAR1EHFR
LFMAISLast pick-up sheet sent by the customer LFMAISCHAR20BSTNK
MAIDTDate of last pick-up sheet MAIDTDATS8DATUM
REFOBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
REFOBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
REFLOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
VJKUNCustomer fiscal year which is not yet closed VJKUNNUMC4GJAHRGJAHR

Key field Non-key field



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

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

How to access SAP table VBLBKOM

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