SAP SDLSVB Structure for CMDS: Fields from VBAP, VBAK and Others Table data and field list

SDLSVB 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 VBAP, VBAK and Others" 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_SDLSVB TYPE SDLSVB.

The SDLSVB table consists of various fields, each holding specific information or linking keys about Structure for CMDS: Fields from VBAP, VBAK and Others data available in SAP. These include MATNR (Material Number), WERKS (Plant), VBTYP (SD document category), VBKLT (SD document indicator)... 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. .

SDLSVB structure Technical Details:

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


SAP SDLSVB 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 SDLSVB 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VBTYPSD document category VBTYPCHAR1VBTYP
VBKLTSD document indicator VBKLTCHAR1VBKLT
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
GUEBGValid-from date (outline agreements, product proposals) GUEBGDATS8DATUM
GUEENValid-to date (outline agreements, product proposals) GUEENDATS8DATUM
ABDISMRP for delivery schedule types ABDISCHAR1ABRAB
PLAVOPlanning delivery schedule instruction PLAVOCHAR4Assigned to domainPLAVO
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
ABGRUReason for rejection of quotations and sales orders ABGRU_VACHAR2Assigned to domainABGRU_VA
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
POSEXItem Number of the Underlying Purchase Order POSEXCHAR6ALPHAPOSEX
KDMATMaterial Number Used by Customer MATNR_KUCHAR35IDNEX
KTEXTSearch term for product proposal KTEXT_VCHAR40TEXT40
BSTKDCustomer purchase order number BSTNKCHAR20BSTNK
BSTZDPurchase order number supplement BSTZDCHAR4BSTZD
ABRVWUsage Indicator ABRVWCHAR3Assigned to domainABRVW
IHREZYour Reference IHREZCHAR12TEXT12
KUNNRSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
LPRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
ROUTERoute ROUTECHAR6Assigned to domainROUTE
VSBEDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
VPZUOAllocation Indicator VPZUOCHAR1ZUVKZ
ABLFZRounding quantity for delivery ABLFZQUAN13(3) ABLFZ
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table SDLSVB

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

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