SAP SDLSVBLB Structure for CMDS: Fields from VBLB Table data and field list

SDLSVBLB 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 "Structure for CMDS: Fields from VBLB" 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_SDLSVBLB TYPE SDLSVBLB.

The SDLSVBLB table consists of various fields, each holding specific information or linking keys about Structure for CMDS: Fields from VBLB data available in SAP. These include VBELN (Sales Document), POSNR (Sales Document Item), ABART (Release type), ABEFZ (Cumulative Quantity Received by Customer)... 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. .

SDLSVBLB structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SDLSVBLB structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the SDLSVBLB table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
ABARTRelease type ABARTCHAR1ABART
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
ABFDEEnd of production go-ahead ABFDEDATS8DATUM
ABMDEEnd of material go-ahead ABMDEDATS8DATUM
ABHORJIT horizon ABHORDATS8DATUM
KRITBKey for high priority stock KRITBCHAR1CHAR1
LABKYRequirements status key BSTASCHAR1CHAR1
VBRSTCustomer point of consumption VBRSTCHAR14CHAR14
LFMKDLast delivery quantity received by the customer LFMKDQUAN13(3) MENG13
USR01Text (length 35) TEXT35CHAR35TEXT35
USR02Text (length 35) TEXT35CHAR35TEXT35
USR03Text (length 35) TEXT35CHAR35TEXT35
USR04Text (10 Characters) TEXT10CHAR10TEXT10
USR05Text (10 Characters) TEXT10CHAR10TEXT10
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
VJKUNCustomer fiscal year which is not yet closed VJKUNNUMC4GJAHRGJAHR
GJKUNCustomer fiscal year GJKUNNUMC4GJAHRGJAHR

Key field Non-key field



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

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

How to access SAP table SDLSVBLB

Within an ECC or HANA version of SAP you can also view further information about SDLSVBLB and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).