/DSD/SL_SLD_QBAL SAP (Settlement Document: Quantity Differences) Table details

Dictionary Type: Table
Description: Settlement Document: Quantity Differences




ABAP Code to SELECT data from /DSD/SL_SLD_QBAL
Related tables to /DSD/SL_SLD_QBAL
Access table /DSD/SL_SLD_QBAL




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

/DSD/SL_SLD_QBAL is a standard SAP Table which is used to store Settlement Document: Quantity Differences data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/SL_SLD_QBAL table consists of various fields, each holding specific information or linking keys about Settlement Document: Quantity Differences data available in SAP. These include SLD_DOC_ID (DSD: Settlement Document Number), MATNR (Material Number), QUAN_PLANNED (DSD - RA: Target Quantity), QUAN_CHECKOUT (Settlement: Check-Out Quantity).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /DSD/SL_SLD_QBAL table 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
CLIENTClient MANDTCLNT3T000MANDT
SLD_DOC_IDDSD: Settlement Document Number /DSD/SL_SLD_IDCHAR10/DSD/SL_SLD_HEADALPHA/DSD/SL_SLD_ID
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
QUAN_PLANNEDDSD - RA: Target Quantity /DSD/HH_QUAN_PLANQUAN13(3) MENG13
QUAN_CHECKOUTSettlement: Check-Out Quantity /DSD/SL_QUAN_COQUAN13(3) MENG13
QUAN_DIFFDSD: Settlement Quantity Difference for Check-Out /DSD/SL_QUAN_DIFF_COQUAN13(3) MENGV13
QUAN_DELIVEREDSettlement: Delivered Quantity /DSD/SL_QUAN_DELIVERDQUAN13(3) MENG13
QUAN_RETURNSettlement: Quantity Taken Back /DSD/SL_QUAN_RETURNQUAN13(3) MENG13
QUAN_CHECKINSettlement: Quantity for Check-In /DSD/SL_QUAN_CIQUAN13(3) MENG13
QUAN_FINAL_DIFFDSD: Settlement Final Difference /DSD/SL_FIN_DIFFQUAN13(3) MENGV13
UOM_FOR_QUANUnit UNITUNIT3CUNITEINHEIT
VALUE_FIN_DIFFAmount of the Quantity Differences /DSD/VALUECURR13(2) CURRV13
CURRENCY_FIN_DIFCurrency Key WAERSCUKY5TCURCWAERSFWS
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
SPEC_RETURNControl Parameters /DSD/HH_SPEC_RETURNCHAR1/DSD/DE_CONTROL_PAR
CO_DIFF_EVALCheck-Out Difference Within/Outside of Tolerance /DSD/SL_CO_DIFF_EVALNUMC1/DSD/SL_DIFF_EVAL
QUAN_CHECKIN_PLNSettlement: Planned Quantity for Check-In /DSD/SL_QUAN_CHECKIN_PLANQUAN13(3) MENGV13
QUAN_CHECKIN_DIFSettlement: Difference Quantity at Check-In /DSD/SL_QUAN_CHECKIN_DIFFQUAN13(3) MENGV13
CI_DIFF_EVALCheck-In Difference Within/Outside of Tolerance /DSD/SL_CI_DIFF_EVALNUMC1/DSD/SL_DIFF_EVAL
QUAN_LC_INITSettlement: Quantity for Initial Loading Confirmation /DSD/SL_QUAN_LC_INITQUAN13(3) MENGV13
QUAN_LC_INIT_DIFSettlement: Difference Quantity for Initial Loading Conf. /DSD/SL_QUAN_LC_INIT_DIFFQUAN13(3) MENGV13
QUAN_RLD_PLANSettlement: Planned Quantity for Reload /DSD/SL_QUAN_RLD_PLANQUAN13(3) MENGV13
QUAN_RLD_CISettlement: Quantity for Check-In Reload /DSD/SL_QUAN_CI_RLDQUAN13(3) MENGV13
QUAN_RLD_LCSettlement: Quantity for Loading Confirmation Reload /DSD/SL_QUAN_RLD_LCQUAN13(3) MENGV13
QUAN_RLD_LC_DIFFSettlement: Difference Qty for Loading Confirmation Reload /DSD/SL_QUAN_RLD_LC_DIFFQUAN13(3) MENGV13
QUAN_RLD_COSettlement: Quantity for Check-Out Reload /DSD/SL_QUAN_CO_RLDQUAN13(3) MENGV13
QUAN_RLD_CO_DIFFSettlement: Difference Quantity for Check-Out Reload /DSD/SL_QUAN_CO_RLD_DIFFQUAN13(3) MENGV13
LC_DIFF_EVALLoading Confirmation Difference within/outside of Tolerance /DSD/SL_LC_DIFF_EVALNUMC1/DSD/SL_DIFF_EVAL
QUAN_FINAL_PLANSettlement: Planned Check-Out plus Check-In Quantity /DSD/SL_QUAN_FINAL_PLANQUAN13(3) MENGV13
QUAN_FINALSettlement: Check-Out plus Check-In Quantity /DSD/SL_QUAN_FINALQUAN13(3) MENGV13
FINAL_DIFF_EVALFinal Difference within/outside of Tolerance /DSD/SL_FINAL_DIFF_EVALNUMC1/DSD/SL_DIFF_EVAL
TOLGRP_IDTolerance Group /DSD/SL_TOLGRP_IDCHAR4Assigned to domain/DSD/SL_TOLGRP_ID

Key field Non-key field



How do I retrieve data from SAP table /DSD/SL_SLD_QBAL using ABAP code

The following ABAP code Example will allow you to do a basic selection on /DSD/SL_SLD_QBAL to SELECT all data from the table
DATA: WA_/DSD/SL_SLD_QBAL TYPE /DSD/SL_SLD_QBAL.

SELECT SINGLE *
FROM /DSD/SL_SLD_QBAL
INTO CORRESPONDING FIELDS OF WA_/DSD/SL_SLD_QBAL
WHERE...

How to access SAP table /DSD/SL_SLD_QBAL

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